html, body{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
}


@font-face {
  font-family: "altivo-black";
  src: url("font/altivo-black.otf")format("OpenType");
}

@font-face {
  font-family: "altivo-regular";
  src: url("font/altivo-regular.otf")format("OpenType");
}

.bold{
	font-weight: 800;
}

.page-404{
	text-align: center;
}

.color-blue{
	color: #2f82ff;
	font-weight: 800;
}

::marker {
    color: #8f81da;
}

body{
	font-family: "articulat-cf", sans-serif;
	font-weight: 400;
	color: #333233;
}

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

p{
	margin: 0px;
	padding: 0px;
}

h1,h2,h3{
	margin: 0;
	padding: 0;
}

ul{
	margin: 0;
}

.height-88px{
	height: 88px;
}

.container-header{
	max-width: 1300px;
	margin: auto;
}

.container{
	max-width: 1300px;
	margin: auto;
}

@media screen and (max-width: 1500px){
	.container{
		max-width: 1100px;
	}
}


@media screen and (max-width: 1300px){
	.container{
		padding: 0px 20px ;
	}

	.container-header{
		padding: 0px 20px ;
	}
	.container--no-padding{
		padding: 0px;
	}
}

.background-black{
	background-color: #2C2E34;
}

.background-blue{
	background-color: #001F4B;
}

.background-blue-degraded{
	    background: transparent radial-gradient(closest-side at 50% 50%, #0057B8 0%, #000011 100%) 0% 0% no-repeat padding-box;
}

.background-black-2{
	background-color: #35373D;
}

.background-color-gray{
	background-color: #F8F8F8;
}

.background-color-gray-2{
	background-color: #EAEAEA;
}

.section--footer{
	padding: 20px 0;
	border-top: solid 0.5px;
}

.push-down {
    height: 118px;
}

/* padding/margin */ 

.p-15{
	padding: 15px 0px;
}

.p-20{
	padding: 20px;
}

.p-50{
	padding: 50px 0px;
}

.p-100{
	padding: 100px 0px;
}

.p-20-0{
	padding: 20px 0px;
}

.pt-10{
	padding-top: 10px;
}

.pt-20{
	padding-top: 20px;
}

.pt-25{
	padding-top: 25px;
}

.pt-40{
	padding-top: 40px;
}

.pt-100{
	padding-top: 100px;
}

@media screen and (max-width: 600px){
	.pt-100{
		padding-top: 50px;
	}
}

.pb-50{
	padding-bottom: 50px;
}

.pb-20{
	padding-bottom: 20px;
}

.pl-10{
	padding-left: 10px;
}

.pl-50{
	padding-left: 50px;
}

.pl-20{
	padding-left: 20px;
}

.pr-50{
	padding-right: 50px;
}


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

	.p-0-20{
		padding: 0 20px;
	}
}
@media screen and (max-width: 1180px){
	.padding-phone{
		padding-top: 40px;
	}
}


@media screen and (max-width: 1180px){
	.padding-bottom-phone{
		padding-bottom: 80px;
	}
}

p.paragraph {
    line-height: 1.3em;
}

.paragraph--2{
	font-size: 20px;
}

.paragraph--3{
	font-size: 13px;
  font-weight: 600;
}

.paragraph-uppercase{
	text-transform: uppercase;
	font-weight: bold;
}

.paragraph--model{
	text-align: left;
    padding-left: 54px;
    padding-bottom: 20px;
    font-size: 18px;
}

.pr-20{
	padding-right: 20px;
}

.ml-30{
	margin-left: 30px;
}
/* flex */ 

.flex{ 
	display: flex;
	flex-wrap: wrap;
}

.align-items-start{
	align-items: start;
}

.space-between{
	justify-content: space-between;
}

.center{
	justify-content: center;
}

.space-around{
	justify-content: space-around;
}

.end{
	justify-content: end;
}

.space-evenly{
	justify-content: space-evenly;
}

@media screen and (max-width: 1180px){
	.center-phone{
		justify-content: center;
	}
}

.width-50{
	width: 50%;
}

.width-45{
	width: 46%;
}

@media screen and (max-width: 1000px){
	.width-50{
		width: 100%;
	}
	.width-45{
		width: 100%;
	}
}

.column{
	flex-direction: column;
}
/* position */ 

.fixed{
	position: fixed;
	width: 100%;
	z-index: 3000;
	border-bottom: solid 1px #fff;
}

/* header */ 
.header__logo img {
    width: 140px;
    float:left;
    padding-top: 13px;
}


.menu__item{
	display: inline-block;
	text-decoration: none;
	padding: 6px 20px;
	text-align: center;
	font-size: 18px;
}

@media screen and (max-width: 1300px){
	.menu__item{
		padding: 6px 15px;
	}
}


@media screen and (max-width: 1214px){
	.menu__item{
		display: block;
	}

	.nav-footer{
		width: 100%;
	}

	ul.menu{
		padding: 0px;
	}
}

.menu__item--active{
	color:#2f82ff;
	font-family: articulat-heavy-cf, sans-serif;
}

.menu__item a:hover{
	color: #2f82ff;
}

.position-relative{
	position: relative;
}

.position-absolute{
	position: absolute;
}
.position-absolute-2{
	position: absolute;
}

@media screen and (max-width: 900px){
	.position-absolute{
		position: initial;
	}
}

.menu__item-2{
	top: 9px;
}

.btn{
	text-transform: uppercase;
	background-color: #fff;
	padding: 15px;
	color:#2C2E34;
	font-family: "altivo", sans-serif;
	font-weight: 800;
}

.section-background-nav{
	background-image: url(../images-ra-2023/bandeau.svg);
	background-size: cover;
	height: 40px;
}

/* menu responsive */ 
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  position: fixed;
}

@media only screen and (min-width: 1215px) {
  .cd-header {
    height: 80px;
    background: transparent;
    box-shadow: none;
  }
}

@media screen and (max-width: 1200px){
  .cd-header{
    display: inline-block;
  }
}

@media only screen and (min-width: 1215px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -80px;
    background-color: rgba(2, 23, 37, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: rgba(12, 12, 12, 0.96);
  }
}

.cd-primary-nav-trigger {
  position: absolute;
  right: 15px;
  top: 10px;
  height: 60px;
  width: 60px;
  z-index:1000;
  background: linear-gradient(80deg, rgba(143, 129, 218, 1) 0%, rgba(47, 130, 255, 1) 70%)
}

.cd-primary-nav-trigger .cd-menu-text {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #fff;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 1295px) {
  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }
  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color:#001F4B;
  z-index: 2;
  padding-top: 70px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity:0.98;
  color: #fff;
}
.cd-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 800;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 1.2em 20px;
  text-align: left;
}
.cd-primary-nav a {
  display: inline-block;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}
.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em;
}
.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}
.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}
.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}
.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1295px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 700px) {
  .menu__item--phone .menu-item {
    border-bottom: solid 1px;
    list-style: none;
    padding: 20px 0px;
    display: inherit;
  }

  .menu__item--phone .menu-item::before{
    content:'';
    width: 0;
    height: 0;
    right: 31px;
    position: absolute;
    border-top: 8px solid transparent; 
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000;
    margin-top: 7px; 
  } 
}


li.menu-phone__item{
	list-style: none;
    padding: 20px 0px;
    text-align: center;
}

.border{
	border-bottom: solid 1px #F66F4D;
}

.menu-phone__item--color{
	background-color: #F66F4D;
	color: #fff;
}

ul.menu-phone{
	padding: 0;
}

@media screen and (max-width: 1215px){
	nav.header__nav{
		display: none;
	}
}

/* headband picture */ 
.header_picture{
	width: 100%;
	display: block;
}

/* footer */ 

.follow__svg {
	padding: 0 5px;
}

.logo-highco{
	padding-top: 8px;
}

/* Title */

.title{
	font-size: 88px;
	color: #2C2E34;
	text-transform: uppercase;
	font-family: articulat-heavy-cf, sans-serif;
	font-weight: 900;
	font-style: normal;
	padding: 50px 0px;
	line-height: 1em;
	
}

@media screen and (max-width: 600px){
	.title{
		padding: 30px 0;
	}
}

.title--color-green-blue{
	background: rgb(121,215,133);
	background: linear-gradient(80deg, rgba(121,215,133,1) 0%, rgba(126,206,207,1) 50%, rgba(47,130,235,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title--color-purple-blue{
	background: rgb(143,129,218);
	background: linear-gradient(80deg, rgba(143,129,218,1) 0%, rgba(47,130,255,1) 70%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.title--color-red-blue{
	background: rgb(229,24,42);
background: linear-gradient(80deg, rgba(229,24,42,1) 0%, rgba(45,130,247,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.subtitle-governance{
	font-size: 40px;
	text-transform: uppercase;
	font-family: articulat-heavy-cf, sans-serif;
	font-weight: 900;
	line-height: 50px;
}

.line-height{
	line-height: 61px;
}

.title-2{
	font-size: 35px;
	font-family: articulat-cf, sans-serif;
	font-weight: 800;
	font-style: normal;
	line-height: 29px;
}

@media screen and (max-width: 600px){
	.line-height {
    line-height: 31px;
	}
}

.subtitle{
	font-size: 52px;
	color: #fff;
	text-transform: uppercase;
	font-family: articulat-heavy-cf, sans-serif;
	font-weight: 800;
	line-height: 1.3em;
	padding-bottom: 10px;

}

.subtitle--3{
	font-size: 23px;
	line-height: 1.2em;
	color: #05163c;
	-webkit-text-stroke: initial;
    text-shadow: initial;
}

.subtitle--2{
	color:  #2f82ff;
}

.subtitle--4{
	font-size: 40px;
	-webkit-text-stroke: initial;
    text-shadow: initial;
}

.subtitle--chiffre-neon{
	color: #02479c;
}

.subtitle--chiffre{
	font-size: 43px;
	background: rgb(229,24,42);
	background: linear-gradient(80deg, rgba(229,24,42,1) 0%, rgba(45,130,247,1) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: articulat-heavy-cf, sans-serif;
	font-weight: 800;
	padding-top: 5px;
}



.subtitle-activity{
	font-size: 40px;
	font-family: articulat-heavy-cf, sans-serif;
	font-weight: 800;
}

@media screen and (max-width: 500px){
	.title{
		font-size: 35px;
	}
	.subtitle{
		font-size: 30px;
	}

	.subtitle--2{
		font-size: 25px;
	}

	.subtitle--chiffre{
		line-height: 1;
	}

	.subtitle-activity{
		font-size: 30px;
		line-height: 1;
	}
}

.footer{
   position: absolute;
   bottom: 80px;
}

@media screen and (max-width: 1180px){
	.footer-phone-chiffres{
		display: none;
	}
}


/* texte */

.text-center{
	text-align: center;
}

.text-left{
	text-align: left;
}

/* color */ 

.color-fff{
	color: #fff;
}

.color-red{
	color: #E41629;
}

.color-black{
	color: #2C2E34;
}

.color-blue{
	color: #2f82ff;
}


@media screen and (max-width: 900px){
	.background-color-gray-phone{
		background-color: #F8F8F8;
	}
}


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

	.background-color-black-phone-2{
		background-color: #34373C;

	}
}


/*  */

.subtitle--padding{
	padding-top: 140px;
}

@media screen and (max-width: 1295px){
	.subtitle--padding{
		padding-top: 60px;
	}
}

@media screen and (max-width: 600px){
	.subtitle--padding{
		padding-top: 50px;
	}
}

.width-630{
	width: 630px;
}


.width-portrait img{
	width:500px;
}

.width-portrait-2 img{
	width: 550px;
	display: block;
}

@media screen and (max-width: 1500px){
	.width-630{
		width: 552px;
	}
	.width-portrait-2 img{
		width: 500px;
		display: block;
	}
}


.width-portrait-rse img {
    width: 397px;
    display: block;
}

@media screen and (max-width: 600px){
	.width-portrait-rse img{
		width: 283px;
	}
}

@media screen and (max-width: 1600px){
	.portrait-chiffre img{
		width: 450px;
		padding-top: 24px;
	}
}


@media screen and (max-width: 1295px){
	.width-portrait img{
		width: 400px;
	}
	.width-portrait-2 img{
		width: 400px;
	}
}

@media screen and (max-width: 900px){
	.width-portrait img{
		width: 350px;
	}
	.width-portrait-2 img{
		width: 358px;
	}

	.width-630{
		width: inherit;
	}
}

.position-portrait{
	position: absolute;
	right: 15%;
	margin-top: -30px;
}

@media screen and (max-width: 1700px){
	.position-portrait{
		right: 7%;
		margin-top: -118px;
	}
}

@media screen and (max-width: 1300px){
	.position-portrait{
		right: 0;
		margin-top: -22px;
	}
}

@media screen and (max-width: 900px){
	.position-portrait{
		position: initial;
		margin-top: initial;
	}
}

.position-portrait-2{
	top: -91px;
	z-index: 200;
}

/* block name */
.name{
	text-transform: uppercase;
	padding: 15px;
	background-color: #E5182A;
	font-size: 30px;
	font-family: "altivo", sans-serif;
	font-weight: 800;
	color: #fff;
	width: 278px;
}

.name--2{
	width: 320px;
}

.name--3{
	width: 331px;
}

.function{
	background-color: #2C2E34;
	color: #fff;
	font-size: 23px;
	padding: 15px;
	width: 400px;
}

.function--2{
	width: 282px;
	background-color: #fff;
	color: #2C2E34;
}

@media screen and (max-width: 900px){
	.name{
		font-size: 20px;
		width: 235px;
	}
	.function{
		font-size: 16px;
		width: 304px;
	}

	.function--2{
		width: 253px;
	}
}

.block-name{
	top:460px;	
}

@media screen and (max-width: 1295px){
	.block-name{
		top: 370px;
	}
}
.block-name-2{
	z-index: 300;
	margin-top: 300px;
}

.block-name-rse{
	margin-top:-200px;	
}

@media screen and (max-width: 900px){
	.block-name{
		position: absolute;
		bottom: 114px;
		top: initial;
	}
	.block-name-2{
		margin-top: -146px;
		position: relative;
	}
	.block-name-rse{
		margin-top: -118px;
    position: relative;
	}
}

/* */
.wave{
	width:100%; 
	z-index: 200; 
	position:relative; 
	display: block;
	margin-top: -79px;
}

@media screen and (max-width: 1295px){
	.wave--phone{
		width: 110%;
		margin-top: -36px;
	}

	.hidden{
		overflow: hidden;
	}
}

@media screen and (max-width: 1295px){
	.wave--phone{
		margin-top: -113px;
	}
}


.section--wave{
	background-image: url(../images-ra-2023/wave-page1-2.svg);
	background-size: cover;
	background-repeat: no-repeat;
	height: 500px;
	width: 100%;
	z-index: 200;
	position: absolute;
	bottom: -438px;
}

.more.collapsed{
	-webkit-line-clamp: 18;
}

.more--2.collapsed{
	-webkit-line-clamp: 11;
}


.more.collapsed:after{
	top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#2C2E33));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
}

.more--2.collapsed:after{
	top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(#2C2E33));
    background: linear-gradient(180deg, hsla(0, 0%, 100%, 0) 0, #fff);
}

.more{
	display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    position: relative;
}

.btn-more{
	color: #333233;
	border: solid 1px #333233;
	border-radius: 30px;
	text-align: center;
	padding: 10px;
	width: 90px;
	margin: 20px auto;
}

.btn-more--2{
	color: #000;
	border: solid 1px #000;
}

/* */ 

/* modele affaire */


.subtitle-business-model {
    font-size: 20px;
    text-transform: uppercase;
    font-family: articulat-cf, sans-serif;
    font-weight: 800;
    padding: 9px 0px;
}


.arrow img {
    position: absolute;
    right: 47%;
    top: 211px;
    width: 400px;
}

.arrow.arrow--2 img {
    top: 36px;
    left: 20%;
}

.arrow svg {
    position: absolute;
    right: 48%;
    top: 407px;
    width: 66px;
}

.arrow--2 svg {

    top: 58px;
    right: 47%;
}

.arrow--3 svg {

    top: 197px;
    right: 47%;
}

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

.arrow img {
    top: 233px;
    width: 321px;
	}

	.arrow.arrow--2 img {
    top: 49px;
    left: 22%;
	}
}

@media screen and (max-width: 1000px){
	.arrow img{
		display: none;
	}
}


img.business-model {
    padding: 10px;
}

img.business-model--2 {
    padding: 0px;
}

img.business-model--padding-top {
    padding: 0px 10px 30px 10px;
}


img.business-model--padding-2 {
    padding: 15px 15px 0px 15px;
}

@media screen and (max-width: 500px){
	img.business-model {
    object-fit: cover;
    width: 70%;
	}

}

.wave-2{
	width: 100%;
	display: block;
}

.section--background-model{
	background-image: url(../images-ra-2023/fond-modele-1.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 88px;

}

.position-y{
	background-position-y: -117px;
}

.section--background-model--2{
	background-image: url(../images-ra-2023/fond-modele-2.svg);
	background-position-y: top;
}


@media screen and (max-width: 900px){
	.section--background-model, .section--background-model--2{
		background-image: inherit;
	}
}



.border-color-1{
	border: solid 3px;
  border-color: #79d785;
  border-radius: 60px;
  padding: 36px;
}

@media screen and (max-width: 1000px){
	.border-color-1{
		 padding: 20px;
	}
}

.point{
	padding-top: 16px;
  padding-right: 10px;
}


/* RSE */ 


.card{
	margin: 20px;
	align-items: center;
}

.card-2 {
    margin: 10px;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
}

.card__number{
	font-size: 40px;
	font-family: articulat-heavy-cf, sans-serif;
	font-weight: 900;
	color: #2f82ff;
}

.card__txt{
	font-size: 20px;
}

.card__txt--2{
	width: 200px;
}

@media screen and (max-width: 1500px){
	.card__txt--2 {
    width: 184px;
	}

	.card__txt{
		font-size: 18px;
	}

	.card-2 {
    margin: 8px;
    padding: 20px 10px;
	}

	img.label {
    width: 135px;
	}
}

.subtitle--rse {
    font-size: 40px;
    font-family: articulat-heavy-cf, sans-serif;
    font-weight: 800;
}

.block-mission{
	max-width: 473px;
	margin: auto;
	margin-bottom: 30px;
	font-size: 28px;
  line-height: 1.4;
}

.font-size-large {
    font-size: 40px;
    line-height: 1;
}

@media screen and (max-width: 500px){
	.subtitle--rse{
		font-size: 30px;
		line-height: 1;
	}

	.font-size-large{
		font-size: 28px;
	}
	.block-mission{
		font-size: 21px;
	}
}

.logo-rse img{
	height: 100px;
}

.img-rse{
	width: 600px;
	margin-top: 40px;
	display: block;
}



@media screen and (max-width: 1500px){
	.img-rse{
		  width: 514px;
	}
}

@media screen and (max-width: 500px){
	.img-rse{
		width: 340px;
	}
	.logo-rse img{
		height: 77px;
	}
}

.subtitle-rse{
	font-size: 27px;
	font-weight: 800;
}

.subtitle-rse--2{
	font-weight: 200;
	font-size: 23px;
}

.subtitle-rse--3{
	font-size: 20px;
}

.icon-arrow-rse{
	width: 25px;
	vertical-align: text-bottom;
}

.img-rse-2{
	width: 300px;
}

@media screen and (max-width: 1500px){
	.img-rse-2{
		width: 250px;
	}
}

.scopes{
	margin-top: 75px;
	width: 217px;
}

.scopes-graph{
	width: 400px;
}


@media screen and (max-width: 500px){
	.scopes-graph{
		width: 300px;
	}
}


.scopes-graph-2{
	width: 100%;
	object-fit: cover;
}

.decarbonization-icon img{
	height: 120px;
}


.decarbonization-text {
    font-size: 20px;
    padding-top: 12px;
    padding-left: 20px;
}

.decarbonization{
	height: 150px;
}

@media screen and (max-width: 500px){
	.decarbonization{
		height: inherit;
	}


	.decarbonization-icon img{
		height: 110px;
	}
}

.block-rse{
	border: solid 2px;
	width: 539px;
	padding: 30px;
	margin: 40px 30px 40px 0;
	height: 346px;
}

.background-img-ohc{
	background-image: url(../images-ra-2023/wave-rse-ohc.svg);
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: -276px;
    background-size: 532px;
    background-color: #F8F8F8;
}

@media screen and (max-width: 500px){
	.background-img-ohc{
		background-size: 236px;
	}
}

.block-asso__text {
    background-color: #fff;
    width: 539px;
    padding: 30px;
    height: 313px;
}

@media screen and (max-width: 1500px){
	.block-asso__text {
    background-color: #fff;
    width: 454px;
   	padding: 30px;
    height: 320px;
	}
}

@media screen and (max-width: 600px){
	.block-asso__text{
		width: inherit;
		height: inherit;
	}
}

.block-asso {
    margin: 10px;
}

.block-fond {
    background-color: #fff;
    padding: 10px;
    width: 1192px;
    margin: 10px auto;
}


@media screen and (max-width: 1500px){
	.block-fond{
		width: 1033px;
	}
}

@media screen and (max-width: 500px){
	.block-fond{
		width: inherit;
	}
}

.paragraph--asso{
	  width: 418px;
    padding-top: 11px;
    padding-left: 12px;
}

.objective {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 30px;
}

/* transformation */ 

.card-activity{
	margin: 20px;
	align-items: center;
	width: 200px
}

.card-activity img {
    height: 170px;
}

.img-bus-transformation{
	object-fit: cover;
	width: 100%;
	position: relative;
  top: -54px;
}

.img-bus-transformation-2{
	object-fit: cover;
	width: 100%;
}

.block-tc{
	max-width: 600px;


}

@media screen and (max-width: 1500px){
	.block-tc{
		max-width: 530px;
	}
	.img-bus-transformation{
		top: -10px;
	}
}

@media screen and (max-width: 1140px){
	.block-tc{
		max-width: 500px;
	}
}

@media screen and (max-width: 1040px){
	.block-tc{
		max-width: 450px;
	}

}

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

	.img-bus-transformation{
		padding-top: 20px;
		position: initial;
	}
}


.paragraph--bullet{
	max-width: 600px;
}

.paragraph--bullet--2{
	max-width: 591px;
}



.paragraph--bullet-florajet{
	max-width: 960px;
}

svg.bullet {
    padding: 4px;
}

sup {
    vertical-align: text-top;
    font-size: 10px;
}


.card__title{
	font-size: 21px;
	font-weight: 800;
	text-transform: uppercase;
}

.card__title--2{
	font-size: 35px;
}

.card-bus {
    width: 324px;
    height: 418px;
    padding: 30px;
    text-align: center;
    margin-right: 20px;
    background: rgba(255, 255, 255, 0.19);
    flex: 0 0 auto;
    border-radius: 20px;
}

.card-bus__txt{
	font-size: 26px;
  text-align: left;
  color: #2f82ff;
  font-weight: 800;
  background: linear-gradient(80deg, rgba(143, 129, 218, 1) 0%, rgba(47, 130, 255, 1) 70%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-bus__logo {
    padding: 18px;
}

.card-bus__btn {
    text-align: right;
}

.card-bus__svg{
	width: 180px;
}

.card-bus__img, .card-bus__svg {
    height: 230px;
}

.card-bus__svg{
	height: 217px;
}

.card-bus__img-2{
	height: 253px;
}

.card-bus__img-3{
	height: 177px;
}

.card-bus__img-4{
	height: 310px;
}



.card-bus__height{
	 height: 345px;
}

.section-background-wave{
    background: url(../images-ra-2023/fond-commerce-3.svg) no-repeat;
    background-position-x: center;
    background-position-y: 555px;
    background-size: contain;
}

button{
	border: none;
	background-color: inherit;
}


.strategy {
    background-color: #333233;
    color: #fff;
    padding: 	12px 20px 16px 20px;
    border-radius: 30px;
    font-size: 30px;
    margin-top: 30px;
    margin-left: 21px;
}

  @media screen and (max-width: 600px){
  	.strategy{
  		font-size: 19px;
  		width: 200px;
  	}
  }

.block-strategy {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin-top: 20px;
}

.block-strategy__text {
    width: 800px;
}

p.block-strategy__title {
    font-size: 25px;
    padding-bottom: 10px;
    font-family: articulat-heavy-cf, sans-serif;
    font-weight: 900;
    line-height: 1;
}

.block-rse-highlights {
    background: rgba(255, 255, 255, 0.19);
    width: 300px;
    height: 268px;
    margin: 0px 10px;
    color: #FFF;
    padding: 20px;
    border-radius: 20px;
}

  @media screen and (max-width: 1080px){
		.block-rse-highlights{
			margin-bottom: 20px;
		}
  }

.block-rse-highlights__title {
    text-align: center;
    font-size: 35px;
    line-height: 0.8;
    font-family: articulat-heavy-cf, sans-serif;
    font-weight: 800;
    color: #7ececf;
    height: 125px;
}

.block-united {
    background: rgba(255, 255, 255, 0.19);
    border-radius: 20px;
    max-width: 1021px;
    margin: auto;
    padding: 20px;
    margin-top: 20px;
    color: #fff;
}

.block-united__text {
    max-width: 600px;
    padding-left: 10px;
}

.block-united__img {
    padding-right: 20px;
}
p.block-united__title {
    font-size: 25px;
    /* font-family: articulat-heavy-cf, sans-serif; */
    font-weight: 800;
}

.icon-triangle{
	padding-top: 7px;
}

.block-graph {
    width: 900px;
}

/* pop up  */

.popup-overlay{ 
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	z-index: 4000;
	width: 100%;
	height: 100%;
	display: none;
 }

 .popup-overlay.open{
 	display: block !important;
 }

 .popup-content{
 	max-width: 1200px;
 	width: 100%;
 	background-color: #fff;
 	position: absolute;
 	top: 50%;
 	left: 50%;
 	transform: translate(-50%, -50%);
 	background: linear-gradient(80deg, rgba(143,129,218,1) 0%, rgba(47,130,255,1) 70%);
 	padding: 20px;
 	max-height: 747px;
 }

  @media screen and (max-width: 1200px){
 		.popup-content{
 			padding: 5px;
 		}
 	}

 @media screen and (max-width: 1180px){
 		.popup-content{
 			max-height: initial;
 			height: 100%;
 			top: initial;
 			left: initial;
 			transform: initial;
 			padding: initial;
 		}

 		.popup-overlay{
 			overflow: scroll;
 		}
 }

 .popup-exit{
 	position: absolute;
 	top: 0;
 	right: 0;
 	text-decoration: none;
 	font-size: 30px;
 	width: 40px;
 	height: 40px;
 	color: #fff;
 	background-color:#2C2E34;
 }

 img.bus-img {
    height: 261px;
}

img.bus-img-2 {
    height: 360px;
    padding-right: 20px;
}

@media screen and (max-width: 500px){
	img.bus-img-2 {
    height: 290px;
    padding-right: 0px;
	}
}


img.bus-img-3{
	height: 456px;
  padding-top: 41px;
}

@media screen and (max-width: 500px){
	img.bus-img-3{
		height: 350px;
	}
}

img.bus-img-4{
	height: 299px;
}


img.bus-img-5 {
    height: 239px;
    padding-top: 71px;
}

img.bus-img-6{
    height: 157px;
    padding-top: 10px;
}

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

	img.bus-img-5 {
    height: 198px;
    padding-top: 50px;
	}

	img.bus-img-6{
    height: 98px;
	}
}

img.bus-img-7{
    width: 600px;
}

@media screen and (max-width: 500px){
	img.bus-img-7{
		width: 300px;
	}
}



img.bus-img-8{
    width: 500px;
}

@media screen and (max-width: 500px){
	img.bus-img-8{
		width: 330px;
	}
}


img.bus-img-9{
    width: 600px;
}

@media screen and (max-width: 500px){
	img.bus-img-9{
		width: 330px;
	}
}




.quote-solid{
	padding: 30px;
	margin: 50px 0px 0px 49px;
	background: rgba(255, 255, 255, 0.19);
  border-radius: 16px;
}



.quote-solid-border{
		border: solid 4px #8f81da;
    border-radius: 16px;
    margin: 24px 0px 0px 49px;
	}


.quote-solid-2{
	margin: 28px 0px 0px 49px;

}

 @media screen and (max-width: 500px){
 	.quote-solid, .quote-solid-2{
 		margin: 20px 0px 0px 0px;
 		width: 258px;
 	}
 }

.quote-svg svg, .quote-svg-2 svg{
  width: 75px;
}

.quote-svg{
	top: 25px;
  left: 6px;
}


 @media screen and (max-width: 500px){
 	.quote-svg{
 		top: 3px;
    left: -9px;
 	}
 }

.quote-svg-2{
	right: -39px;
    bottom: 17px;
}


 @media screen and (max-width: 1180px){
 	.quote-svg-2{
 		bottom:52px;
 	}
 }

  @media screen and (max-width: 500px){
 	.quote-svg-2{
 		bottom:55px;
 		right: -13px;
 	}
 }

.quote-svg-3 {
    bottom: 44px;
}

.quote-svg-4 {
    top: 6px;
    left: 15px;
}


.quote-svg-5 {
    right: -41px;
    bottom: -2px;
}

.background-popup{
	background-color: #fff;
	padding: 20px;
}

.icon-mobile img {
    height: 70px;
    display: block;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}


  @media screen and (max-width: 500px){
  	.icon-mobile img{
  		display: none;
  	}
  }

img.bus-portrait {
    width: 217px;
    display: block;
}

img.bus-portrait--2{
	height: 238px;
	width: inherit;
}

img.bus-portrait--3{
	width: 237px;
}


.icon-mobile--2{
	width: 145px;
}

.name--bus{
    padding: 8px;
    font-size: 17px;
    width: 159px;

}

.name--bus--2{
	width: 151px;
}

.name--bus--3{
	width: 178px;
}

.name--bus--4{
	width: 168px;
}

.name--bus--5{
	width: 185px;
}

.function--bus{
	background-color: #ffffff;
    color: #2C2E34;
    font-size: 15px;
    padding: 5px;
    width: 281px;
}

.function--bus-2{
	 width: 191px;
}

.function--bus-3{
	 width: 220px;
}

.function--bus-4{
	 width: 240px;
}

.function--bus-5{
	width: 263px;
}

.function--bus-6{
	width: 316px;
}

.block-name-bus.position-absolute {
    bottom: 59px;
    margin-left: -66px;
}

img.card-logo {
    width: 100px;
}

img.card-logo-2 {
    width: 250px;
}

.scrolling-wrapper{
  --space: 1rem;
  --space-md: calc(var(--space) * 2);
  --content-max-width: 126ch;
}

.content {
  display: grid;
  grid-template-columns:
    [full-start] 1fr
    [content-start]
    min(var(--content-max-width), 100% - var(--space-md) * 2)
    [content-end]
    1fr [full-end];
}

.content > * {
  grid-column: content;
}

.content > * + * {
  -webkit-margin-before: var(--space);
          margin-block-start: var(--space);
}

.headline {
  -webkit-margin-after: var(--space-md);
          margin-block-end: var(--space-md);
  font-family: "Palatino";
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: bold;
  line-height: 1.125;
  letter-spacing: -0.015em;
}

.gallery {
  grid-column: full;
  display: grid;
  grid-template-columns: inherit;
  padding-block: var(--space-md);
  overflow-x: scroll;
  overscroll-behavior-x: contain;
  -ms-scroll-snap-type: x proximity;
      scroll-snap-type: x proximity;
  scrollbar-width: none;
}

.gallery::-webkit-scrollbar {
  inline-size: 0 !important;
  display: none;
}

.gallery .wrapper {
  grid-column: content;
  display: flex;
  align-items: center;
  gap: var(--space);
}

.gallery .wrapper::after {
  content: "";
  align-self: stretch;
  -webkit-padding-end: max(
    var(--space),
    (100vw - var(--content-max-width)) / 2 - var(--space)
  );
          padding-inline-end: max(
    var(--space),
    (100vw - var(--content-max-width)) / 2 - var(--space)
  );
}

.gallery .item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-snap-align: center;
  inline-size: 100%;
  max-inline-size: 25rem;
  aspect-ratio: 16 / 9;
  font-size: 2rem;
  background: hotpink;
  border-radius: 4px;
  overflow: hidden;
}


@supports not (aspect-ratio: 1) {
  .gallery .item::before {
    float: left;
    padding-top: 56.25%;
    content: "";
  }

  .gallery .item::after {
    display: block;
    content: "";
    clear: both;
  }
}

.ff-banner {
  display: none;
}

@-moz-document url-prefix() {
  .ff-banner {
    display: block;
    padding: var(--space);
    background-color: lightyellow;
    text-align: center;
    font-size: 0.9rem;
  }
}

.bus-img-V2{
	width: 500px;
}


 @media screen and (max-width: 500px){
 	.bus-img-V2{
		width: 356px;
	}	

 }



.bold-red{
	color: #E41629;
	font-size: 25px;
}

.bold-red--2{
	font-size: 45px;
}

.font-size-20{
	font-size: 20px;
}

.block-coupon-2{
	max-width: 652px;
}


.block-coupon {
  width: 100px;
  text-align: center;
  padding: 15px 18px 12px 0px;
}

.background-black-svg{
	background-image: url(../images-ra-2023/fond-black.svg);
	background-repeat: no-repeat;
}

.logo-client img{
    height: 100px;
}

.logo-client{
	 margin-right: 20px;
   margin-left: 20px;
}

.marquee--1, .marquee--2 {
  position: relative;
  max-width: 100%;
  height: 130px;
  overflow-x: hidden;
}


.track--1 {
   -webkit-position: absolute;
  will-change: transform;
  -webkit-animation: marquee 60s linear infinite;
  -webkit-animation-direction: normal;
}

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-210%); }
}

.track--2 {
  -webkit-position: absolute;
  will-change: transform;
  -webkit-animation: marquee 60s linear infinite ;
  -webkit-animation-direction: reverse;
}

@keyframes marquee--2 {
  from { transform: translateX(0); }
  to { transform: translateX(-100%); }
}


.flex-no-wrap{
	display: flex;
}

.margin-phone{
	margin-top: -45px;
}

/* page gouvernance */

.block-gouv {

    padding: 10px 20px;
    margin: 0px 20px;
}

.block-gouv__photo{
	height: 360px;
}

.block-gouv__photo-comex{
	width: 350px;
}

p.block-gouv__name {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 800;
}

.block-gouv__photo--tall{
	width: 385px;
}

 @media screen and (max-width: 500px){
 	.block-gouv__photo{
 		height: 300px;
 	}
 	.block-gouv__photo--tall{
 		width: 300px;
 	}
 }

.paragraph--border {
    border: solid 2px;
    width: 400px;
    padding: 20px;
}

.paragraph--border--2{
	width: 518px;
  height: 142px;
  padding: 20px;
}

/* page chiffres */

.title--chiffre{
	    padding: 0px 0px 30px 0px;
}


 @media screen and (max-width: 600px){
 	.title--chiffre{
	    padding: 30px 0px 30px 0px;
	}
 }

.bandeau-chiffres{
	width: 100%;
  z-index: 200;
  position: absolute;
  display: block;
 top: 44px;
}

.margin-chiffres{
	padding-top: 30px;
}

.border {
    border: solid 2px;
    padding: 10px;
    height: 88px;
}

.graph{
	margin-bottom: 20px;
}

.graph__title {
    width: 180px;
    font-weight: 600;
}

.graph__block {
    height: 50px;
    width: 500px;
    background-color: #fff;
    margin: 0px 30px;
    padding-left: 10px;
    background: rgb(229,24,42);
		background: linear-gradient(80deg, rgba(229,24,42,1) 0%, rgba(45,130,247,1) 100%);
		border-radius: 20px;
	}

	.graph__block--color{
		background:inherit;
		  background-color: #2f82ff;
	}

.graph__block--1{
	animation-duration: 3s;
	animation-name: slidein;
	
}

@keyframes slidein {
  from {
    width:0px;
  }

  to {
    width:500px;
  }
}


.graph__block--2{
	width: 400px;
	animation-duration: 3s;
	animation-name: slidein2;
}

@keyframes slidein2 {
  from {
    width:0px;
  }

  to {
    width:400px;
  }
}

.graph__block--3{
	background-color: #E41629;
	width: 300px;
	animation-duration: 3s;
	animation-name: slidein3;
}

@keyframes slidein3 {
  from {
    width:0px;
  }

  to {
    width:300px;
  }
}

.graph__block--4{
	width: 200px;
	animation-duration: 3s;
	animation-name: slidein4;
}
@keyframes slidein4 {
  from {
    width:0px;
  }

  to {
    width:200px;
  }
}

.graph__block--5{
	width: 150px;
	animation-duration: 3s;
	animation-name: slidein5;
}

@keyframes slidein5 {
  from {
    width:0px;
  }

  to {
    width:150px;
  }
}

.graph__percentage.pt-10 {
    color: #2f82ff;
    font-weight: 800;
    font-size: 17px;
}

p.graph__number {
    font-weight: 800;
}



  @media screen and (max-width: 600px){
  	.graph__title {
    	width: 364px;
		}

		.graph__block{
			width: 300px;
		}

		.graph__block--2{
			width: 250px;
		}
		.graph__block--3{
			width: 200px;
		}
		.graph__block--4{
			width: 150px;
		}
		.graph__block--5{
			width: 100px;
		}
  }

.block-geographic {
    background-color: #fff;
    width: 300px;
    height: 400px;
    margin: 20px;
    padding: 10px;
}

  @media screen and (max-width: 1100px){
  	.block-geographic{
  		width: 200px;
  		height: 280px;
  	}
  }

.graph-gif{
	width: 450px;
}

.block-boursier{
	height: 630px;
}

  @media screen and (max-width: 1190px){
  	.block-boursier{
			height: inherit;
		}
  }

.graph-img-1{
	object-fit: cover;
	height: 70%;
	width: 70%;
}

  @media screen and (max-width: 1600px){
  	.graph-img-1{
  	
  		padding-bottom: 50px;
  	}
  	.container--padding-phone{
  		  padding: 50px 20px;
  	}

  	.flex-phone-chiffre{
  		justify-content: center;
			flex-wrap: wrap-reverse;
  	}
  }


 @media screen and (max-width: 500px){
 	.graph__block{
 		margin: 5px;
 	}

 	.graph-gif{
		 width: 300px;
     padding-top: 20px;
	}

	.block-boursier{
		height: initial;
	}

	.graph-img-1{
		width: 100%;
	}

 }

#fp-nav ul li a span, .fp-slidesNav ul li a span{
	background-color: #D6D5D5 !important;
}

p.block-geographic__title {
    font-size: 30px;
}


p.block-geographic__number {
    font-size: 28px;
    color: #2f82ff;
    font-weight: 800;
}

.background-wave-1{
	background-image: url(../images-ra-2023/wave-chiffre-black.svg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: bottom;
    background-size: contain;
}

.background-wave--2{
	background-image: url(../images-ra-2023/wave-rse-1.svg);
}

.background-wave-1--gray{
	background-image: url(../images-ra-2023/wave-chiffre-gray.svg);
}

.block-geographic__svg {
    height: 180px;
}

.block-geographic__svg svg {
    width: 150px;
}

.block-geographic__svg img {
    width: 150px;
}

  @media screen and (max-width: 1100px){
  	.block-geographic__svg{
  		height: 155px;
  	}
  	.block-geographic__svg img {
    	width: 128px;
		}
  }

.controlArrow.prev {
		left: 50px;
	}
	.controlArrow.next{
		right: 50px;
	}

.fp-arrow.fp-next {
    border-color: transparent transparent transparent #000 !important;
}

.fp-arrow.fp-prev {
    border-color: transparent #000 transparent transparent !important;
}

.figure{
	width: 900px;
	margin: auto;
}

 @media screen and (max-width: 1340px){
 	.figure{
		width: 800px;
	}
 }

  @media screen and (max-width: 900px){
 	.figure{
		width: 600px;
	}
 }

 @media screen and (max-width: 500px){
 	.figure{
		width: 300px;
	}
 }

.def-graph {
    background-color: #7855a5;
    padding: 10px;
    margin: 12px 0px 10px 55px;
    color: #fff;
    border-radius: 20px;
}

 @media screen and (max-width: 1180px){
 	.def-graph{
 		margin: 12px 0px 10px 0px;
 	}
 }

.def-graph--2{
	background-color: #2f82ff;
}

.def-graph--3{
	background-color: #e5182a;
}

.def-graph--4{
	background-color: #f28c95;
	color: #000;
}

.def-graph--5{
	background-color: #f9d2d5;
	color: #000;
}

.def-graph--6{
	background-color: #8f81da
}

.def-graph-width{
	width: 185px;
}

.block-bourse {
    width: 185px;
    border: solid 2px;
    padding: 8px;
    margin: 17px 0px 33px 52px;
    text-align: center;
    border-radius: 34px;
    color: #2f82ff;
}

 @media screen and (max-width: 1180px){
 		.block-bourse{
 			 margin: 17px 0px 33px 0px;
 		}
 }

 .slick-prev:before,
    .slick-next:before {
      color: black !important;
    }

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

	.slick-prev {
    left: 20px !important;
    z-index: 1000;
}

	.slick-next{
		right: 20px !important;
	}

 }

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

	.slick-prev {
    left: 200px !important;
}

	.slick-next{
		right: 200px !important;
	}
	

 }

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

	.slick-prev {
    display:none !important;
}

	.slick-next{
		 display:none !important;
	}
}

  @media screen and (max-width: 1080px){
  	.fp-table{
		flex-direction: inherit !important;
		display: inherit !important;
	
  }
}

.chiffre-graph{
  padding: 10px;
  background-color: #e5182a;
  border-radius: 20px;
  color: #fff;
  width: 250px;
  margin: 5px 0px;
}

.block-right-pl-30{
	padding-left: 30px;
}

.background-color-purple{
	background-color: #7855a5;
}


.background-color-blue{
	background-color: #2f82ff;
}

.block-boursier-1{
	width: 800px;
}

.fat{
	font-size: 20px !important;
}

.fp-watermark {
    display: none;
}