@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.fade__up,
.fade__in,
.fade__down {
  opacity: 0;
}

.mouse-line {
  animation: scroll 1.5s infinite;
  transform-origin: center;
}


.wrapper_actu_for_hover {
	
font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #1C4F61;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s ease-in-out;	
	height : 100%;
}


.wrapper_actu_for_hover::after {
	
content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #C43B0F;
  transition: 0.5s ease-in-out;	
	
}

.wrapper_actu_for_hover a {
	
height : 100%;
	
}



.wrapper_actu_for_hover a::after {
	
content : none !important;
	
}


.wrapper_actu_for_hover .wrapper_elemnts_news{
	
opacity : 0;
z-index : -1;
visibility : hidden;
background  : white;
width : 162px;
display : flex;
flex-direction : column;
justify-content : center;
align-items : center;
text-align : center;
position : absolute;
bottom: -89px;
  gap: 15px;
  left: 0px;
  padding: 15px;
	border-radius: 5px;
}




.wrapper_actu_for_hover .wrapper_elemnts_news a:hover {

color : #C43B0F;	
	
}


.wrapper_actu_for_hover:hover .wrapper_elemnts_news{
	
opacity : 1;
z-index : 1;
visibility : visible;
	
}

.wrapper_actu_for_hover .wrapper_elemnts_news a {
	
font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1C4F61;	
	
}


header .menu 
.wrapper_actu_for_hover:hover::after {
	
width : 100%;	
	
}



@keyframes scroll {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  80% {
    transform: translateY(6px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 0;
  }
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-modal-left-content .moove-gdpr-branding-cnt,
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer,
.otgs-development-site-front-end {
  display: none !important;
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  color: #C43B0F !important;
  position: absolute;
  bottom: -22px;
  font-size: 12px !important;
  font-family: 'Satoshi';
  font-weight: 600 !important;
}

.wpcf7-form-control-wrap {
  position: initial !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  font-family: 'Satoshi';
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #1C4F61;
}

span#msg-newsletter {
    display: flex;
    width: 100%;
    font-family: "Satoshi";
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #1C4F61;
    margin-top: 25px;
}


.home-page .hero h1 {
		
	margin-top : 0 !important;	
		
	}

.home-page .hero .hero-wrapper {
	
padding : 0 !important;	
	
}

.home-page .hero {
	
padding-bottom : 0 !important;
    align-items: center !important;	
	
}

body.page-template-esg-society .mn-items .info span.date {
  text-transform: capitalize;
}

body.page-template-privacy .article-page .article-details .content {
  margin-top: -255px;
}

body.page-template-privacy .article-page .article-hero {
  padding-bottom: 100px;
}


body,
html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  font-family: "Satoshi";
/*   background-color: #EAEAEA; */
}

section {
  display: flex;
  flex-direction: column;
}

.container {
  width: 1400px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}

.btn-primary {
  background-color: transparent;
  border: none;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 30px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
  position: relative;
  isolation: isolate;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
.btn-primary::after {
  content: "";
  position: absolute;
  right: 0;
  width: 58px;
  height: 58px;
  border-radius: 4px;
  background-color: rgba(38, 112, 135, 0.1019607843);
  transition: 0.5s ease-in-out;
}
.btn-primary span {
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn-primary .icon {
  width: 58px;
  height: 58px;
}
.btn-primary .icon svg {
  transform: scale(1);
  transition: 0.5s ease-in-out;
}
.btn-primary:hover {
  gap: 0px;
  padding-left: 20px;
}
.btn-primary:hover::after {
  width: 100%;
}
.btn-primary:hover .icon svg {
  transform: scale(1.2);
}

.icons .icon-info {
  position: absolute;
  top: 50px;
  left: 0;
  width: -moz-max-content;
  width: max-content;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-top: 5px;
  visibility: hidden;
  transition: 0.5s;
}
.icons .icon-info span {
  width: -moz-max-content;
  width: max-content;
  height: 40px;
  padding: 0 15px;
  color: #C43B0F;
  background-color: rgba(38, 112, 135, 0.1019607843);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  gap: 5px;
}
.icons ul {
  display: flex;
  position: relative;
  gap: 12px;
	
justify-content : flex-end;	
padding-top : 15px	
	
}
.icons ul li a {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  background-color: #267087;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icons ul li a:hover .icon-info {
  opacity: 1;
  visibility: visible;
}


.esg-access .right .shape {
	
display: flex;
    gap: 50px;	
	align-items : center;
}


.esg-access .right .shape li {
	
list-style-type : none;	
	
}


.esg-access .right .shape li a {
  width: 50px;
  height: 50px;
  display: flex;
  border-radius: 50%;
  background-color: #267087;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esg-access .right .shape li a:hover .icon-info {
  opacity: 1;
  visibility: visible;
}


.esg-access {
  background-color: #fff;
  padding: 0px 20px 30px 20px;
}
.esg-access .esg-access-wrapper {
/*   width: 1380px; */
	width : 1420px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
/*   min-height: 197px; */
	
justify-content: space-between;	
	
}
.esg-access .left {
/*   width: 205px;
  height: 197px; */
  border-radius: 0 0 300px 0;
  position: relative;
  isolation: isolate;
	width : 100px;
	height : 100px;
/* display : none;	 */
}
.esg-access .left::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(196, 59, 15, 0.1019607843);
  border-radius: 0 0 300px 0;
  opacity: 0.2;
}
.esg-access .left::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45.35deg, #FFFFFF 0.61%, #C43B0F 74.85%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
}
.esg-access .right {
/*   width: 1165px; */
	width : 1270px;
/* 	width : 100%; */
  max-width: 100%;
/*   padding: 17px 17px 17px 73px; */
  padding: 17px 50px 17px 73px;
	
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background: linear-gradient(180deg, rgba(38, 112, 135, 0.1) 0%, rgba(38, 112, 135, 0.05) 100%);
}
.esg-access .right .label {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #C43B0F;
	
display : none;	
	
}
.esg-access .right .btn-primary {
/*   font-size: 42px; */
	font-size : 39px;
  line-height: 55px;
  letter-spacing: -0.02em;
/*   font-weight: 400; */
	font-weight : 500;
}
.esg-access .right .btn-primary span {
  gap: 13px;
}
.esg-access .right .btn-primary strong {
  font-weight: 500;
}

.mn-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(413px, 413px));
  gap: 10px;
}
.mn-items .item {
  padding: 34px;
  background-color: #FFFFFF;
  border: 1px solid rgba(38, 112, 135, 0.4);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 42px;
  height: -moz-max-content;
  height: max-content;
  transition: 0.5s ease-in-out;
}
.mn-items .item:hover {
  background-color: rgba(38, 113, 135, 0.0509803922);
}
.mn-items .item-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.mn-items .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.mn-items .info span {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1C4F61;
}
.mn-items .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  min-height: 93px;
}
.mn-items .item-team {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.mn-items .team-caption {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mn-items .team-caption .caption {
  display: flex;
  flex-direction: column;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1C4F61;
}
.mn-items .team-caption .caption span:first-child {
  font-weight: 500;
}

.article-page .team-avatar {
  width: calc(100% - 200px);
  gap: 20px;
}

.team-avatar {
  display: flex;
  flex-wrap: wrap;
}
.team-avatar .avatar-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
  flex-wrap: wrap;
}
.team-avatar .name {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #C43B0F;
}
.team-avatar .avatar {
  width: 58px;
  height: 58px;
  background-color: #1C4F61;
  border-radius: 50px 50px 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.team-avatar .avatar img {
  border-radius: 50%;
  width: 52px;
  height: 52px;
  -o-object-fit: cover;
     object-fit: cover;
}

.back {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  color: #1C4F61;
  display: flex;
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.share {
/*   display: flex; */
  flex-wrap: wrap;
  gap: 20px 50px;
	
	
display : none;	
	
}
.share .label {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #1C4F61;
  opacity: 0.9;
}
.share ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.share ul li a {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 24px;
  color: #1C4F61;
  opacity: 0.9;
  cursor: pointer;
}

.card {
  position: relative;
  isolation: isolate;
  padding: 25px;
/*   width: 262px; */
	width : 259px;
	
display : flex;
justify-content : space-between;
flex-direction : column;	
	
	
}
.card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.8) 100%);
  border-top-right-radius: 100px;
  z-index: -1;
  opacity: 0.85;
  pointer-events: none;
}
.card p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  flex-direction: column;
  display: flex;
}
.card h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #C43B0F;
}
.card .card-info {
  min-height: 60px;
}
.card .card-image {
  width: 212px;
  height: 212px;
  overflow: hidden;
  border-radius: 5px 130px 130px 130px;
}
.card .btn-primary {
  width: 100%;
  justify-content: space-between;
}
.card .btn-primary:hover {
  color: #267087;
}

body.scroll-hidden {
  overflow: hidden;
}

/* Pop Up */
.pop-up {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  padding: 20px 0;
  background-color: rgba(38, 113, 135, 0.3);
  backdrop-filter: blur(10px);
  display: none;
}
.pop-up .close {
  border-radius: 2px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #267087;
  position: absolute;
  right: 48px;
  top: 59px;
  cursor: pointer;
}
.pop-up .pop-up-wrapper {
  width: 100%;
  height: calc(100vh - 40px);
  padding: 65px 20px;
  background-color: #ffffff;
  position: relative;
  isolation: isolate;
}
.pop-up .pop-up-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 53%;
  background: linear-gradient(135deg, rgba(38, 112, 135, 0.18) 0%, rgba(38, 112, 135, 0) 100%);
  border-bottom-right-radius: 1600px;
  opacity: 0.2;
  pointer-events: none;
  z-index: -1;
}
.pop-up .pop-up-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(38, 113, 135, 0.0509803922);
  z-index: -1;
  pointer-events: none;
}
.pop-up .pop-up-wrapper .wrapper {
  height: 100%;
  max-width: 1187px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  isolation: isolate;
}


.pop-up .pop-up-wrapper .wrapper .description {
	
display : none;	
	
}


.pop-up .pop-up-wrapper .wrapper .line {
  background-color: #1C4F61;
  height: 1px;
  width: 1146px;
  max-width: 100%;
  opacity: 0.2;
  margin-top: 50px;
  margin-left: auto;
}
.pop-up .pop-up-wrapper .details {
  width: 478px;
}
.pop-up .pop-up-wrapper .form {
  width: 520px;
}
.pop-up .pop-up-wrapper h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #1C4F61;
}
.pop-up .pop-up-wrapper h2 strong {
  font-weight: 500;
}
.pop-up .pop-up-wrapper ul {
  margin-top: 70px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 40px;
}
.pop-up .pop-up-wrapper ul li {
  position: relative;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
  padding-left: 24px;
}
.pop-up .pop-up-wrapper ul li::after {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  color: #C43B0F;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-up .pop-up-wrapper .label {
  padding: 17px 10px 17px 20px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #267087;
  background-color: rgba(38, 112, 135, 0.1019607843);
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 26px;
}
.pop-up .pop-up-wrapper .label span {
  opacity: 0.5;
}
.pop-up .pop-up-wrapper .blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: 77px;
  margin-top: 117px;
}
.pop-up .pop-up-wrapper .blocks .block {
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 2px 10px 2px 2px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  cursor: pointer;
}
.pop-up .pop-up-wrapper .blocks .check {
  border-radius: 2px;
  border: 1px solid #267087;
  position: relative;
  isolation: isolate;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pop-up .pop-up-wrapper .blocks .check::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #267087;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

.pop-up .pop-up-wrapper .blocks .block.active .check::after {
  opacity: 1;
}

form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 32px 10px;
}
form .input-field {
  width: calc(50% - 5px);
  max-width: 100%;
  height: 100%;
  border-bottom: 1px solid rgba(38, 113, 135, 0.3019607843);
  border-radius: 0;
  position: relative;
}
form .input-field.field-submit, form .input-field.field-mandatory {
  border: none;
}
form .input-field.field-mandatory {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #267087;
}
form .input-field.full-width {
  width: 100%;
}
form .input-field.field-submit {
  display: flex;
  justify-content: flex-end;
  border: none;
}
form .input-field.field-submit .btn-primary {
  gap: 16px;
}
form .input-field.field-check {
  position: relative;
  border: none;
  max-width: 487px;
}
form .input-field.field-check label {
  display: flex;
  width: 100%;
  cursor: pointer;
  padding-left: 33px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  min-height: 18px;
  position: relative;
}
form .input-field.field-check label a {
  text-decoration: underline;
}
form .input-field.field-check label input[type=checkbox] {
  position: absolute;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 0;
  border: 1px solid #267087;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
form .input-field.field-check label input[type=checkbox]::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #267087;
  border-radius: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
form .input-field.field-check label input[type=checkbox]:checked:after {
  opacity: 1;
  visibility: visible;
}
form .input-field textarea {
  resize: none;
  min-height: 132px;
}
form .form-control {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0 0 14px 0;
  background-color: transparent;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #1C4F61;
}
form .form-control::-moz-placeholder {
  color: #1C4F61;
}
form .form-control::placeholder {
  color: #1C4F61;
}
form .form-control::-webkit-input-placeholder {
  color: #1C4F61;
}
form .form-control :-ms-input-placeholder {
  color: #1C4F61;
}

/* 
** Start Header
*/
header {
  width: 100%;
  height: 105px;
  padding: 5px 5px 0 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 15;
}
header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  height: 100%;
}
header .menu-wrapper {
  width: calc(100% - 155px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: rgba(255, 255, 255, 0.8);
  padding-right: 90px;
  padding-left: 25px;
  height: 100%;
  border-radius: 4px;
}
header .menu {
  height: 100%;
  display: flex;
  gap: 26px;
}
header .menu a {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #1C4F61;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.5s ease-in-out;
}
header .menu a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #C43B0F;
  transition: 0.5s ease-in-out;
}
header .menu a:hover, header .menu a.active {
  color: #C43B0F;
}
header .menu a:hover::after, header .menu a.active::after {
  width: 100%;
}
header .language {
  position: absolute;
  right: 40px;
  cursor: pointer;
	
	
display : none;	
}
header .language .icon {
  display: flex;
  position: relative;
  z-index: 1;
}
header .language ul {
  position: absolute;
  background-color: transparent;
  width: 40px;
  height: 0;
  overflow: hidden;
  padding: 30px 5px 5px 5px;
  top: -7px;
  left: -10px;
  text-align: center;
  margin: 0 auto;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  border-radius: 4px;
  letter-spacing: 0.02em;
  transition: 0.5s ease-in-out;
}
header .language ul li {
  color: #1C4F61;
  text-transform: uppercase;
  transition: 0.5s ease-in-out;
}
header .language ul li.active, header .language ul li:hover {
  color: #C43B0F;
}

header .language ul li.active {
  font-weight: 700;
}

header .language:hover ul {
  background-color: #FFFFFF;
  height: 80px;
}
header .contact-btn {
  width: 150px;
  height: 100%;
  background-color: #C43B0F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  border-radius: 4px;
}

/* 
**  Home
*/
.home-page .hero {
/*   min-height: 100vh; */
	min-height : 50vh;
  width: 100%;
  padding-top: 105px;
  padding-bottom: 5px;
  display: flex;
  align-items: flex-end;
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.home-page .hero .hero-bg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transform: rotate(-6deg) scale(1.2);
}

.home-page .hero .hero-wrapper {
  width: 100%;
  padding: 0 5px 40px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.home-page .hero .hero-title {
/*   padding-left: 25px; */
	width: calc(100% - 150px);
	margin: auto;
	
	
}
.home-page .hero h1 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 300;
/*   font-size: 64px;
  line-height: 70px; */
	    font-size: 46px;
    line-height: 52px;
  text-transform: uppercase;
  color: #FFFFFF;
	text-align : center;
	
/* 	    transform: translateY(-70px); */
	
	margin-top : -225px
	
	
}
.home-page .hero h1 span {
  display: flex;
}
.home-page .hero h1 span:last-child {
  font-weight: 500;
}
.home-page .hero .hero-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 315px;
	
	
justify-content : flex-end;	
	
display : none;	
	
	
	
}
.home-page .hero .hero-blocks .block {
  width: 155px;
  height: 155px;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #C43B0F;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: .5s ease-in-out;
}
.home-page .hero .hero-blocks .block .text {
  display: flex;
  flex-direction: column;
}
.home-page .hero .hero-blocks .block .text span:last-child {
  font-weight: 700;
}
.home-page .hero .hero-blocks .block:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 180px;
  z-index: -1;
  transition: .5s ease-in-out;
}

.home-page .hero .hero-blocks .block:first-child:hover::after {
  border-top-left-radius: 0;
}

.home-page .hero .hero-blocks .block:nth-child(4):hover {
  background-color: rgba(255, 255, 255, 1);
}

.home-page .hero .hero-blocks .block:nth-child(2) {
  background-color: transparent;
}
.home-page .hero .hero-blocks .block:nth-child(3), .home-page .hero .hero-blocks .block.down_scroll {
  border: 1px dashed rgba(255, 255, 255, 0.8);
  background-color: transparent;
  justify-content: flex-end;
  pointer-events: none;
}


.home-page .hero .hero-blocks .block.down_scroll::after {
	
content : none;	
	
}

.home-page .hero .hero-blocks .block:nth-child(4) {
  color: #1C4F61;
  background-color: rgba(255, 255, 255, 0.5019607843);
}

.home-page .hero .hero-blocks .block .icon {
  transition: .5s ease-in-out;
}

.home-page .hero .hero-blocks .block:hover .icon {
  transform: translate(10px, -10px);
}

.home-page .about {
  background-color: #FFFFFF;
  padding-top: 35px;
}


.home-page .about .top_center_section {
	
font-size : 20px;
line-height : 30px;
color : #1C4F61;
	
margin-right : auto;
margin-left : auto;
width : 1400px;
max-width : 100%;
padding: 25px 40px ;	
border-radius: 0px 100px 0px 0px;
border: 1px solid rgba(28,79,97, 0.2);
background : rgba(255,255,255, 0.2)	

}


.home-page .about .about-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	
	
display : none;	
	
}
.home-page .about .left {
  width: 50%;
  padding: 40px 52px 73px;
  display: flex;
  flex-direction: column;
  gap: 95px;
  border-radius: 0px 0px 300px 0px;
  position: relative;
  isolation: isolate;
}
.home-page .about .left::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(107.51deg, #FFFFFF 0%, #C43B0F 62.14%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
}
.home-page .about .left h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #267087;
  max-width: 470px;
}

.home-page .about .left h2 strong {
  font-weight: 500;
}

.home-page .about .left span {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C43B0F;
	
	
display : none;	
	
}
.home-page .about .right {
  width: 50%;
  padding: 40px 52px 33px;
  border-radius: 0px 300px 0px 0px;
  position: relative;
  isolation: isolate;
}
.home-page .about .right::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(107.51deg, #FFFFFF 0%, #C43B0F 62.14%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
}
.home-page .about .right .description {
  display: flex;
  flex-direction: column;
  gap: 14px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
  max-width: 493px;
}
.home-page .about .right .details {
  padding-top: 18px;
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #1C4F61;
  max-width: 519px;
  position: relative;
	
display : none;	
	
}
.home-page .about .right .details::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #1C4F61;
  opacity: 0.2;
}
.home-page .about .right .details .info span:not(:first-child) {
  color: #267087;
}
.home-page .about .right .details .info span:last-child {
  font-weight: 400;
}
.home-page .about .right .details .btn-link {
  display: flex;
  gap: 11px;
}
.home-page .vision {
  background-color: #FFFFFF;
  padding: 30px;
	
display : none;	
	
}
.home-page .vision .vision-wrapper {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 10px 35px 35px;
  background-color: #1C4F61;
  min-height: 448px;
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top-left-radius: 20px;
}
.home-page .vision .shape {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: -1;
}

.home-page .vision .shape .shape-mobile {
  display: none;
}

.home-page .vision .label {
  padding-top: 18px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  position: relative;
  isolation: isolate;
  padding-left: 25px;
  display: flex;
  align-items: center;
}
.home-page .vision .label::after {
  content: "";
  position: absolute;
  left: 0;
  width: 7px;
  height: 7px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.home-page .vision .description {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 49px;
/* 	font-size : 18px;
	line-height : 38px; */
	margin-top : 25px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  max-width: 835px;
}


.home-page .vision .description ul li {
	
position : relative;	
padding-left : 25px;	
margin : 10px 0	
}



.home-page .vision .description ul li::after {
	
content: "";
  position: absolute;
  left: 0;
  top: 15px;
  background: white;
  width: 5px;
  height: 5px;
  border-radius : 50%;	
	
}


.home-page .vision .description strong {
  font-weight: 500;
  color: #FFFFFF;
}
.home-page .esg-lab-society {
  background-color: #FFFFFF;
  padding: 30px 30px 40px 30px;
}
.home-page .esg-lab-society .esg-lab-society-wrapper {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.home-page .esg-lab-society .esg-item {
/*   width: 685px; */
	width : 677px;
  max-width: 100%;
  border-top-right-radius: 100px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 63px 55px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
.home-page .esg-lab-society .esg-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #267087 0%, rgba(38, 112, 135, 0.5) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
}
.home-page .esg-lab-society .esg-item.esg-lab::after {
  background: linear-gradient(180deg, #C43B0F 0%, rgba(38, 112, 135, 0.5) 100%);
}
.home-page .esg-lab-society .esg-item.esg-lab .btns .btn {
  width: 100%;
  justify-content: space-between;
}
.home-page .esg-lab-society .esg-item .info {
  display: flex;
  flex-direction: column;
  gap: 21px;
  max-width: 505px;
}
.home-page .esg-lab-society .esg-item .label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #C43B0F;
}
.home-page .esg-lab-society .esg-item h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #1C4F61;
}
.home-page .esg-lab-society .esg-item h2 strong {
  font-weight: 500;
}
.home-page .esg-lab-society .esg-item p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
}


.home-page .esg-lab-society .esg-item ul li {
 padding-left : 25px;	
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;	
  position : relative;	
}


.home-page .esg-lab-society .esg-item ul li::after {
	
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #1C4F61;
    width: 5px;
    height: 5px;
    border-radius: 50%;	
	
}


.home-page .esg-lab-society .esg-item .btns {
  padding-top: 23px;
  border-top: 1px solid rgba(38, 112, 135, 0.2);
  display: flex;
  gap: 10px;
  justify-content: space-between;
}
.home-page .gouvernance {
  background-color: #FFFFFF;
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
	

display : none;	
	
}
.home-page .gouvernance::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(258.26deg, rgba(38, 112, 135, 0) 0.36%, #267087 100%);
  opacity: 0.05;
  pointer-events: none;
}
.home-page .gouvernance .gouvernance-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
}
.home-page .gouvernance .team {
  width: 346px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  height: max-content;
}
.home-page .gouvernance .team .profile {
  width: 113px;
  height: 130px;
  overflow: hidden;
  position: relative;
}
.home-page .gouvernance .team .profile::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #267087, #267087);
  mix-blend-mode: screen;
}
.home-page .gouvernance .team .profile:nth-child(5),
.home-page .gouvernance .team .profile:nth-child(7),
.home-page .gouvernance .team .profile:nth-child(13),
.home-page .gouvernance .team .profile:nth-child(14) {
  border-top-left-radius: 50px;
}
.home-page .gouvernance .team .profile:first-child,
.home-page .gouvernance .team .profile:nth-child(3),
.home-page .gouvernance .team .profile:nth-child(9),
.home-page .gouvernance .team .profile:nth-child(11) {
  border-top-right-radius: 50px;
}
.home-page .gouvernance .team .profile img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-page .gouvernance .details {
  width: calc(100% - 346px);
}
.home-page .gouvernance .details .details-wrapper {
  width: 841px;
  max-width: 100%;
  padding: 80px 20px;
  margin: 0 auto;
}
.home-page .gouvernance .label {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C43B0F;
  display: flex;
  margin-bottom: 24px;
}
.home-page .gouvernance h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  margin-bottom: 33px;
}
.home-page .gouvernance h2 strong {
  font-weight: 500;
}
.home-page .gouvernance .description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1C4F61;
  margin-bottom: 30px;
}
.home-page .confiance {
  background-color: #FFFFFF;
  padding: 45px 10px;
	
	
/* display : none;	 */
	
}
.home-page .confiance .confiance-wrapper {
  width: 1440px;
  min-height: 247px;
  max-width: 100%;
  padding: 50px 30px 30px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 44px;
  position: relative;
  isolation: isolate;
}
.home-page .confiance .confiance-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(88.21deg, #267087 0%, rgba(35, 102, 123, 0) 30.5%, #205E72 56%, rgba(30, 86, 105, 0.12) 78%, #1C4F61 100%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.3;
  border-radius: 0 22px 0 22px;
}
.home-page .confiance .label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C43B0F;
}
.home-page .confiance .partners {
  display: flex;
  flex-wrap: wrap;
/*   gap: 20px 35px; */
	gap : 70px 60px;
  align-items: center;
  justify-content: center;
}

.home-page .confiance .partners.partrenaires {
	
margin-top: 10px;
    border-top: 1px solid #cfcfcf;
    padding-top: 50px;
	
}



.home-page .confiance .partners .image {
/*   width: 210px; */
/*   height: 99px; */
/* 	height : 150px; */
	width : 115px;
	height : 80px;
/* 	filter : grayscale(1) */
	
display: flex;
    align-items: center;	
	
}

.home-page .confiance .partners .image img {
  width: 100%;
  object-fit: cover;
}

.more-news {
  background-color: #fff;
  padding: 22px 0 50px;
	

display :none;	
	
}
.more-news .more-news-wrapper {
  width: 1300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.more-news .label {
  display: flex;
  max-width: 1030px;
  margin: 0 auto;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #C43B0F;
}
.more-news .mn-title {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  max-width: 1030px;
  margin: 25px auto 36px;
}
.more-news h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  max-width: 530px;
}
.more-news h2 strong {
  font-weight: 500;
}

/*
** Gouvernance Page
*/
.gouvernance-page {
  background-color: #FFFFFF;
	
padding-top : 115px;	
	
}
.gouvernance-page .gouvernance-hero {
  min-height: 100vh;
  width: 100%;
  padding-top: 105px;
  padding-bottom: 45px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
/*   display: flex; */
  align-items: flex-end;
	

	display :none;
	
}
.gouvernance-page .gouvernance-hero .hero-wrapper {
  width: 100%;
  padding: 0 5px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
.gouvernance-page .gouvernance-hero .hero-title {
  padding-left: 25px;
}

.gouvernance-page .gouvernance-hero .hero-title sup {
  text-transform: lowercase;
}

.gouvernance-page .gouvernance-hero .hero-title span {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 300;
/*   font-size: 54px;
  line-height: 59px; */
  text-transform: uppercase;
  color: #FFFFFF;
	
  font-size: 46px;
  line-height: 50px;	
	
}
.gouvernance-page .gouvernance-hero h1 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 54px;
  line-height: 59px;
  text-transform: uppercase;
  color: #FFFFFF;
  max-width: 1010px;
}
.gouvernance-page .gouvernance-hero .hero-blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  width: 315px;
}
.gouvernance-page .gouvernance-hero .hero-blocks .block {
  width: 155px;
  height: 155px;
  border-radius: 5px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  color: #C43B0F;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  isolation: isolate;
  overflow: hidden;
  transition: .5s ease-in-out;
}
.gouvernance-page .gouvernance-hero .hero-blocks .block .text {
  display: flex;
  flex-direction: column;
}
.gouvernance-page .gouvernance-hero .hero-blocks .block .text span:last-child {
  font-weight: 700;
}
.gouvernance-page .gouvernance-hero .hero-blocks .block:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  border-top-left-radius: 180px;
  z-index: -1;
  transition: .5s ease-in-out;
}

.gouvernance-page .gouvernance-hero .hero-blocks .block:first-child:hover::after {
  border-top-left-radius: 0;
}

.gouvernance-page .gouvernance-hero .hero-blocks .block:nth-child(4):hover {
  background-color: #ffffff;
}

.gouvernance-page .gouvernance-hero .hero-blocks .block:nth-child(2) {
  background-color: transparent;
}
.gouvernance-page .gouvernance-hero .hero-blocks .block:nth-child(3) {
  background-color: transparent;
}
.gouvernance-page .gouvernance-hero .hero-blocks .block:nth-child(4) {
  color: #1C4F61;
  background-color: #D3DEE1;
}

.gouvernance-page .gouvernance-hero .hero-blocks .block .icon {
  transition: .5s ease-in-out;
}

.gouvernance-page .gouvernance-hero .hero-blocks .block:hover .icon {
  transform: translate(10px, -10px);
}

.gouvernance-page .our-mission-committee {
  padding: 30px;
  position: relative;
  isolation: isolate;
}
.gouvernance-page .our-mission-committee::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: #1C4F61;
  border-radius: 20px 0px 0px 0px;
  z-index: -1;
  pointer-events: none;
}
.gouvernance-page .our-mission-committee .mission-wrapper {
  padding: 15px;
}
.gouvernance-page .our-mission-committee .cards-wrapper {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.gouvernance-page .our-mission-committee .cards-wrapper .splide__list {
  gap: 10px;
	    flex-wrap: wrap;
	margin : auto;
}


.gouvernance-page .our-mission-committee .cards-wrapper .card.sans_contenu, .gouvernance-page .our-strategic-committee .cards-wrapper .card.sans_contenu, .society-page .experts .experts-wrapper .card.sans_contenu {
	
pointer-events : none;	
	
}


.gouvernance-page .switches {
  display: none;
  gap: 10px;
}

.gouvernance-page .switches .switche {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid rgba(38, 113, 135, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.gouvernance-page .our-mission-committee .label {
  position: absolute;
  top: 12px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.gouvernance-page .our-mission-committee .label::after {
  content: "";
  position: absolute;
  left: 0;
  width: 27px;
  height: 27px;
/*   background-color: #FFFFFF; */
/*   border-radius: 50%; */
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0V0C14.9117 0 27 12.0883 27 27V27H0V0Z' fill='%23267087'/%3E%3C/svg%3E");
	opacity : 0;
	

}

.gouvernance-page .our-mission-committee.last_section .label::after {
	
  background-color: #FFFFFF;
  border-radius: 50%;	
background-image : none;
	width : 7px;
	height : 7px;
	
}


/* .gouvernance-page .our-mission-committee .shape {
  width: 200px;
  height: 305px;
} */
.gouvernance-page .our-mission-committee .shape svg {
  width: 100%;
  height: auto;
}
.gouvernance-page .our-mission-committee .title {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  position: relative;
  padding-left: 22px;
	
	
	
}





.gouvernance-page .our-mission-committee .title h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 860px;
  margin-bottom: 50px;
}


.gouvernance-page .our-mission-committee.last_section .title h2 p {
	
font-size: 18px;
    line-height: 28px;
    opacity: 0.8;
    font-weight: 300;
	margin-top : 25px;
	
}


.gouvernance-page .our-mission-committee .title h2 .sous_descprion {
	
font-size : 22px;
line-height : 32px;
margin-top : 25px;
opacity : 0.75;
font-weight : 300;	
	
}



.gouvernance-page .our-mission-committee.aurore_section .btn-primary {
	
color : white;
margin-bottom : 40px;

	
}


.gouvernance-page .our-mission-committee.aurore_section .btn-primary svg path {
	
stroke : white;	
	
	
}


.gouvernance-page .our-mission-committee.aurore_section .btn-primary::after {
	
background : white;
opacity : 0.1;
	
}








.gouvernance-page .our-mission-committee .card .card-info {
  margin-bottom: 19px;
}
.gouvernance-page .our-mission-committee .card .card-image {
  margin-bottom: 5px;
}
.gouvernance-page .our-strategic-committee {
  padding: 40px 0;
}
.gouvernance-page .our-strategic-committee .strategic-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  gap: 34px;
}
.gouvernance-page .our-strategic-committee .title {
  width: 472px;
  max-width: 100%;
  position: sticky;
  top: 50px;
  height: -moz-max-content;
  height: max-content;
}
.gouvernance-page .our-strategic-committee .title .wrapper {
  display: flex;
  flex-direction: column;
  gap: 31px;
  padding: 80px 35px 73px;
  position: relative;
  border-radius: 0 0 300px 0;
}
.gouvernance-page .our-strategic-committee .title .wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45.35deg, #FFFFFF 0.61%, #C43B0F 74.85%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
}
.gouvernance-page .our-strategic-committee .title .label {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
/*   font-size: 14px;
  line-height: 21px; */
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C43B0F;
	font-size: 28px;
    line-height: 38px;
}
.gouvernance-page .our-strategic-committee .title h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #267087;
  max-width: 338px;
}
.gouvernance-page .our-strategic-committee .title h2 strong {
  font-weight: 500;
}
.gouvernance-page .our-strategic-committee .title .shape {
  width: 474px;
  height: 338px;
}
.gouvernance-page .our-strategic-committee .title .shape > svg {
  width: 100%;
  height: 100%;
}
.gouvernance-page .our-strategic-committee .cards-wrapper {
  width: 820px;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
}

.gouvernance-page .our-strategic-committee .cards-wrapper .splide__list {
  flex-wrap: wrap;
  gap: 17px;
}

.gouvernance-page .our-strategic-committee .cards-wrapper .card::after {
  background: linear-gradient(180deg, rgba(38, 112, 135, 0.1) 0%, rgba(38, 112, 135, 0.05) 100%);
}
.gouvernance-page .our-strategic-committee .cards-wrapper .card .card-image {
  margin-bottom: 10px;
}
.gouvernance-page .our-strategic-committee .cards-wrapper .card .card-info {
  min-height: 75px;
  margin-bottom: 18px;
}
.gouvernance-page .our-strategic-committee .cards-wrapper .shape {
  width: 541px;
  height: 422px;
}
.gouvernance-page .our-strategic-committee .cards-wrapper .shape svg {
  width: 100%;
  height: 100%;
}

/*
** ESG LAB
*/
.lab-page {
  background-color: #FFFFFF;
}
.lab-page .lab-hero {
/*   padding-top: 286px; */
	padding-top : 160px;
  background-color: rgba(38, 113, 135, 0.0509803922);
}
.lab-page .lab-hero .lab-wrapper {
  width: 1440px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.lab-page .lab-hero .hero-title {
  font-family: "Satoshi";
  font-style: normal;
  text-transform: uppercase;
  padding-bottom: 45px;
}
.lab-page .lab-hero span {
  font-size: 54px;
  line-height: 59px;
  font-weight: 300;
  color: #C43B0F;
}
.lab-page .lab-hero h1 {
/*   font-size: 54px; */
/* 	font-size : 53px;
  line-height: 59px; */
  font-weight: 500;
  color: #1C4F61;
/*   max-width: 940px; */
	
font-size : 46px;
line-height : 50px;
	
}
.lab-page .lab-hero .lab-image {
  width: 100%;
  height: 385px;
	
	
display : none;	
	
}
.lab-page .lab-hero .lab-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lab-page .lab-enjeux {
/*   background-color: rgba(38, 113, 135, 0.0509803922); */
  padding: 20px 0;
  position: relative;
  isolation: isolate;
	
	background: linear-gradient(0deg, white 0%, transparent 100%), #f4f8f9;
	
}
.lab-page .lab-enjeux::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top-left-radius: 20px;
  height: calc(100% - 40px);
  width: calc(100% - 20px);
  background-color: #1C4F61;
  z-index: -1;
  pointer-events: none;
}
.lab-page .lab-enjeux .enjeux-wrapper {
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.lab-page .lab-enjeux .intro {
/*   display: flex; */
  flex-wrap: wrap;
  margin-bottom: 20px;
	
	
	display : none;
	
}
.lab-page .lab-enjeux .title {
  width: 685px;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  border-radius: 0px 0px 100px 0px;
  padding: 50px 60px;
  min-height: 265px;
}
.lab-page .lab-enjeux .title::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45.35deg, #FFFFFF 0.61%, #C43B0F 74.85%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
}
.lab-page .lab-enjeux .title h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #F4F8F9;
  max-width: 485px;
}
.lab-page .lab-enjeux .title h2 strong {
  font-weight: 500;
}
.lab-page .lab-enjeux .description {
  width: 695px;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  border-radius: 0px 100px 0px 0px;
  padding: 70px 40px;
  min-height: 265px;
}
.lab-page .lab-enjeux .description::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45.35deg, #FFFFFF 0.61%, #C43B0F 74.85%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
}
.lab-page .lab-enjeux .description p {
  padding-top: 40px;
  position: relative;
  isolation: isolate;
  max-width: 599px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #F4F8F9;
}
.lab-page .lab-enjeux .description p:first-child:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  background-color: #fff;
  width: 250px;
  height: 1px;
}


.lab-page .lab-enjeux .description p:not(:first-child) {

padding-top : 15px;	
	
}



.lab-page .lab-enjeux .blocks {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}
.lab-page .lab-enjeux .blocks .block {
  background: linear-gradient(122.71deg, rgba(255, 255, 255, 0.8) 1.66%, rgba(255, 255, 255, 0.8) 100%);
  border-radius: 4px 131px 0px 4px;
  padding: 50px 49px 46px 30px;
  position: relative;
  isolation: isolate;
}
.lab-page .lab-enjeux .blocks .block::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 236px;
  height: 100%;
  background: linear-gradient(142.41deg, rgba(255, 255, 255, 0.03) 1.91%, rgba(38, 112, 135, 0.15) 78.25%);
  border-radius: 0px 131px 0px 0px;
  z-index: -1;
}
.lab-page .lab-enjeux .blocks h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 27px;
  display: flex;
  align-items: flex-end;
  letter-spacing: -0.02em;
  color: #1C4F61;
  max-width: 258px;
  min-height: 54px;
  margin-bottom: 27px;
}
.lab-page .lab-enjeux .blocks span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #C43B0F;
  display: flex;
  margin-bottom: 58px;
}
.lab-page .lab-enjeux .blocks ul {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.lab-page .lab-enjeux .blocks ul li {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
  padding-left: 25px;
  position: relative;
  isolation: isolate;
}

.lab-page .lab-enjeux .blocks p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
}

.lab-page .lab-enjeux .blocks ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #C43B0F;
}
.lab-page .lab-intervention {
  padding-top: 30px;
  background-color: rgba(38, 113, 135, 0.0509803922);
	display : none;
}
.lab-page .lab-intervention .intervention-wrapper {
  width: 1420px;
  max-width: 100%;
  margin: 0 auto;
  padding: 20px;
}
.lab-page .lab-intervention .title {
  padding-left: 175px;
  margin-bottom: 27px;
}
.lab-page .lab-intervention .title h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #1C4F61;
}
.lab-page .lab-intervention .title h2 strong {
  font-weight: 500;
}
.lab-page .lab-intervention .blocks {
  padding: 30px 35px;
  position: relative;
  isolation: isolate;
  border-radius: 0 0 100px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.lab-page .lab-intervention .blocks::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(51.33deg, #FFFFFF -40.92%, #1C4F61 69.85%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
}
.lab-page .lab-intervention .blocks .block {
  padding: 19px 25px;
  position: relative;
  isolation: isolate;
  min-height: 236px;
}
.lab-page .lab-intervention .blocks .block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 215px;
  height: 100%;
  background: linear-gradient(142.41deg, rgba(255, 255, 255, 0.06) 1.91%, rgba(38, 112, 135, 0.3) 78.25%);
  border-radius: 0px 131px 0px 0px;
  transform: rotate(180deg);
  z-index: -1;
}
.lab-page .lab-intervention .blocks .block h3 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  max-width: 311px;
  margin-bottom: 30px;
}
.lab-page .lab-intervention .blocks .block p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  color: #1C4F61;
  max-width: 311px;
}
.lab-page .lab-realisations {
  background-color: #FFFFFF;
  padding: 55px 0 82px;
	
	
display : none;	
	
}
.lab-page .lab-realisations .realisations-wrapper {
  width: 1300px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.lab-page .lab-realisations .title {
  width: 1015px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 37px;
}
.lab-page .lab-realisations .title h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.02em;
  color: #C43B0F;
}
/* .lab-page .lab-realisations .blocks {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(413px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
} */

.lab-page .lab-realisations .blocks .splide__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(413px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}


.lab-page .lab-realisations .switches {
  display: none;
  gap: 10px;
}
.lab-page .lab-realisations .switches .switche {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid rgba(38, 113, 135, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.article-page .more-news .switches {
  display: none;
  gap: 10px;
}

.article-page .more-news .switches .switche {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid rgba(38, 113, 135, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.article-page .more-news .mn-items {
  display: initial;
}

.article-page .more-news .mn-items .splide__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(413px, 413px));
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}


.society-page .more-news .switches {
  display: none;
}

.society-page .mn-items .splide__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(413px, 1fr));
  gap: 10px;
}

.page-template-esg-society .mn-items {
  display: initial;
  grid-template-columns: initial;
  gap: initial;
}

.lab-page .lab-realisations .blocks .block {
  padding: 34px;
  background-color: #FFFFFF;
  border: 1px solid rgba(38, 112, 135, 0.4);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: -moz-max-content;
  height: max-content;
  transition: 0.5s ease-in-out;
	
	
height : 330px;	
	
}
.lab-page .lab-realisations .blocks .block:hover {
  background-color: rgba(38, 113, 135, 0.0509803922);
}
.lab-page .lab-realisations .blocks .info {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  color: #1C4F61;
  margin-bottom: 10px;
}
.lab-page .lab-realisations .blocks .block-title {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: #1C4F61;
}
.lab-page .lab-realisations .blocks .description {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1C4F61;
}

.lab-page .lab-realisations .blocks .description strong {
  font-weight: 400;
}

.choose-esg-lab {
  background-color: #fff;
  position: relative;
  isolation: isolate;


display : none;

}
.choose-esg-lab::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  width: calc(100% - 60px);
  height: 100%;
  background-color: #267087;
  opacity: 0.04;
  z-index: -1;
}
.choose-esg-lab .choose-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.choose-esg-lab .content {
  padding: 60px 55px;
}
.choose-esg-lab h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  margin-bottom: 56px;
}
.choose-esg-lab .blocks {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 109px;
  grid-row-gap: 80px;
  max-width: 1128px;
  margin-left: auto;
  margin-right: 32px;
}
.choose-esg-lab .block {
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 40px 0 0 40px;
}
.choose-esg-lab .block::before {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  padding: 1px;
  background: linear-gradient(45.35deg, #FFFFFF 0.61%, #C43B0F 74.85%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  border-radius: 0 0 300px 0;
  opacity: 0.2;
  z-index: -1;
}
.choose-esg-lab .block::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
  background-color: rgba(196, 59, 15, 0.1019607843);
  border-radius: 0 0 300px 0;
  opacity: 0.2;
  z-index: -1;
}
.choose-esg-lab .block .number {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #C43B0F;
}
.choose-esg-lab .block h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 26px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: #267087;
  max-width: 460px;
}
.choose-esg-lab .block .description {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 460px;
}

/*
** Society
*/
.society-page {
  background-color: #FFFFFF;
	
padding-top : 100px;	
	
}
.society-page .society-hero {
/*   min-height: 100vh; */
  padding-top: 255px;
  padding-bottom: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
background-image : none !important;	
	
	
display : none;	
	
}
.society-page .society-hero .society-wrapper {
  width: 1440px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.society-page .society-hero .content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 31px;
  margin-right: 60px;
}
.society-page .society-hero .hero-title {
  padding-bottom: 105px;
/*   color: #F4F8F9; */
	color : #1C4F61;
/*   width: 876px; */
	width : 100%;
}
.society-page .society-hero .hero-title span {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 300;
  font-size: 54px;
  line-height: 59px;
  text-transform: uppercase;
}
.society-page .society-hero .hero-title h1 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
/*   font-size: 54px;
  line-height: 59px; */
  text-transform: uppercase;
	
font-size : 46px;
line-height : 50px;
	
}
.society-page .society-hero .last-event {
  width: 413px;
  background-color: #FFFFFF;
  padding: 32px 34px 22px 34px;
  border-top-right-radius: 30px;
	
	
display : none;	
	
}
.society-page .society-hero .last-event .label {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C43B0F;
  padding-top: 24px;
  position: relative;
  isolation: isolate;
}
.society-page .society-hero .last-event .label::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.2;
  background-color: #267087;
  height: 1px;
  width: 100%;
}
.society-page .society-hero .last-event h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 29px;
  color: #1C4F61;
  margin-top: 19px;
  margin-bottom: 33px;
  max-width: 324px;
}
.society-page .society-hero .last-event h2 strong {
  font-weight: 500;
}
.society-page .society-hero .last-event p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: flex-end;
  color: #1C4F61;
  margin-bottom: 19px;
  max-width: 324px;
}

.society-page .society-hero .last-event p strong {
  font-weight: 400;
}

.society-page .society-hero .last-event .date {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #C43B0F;
}
.society-page .society-hero .last-event .btn {
  pointer-events: none;
  margin-left: auto;
  margin-right: -12px;
}
.society-page .become-member {
  padding: 10px;
  position: relative;
  isolation: isolate;
  background-color: rgba(38, 113, 135, 0.0509803922);
  margin-bottom: 30px;
}
.society-page .become-member::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #1c4f61;
  border-top-left-radius: 20px;
  background-image: url("../images/ethics-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
  pointer-events: none;
}
.society-page .become-member .member-wrapper {
  width: 1320px;
  max-width: 100%;
  margin: 0 auto;
  padding: 105px 20px 75px;
}
.society-page .become-member .intro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  color: #FFFFFF;
  margin-bottom: 77px;
  max-width: 1221px;
	
	
flex-direction: column;	
	
	
}
.society-page .become-member .title {
/*   width: 530px; */
}
.society-page .become-member .title h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 38px;
  line-height: 49px;
  letter-spacing: -0.02em;
}
.society-page .become-member .title h2 strong {
  font-weight: 500;
}
.society-page .become-member .description {
/*   width: 500px; */
  display: flex;
/*   flex-direction: column; */
  gap: 25px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
/*   font-size: 18px;
  line-height: 27px;
	 */
	
	  font-size: 22px;
  line-height: 32px;
	
	
	width : 100%;
	 flex-wrap: wrap;
    justify-content: end;
	
	
	flex-direction : column;
	
}


.society-page .become-member .description p {
	
width : 27.9%;	
	
}


.society-page .become-member .description ul {
	
width : 100%;	
	
}


.society-page .become-member .description ul li {
	
position : relative;	
padding-left : 20px;
margin-bottom : 10px;	
	
}


.society-page .become-member .description ul li::after {
	
content : "";
position : absolute;
background : white;
border-radius : 50%;
width : 5px;
height : 5px;
left : 0;
top : 10px;	
	
	
}


.society-page .become-member .description .btn-primary {
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.02em;
}
.society-page .become-member .description .btn-primary::after {
  background-color: rgba(255, 255, 255, 0.1019607843);
}
.society-page .become-member .description .btn-primary .icon svg path {
  stroke: #fff;
}
.society-page .become-member .description .btn-primary span {
  gap: 10px;
	 
	
}

.society-page .become-member .description .btn-primary .icon svg {
	
transform: rotate(136deg);		
	
}



.society-page .become-member .description .btn-primary strong {
  font-weight: 500;
}
.society-page .become-member .ethics {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.society-page .become-member .ethics-title {
  position: relative;
  width: 338px;
  height: 512px;
}
.society-page .become-member .ethics-title .shape {
  width: 338px;
  height: 512px;
}
.society-page .become-member .ethics-title .shape svg {
  width: 100%;
  height: auto;
}
.society-page .become-member .ethics-title h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
/*   font-size: 42px; */
	font-size : 41px;
  line-height: 55px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #F4F8F9;
}
.society-page .become-member .ethics-title h3 strong {
  font-weight: 500;
}
.society-page .become-member .blocks {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.society-page .become-member .blocks .block {
  position: relative;
  isolation: isolate;
  width: 470px;
  border-radius: 4px;
  background: linear-gradient(122.71deg, rgba(255, 255, 255, 0.8) 1.66%, rgba(255, 255, 255, 0.8) 100%);
  padding: 20px 30px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  overflow: hidden;
  min-height: 240px;
}
.society-page .become-member .blocks .block:nth-child(3n+1) {
  width: 322px;
  padding: 20px 20px;
  min-height: 186px;
}
.society-page .become-member .blocks .block::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 235px;
  height: 100%;
  background: linear-gradient(142.41deg, rgba(255, 255, 255, 0.06) 1.91%, rgba(38, 112, 135, 0.3) 78.25%);
  border-radius: 0px 131px 0px 0px;
  transform: rotate(180deg);
  opacity: 0.3;
}
.society-page .experts {
  padding: 25px 10px;
  position: relative;
  isolation: isolate;
  color: #FFFFFF;
	
}
.society-page .experts::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  background-color: #1C4F61;
  width: calc(100% - 20px);
  height: calc(100% - 50px);
  border-top-left-radius: 20px;
  z-index: -1;
}
.society-page .experts .experts-wrapper {
  width: 1390px;
  max-width: 100%;
  padding: 79px 20px 39px 20px;
  margin: 0 auto;
}
.society-page .experts .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 67px;
  padding-left: 37px;
  padding-right: 100px;
}


.society-page .experts .grid_leader {
	
width: 80%;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: auto;
	display : grid;

	
}


.society-page .experts h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 47px;
  letter-spacing: -0.02em;
	
text-align : center;	
	
}

.society-page .experts h2 p {
	
margin-top : 20px;
font-size : 30px;
line-height : 40px;
	
}


.society-page .experts h2 strong {
  font-weight: 500;
}
.society-page .experts .card .card-info {
  margin-bottom: 19px;
}
.society-page .experts .card .card-image {
  margin-bottom: 5px;
}
.society-page .switches {
/*   display: flex; */
  gap: 10px;
	
	display : none;
	
}
.society-page .switches .switche {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid rgba(38, 113, 135, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.society-page .images {
  padding-bottom: 105px;
	
display : none;	
	
}
.society-page .images .images-intro {
  width: 1440px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.society-page .images .images-intro .title {
  width: 696px;
  height: -moz-max-content;
  height: max-content;
  max-width: 100%;
  position: relative;
  isolation: isolate;
  padding: 41px 52px 0;
}
.society-page .images .images-intro .title::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  width: 100%;
  height: calc(100% + 398px);
  background: linear-gradient(45.35deg, #FFFFFF 0.61%, #C43B0F 74.85%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
  border-radius: 0 0 100px 0;
}
.society-page .images .images-intro .title::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% + 398px);
  background: #ffffff;
  opacity: 0.2;
  border-radius: 0 0 100px 0;
  pointer-events: none;
  z-index: -1;
}
.society-page .images .images-intro .title h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #267087;
  max-width: 430px;
  margin-bottom: 91px;
}
.society-page .images .images-intro .title h2 strong {
  font-weight: 500;
}
.society-page .images .images-intro .citation {
  height: -moz-max-content;
  height: max-content;
  width: 659px;
  max-width: 100%;
  padding: 30px 55px 30px 30px;
  border-radius: 0 100px 0 0;
  position: relative;
  isolation: isolate;
	
	
display : none;	
	
}
.society-page .images .images-intro .citation::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(107.51deg, #FFFFFF 0%, #C43B0F 62.14%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
}
.society-page .images .images-intro .citation::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(196, 59, 15, 0.1019607843);
  opacity: 0.2;
  border-radius: 0 100px 0 0;
  pointer-events: none;
}
.society-page .images .images-intro .citation .icon {
  position: relative;
  left: 0;
  margin-bottom: 14px;
}
.society-page .images .images-intro .citation p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #1C4F61;
  margin-bottom: 27px;
  margin-left: 35px;
}
.society-page .images .images-intro .citation span {
  display: flex;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
  padding-top: 27px;
  position: relative;
  margin-left: 35px;
}
.society-page .images .images-intro .citation span::after {
  content: "";
  width: 251px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #C43B0F;
  opacity: 0.2;
}
.society-page .images .images-slides-wrapper {
  margin-top: 28px;
}
.society-page .images .images-slides-wrapper .splide__slide {
  border-radius: 10px;
  overflow: hidden;
  height: 301px;
}
.society-page .images .images-slides-wrapper .splide__slide .image {
  height: 100%;
}
.society-page .images .images-slides-wrapper .splide__slide .image img {
  height: 100%;
}
.society-page .images .images-slides-wrapper .splide__slide.empty-slide {
  width: 87px;
  margin-right: 0 !important;
}
.society-page .short-esg-lab-society {
  padding: 30px 0 40px 0;
	
	
display : none;	
	
}
.society-page .short-esg-lab-society .short-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.society-page .short-esg-lab-society .content {
  display: flex;
  gap: 8px;
}
.society-page .short-esg-lab-society .short-content {
  width: calc(100% - 214px);
  padding: 91px 137px;
  position: relative;
  isolation: isolate;
  border-radius: 0 130px 0 0;
  display: flex;
  flex-direction: column;
  gap: 21px;
}
.society-page .short-esg-lab-society .short-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 100%;
  border-radius: 0 130px 0 0;
  border: 1px solid rgba(38, 112, 135, 0.2);
  background: linear-gradient(180deg, rgba(38, 112, 135, 0.1) 0%, rgba(38, 112, 135, 0.05) 100%);
  opacity: 0.85;
  pointer-events: none;
  z-index: -1;
}
.society-page .short-esg-lab-society .short-content h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 42px;
  line-height: 55px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  max-width: 850px;
}
.society-page .short-esg-lab-society .short-content h2 strong {
  font-weight: 500;
}
.society-page .short-esg-lab-society .short-content p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #1C4F61;
}
.society-page .short-esg-lab-society .short-shapes {
  width: 206px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 8px;
}
.society-page .short-esg-lab-society .shape {
  width: 205px;
  height: 234px;
  position: relative;
  isolation: isolate;
}
.society-page .short-esg-lab-society .shape.shape-1 {
  border-radius: 0 0 300px 0;
}
.society-page .short-esg-lab-society .shape.shape-1::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45.35deg, #FFFFFF 0.61%, #C43B0F 74.85%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
}
.society-page .short-esg-lab-society .shape.shape-1::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(196, 59, 15, 0.1019607843);
  border-radius: 0 0 300px 0;
  opacity: 0.2;
}
.society-page .short-esg-lab-society .shape.shape-2 {
  border-radius: 0 500px 0 0;
  background-color: #267087;
}
.society-page .more-news {
  padding: 40px 0;
}
.society-page .more-news h2 strong {
  color: #C43B0F;
}
.society-page .more-news .mn-title {
  margin: 0 auto 36px;
}

/*
** Biographie
*/
.biographie-page {
  background-color: #FFFFFF;
}
.biographie-page .bio-hero {
  position: relative;
  isolation: isolate;
  min-height: 100vh;
}
.biographie-page .bio-hero::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #267087;
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
}
.biographie-page .bio-hero .hero-wrapper {
  width: 1440px;
  max-width: 100%;
  padding: 184px 30px 40px 30px;
  margin: 0 auto;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
	
padding-top : 0 !important;	
	
}
.biographie-page .bio-hero .content {
  position: relative;
padding-left : 45px;
}
.biographie-page .bio-hero .icons {
  margin-bottom: 140px;
	
/* 	width: 254px; */
    display: flex;
    justify-content: center;	
	width : 350px;
}




.biographie-page .bio-hero .back {
  margin-bottom: 80px;
}
.biographie-page .bio-hero .image {
/*   width: 944px;
  height: 451px; */
  position: absolute;
/*   top: 101px; */
	top : 50px;
  right: 0;
  text-align: right;
  padding-right: 100px;
  background: linear-gradient(180deg, rgba(38, 112, 135, 0.05) 0%, rgba(38, 112, 135, 0.025) 100%);
  border-radius: 225px 0 0 225px;
  border: 1px solid rgba(38, 112, 135, 0.2);
  z-index: -1;
/* 	
width: 697px;
    height: 155px;	 */
	width: 102%;
  height: 300px;
	
	
    display: flex;
    flex-direction: column;
    align-items: end;	
	
}
.biographie-page .bio-hero .image img {
/*   width: 385px;
  height: 426px; */
  border-radius: 100px 10px 10px 10px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: auto;
  margin-top: -75px;
	
/*     width: 254px;
    height: 298px;	 */
	width : 350px;
	height : 300px;
	
	
}
.biographie-page .bio-hero h1 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 48px;
  text-transform: uppercase;
  color: #C43B0F;
  margin-bottom: 11px;
  max-width: 653px;
	margin-top : 100px;
}
.biographie-page .bio-hero h2 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  text-transform: uppercase;
  color: #1C4F61;
  max-width: 653px;
/*   margin-bottom: 70px; */
}
.biographie-page .bio-description {
  padding: 50px 0 37px 0;

	background : #F4f8f9; 
	
}
.biographie-page .bio-description .description-wrapper {
  width: 1440px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.biographie-page .bio-description .details {
/*   width: 852px; */
	width : 100%;
  max-width: 100%;
  padding: 40px 83px 64px 50px;
  border-radius: 0 0 100px 0;
/*   background-color: #FFFFFF; */
  position: relative;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
/*   font-size: 16px;
  line-height: 24px; */
  color: #1C4F61;
	 font-size: 20px;
  line-height: 30px;
	
padding-top : 0 !important;	
/* margin-top : -300px;	 */
	margin-top : -150px;
background : none;	
	
	
}
.biographie-page .bio-description .details::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(45.35deg, #FFFFFF 0.61%, #C43B0F 74.85%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
	
	
width : 0%;	
	
}

.biographie-page .bio-description .details h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: #267087;
  max-width: 600px;
  margin-bottom: 20px;
}
.biographie-page .bio-description .details h2 strong {
  font-weight: 500;
}
.biographie-page .bio-description .notice {
  height: -moz-max-content;
  height: max-content;
  width: 505px;
  max-width: 100%;
  padding: 40px 55px 38px 42px;
  border-radius: 0 100px 0 0;
  position: relative;
  isolation: isolate;
	
/* display : none;	 */
	
}
.biographie-page .bio-description .notice::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(107.51deg, #FFFFFF 0%, #C43B0F 62.14%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
}
.biographie-page .bio-description .notice::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(196, 59, 15, 0.1019607843);
  opacity: 0.2;
  border-radius: 0 100px 0 0;
  pointer-events: none;
}
.biographie-page .bio-description .notice h3 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C43B0F;
  margin-bottom: 35px;
}
.biographie-page .bio-description .notice .icon {
  position: relative;
  left: -12px;
  margin-bottom: 14px;
}
.biographie-page .bio-description .notice p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
  color: #1C4F61;
  margin-bottom: 68px;
}
.biographie-page .bio-description .notice span {
  display: flex;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
  padding-top: 27px;
  position: relative;
}
.biographie-page .bio-description .notice span::after {
  content: "";
  width: 251px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #C43B0F;
  opacity: 0.2;
}
.biographie-page .bio-accordion {
  background-color: #FFFFFF;
  padding-bottom: 30px;
display : none;	
}
.biographie-page .bio-accordion .accordion-wrapper {
  width: 1440px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.biographie-page .bio-accordion .accordion {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.biographie-page .bio-accordion .accordion-item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  transition: 0.5s ease-in-out;
}
.biographie-page .bio-accordion .accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(38, 112, 135, 0.1019607843);
  z-index: -1;
  pointer-events: none;
}
.biographie-page .bio-accordion .accordion-item.active {
  padding-bottom: 57px;
}
.biographie-page .bio-accordion .accordion-item.active .accordion-content {
  max-height: 100%;
}
.biographie-page .bio-accordion .accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: transparent;
  border: none;
  width: 100%;
  padding: 20px 20px 20px 60px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #267087;
  cursor: pointer;
}
.biographie-page .bio-accordion .accordion-header .icon {
  width: 58px;
  height: 58px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
.biographie-page .bio-accordion .accordion-content {
  padding-left: 60px;
  padding-right: 20px;
  max-height: 0;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}
.biographie-page .bio-accordion .accordion-content .wrapper {
  max-width: 1204px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
}
.biographie-page .bio-accordion .accordion-content .shape {
  width: 460px;
  max-width: 100%;
  height: 280px;
  position: relative;
  isolation: isolate;
  border-radius: 0 0 100px 0;
  padding: 20px;
  display: flex;
  align-items: flex-end;
}
.biographie-page .bio-accordion .accordion-content .shape::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(51.33deg, #FFFFFF -40.92%, #1C4F61 69.85%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 0.2;
  pointer-events: none;
}
.biographie-page .bio-accordion .accordion-content .shape::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  opacity: 0.2;
  border-radius: 0 0 100px 0;
  pointer-events: none;
}
.biographie-page .bio-accordion .accordion-content .content {
  width: 685px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
}
.biographie-page .bio-accordion .accordion-content .content ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.biographie-page .bio-accordion .accordion-content .content ul li {
  position: relative;
  isolation: isolate;
  padding-left: 24px;
}
.biographie-page .bio-accordion .accordion-content .content ul li::after {
  content: "";
  position: absolute;
  left: 9.5px;
  top: 9.5px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #C43B0F;
}

/*
** Articles
*/
.aticles-page {
  background-color: #FFFFFF;
}
.aticles-page .aticles-hero {
  padding-top: 255px;
  padding-bottom: 53px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aticles-page .aticles-hero .hero-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.aticles-page .aticles-hero .content {
  max-width: 1204px;
  margin-left: auto;
  margin-right: 60px;
  background-color: rgba(255, 255, 255, 0.9490196078);
  border: 1px solid rgba(38, 112, 135, 0.4);
  border-radius: 4px 30px 4px 4px;
  padding: 32px 34px 36px 49px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.aticles-page .aticles-hero .label {
  display: flex;
  padding-top: 24px;
  margin-bottom: 35px;
  border-top: 1px solid rgba(38, 113, 135, 0.2);
  width: 100%;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #C43B0F;
}
.aticles-page .aticles-hero .title {
  max-width: 324px;
}
.aticles-page .aticles-hero .title h1 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 26px;
  line-height: 34px;
  color: #1C4F61;
  margin-bottom: 30px;
}
.aticles-page .aticles-hero .description {
  max-width: 570px;
  display: flex;
  flex-direction: column;
  gap: 33px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1C4F61;
  margin-right: 21px;
}

.aticles-page .aticles-hero .description p strong {
  font-weight: 400;
}

.aticles-page .aticles-hero .description span {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  color: #C43B0F;
}
.aticles-page .aticles-hero .icon .btn-primary {
  width: 58px;
  pointer-events: none;
}
.aticles-page .articles-filter {
  background-color: rgba(38, 113, 135, 0.0509803922);
  padding: 50px 0;
}
.aticles-page .articles-filter .filter-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 1169px;
  margin: 0 auto;
  max-width: 100%;
  padding: 0 20px;
  gap: 20px;
}
.aticles-page .articles-filter ul {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
}
.aticles-page .articles-filter ul li {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1C4F61;
  cursor: pointer;
}
.aticles-page .articles-filter ul li.filter-line {
  pointer-events: none;
}

.aticles-page .articles-filter ul li.filter-line:last-child {
  display: none;
}

.aticles-page .articles-filter ul li.active {
  font-weight: 700;
}
.aticles-page .articles-filter .input-form {
  width: 143px;
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(28, 79, 97, 0.1019607843);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  border-radius: 50px;
  padding: 10px 20px;
}
.aticles-page .articles-filter .input-form input {
  width: calc(100% - 32px);
  background-color: transparent;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  color: #1C4F61;
}
.aticles-page .articles-filter .input-form input::-webkit-input-placeholder {
  opacity: 0.6;
}
.aticles-page .articles-filter .input-form input::-moz-placeholder {
  opacity: 0.6;
}
.aticles-page .articles-filter .input-form input:-ms-input-placeholder {
  opacity: 0.6;
}
.aticles-page .articles-filter .input-form input:-moz-placeholder {
  opacity: 0.6;
}
.aticles-page .articles-blocks {
  background-color: #FFFFFF;
  padding-top: 50px;
  padding-bottom: 77px;
}



.aticles-page .articles-blocks .item {
	
height : 400px;	
justify-content: space-between;	
	
}








.aticles-page .articles-blocks .blocks-wrapper {
  width: 1440px;
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.aticles-page .articles-blocks .mn-items {
  max-width: 1259px;
  margin: 0 auto;
}

.aticles-page .articles-blocks .no-results {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #267087;
  grid-column: 1 / -1;
  text-align: center;
}

.aticles-page .articles-blocks .show-more {
  width: 58px;
  height: 58px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 77px auto 0;
  background-color: rgba(38, 112, 135, 0.1019607843);
  cursor: pointer;
}

/*
** Single Article
*/
.article-page {
  background-color: #FFFFFF;
  padding-bottom: 80px;
}
.article-page .article-hero {
  padding-top: 184px;
  padding-bottom: 315px;
  background-color: rgba(38, 112, 135, 0.0509803922);
  position: relative;
  z-index: 1;
}
.article-page .article-hero .content {
  position: relative;
  max-width: 1255px;
}
.article-page .article-hero .switchs {
  position: absolute;
  right: 10px;
  bottom: 0;
  display: flex;
  gap: 16px;
}
.article-page .article-hero .switchs .switch {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid rgba(38, 112, 135, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: .5s ease-in-out;
}

.article-page .article-hero .switchs .switch svg path {
  transition: .5s ease-in-out;
}

.article-page .article-hero .switchs .switch:hover {
  background-color: #1c4f61;
}

.article-page .article-hero .switchs .switch:hover svg path {
  stroke: #fff;
}

.switches .switche,
.switches .switche svg path {
  transition: .5s ease-in-out;
}

.switches .switche:hover {
  border: 1px solid #ffffff33 !important;
  background-color: #1C4F61 !important;
}

.switches .switche:hover svg path {
  stroke: #fff;
}

.article-page .article-hero .article-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.article-page .article-hero .info {
  display: flex;
  flex-wrap: wrap;
  gap: 54px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #267087;
  margin-bottom: 18px;
}
.article-page .article-hero h1 {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 44px;
  line-height: 48px;
  text-transform: uppercase;
  color: #1C4F61;
  margin-bottom: 25px;
  width: calc(100% - 200px);
}
.article-page .article-hero .back {
  margin-bottom: 32px;
}
.article-page .article-details .details-wrapper {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.article-page .article-details .content {
  width: 1144px;
  max-width: 100%;
  margin-left: auto;
  margin-right: 68px;
  margin-top: -577px;
  padding-top: 305px;
  padding: 305px 57px 56px 53px;
  border-top-left-radius: 220px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  background: linear-gradient(155.67deg, rgba(38, 112, 135, 0.05) 15.57%, rgba(38, 112, 135, 0.025) 100%);
  position: relative;
  isolation: isolate;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
}


.article-page .article-details .content .description ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-page .article-details .content .description ul li {
  position: relative;
  isolation: isolate;
  padding-left: 24px;
}

.article-page .article-details .content .description ul li::after {
  content: "";
  position: absolute;
  left: 9.5px;
  top: 9.5px;
  width: 5px;
  height: 5px;
  border-radius: 50px;
  background-color: #C43B0F;
}

.article-page .article-details .content p:first-child {
  padding-top: 25px;
  position: relative;
  isolation: isolate;
}
.article-page .article-details .content p:first-child::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 517px;
  max-width: 100%;
  height: 1px;
  background-color: #C43B0F;
  opacity: 0.5;
}
.article-page .article-details .content::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(220deg, rgba(38, 112, 135, 0) 0%, rgba(28, 79, 97, 0.2) 84.43%);
  border-radius: inherit;
  -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
  opacity: 1;
}
.article-page .article-details .content strong {
  font-weight: 500;
}
.article-page .article-details .content .share {
  margin-top: 35px;
  padding-top: 32px;
  position: relative;
  isolation: isolate;
}
.article-page .article-details .content .share::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(104.65deg, #FFFFFF -15.98%, #C43B0F 62.91%);
  opacity: 0.6;
  transform: matrix(-1, 0, 0, 1, 0, 0);
}
.article-page .article-details .description {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.article-page .more-news {
  padding: 80px 0 0;
}

/*
** Contact page
*/
.contact-page {
  background-color: #FFFFFF;
}
.contact-page .pop-up {
  display: flex;
  position: initial;
  padding: 0;
  height: initial;
}
.contact-page .pop-up .pop-up-wrapper {
  height: initial;
  padding: 180px 30px 50px 30px;
}
.contact-page .pop-up .line {
  opacity: 0 !important;
}
.contact-page .form {
  margin-top: 66px;
}

/* 
** Start Footer
*/
footer {
  background-color: #fff;
/*   padding: 0 20px 20px 55px; */
  position: relative;
  isolation: isolate;
margin-bottom : 30px;	
	
    margin: 0 20px 20px 20px;	
}
footer::after, footer::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  pointer-events: none;
}
footer::after {
  width: 100%;
  left: 0;
/*   background-color: #267087; */
  opacity: 0.05;
  z-index: -1;
}
footer::before {
  width: 50%;
  right: 0;
  border-bottom-right-radius: 150px;
  background: linear-gradient(137.41deg, rgba(38, 112, 135, 0.2) 0%, rgba(38, 112, 135, 0) 152.74%);
  opacity: 0.5;
  z-index: -2;
}
footer .footer-container {
/*   width: 1148px; */
	width : 1400px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
	
justify-content: space-between;	
	
}
footer .info {
  display: flex;
  flex-wrap: wrap;
}
footer .newsletter {
  width: 50%;
  padding-right: 80px;
/* padding-top : 20px;	 */
	
}

footer .newsletter svg {
	
width : 120px;	
	
}


footer .newsletter form {
  gap: 24px 10px;
  max-width: 453px;
}
footer .newsletter h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 28px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  max-width: 398px;
  margin-bottom: 70px;
}
footer .newsletter h2 strong {
  font-weight: 500;
}
footer .newsletter .btn-primary {
  align-items: center;
  justify-content: center;
}
footer .newsletter .btn-primary::after {
  width: 18px;
  height: 18px;
  opacity: 0;
}
footer .newsletter .btn-primary .icon {
  width: 18px;
  height: 18px;
}
footer .contact-info {
  width: 50%;
  padding-left: 80px;
  padding-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 65px;
}
footer .contact-info > ul {
  display: flex;
  gap: 50px;
}
footer .contact-info > ul li {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  opacity: 0.6;
}
footer .contact-wrapper {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
footer .address {
/*   width: 230px; */
  display: flex;
  flex-direction: column;
  gap: 6px;
}

footer .address a {
	
display : none !important;	
	
}


footer .prvc_policy_ml {
	
display : flex;	
gap : 50px;	
	
}

footer .contact-wrapper {
	
align-items : center !important;	
	
}


footer .contact-info {
	
/* padding-top : 52px !important	 */
	padding-top : 47px !important;
	
}

footer .icons ul {

padding-top : 0 !important	
}



footer .prvc_policy_ml a {
	
display : block !important;
	font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  opacity: 0.6;
	
}


footer .address h3 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.02em;
  color: #267087;
}
footer .address > span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #1C4F61;
}
footer .address a {
  display: flex;
  gap: 10px;
}
footer .address a span {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .address a span.text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #1C4F61;
}
footer .address a span.icon {
  width: 39px;
  height: 39px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(38, 112, 135, 0.1019607843);
}
footer .copyrights {
  display: flex;
/*   justify-content: space-between; */
  padding-top: 22px;
/*   border-top: 1px solid rgba(29, 80, 99, 0.2); */
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: -0.02em;
  color: #1C4F61;
/*   opacity: .5; */
	gap : 60px;
	align-items : center;
}


footer .copyrights svg {
	
opacity : 0.5;	
	
}



/* Actualites new */

/* .actualites_new form {

	display : none !important
	
} */


.actualites_new  .our-strategic-committee .cards-wrapper .splide__list {
	
gap : 60px;	
	
}


.actualites_new .last_section .cards-wrapper .cards_wrapper_wrrper_wrapper .card .author {
	
    font-size: 18px;
    margin-top: 20px;	
	
}


.actualites_new .last_section .cards-wrapper .cards_wrapper_wrrper_wrapper .card {
	
width : auto;	
/* height : 300px;	 */
	height : auto;
}




.actualites_new .last_section .cards-wrapper .cards_wrapper_wrrper_wrapper .card::after {
	
border-radius : 0;	
	
}


.actualites_new .last_section .cards-wrapper .cards_wrapper_wrrper_wrapper .card .card-image {
	
display : none;	
	
}


.actualites_new .last_section .cards-wrapper .cards_wrapper_wrrper_wrapper .card .btn-primary:hover::after {
	
width : 58px;	
	
}


.actualites_new .last_section .cards-wrapper .cards-wrapper_wrrper {
	
width : 100%;	
	
}


.actualites_new .last_section .cards-wrapper .cards_wrapper_wrrper_wrapper {
	
display: grid;
gap: 40px;
    grid-template-columns: repeat(3, auto);
    justify-content: space-between;
	flex-wrap :wrap;
	
}



.gouvernance-page.actualites_new .our-mission-committee.last_section .shape, .gouvernance-page.actualites_new .our-mission-committee.last_section .left {
	
width :auto !important;	
	
}


.actualites_new .last_section {
  padding: 30px;
  position: relative;
  isolation: isolate;
}
.actualites_new .last_section::after {
  content: "";
  position: absolute;
  left: 30px;
  top: 30px;
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  background: #1C4F61;
  border-radius: 20px 0px 0px 0px;
  z-index: -1;
  pointer-events: none;
}
.actualites_new .last_section .mission-wrapper {
  padding: 15px;
}
.actualites_new .last_section .cards-wrapper {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.actualites_new .last_section .cards-wrapper .splide__list {
  gap: 10px;
	    flex-wrap: wrap;
	margin : auto;
}





.actualites_new .switches {
  display: none;
  gap: 10px;
}

.actualites_new .switches .switche {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #FFFFFF;
  border: 1px solid rgba(38, 113, 135, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}


.actualites_new .last_section .label {
  position: absolute;
  top: 12px;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
    line-height: 38px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding-left: 0px;
  display: flex;
  align-items: center;
	
	
}
.actualites_new .last_section .label::after {
  content: "";
  position: absolute;
  left: 0;
  width: 27px;
  height: 27px;
/*   background-color: #FFFFFF; */
/*   border-radius: 50%; */
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0V0C14.9117 0 27 12.0883 27 27V27H0V0Z' fill='%23267087'/%3E%3C/svg%3E");
	opacity : 0;
	

}

.actualites_new .our-mission-committee.last_section .label::after {
	
  background-color: #FFFFFF;
  border-radius: 50%;	
background-image : none;
	width : 7px;
	height : 7px;
	
}


/* .gouvernance-page .our-mission-committee .shape {
  width: 200px;
  height: 305px;
} */
.actualites_new .last_section .shape svg {
  width: 100%;
  height: auto;
}
.actualites_new .last_section .title {
  width: 1350px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  position: relative;
  padding-left: 22px;
	
	
	
}





.actualites_new .last_section .title h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
/*   font-size: 38px;
  line-height: 49px; */
  letter-spacing: -0.02em;
  color: #FFFFFF;
  max-width: 860px;
  margin-bottom: 50px;
	font-size : 34px;
	line-height : 44px;
	margin-top : 70px;
}


.actualites_new .our-mission-committee.last_section .title h2 p {
	
font-size: 18px;
    line-height: 28px;
    opacity: 0.8;
    font-weight: 300;
	margin-top : 25px;
	
}


.actualites_new .last_section .title h2 .sous_descprion {
	
font-size : 22px;
line-height : 32px;
margin-top : 25px;
opacity : 0.75;
font-weight : 300;	
	
}











.actualites_new .last_section .card .card-info {
  margin-bottom: 19px;
}
.actualites_new .last_section .card .card-image {
  margin-bottom: 5px;
}


.actualites_new .last_section .card .card-info .autors_new p {
	
font-size : 15px !important;
line-height : 25px !important;	
display : inline-block;	
margin-top : 10px;	
	
}


.actualites_new .last_section .card .card-info .autors_new span {
	
font-weight : 500;

	
}



.actualites_new .last_section .card .card-info .caption {
	
display : flex;
flex-direction : column;
margin-top : 20px;
	color : #1C4F61
}


.actualites_new .last_section .card .card-info .team-avatar {
	margin-top : 20px;
	
}


.actualites_new .last_section .card .card-info .caption span:first-of-type {
	
font-weight : 500;
    display: block;
    margin-bottom: 5px;	
	
}





.actualites_new .our-strategic-committee .title .wrapper {
	
padding-top : 0 !important	
	
}



.actualites_new .our-strategic-committee .cards-wrapper {
	
width : 100%;	
justify-content : space-between;	
	
}


.actualites_new .our-strategic-committee .title .wrapper::before {
	
background : none;	
	
}


.actualites_new .news_evenements .title, .actualites_new .our-strategic-committee .title h2 {
	
width : auto;	
max-width : 100% !important	; 
position : relative;	
}


.actualites_new .our-strategic-committee .title .shape {
	
display : none;	
	
}


.actualites_new .cards-wrapper .item {
	
width: auto;	
pointer-events : none;
	
background-size : cover;
background-repeat : no-repeat;
position : relative;
}


.actualites_new .cards-wrapper .item::before {
	
position : absolute;
content:"";
width : 100%;
height : 100%;
background-color : white;
opacity : 0.8;
left : 0;
top : 0;
border-radius: 4px;
	
}


.actualites_new .cards-wrapper .splide__track {
	
width : 100%;	
	
}


.actualites_new .cards-wrapper .splide__list {
	
    grid-template-columns: repeat(3, 400px);
	display : grid;
	justify-content : space-between;
	
}



.actualites_new .our-strategic-committee .strategic-wrapper {
	
flex-direction : column;	
	
}



.actualites_new .our-mission-committee .title {
	
    align-items: center;	
	
}

  .actualites_new form {
    max-width: 100%;
  }

/*   .actualites_new form .field-input {
    width: max-content;
  } */

  
.actualites_new form .input-field.full-width {
	
width : 100% ;
color : white;	
	
}

.actualites_new form input {

	color : white !important;		
	
}


.actualites_new form svg {
	
width: 150px !important;	
	
}


.actualites_new form .btn-primary .icon {
width: 18px;
    height: 18px;	
	
	
}

.actualites_new form .btn-primary::after {
	
    width: 18px;
    height: 18px;
    opacity: 0;	
	visibility : hidden;
	
}







.actualites_new .aurore_section .left p {
	
margin-bottom : 20px;	
	
}


.actualites_new form .btn-primary {
	
margin-bottom : 0 !important	
	
}


.actualites_new form .input-field:first-child, .actualites_new form .input-field:nth-child(2)  {
	
border-bottom : 1px solid #ffffff42	
	
}

.actualites_new form .input-field.full-width:not(.field-check) {
	
border-bottom : 1px solid #ffffff42		
	
}



.actualites_new form input::placeholder {
	
color : #ffffff42;	
	
}


.wrapper_date_type {
	
display : flex;
justify-content : space-between;
position : relative;
	
}

.actualites_new .esg-lab-society {
  background-color: #FFFFFF;
  padding: 30px 30px 40px 30px;
}
.actualites_new .esg-lab-society .esg-lab-society-wrapper {
  width: 1380px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
/*   flex-wrap: wrap; */
  gap: 10px;
}
.actualites_new .esg-lab-society .esg-item {
/*   width: 685px; */
	width : 677px;
  max-width: 100%;
  border-top-right-radius: 100px;
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 63px 55px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 50px;
}
.actualites_new .esg-lab-society .esg-item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, #267087 0%, rgba(38, 112, 135, 0.5) 100%);
  width: 100%;
  height: 100%;
  opacity: 0.05;
  z-index: -1;
  pointer-events: none;
}
.actualites_new .esg-lab-society .esg-item.esg-lab::after {
  background: linear-gradient(180deg, #C43B0F 0%, rgba(38, 112, 135, 0.5) 100%);
}
.actualites_new .esg-lab-society .esg-item.esg-lab .btns .btn {
  width: 100%;
  justify-content: space-between;
}
.actualites_new .esg-lab-society .esg-item .info {
  display: flex;
  flex-direction: column;
  gap: 21px;
  max-width: 505px;
}
.actualites_new .esg-lab-society .esg-item .label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #C43B0F;
}
.actualites_new .esg-lab-society .esg-item h2 {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.02em;
  color: #1C4F61;
}
.actualites_new .esg-lab-society .esg-item h2 strong {
  font-weight: 500;
}
.actualites_new .esg-lab-society .esg-item p {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;
}


.actualites_new .esg-lab-society .esg-item ul li {
 padding-left : 25px;	
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #1C4F61;	
  position : relative;	
}


.actualites_new .esg-lab-society .esg-item ul li::after {
	
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    background: #1C4F61;
    width: 5px;
    height: 5px;
    border-radius: 50%;	
	
}


.actualites_new .esg-lab-society .esg-item .btns {
  padding-top: 23px;
  border-top: 1px solid rgba(38, 112, 135, 0.2);
  display: flex;
  gap: 10px;
  justify-content: space-between;
}




.actualites_new .our-strategic-committee .cards-wrapper .shape {
	
width : 400px	
	
}


.actualites_new .item {
  padding: 34px 20px;
  background-color: #FFFFFF;
/*   border: 1px solid rgba(38, 112, 135, 0.4); */
	border : 1px solid #267087;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  gap: 42px;
/*   height: -moz-max-content;
  height: max-content; */
  transition: 0.5s ease-in-out;
width: 400px;	
height : auto !important;	
	
}
.actualites_new .news_evenements .item:hover {
  background-color: rgba(38, 113, 135, 0.0509803922);
}
.actualites_new .news_evenements .item-details {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.actualites_new .news_evenements.info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.actualites_new .news_evenements .info span {
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1C4F61;
}


.actualites_new .news_evenements .info span:not(.type) {
	
font-size : 21px;	
font-weight : bold;	
text-align : end;
padding : 2px;	
}



.actualites_new .news_evenements .info span.type {
	
/* text-align : end;	 */
background : #1C4F61;
color : white;
border-radius : 5px;
padding : 2px 5px;
	
}

.actualites_new .news_evenements .title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.02em;
  color: #1C4F61;
  min-height: 93px;
font-weight : bold;
}
.actualites_new .news_evenements .item-team {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.actualites_new .news_evenements .team-caption {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.actualites_new .news_evenements .team-caption .caption {
  display: flex;
  flex-direction: column;
  font-family: "Satoshi";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
  color: #1C4F61;
}
.actualites_new .news_evenements .team-caption .caption span:first-child {
  font-weight: 500;
}


.gouvernance-page.actualites_new .our-mission-committee .title .left span {
	
color :white;	
font-size : 24px;
line-height : 34px;
	
}


.gouvernance-page.actualites_new .our-mission-committee .shape, .gouvernance-page.actualites_new .our-mission-committee .left {
	
/* width : 49%	 */
	width : 100%;
	
	
}


.gouvernance-page.actualites_new .our-mission-committee .mission-wrapper {
	
padding : 50px 	
	
}


.gouvernance-page.actualites_new .our-mission-committee .left h1 {
	
font-size: 54px; */
    font-weight: 500;
    color: #ffffff;
    font-size: 46px;
    line-height: 50px;	
	margin-bottom : 25px;
}


.gouvernance-page.actualites_new form .input-field.field-check  span{
	
color : white !important;	
	
}


/* Medias & Paroles d'experts */


.medias-paroles-experts h1 {
	
font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 46px;
  line-height: 49px;
  letter-spacing: -0.02em;
color : white;
text-transform : uppercase;	
text-align : center;
	
}


.medias-paroles-experts .aticles-hero {
	
padding-top : 135px;	
	
}




/*
** Menu Mobile
*/

.menu-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  padding-left: 20px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

.menu-icon {
  width: 90px;
  height: 90px;
  background-color: #c43b0f;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.menu-icon .burger-btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  z-index: 10;
  background: transparent;
  cursor: pointer;
}

.menu-icon .burger-btn span {
  width: 25px;
  height: 1px;
  background-color: #ffffff;
  transition: all 0.3s ease;
}

body.opened__menu .menu-mobile {
  background-color: rgba(255, 255, 255, 1);
}

body.opened__menu .menu-icon {
  background: linear-gradient(0deg, rgba(255, 254, 254, 0.2), rgba(255, 254, 254, 0.2)), linear-gradient(0deg, rgba(28, 79, 97, 0.05), rgba(28, 79, 97, 0.05));
}

body.opened__menu .menu-icon .burger-btn span {
  background: #c43b0f;
}

body.opened__menu .menu-icon .burger-btn span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

body.opened__menu .menu-icon .burger-btn span:nth-child(2) {
  opacity: 0;
}

body.opened__menu .menu-icon .burger-btn span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}


body.opened__menu header .header-container.header-mobile {
  height: 100vh;
}

header .header-container.header-mobile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background-color: #1c4f610d;
  z-index: -1;
  padding-top: 100px;
  align-items: initial;
  justify-content: initial;
  padding: 96px 5px 0;
  backdrop-filter: blur(10px);
  overflow: hidden;
  transition: .5s ease-in-out;
  display: none;
}

header .header-container.header-mobile .wrapper {
  width: 100%;
  height: max-content;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  padding: 48px 5px 5px 5px;
  justify-content: center;
  gap: 5px;
}

header .header-container.header-mobile .language {
  position: initial;
  cursor: pointer;
  display: flex;
  width: 216px;
  height: 60px;
  gap: 26px;
  background: rgba(28, 79, 97, 0.05);
  border-radius: 10px;
  align-items: center;
  padding: 19px 20px 19px 16px;
}

header .header-container.header-mobile .language ul {
  position: initial;
  height: auto;
  flex-direction: row;
  display: flex;
  align-items: center;
  gap: 11px;
  width: auto;
  padding: 0;
}

header .header-container.header-mobile .language:hover ul {
  background-color: transparent;
}

header .header-container.header-mobile .language ul li:not(:first-child) {
  padding-left: 11px;
}

header .header-container.header-mobile .language ul li {
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
}

header .header-container.header-mobile .language ul li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 1px;
  height: 11px;
  background-color: #267087;
}

header .header-container.header-mobile .language ul li:first-child::after {
  content: none;
}

header .header-container.header-mobile .contact-btn {
  height: 60px;
  width: 134px;
  border-radius: 10px;
}

header .header-container.header-mobile .menu {
  width: 100%;
  flex-direction: column;
  margin-bottom: 40px;
  gap: 30px;
  align-items: center;
}

header .header-container.header-mobile .menu a {
  width: max-content;
}


.society-page .images .switches.switches-mobile {
  display: none;
}

/*
** 404
*/

section.error-404 {
  min-height: 100vh;
  background-color: #1c4f61;
  padding: 120px 20px;
  color: #fff;
  justify-content: center;
  background-image: url(../images/bg_404.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
}

section.error-404 .btn-primary {
  color: #ffffff;
}

section.error-404 .btn-primary::after {
  background-color: #ffffff33;
}

section.error-404 .wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  text-align: center;
}

section.error-404 .wrapper h1 {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Satoshi';
  font-weight: 600;
}

section.error-404 .wrapper h1 span:first-child {
  font-size: 37px;
  line-height: 47px;
}

section.error-404 .wrapper h1 span:last-child {
  font-size: 110px;
  line-height: 120px;
}

section.error-404 .wrapper p {
  font-size: 18px;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  letter-spacing: -0.02em;
}

/*
** Start Responsive 
*/
@media screen and (max-width: 1520px) {
    .home-page .hero h1{
            margin-top: -190px;
    }
}
@media screen and (max-width: 1437px) {
  .biographie-page .bio-description .details {
    width: 60%;
  }
  .biographie-page .bio-description .notice {
    width: 38%;
  }

  .biographie-page .bio-description .description-wrapper {
    justify-content: space-between;
  }
	
	.esg-access .left {
		
	display : none;	
		
	}
	
	
	.esg-access .right, .esg-access .esg-access-wrapper {
		
	width: 100%;	
		
	}
	
	
}

@media screen and (max-width: 1386px) { 
	
	

	
	
	.actualites_new .our-strategic-committee .cards-wrapper .splide__track {
		
	overflow :	visible;
		
	}
	
	
	.actualites_new .our-strategic-committee .cards-wrapper {
		
	width : auto !important;	
		
	}
	
	
	.society-page .experts .grid_leader {
		
		display: flex;
    flex-wrap: wrap;
    justify-content: center;
		
	}
	
	
	
  .gouvernance-page .our-strategic-committee .cards-wrapper .splide__list {
/*     flex-wrap: initial;
    height: auto; */
	  flex-wrap: wrap;
        height: auto;
        justify-content: center;
  }

  .gouvernance-page .our-strategic-committee .cards-wrapper .shape {
    display: none;
  }

  .gouvernance-page .our-strategic-committee .strategic-wrapper {
    flex-wrap: wrap;
  }

  .gouvernance-page .our-strategic-committee .title {
    position: sticky;
    top: initial;
  }

  .gouvernance-page .our-strategic-committee .cards-wrapper {
    width: calc(100% - 506px);
  }

  .biographie-page .bio-accordion .accordion-content .shape {
    width: 420px;
  }
  
}


@media screen and (max-width: 1360px) { 
	
	.actualites_new .cards-wrapper .splide__list, .actualites_new .last_section .cards-wrapper .cards_wrapper_wrrper_wrapper {
		
		    grid-template-columns: repeat(2, auto);
		
	}	
	
	
	

	
}



@media screen and (max-width: 1265px) {
	
	
	.society-page .become-member .description {
		
	flex-direction : column;
	justify-content : flex-start
		
	}	
	
	.society-page .become-member .description p, .society-page .become-member .description ul  {
		
	width : 100%;	
		
	}
	
}


@media screen and (max-width: 1250px) {
  /* Start Home Page */
  .home-page .hero h1 {
      font-size: 50px;
      line-height: 56px;
  }

  .home-page .about .left h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .home-page .about .right {
    border-radius: 0px 72px 0px 0px;
    padding: 30px 10px;
  }

  .home-page .about .left {
    padding: 30px 10px;
    border-radius: 0px 0px 72px 0px;
    justify-content: space-between;
  }

  .home-page .about .right .description {
    max-width: 100%;
  }

  .home-page .vision .description {
    font-size: 32px;
    line-height: 43px;
  }

  .home-page .about .right .details .info {
    display: flex;
    flex-wrap: wrap;
    gap: 0 5px;
  }

  .home-page .esg-lab-society .esg-item h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .home-page .esg-lab-society .esg-item {
    width: calc(50% - 5px);
    padding: 40px 15px 20px;
  }

  .home-page .gouvernance h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .more-news h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .mn-items .item {
    padding: 24px;
  }

  body.home .mn-items {
    grid-template-columns: repeat(auto-fit, minmax(413px, 1fr));
  }

  .esg-access .right {
    padding: 17px 20px;
  }

  /* Start ESG LAB */
  .lab-page .lab-hero span {
    font-size: 44px;
    line-height: 49px;
  }
  .lab-page .lab-hero h1 {
    font-size: 44px;
    line-height: 49px;
  }
  .lab-page .lab-hero .lab-image {
    height: 255px;
  }

  .lab-page .lab-enjeux .title {
    width: calc(50% - 6px);
    padding: 50px 20px;
  }
  .lab-page .lab-enjeux .title h2 {
    font-size: 32px;
    line-height: 45px;
  }
  .lab-page .lab-enjeux .description {
    width: calc(50% - 6px);
    padding: 70px 20px;
  }

  .lab-page .lab-enjeux .intro {
    gap: 12px;
  }

  .lab-page .lab-enjeux .blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .lab-page .lab-intervention .title h2 {
    font-size: 32px;
    line-height: 45px;
  }

  .lab-page .lab-intervention .blocks {
    grid-template-columns: repeat(2, 1fr);
  }

  .choose-esg-lab::after {
    width: calc(100% - 40px);
  }

  .lab-page .lab-realisations {
    padding: 50px 0;
  }


  /* Start ESG Society */

  .society-page .society-hero .society-wrapper {
    padding: 0 20px;
  }

  .society-page .society-hero .hero-title {
    width: 640px;
  }

  .society-page .society-hero .hero-title span,
  .society-page .society-hero .hero-title h1 {
    font-size: 44px;
    line-height: 49px;
  }

  .society-page .society-hero .content {
    margin-right: 0;
    gap: 5px;
  }

  .society-page .become-member {
    padding: 10px 5px;
  }
  .society-page .become-member::after {
    left: 5px;
    width: calc(100% - 10px);
  }

  .society-page .become-member .title h2 {
    font-size: 26px;
    line-height: 37px;
  }

  .society-page .become-member .description .btn-primary {
    font-size: 26px;
    line-height: 36px;
  }

  .society-page .become-member .intro {
    gap: 30px;
  }

  .society-page .become-member .title {
    width: 415px;
  }

  .society-page .become-member .member-wrapper {
    padding: 65px 22px;
  }


  .society-page .become-member .blocks {
    gap: 18px;
  }
  .society-page .become-member .ethics {
    gap: 18px;
  }

  .society-page .become-member .blocks .block,
  .society-page .become-member .blocks .block:nth-child(3n+1) {
    width: calc(50% - 9px);
  }

  .society-page .experts .experts-wrapper {
    padding: 50px 20px 40px 20px;
  }

  .society-page .experts {
    padding: 25px 0 25px 10px;
  }
  .society-page .experts::after {
    left: 10px;
    width: calc(100% - 10px);
  }

  .society-page .images .images-intro .title,
  .society-page .images .images-intro .citation {
    width: calc(50% - 10px);
  }

  .society-page .images .images-intro {
    gap: 20px;
  }

  .society-page .short-esg-lab-society .short-wrapper {
    padding: 0 20px;
  }

  .society-page .short-esg-lab-society .short-content {
    padding: 50px;
  }

  /* Gouvernance Page */

  .gouvernance-page .gouvernance-hero .hero-title {
    padding-left: 0;
  }
  .gouvernance-page .gouvernance-hero h1 {
    max-width: 775px;
    font-size: 44px;
    line-height: 49px;
  }


  /* Page Contact */
  .contact-page .pop-up .pop-up-wrapper {
    padding: 180px 10px 50px 10px;
  }
  .pop-up .pop-up-wrapper h2 {
    font-size: 32px;
    line-height: 45px;
  }

  /* Gouvernance Page */

  .gouvernance-page .our-strategic-committee .strategic-wrapper {
    padding: 0 10px;
    gap: 10px;
    justify-content: space-between;
  }

  .gouvernance-page .our-strategic-committee {
    padding: 30px 0 90px;
  }

  .gouvernance-page .our-mission-committee {
    padding: 30px 10px;
  }
  .gouvernance-page .our-mission-committee::after {
    left: 10px;
    width: calc(100% - 20px);
  }

  /* Single Team */

  .biographie-page .bio-hero h1 {
    font-size: 38px;
    line-height: 42px;
  }

  .biographie-page .bio-hero .image {
    padding-right: 20px;
  }

  .biographie-page .bio-description .details h2 {
    font-size: 32px;
    line-height: 42px;
  }

  .biographie-page .bio-hero h2 {
    max-width: 495px;
  }

  .biographie-page .bio-description .details {
    padding: 40px 20px 64px 20px;
  }
  .biographie-page .bio-description .notice {
    padding: 40px 20px 38px 20px;
  }
  .biographie-page .bio-accordion .accordion-header {
    padding: 20px;
  }
  .biographie-page .bio-accordion .accordion-content {
    padding-left: 20px;
  }
  .biographie-page .bio-hero .hero-wrapper {
    padding: 184px 20px 40px 20px;
  }
  .biographie-page .bio-description .description-wrapper {
    padding: 0 20px;
  }

  .biographie-page .bio-accordion .accordion-wrapper {
    padding: 0 20px;
  }

  /* Pop Up */
  .pop-up .pop-up-wrapper ul {
    margin-top: 50px;
    padding-left: 0;
  }

  .pop-up .pop-up-wrapper .form {
    width: 545px;
  }
  .pop-up .pop-up-wrapper .details {
    width: 470px;
  }

  .pop-up .pop-up-wrapper .blocks {
    margin-left: 0;
    margin-top: 50px;
  }

}

@media screen and (max-width: 1125px) { 
	
	
	.biographie-page .bio-description .details {
		
	margin-top : -200px;	
		
	}
	
	
  /* Start Home Page */
  .home-page .hero .hero-wrapper {
    padding: 0 10px 0;
    gap: 42px;
    flex-direction: column;
  }
  .home-page .hero .hero-blocks .block:nth-child(2),
  .home-page .hero .hero-blocks .block:nth-child(3) {
    display: none;
  }
  .home-page .hero {
    padding-bottom: 10px;
  }
  .home-page .hero h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .home-page .hero .hero-title {
    padding-left: 0;
  }
  .home-page .hero .hero-blocks {
    margin-left: auto;
  }

  .home-page .about .about-wrapper {
    padding: 0 10px;
    gap: 10px;
  }

  .home-page .about .right,
  .home-page .about .left {
    width: calc(50% - 5px);
  }

  .home-page .vision {
    padding: 30px 10px 5px;
  }

  .home-page .esg-lab-society {
    padding: 5px 10px 10px 10px;
  }

  .home-page .esg-lab-society .esg-item .btns {
    flex-wrap: wrap;
  }

  .home-page .gouvernance .gouvernance-wrapper {
    flex-direction: column-reverse;
  }

  .home-page .gouvernance .details .details-wrapper {
    width: 100%;
    padding: 48px 0 36px;
  }
  .home-page .gouvernance .gouvernance-wrapper {
    padding: 0 10px 5px;
  }

  .home-page .gouvernance .details {
    width: 100%;
  }
  .home-page .gouvernance .team {
    width: 366px;
    max-width: 100%;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  }

  .home-page .gouvernance .team .profile {
    width: 70px;
    height: 80px;
    overflow: hidden;
    position: relative;
  }
  .esg-access {
    padding: 0 10px 40px;
  }

  .esg-access .left {
    display: none;
  }

  .more-news {
    padding: 22px 0 35px;
  }

  .more-news .more-news-wrapper {
    padding: 0 10px;
  }

  /* Start ESG Society */
  .society-page .experts .intro {
    padding-left: 0;
    padding-right: 0;
  }

  .society-page .short-esg-lab-society {
    padding: 30px 0 0 0;
  }

  .society-page .become-member .blocks .block {
    min-height: 178px !important;
  }

  /* Start Footer */
  footer .newsletter {
    padding-right: 10px;
  }
  footer .contact-info {
    padding-left: 30px;
  }

  /* Start ESG LAB */
  .choose-esg-lab .choose-wrapper {
    padding: 0;
  }
  .choose-esg-lab::after {
    width: 100%;
  }

  body.page-template-esg-lab .esg-access {
    padding: 30px 10px 40px;
  }

  /* Start Contact Page */
  .pop-up .pop-up-wrapper .blocks {
    margin-left: 0;
    margin-top: 50px;
  }

  /* Page Actualites */
  .aticles-page .aticles-hero {
    padding-top: 245px;
  }

  .aticles-page .aticles-hero .hero-wrapper {
    padding: 0 10px;
  }
  .aticles-page .aticles-hero .content {
    margin-right: 0;
    padding: 30px 20px 110px;
    position: relative;
  }

  .aticles-page .articles-blocks .mn-items {
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr));
  }
  .aticles-page .articles-blocks .blocks-wrapper {
    padding: 0 10px;
  }

  .aticles-page .aticles-hero .icon .btn-primary {
    position: absolute;
    bottom: 30px;
    right: 20px;
  }

  .aticles-page .articles-filter ul {
    gap: 10px;
  }

  /* Start Gouvernance Page */

  .gouvernance-page .gouvernance-hero .hero-wrapper {
    padding: 0 10px 0;
    gap: 52px;
    flex-direction: column;
  }

  .gouvernance-page .gouvernance-hero .hero-blocks .block:nth-child(2), 
  .gouvernance-page .gouvernance-hero .hero-blocks .block:nth-child(3) {
    display: none;
  }
  .gouvernance-page .gouvernance-hero .hero-title span,
  .gouvernance-page .gouvernance-hero h1 {
    font-size: 38px;
    line-height: 43px;
  }
  .gouvernance-page .gouvernance-hero {
    padding-top: 245px;
    padding-bottom: 10px;
  }
  .gouvernance-page .our-mission-committee {
    padding: 60px 0 0 5px;
  }

  .gouvernance-page .our-mission-committee::after {
    left: 5px;
    top: 60px;
    width: calc(100% - 10px);
    background: #1C4F61;
  }

  .gouvernance-page .our-mission-committee .title {
    padding-left: 0;
  }
  .gouvernance-page .our-mission-committee .mission-wrapper {
    padding: 30px 0 25px 25px;
  }

  .gouvernance-page .our-mission-committee .title {
    padding-right: 25px;
  }

  .gouvernance-page .gouvernance-hero .hero-blocks {
    margin-left: auto;
  }

  /* Single Article */
  .article-page .article-hero h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .article-page .article-hero .article-wrapper {
    padding: 0 35px;
  }
  .article-page .article-details .details-wrapper {
    padding: 0 10px;
  }
  .article-page .article-details .content {
    padding: 305px 25px 50px;
  }
  .article-page .article-hero .switchs {
    right: 0;
  }

  .article-page .more-news .mn-title {
    margin: 0 auto 36px;
  }


  /* Single Team */
  .biographie-page .bio-accordion .accordion-content .shape {
    width: 173px;
    align-items: center;
    justify-content: center;
    border-radius: 0 0 60px 0;
  }
  .biographie-page .bio-hero .hero-wrapper {
    padding: 184px 10px 40px 10px;
  }

  .biographie-page .bio-description .description-wrapper {
    padding: 0 10px;
  }
  .biographie-page .bio-accordion .accordion-wrapper {
    padding: 0 10px;
  }

  .biographie-page .bio-description .details {
    width: 100%;
  }
  .biographie-page .bio-description .notice {
    width: 100%;
  }
  .biographie-page .bio-description .details h2 {
    max-width: 100%;
  }

  #become-member .form {
    margin-top: 66px;
  }

  .pop-up .close {
    right: 10px;
    top: 10px;
  }

  #become-member .pop-up-wrapper .wrapper {
    overflow: scroll;
  }

  #become-member .pop-up-wrapper {
    padding: 40px 10px;
  }


}

@media screen and (max-width: 1090px) {
  .fade__up,
  .fade__in,
  .fade__down {
    opacity: 1;
  }
}

@media screen and (max-width: 992px) {
	
	
	.biographie-page .bio-hero h2 {
		
	margin-bottom : 50px;	
		
	}
	
	
	.biographie-page .bio-hero .content {
		
	padding-left : 0;	
		
	}
	
	
	.actualites_new .cards-wrapper .splide__list, .actualites_new .last_section .cards-wrapper .cards_wrapper_wrrper_wrapper {
		
	        grid-template-columns: repeat(1, auto);	
		
	}
	
	
	.actualites_new .our-strategic-committee .cards-wrapper {
		
	margin-top : 0 !important;	
		
	}
	
	
	.actualites_new .our-mission-committee.aurore_section .title {
		
		flex-direction : column !important;	
		
	}
	
	.gouvernance-page.actualites_new .our-mission-committee .shape, .gouvernance-page.actualites_new .our-mission-committee .left {
		
	width : 100%	
		
	}
	
	
	
	.biographie-page .bio-hero .icons {
		
	width : 100%;	
		
	}
	
	
	.biographie-page .bio-description .details {
		
	 margin-top: -50px;	
		
	}
	
	
	
	.biographie-page .bio-hero .content {
		
	    padding-top: 125px;	
		
	}
	
	
	
	.gouvernance-page .our-mission-committee.last_section .title .shape {
		
	display : flex;
	justify-content : flex-end;
		
	}
	
	
	.gouvernance-page .switches {
		
		display : none !important;
		
	}
	
	
	.gouvernance-page .our-mission-committee.last_section .title .shape svg {
		
	width :60px;	
		
	}
	
	
	.home-page .hero .hero-title {
		
	width : 100%;	
		
	}
	

  /* Start Header */
  header .header-container.header-desktop {
    display: none;
  }

  .menu-mobile,
  header .header-container.header-mobile {
    display: flex;
  }

  /* Start Home Page */
  .home-page .hero .hero-bg {
    transform: rotate(0deg) scale(1);
  }

  .home-page .hero h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-page .about .right, 
  .home-page .about .left {
    width: 490px;
    max-width: 100%;
    margin: 0 auto;
  }

  .home-page .about .left {
    gap: 40px;
  }

  .home-page .about .right .details {
    flex-direction: column;
    align-items: initial;
  }

  .home-page .vision .shape .shape-desktop {
    display: none;
  }

  .home-page .vision .shape .shape-mobile {
    display: flex;
    width: 100%;
    height: auto;
  }
  .home-page .vision .shape {
    position: initial;
  }
  .home-page .vision .label {
    margin-bottom: 45px;
    margin-left: 10px;
  }
  .home-page .vision .vision-wrapper {
    padding: 10px;
  }
  .home-page .vision .description {
    max-width: 100%;
    padding: 0 10px;
    margin-bottom: 53px;
  }
  .home-page .esg-lab-society .esg-item {
    width: 800px;
    max-width: 100%;
    margin: 0 auto;
    gap: 40px;
  }

  .home-page .esg-lab-society .esg-item .info {
    max-width: 100%;
  }

  .home-page .esg-lab-society .esg-item .btns {
    flex-direction: column;
    padding-top: 0;
    border: none;
  }

  .home-page .esg-lab-society .esg-item .btns .btn-primary {
    width: 100%;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid rgba(38, 112, 135, 0.2);
  }

  .home-page .gouvernance h2 {
    font-size: 28px;
    line-height: 41px;
  }

  .home-page .confiance .confiance-wrapper {
    padding: 45px 15px 48px;
  }

  .more-news h2 {
    font-size: 28px;
    line-height: 41px;
    max-width: 400px;
  }

  .more-news .mn-title {
    align-items: initial;
    flex-direction: column;
  }

  .esg-access .right {
    position: relative;
    padding-right: 122px;
    flex-direction: column;
    align-items: initial;
    justify-content: initial;
  }

  .esg-access .right .shape {
    position: absolute;
    right: 20px;
/*     bottom: 18px; */
	  bottom : 8px;
  }

  .esg-access .right .btn-primary {
/*     flex-direction: column; */
    gap: 57px;
    align-items: initial;
  }

  .esg-access .right .btn-primary::after {
    content: none;
  }

  .esg-access .right .btn-primary .icon {
    border-radius: 4px;
    background-color: rgba(38, 112, 135, 0.1019607843);
  }

  .esg-access .right .btn-primary span.text {
    display: initial;
    max-width: 300px;
  }

  .esg-access .right .btn-primary {
    font-size: 28px;
    line-height: 41px;
  }

/*   .esg-access .right .shape {
    width: 90px;
    height: 136px;
  } */

  .esg-access .right .shape svg {
    width: 100%;
    height: 100%;
  }
	
	.esg-access .right .shape a svg {
		
	 width: auto;
    height: auto;	
		
	}
	
	

  .home-page .gouvernance .gouvernance-wrapper {
    padding: 0 4px 5px;
  }

  .home-page .gouvernance .details {
    padding: 0 5px;
  }

  body.home .mn-items {
    grid-template-columns: repeat(auto-fit, minmax(355px, 1fr));
  }

  /* Start Esg LAB */
  .lab-page .lab-hero .lab-wrapper {
    padding: 0 10px;
  }
  .lab-page .lab-hero h1 {
    font-size: 38px;
    line-height: 44px;
  }
  .lab-page .lab-hero .lab-image {
    height: 189px;
  }
  .lab-page .lab-hero .hero-title {
    padding-bottom: 55px;
  }

  .lab-page .lab-enjeux {
    padding: 0 0 5px;
    margin-top: 29px;
  }

  .lab-page .lab-hero {
    padding-top: 243px;
  }

  .lab-page .lab-enjeux .intro {
    flex-direction: column;
    margin-bottom: 25px;
    padding: 0 17px;
  }

  .lab-page .lab-enjeux .title {
    width: 100%;
    padding: 13px 13px 31px;
    min-height: auto;
  }

  .lab-page .lab-enjeux .description {
    width: 100%;
    padding: 18px 13px 45px;
    min-height: auto;
  }

  .lab-page .lab-enjeux .description p {
    padding-top: 25px;
    max-width: 100%;
  }

  .lab-page .lab-enjeux .blocks {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 5px;
    padding: 0 10px;
  }

  .lab-page .lab-enjeux::after {
    width: calc(100% - 10px);
    height: 100%;
  }

  .lab-page .lab-enjeux .enjeux-wrapper {
    padding: 12px 0 0;
  }

  .lab-page .lab-intervention .title {
    padding-left: 0;
    margin-bottom: 40px;
  }

  .lab-page .lab-intervention .blocks::before {
    content: none;
  }

  .lab-page .lab-intervention {
    padding-top: 0;
  }

  .lab-page .lab-intervention .title h2 {
    font-size: 28px;
    line-height: 41px;
  }

  .lab-page .lab-intervention .intervention-wrapper {
    padding: 75px 10px 50px;
  }

  .lab-page .lab-intervention .blocks {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 30px;
  }

  .lab-page .lab-intervention .blocks .block {
    width: 361px;
    max-width: 100%;
    margin: 0 auto;
  }

  .choose-esg-lab .content {
    padding: 40px 10px;
  }

  .choose-esg-lab h2 {
    font-size: 28px;
    line-height: 39px;
  }

  .choose-esg-lab .blocks {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 60px;
  }

  .choose-esg-lab .block {
    padding: 14px 0 0 14px;
    width: 100%;
    max-width: 475px;
    margin: 0 auto;
  }

  .lab-page .lab-realisations .title h2 {
    font-size: 28px;
    line-height: 38px;
  }

  .lab-page .lab-realisations .realisations-wrapper {
    padding: 0 10px;
  }

  .lab-page .lab-realisations .title {
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 10px;
  }


  .lab-page .lab-realisations {
    padding: 50px 0 0;
  }

  .lab-page .lab-realisations .realisations-wrapper {
    padding: 0 0 146px;
    position: relative;
  }

  .lab-page .lab-realisations .realisations-wrapper .btn-primary {
    position: absolute;
    left: 10px;
    bottom: 75px;
  }
  .lab-page .lab-realisations .switches {
    display: flex;
  }

  .lab-page .lab-realisations .blocks .splide__list {
    display: flex;
    grid-template-columns: initial;
    gap: 10px;
  }

  .lab-page .lab-realisations .blocks .block {
    width: calc(100% - 20px);
    padding: 20px;
  }

  body.page-template-esg-lab .esg-access {
    padding: 30px 10px 40px;
  }

  /* Start Footer */
  footer {
    padding: 46px 10px 27px;
  }

  footer::before {
    content: none;
  }

  footer .info {
    width: 100%;
    padding-top: 0;
    gap: 38px;
  }

  footer .newsletter {
    padding: 0 10px;
    width: 100%;
  }

  footer .newsletter form {
    max-width: 100%;
  }

  footer .newsletter form .input-field {
    width: max-content;
  }

  footer .newsletter form .input-field.full-width {
    width: 100%;
  }

  footer .newsletter h2 {
    max-width: 100%;
    margin-bottom: 35px;
  }
  footer .contact-info {
    padding: 35px 20px;
    width: 100%;
    position: relative;
    isolation: isolate;
    gap: 45px;
  }

  footer .contact-info::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border-bottom-right-radius: 76px;
    background: linear-gradient(137.41deg, rgba(38, 112, 135, 0.2) 0%, rgba(38, 112, 135, 0) 152.74%);
    opacity: 0.5;
    z-index: -1;
  }

  footer .contact-info > ul {
    display: flex;
    gap: 15px 50px;
    flex-wrap: wrap;
  }

  footer .copyrights {
    flex-wrap: wrap;
    gap: 15px;
	  
	 justify-content : space-between; 
	  flex-direction : column;
	  
  }
  footer .contact-wrapper {
    gap: 40px 20px;
    flex-wrap: wrap;
	  
	justify-content: center;  
	  
  }

  /* Start ESG Society */
  .society-page .society-hero {
    padding-top: 243px;
  }
  .society-page .society-hero .hero-title {
    width: 100%;
  }
  .society-page .society-hero .society-wrapper {
    padding: 0 10px;
  }

  .society-page .society-hero .hero-title span, 
  .society-page .society-hero .hero-title h1 {
    font-size: 38px;
    line-height: 43px;
  }
  .society-page .society-hero .last-event {
    max-width: 100%;
    margin: 0 auto;
  }

  .society-page .society-hero .content {
    padding-bottom: 50px;
  }

  .society-page .become-member::after {
    height: 100%;
    top: 0;
  }
  .society-page .become-member {
    padding: 0px 5px;
  }

  .society-page .become-member .member-wrapper {
    padding: 25px 14px 65px 14px;
  }

  .society-page .become-member .intro {
    flex-direction: column;
    padding: 0 11px;
  }

  .society-page .become-member .title,
  .society-page .become-member .description {
    width: 100%;
  }

  .society-page .become-member {
    padding: 0px 5px;
/*     margin-top: -50px; */
    margin-bottom: 5px;
  }

  .society-page .become-member .ethics {
    align-items: center;
    flex-direction: column;
  }

  .society-page .become-member .blocks {
    flex-direction: column;
  }

  .society-page .become-member .blocks .block, 
  .society-page .become-member .blocks .block:nth-child(3n+1) {
    width: 100%;
    max-width: 670px;
  }

  .society-page .experts .intro {
    flex-wrap: wrap;
  }

  .society-page .images .images-intro .title {
    padding: 16px 5px 0;
  }
  .society-page .images .images-intro .title h2 {
    font-size: 32px;
    line-height: 45px;
  }
  .society-page .images .images-intro .title, 
  .society-page .images .images-intro .citation {
    width: 100%;
  }

  .society-page .images .images-intro .citation {
    margin: 0 5px;
  }

  .society-page .images .images-intro .title::before {
    height: 731px;
  }
  .society-page .images .images-intro .title h2 {
    margin-bottom: 21px;
  }
  .society-page .images .images-slides-wrapper {
    margin-top: 50px;
  }

  .society-page .images .images-intro .citation {
    padding: 30px 25px 30px 5px;
  }
  .society-page .images .images-intro {
    padding: 0 5px;
  }
  .society-page .images .images-slides-wrapper .splide__slide.empty-slide {
    width: 10px;
  }
  .society-page .images {
    padding-bottom: 0;
  }
  .society-page .short-esg-lab-society .content {
    flex-direction: column;
  }
  .society-page .short-esg-lab-society .short-content {
    width: 100%;
  }
  .society-page .short-esg-lab-society .short-shapes {
    width: max-content;
    flex-direction: row;
  }

  .society-page .mn-items .splide__list {
    display: flex;
    grid-template-columns: initial;
    gap: 10px;
  }

  .society-page  .mn-items .item {
    height: auto;
    width: calc(100% - 20px);
  }

  .society-page .short-esg-lab-society .shape {
    width: 173px;
    height: 197px;
  }

  .society-page .more-news .switches {
    display: flex;
  }

  .society-page .more-news {
    padding: 40px 0 115px;
    position: relative;
  }

  .society-page .more-news .mn-title .btn-primary {
    position: absolute;
    bottom: 35px;
  }

  .page-template-esg-society .esg-access .right .btn-primary span.text {
    max-width: 200px;
  }

  .society-page .become-member .blocks .block {
    padding: 20px 20px 40px;
  }

  .society-page .experts h2 {
    font-size: 30px;
    line-height: 41px;
  }
	
	.society-page .experts h2 p {
		
	font-size : 18px;
	line-height : 28px;
		
	}

  .society-page .experts .experts-wrapper {
    padding: 28px 0 23px 16px;
  }
  .society-page .experts .intro {
    padding-right: 16px;
  }
  .society-page .short-esg-lab-society .short-content h2 {
    font-size: 26px;
    line-height: 39px;
  }
  .society-page .short-esg-lab-society .short-wrapper {
    padding: 0 10px;
  }
  .society-page .short-esg-lab-society .short-content {
    padding: 28px 14px 17px;
  }
  .society-page .short-esg-lab-society .short-content h2 {
    display: flex;
    flex-direction: column;
  }

  .society-page .become-member .blocks .block::after {
    width: 169px;
  }

  .society-page .images .images-intro .citation p {
    margin-left: 30px;
  }

  .society-page .images .switches.switches-desktop {
    display: none;
  }

  .society-page .images .switches.switches-mobile {
    display: flex;
    padding-left: 10px;
    margin-bottom: 25px;
  }

  .page-template-esg-society .more-news .more-news-wrapper {
    padding: 0;
  }

  .page-template-esg-society .more-news .mn-title {
    padding: 0 10px;
  }

  .society-page .society-hero .last-event {
    padding: 32px 20px;
  }

  .society-page .become-member .description {
    font-size: 16px;
    line-height: 26px;
  }

  .society-page .short-esg-lab-society .short-content {
    border-radius: 0 54px 0 0;
  }

  .society-page .short-esg-lab-society .short-content::after {
    border-radius: 0 54px 0 0;
  }

  .page-template-esg-society .more-news h2 {
    font-size: 32px;
    line-height: 45px;
  }

  /* Start Page Contact */
  /* .pop-up .pop-up-wrapper .wrapper {
    flex-direction: column;
  } */
  .pop-up .pop-up-wrapper .details {
    width: 100%;
  }
  .pop-up .pop-up-wrapper .form {
    width: 100%;
  }
  .pop-up .pop-up-wrapper .blocks .block {
    font-size: 18px;
    line-height: 28px;
  }

  form {
    gap: 20px 10px;
  }
  form .input-field {
    width: 100%;
  }
  form .input-field.field-submit, form .input-field.field-mandatory {
    width: max-content;
  }

  form .input-field.field-check {
    max-width: 100%;
  }

  form .input-field.field-check label {
    max-width: 487px;
  }

  .contact-page .pop-up .line {
    display: none;
  }

  /* 404 */

  section.error-404 .wrapper h1 span:first-child {
    font-size: 26px;
    line-height: 36px;
  }
  section.error-404 .wrapper h1 span:last-child {
    font-size: 100px;
    line-height: 110px;
  }
  section.error-404 .wrapper p {
    font-size: 16px;
    line-height: 26px;
  }

  section.error-404 {
    padding: 110px 10px;
  }

  /* Gouvernance Page */

  .gouvernance-page .our-mission-committee .shape img {
    width : 200px;
  }
	
	
	

  .gouvernance-page .our-mission-committee .title {
    display: flex;
    flex-direction: column;
/* 	  flex-direction : column-reverse; */
    align-items: initial;
    gap: 30px;
  }
	
	
	.gouvernance-page .our-mission-committee.aurore_section .title {
		
			  flex-direction : column-reverse;
		
	}

  .gouvernance-page .our-mission-committee .label {
    position: initial;
    margin-bottom: 45px;
  }

  .gouvernance-page .switches {
    display: flex;
  }

  .gouvernance-page .our-mission-committee .cards-wrapper {
    margin-top: 30px;
  }

  .gouvernance-page .our-strategic-committee .title .shape .switches {
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .gouvernance-page .our-strategic-committee .title {
    width: 100%;
    padding: 0 10px;
  }

  .gouvernance-page .our-strategic-committee .title .wrapper {
    padding: 21px 7px 24px 10px;
    border-radius: 0 0 160px 0;
    min-height: 228px;
  }

  .gouvernance-page .our-strategic-committee .title h2 {
    max-width: 100%;
  }
  .gouvernance-page .our-strategic-committee .title .shape {
    width: 100%;
    height: 529px;
    border-radius: 0px 160px 0px 0px;
    position: absolute;
    top: 227px;
    left: 0;
  }

  .gouvernance-page .our-strategic-committee .title .shape::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 1px;
    background: linear-gradient(107.51deg, #FFFFFF 0%, #C43B0F 62.14%);
    border-radius: inherit;
    -webkit-mask: linear-gradient(#000000 0 0) content-box, linear-gradient(#000000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    opacity: 0.2;
    pointer-events: none;
  }

  .gouvernance-page .our-strategic-committee .title .shape::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    margin: 0 auto;
    height: 100%;
    background-color: rgba(196, 59, 15, 0.1019607843);
    border-radius: 0 0 160px 0;
    opacity: 0.2;
    z-index: -1;
    pointer-events: none;
  }

  .gouvernance-page .our-strategic-committee .strategic-wrapper {
    gap: 0;
    padding: 0;
  }

  .gouvernance-page .our-strategic-committee .title .shape > svg {
    display: none;
  }

  .gouvernance-page .our-strategic-committee .cards-wrapper {
    width: 100%;
    padding-left: 20px;
	  padding-right : 20px;
    margin-top: 80px;
  }

  /* Single Article */
  .article-page .article-hero h1 {
    font-size: 36px;
    line-height: 46px;
    width: 100%;
  }

  .article-page .article-hero .switchs {
    position: initial;
    margin-top: 25px;
    justify-content: flex-end;
  }

  .article-page .team-avatar {
    width: 100%;
  }

  .article-page .team-avatar .avatar-wrapper {
    justify-content: initial;
  }

  .article-page .mn-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(355px, 413px));
    gap: 10px;
  }
  .article-page .article-hero .article-wrapper {
    padding: 0 15px;
  }
  .article-page .article-details .details-wrapper {
    padding: 0 5px;
  }
  .article-page .article-details .content {
    padding: 305px 10px 50px;
  }
  .article-page .article-hero {
    padding-top: 243px;
  }

  .article-page .article-hero .info {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .article-page .team-avatar .name {
    font-size: 20px;
    line-height: 30px;
  }

  .article-page .article-details .content .share {
    margin-top: 0;
  }

  /* Single Team */

  .biographie-page .bio-hero .image {
    position: initial;
    width: 425px;
    max-width: 100%;
    padding: 20px;
    height: auto;
    border-radius: 120px 10px 10px 10px;
    margin: 0 auto;
  }
  .biographie-page .bio-hero .icons {
    margin-bottom: 50px;
    margin-top: 50px;
  }
  .biographie-page .bio-hero .hero-wrapper {
    padding: 245px 10px 40px 10px;
  }

  .biographie-page .bio-hero .image img {   
    margin-top: 0;
    margin: 0 auto;
    width: 100%;
    height: 325px;
  }

  .biographie-page .bio-description .notice p {
    margin-bottom: 27px;
  }

  .biographie-page .bio-accordion .accordion-header {
    font-size: 20px;
    line-height: 27px;
  }

  .biographie-page .bio-accordion .accordion-header {
    padding: 20px 10px;
  }
  .biographie-page .bio-accordion .accordion-content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .biographie-page .bio-accordion .accordion-content .wrapper {
    gap: 40px 10px;
  }

  .biographie-page .bio-description .details h2 {
    overflow-wrap: break-word;
    font-size: 28px;
    line-height: 38px;
  }

  .back {
    margin-bottom: 35px !important;
  }

  .biographie-page .bio-accordion .accordion-content .shape {
    display: none;
  }

  .article-page .more-news .switches {
    display: flex;
  }

  .article-page .more-news .btn-primary {
    position: absolute;
    left: 10px;
    bottom: 75px;
  }

  .article-page .more-news .more-news-wrapper {
    position: relative;
    padding-bottom: 146px;
    padding-left: 0;
    padding-right: 0;
  }
  .article-page {
    padding-bottom: 0;
  }

  .article-page .more-news .mn-title {
    align-items: center;
    flex-direction: initial;
  }

  .article-page .more-news .mn-items .splide__list {
    display: flex;
    grid-template-columns: initial;
    gap: 10px;
  }

  .article-page .more-news .mn-items .item {
    width: calc(100% - 20px);
    padding: 20px;
  }

  .article-page .more-news .mn-title {
    padding: 0 10px;
  }

  .pop-up .pop-up-wrapper ul li::after {
    align-items: initial;
    justify-content: initial;
  }
  .article-page .article-details .content .description ul li::after {
    left: 5px;
  }

  .biographie-page .bio-description .details {
    padding: 40px 10px 64px 10px;
  }

  .biographie-page .bio-accordion .accordion-content .content ul li::after {
    left: 5px;
  }

}





@media screen and (max-width: 550px) { 
	
	
	.esg-access .right .shape svg {
		
		
	width : auto;
	height : auto;
		
		
	}	
	
	.esg-access .right .shape {
		
	position : relative;	
	right :0;
	justify-content : space-between;	
		
	}
	
	
	.esg-access .right .btn-primary {
		
		        width: 100%;
        justify-content: space-between;
		
	}
	
	
	.esg-access .right {
		
	padding-right : 20px 	
		
	}
	
	
	footer {
		
	padding : 0	
		
	}
	
	
	.esg-access .right .btn-primary span.text {
		
	font-size : 26px;	
		
	}
	
	
	footer .info {
		
	flex-direction : column-reverse;	
		
	}
	
}


@media screen and (max-width: 450px) { 
	
	
	footer .prvc_policy_ml {
		
	flex-direction : column	
		
	}
	
	
	.actualites_new .esg-lab-society .esg-lab-society-wrapper {
		
	flex-direction : column;	
		
	}
	
	
	
	
	
	.gouvernance-page.actualites_new .our-mission-committee .mission-wrapper {
		
	padding : 20px;	
		
	}
	
	
	.society-page .become-member .description .btn-primary .icon svg {
		
	    position: relative;
    left: -10px;	
		
		
	}
	
	
	.gouvernance-page .our-strategic-committee .cards-wrapper .card:first-child {
		
		
	margin-bottom : 40px; 	
		
	}
	
	
	.lab-page .lab-hero h1 {
		
	font-size: 32px;
        line-height: 42px;	
		
	}
	
	
	.society-page .become-member .description .btn-primary {
		
		        width: 315px;
		
	}
	
	
	 .biographie-page .bio-hero h1 {
		
	font-size : 30px;
	line-height : 40px;
		
	}
	
	
	.society-page .experts h2 {
		
		font-size : 25px;
		line-height : 35px;
		
	}
	
	.society-page .society-hero .hero-title h1 {
		
		font-size : 30px;
		line-height : 40px;
		
	}
	

  .home-page .about .right .details .info span:last-child {
    width: 100%;
  }

  .mn-items .item {
    padding: 22px 20px;
  }

  footer .contact-info > ul,
  footer .copyrights {
    flex-direction: column;
  }

  .home-page .esg-lab-society .esg-item h2 br {
    display: none;
  }

  .home-page .esg-lab-society .esg-item.esg-lab h2 {
    max-width: 300px;
  }

  .home-page .esg-lab-society .esg-item.esg-society h2 {
    max-width: 285px;
  }

  .home-page .gouvernance h2 {
    max-width: 285px;
  }

  .esg-access .right .btn-primary:hover {
    padding-left: 0;
  }

/*   .esg-access .right .btn-primary {
    width: 240px;
  } */

  form .input-field.field-check label {
    padding-left: 28px;
  }

  .lab-page .lab-enjeux .blocks .block {
    padding: 16px 14px 65px 16px;
    min-height: 493px;
  }

  .lab-page .lab-enjeux .blocks .block::after {
    width: 186px;
  }

  .lab-page .lab-enjeux .blocks ul li {
    padding-left: 15px;
  }

  .lab-page .lab-enjeux .blocks span {
    margin-bottom: 38px;
  }

  .lab-page .lab-enjeux .blocks h3 {
    min-height: auto;
  }

  .lab-page .lab-realisations .realisations-wrapper .btn-primary {
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .society-page .more-news .mn-title .btn-primary {
    width: calc(100% - 20px);
    left: 10px;
    justify-content: space-between;
  }

  .page-template-esg-society .esg-access {
    padding: 0 10px 10px;
  }

  .gouvernance-page .gouvernance-hero .hero-title {
    padding-left: 0;
    max-width: 345px;
  }

  .article-page .more-news .btn-primary {
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }

  .biographie-page .bio-accordion .accordion-content .shape {
    width: 100%;
  }

  .article-page .article-hero h1 {
    font-size: 32px;
    line-height: 42px;
  }

  body.page-template-privacy .article-page .article-hero {
    padding-bottom: 30px;
  }

  .article-page .article-details .content .description ul {
    gap: 10px;
  }

  .article-page .article-details .description {
    gap: 20px;
  }

  .pop-up .pop-up-wrapper .label {
    width: 100%;
  }

}




@media screen and (min-height: 460px) and (max-height: 650px) { 
	
	
	.home-page .hero h1 {
		
	    font-size: 36px;
    line-height: 42px;	
		
	}	
	
	
	.home-page .hero {
		
	    min-height: 75vh !important;
		align-items: center;
		
	}
	
	
	
	.home-page .hero h1 {
		
	margin-top : 0 !important;	
		
	}
	
	
	
	
	
	
}


