

@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.cdnfonts.com/css/roboto');
@import url('https://fonts.cdnfonts.com/css/proxima-nova-2');



  .img-join-pg-cons-res{
	  display:none;
  }
 #social-marg{
	 margin-top: 303%;
    margin-left: 40px;
 }

.navbar-nav .nav-link.active,
.border-red {
    border-bottom: 4px solid #FFF
}

.navbar-nav .nav-link:hover {
    border-bottom: 4px solid #FFF
}
.collapse{
 margin-right: 16%;
 }
 @keyframes rotateCont{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(200deg);
  }
}
.box1{
  width: 150px;
  height: 150px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.left{
  top: 50%;
  left: 0;
 background: #fff;
    border-radius: 40%;
}
.box2{
      width: 838px;
    height: 331px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.container2{
       position: absolute;

    margin-top: -68px;
    margin-left: 2%;

}


.carousel {
    margin-left: 15%;
    margin-right: 15%;
}

.ul.slides {
        display: block;
    position: relative;
    height: 800px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    width: 143%;
    margin-left: -22%;
    margin-top: -8%;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.ul.slides input {
    display: none; 
}


.slide-container { 
    display: block; 
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}   

.slide-image img {
    
    width: auto;
    min-width: 125%;
    height: 100%;
    margin-left: -17%;
;
}
.slide-image1 .img1 {
    
   width: auto;
    max-width: 85%;
    margin-left: 34%;
    margin-top: 11%;
;
}
.slide-image2 .img2 {
    
      width: auto;
    max-width: 85%;
    margin-left: 34%;
    margin-left: 34%;
    margin-top: 40%;
    
;
}
.slide-image3 .img3 {
    
      width: auto;
    max-width: 85%;
    margin-left: 34%;
    
    
    
;
}
.slide-image4 .img4 {
    
      width: auto;
    max-width: 85%;
    margin-left: 50%;
    
    
    
;
}

.carousel-controls label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 0;
    transition: opacity .2s;
    cursor: pointer;
}

.slide-image:hover + .carousel-controls label{
    opacity: 0.5;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    width: 49%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide {
    width: 49%;
    text-align: right;
    right: 0;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
	color:#ffffff;
    font-size: 24px;
}

.carousel-dots .carousel-dot {
    display: inline-block;
   

    opacity: 0.5;
    margin: 10px;
}

input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
     display: block; 
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
	opacity: 1;
}


input:checked + .slide-container .nav label { display: block; }



			#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}

ul, li, .nav {
      color: #3953BF;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 0px;
    margin: 0px 10px;
    position: relative;
    transition: all .5s;
    font-family: proxima nova;
    font-weight: 700;
  
}

.nav:hover {
  background-color: #FFC400;
  color:white;
}

.nav:before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 12px;
  height: 12px;
  border: 3px solid #FFC400;
  border-width: 0 0 3px 3px;
  opacity: 0;
  transition: all 0.3s
}

.nav:hover:before {
  opacity: 1;
  bottom: -8px;
  left: -8px;
}

.nav:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  border: 3px solid #FFC400;
  border-width: 3px 3px 0 0;
  opacity: 0;
  transition: all 0.3s;
}

.nav:hover:after {
  opacity: 1;
  top: -8px;
  right: -8px;
}



.dropbtn {
 color: #3953BF;
  font-size: 23px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0px 10px;
  position: relative;
  transition: all .5s;
  font-family:proxima nova;
  font-weight:700;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color:#FFC400;}
					
					#lang-switch img {
  width: 32px;
  height: 32px;
  opacity: 0.5;
  transition: all .5s;
  margin: auto 3px;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;

}
#lang-switch img:hover {
  cursor: pointer;
  opacity: 1;
}


.fr_lang,
.en_lang {
  display: none;
  transition: display .5s;
}

/* Language */
.active-lang {
  display: flex !important;
  transition: display .5s;
}

.active-flag {
  transition: all .5s;
  opacity: 1 !important;
}

	.ul-nav-menu{
		margin-left: 32%;
    margin-top: 2%;
	}
	.sign-in{
	
	border:2px solid #3953BF;
	border-radius:13px;
	width: 97%;
	text-align: center;
	padding: 3%;
	margin-left: 160%;
	font-size: 86%;
	margin-top: 4%;

	}
	
	
	#h1-animate {
  font-family: "proxima nova";
  max-width: 40ch;
  text-align: center;
  transform: scale(0.94);
  animation: scale 6s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(7) {
  animation: fade-in 0.8s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(8) {
  animation: fade-in 0.8s 2.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(9) {
  animation: fade-in 0.8s 2.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(10) {
  animation: fade-in 0.8s 3.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}



#content:not(.en) [data-lang=en], #content:not(.fr) [data-lang=fr] {
  display: none;
}
#content.en [data-lang=en], #content.fr [data-lang=fr] {
  display: block;
}



.switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.current {
  text-transform: uppercase;
  height: 42px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  text-align: center;
  line-height: 42px;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-out;
  border-radius: 3px;
  padding: 0 0.2em 0 0.7em;
}
.current span {
  display: inline-block;
  line-height: 1;
  padding: 0.7em 0.2em 0 0;
}
.current .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.current:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.options {
  position: absolute;
  right: 0;
  top: 0.6em;
  z-index: 0;
  opacity: 0;
  transition: all 0.36s ease-out;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.switch.show-options .options {
  display: block;
  z-index: 5;
}
.switch.anim-options .options {
  opacity: 1;
}
.switch.show-shadow .options {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}

.options-list {
  color: #313436;
  margin: 0;
  padding: 0.4rem 0.8em;
  position: relative;
  z-index: 5;
}
.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.75em;
  border-bottom: 1px solid #E1E4E6;
  transform: translateX(10px);
  transition: all 0.24s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
}
.options-list li:last-child {
  border-bottom: none;
}
.options-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.options-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.options-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.options-list li:nth-child(4) {
  transition-delay: 0.25s;
}
.options-list li:nth-child(5) {
  transition-delay: 0.3s;
}
.options-list li.selected {
  color: #3498DB;
}
.switch.anim-options .options-list li {
  transform: translateX(0);
  opacity: 1;
}

#trans-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: -80px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  transition: all 0.4s ease-out;
  transform: scale(0.5);
  overflow: hidden;
}
#trans-circle svg {
  max-width: 100%;
  max-height: 100%;
}

.switch.anim-options #trans-circle {
  transform: scale(9);
}

  .div_logo{
   position: absolute;
   margin-top: -5%;
   }
   .img_logo{
   
   margin-left: 75%;
    margin-top: 9%;
   }
   
    .slide-image1{
   position: absolute;
   width: -25%;
   margin-top: 8%;
   }
   .slide-image2{
   position: absolute;
   width: -25%;
   margin-top: 8%;
   }
   .slide-image3{
   position: absolute;
   width: -25%;
   margin-top: 21%;
   margin-left: 6%;
   }
   .slide-image4{
   position: absolute;
    width: -25%;
    margin-top: 0%;
    margin-left: 43%;
   }
    .slide-image5{
       position: absolute;
    width: -25%;
    margin-top: 28%;
    margin-left: 12%;
   }
     .slide-image6{
    position: absolute;
    width: -25%;
    margin-top: 541px;
    margin-left: 17%;
    font-size: 214%;
    color: aliceblue;
   }
 


.button {
  position: absolute;
  top: 30%;
  left: 60%;
  height: 70px;
  width: 70px;
  background:transparent;
}

.button:before {
  content: "";
  width: 30px;
  height: 5px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  transition: all 0.3s ease;
}

.button:hover:before {
  right: 34px;
  width: 35px;
}

.button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 16px;
  transition: all 0.3s ease;
}

.button:hover:after {
  right: 34px;
  right: 30px;
}


.fa {
  /*padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;*/
}

.fa:hover {
    /*opacity: 0.7;*/
}


.table-conseil-slide-dots{
	 width: 11%;
    background: #32489E;
    margin-left: 47%;
    margin-top: -5%;
    border-radius: 40px;
    opacity: 1;
}
#div-slide-conseil-dots{
	margin-top: 3%;
	margin-left: -25%;
}

.h1-um-pg-con{
       position: absolute;
    margin-top: -30%;
    margin-left: 13%;
    font-size: 824%;
    color: #283A7F;
    font-family: 'proxima nova';
    font-weight: 700;
}

#input-slog{
	    position: absolute;
    margin-top: -23%;
    margin-left: 13%;
    font-size: 175%;
    color: #283A7F;
    font-family: 'proxima nova';
    font-weight: 600;
}
.div-fa-icons{
margin-left: -6%;
}
#link-con-img1{
	 margin-top: -21%;
    position: absolute;
    margin-left: 9%;
}
#link-con-img2{
	margin-top: -16%;
    position: absolute;
    margin-left: 9%;
}
#link-con-img3{
	 margin-top: -12%;
    position: absolute;
    margin-left: 9%;
}
.position-robot-header{
	margin-left: 63%;
    position: absolute;
    margin-top: -39%;
    width: 25%;
}
.fa-cos-um{
	margin-top: -33%;
    margin-left: -18%;
}
.service-card-pg-conseil{
	    margin-top: -45%;
        margin-left: 58%;
        width: 36%;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.actives{
  transform: translateY(0);
  opacity: 1;
}
#bar1{
	background-color: #3E53B6;
    position:absolute;
    width: 5%;
    height: 31%;
    margin-left: 366px;
    margin-top: 31%;
	border:1px solid #3E53B6;
}
#bar2{
    background-color: #3E53B6;
    position:absolute;
    width: 5%;
    height: 31%;
    margin-top: 28%;
    margin-left: 594px;
	border:1px solid #3E53B6;	
}
#bar3{
	 background-color:#3E53B6;
    position:absolute;
    width: 5%;
    height: 31%;
    margin-top: 31%;
    margin-left: 829px;
	border:1px solid #3E53B6;
}
#bar4{
	 background-color: #3E53B6;
    position:absolute;
    width: 5%;
    height: 31%;
    margin-top: 28%;
    margin-left: 1070px;
	border:1px solid #3E53B6;
}
#bar5{
	background-color: #3E53B6;
    position:absolute;
    width: 5%;
    height: 31%;
    margin-top: 31%;
    margin-left: 1298px;
	border:1px solid #3E53B6;
}
#bar6{
	background-color: #3E53B6;
    position:absolute;
    width: 5%;
    height: 31%;
    margin-top: 28%;
    margin-left: 1532px;
	border:1px solid #3E53B6;
}
#bar1-img{
	position:absolute;
	margin-left: 641px;
	margin-top: 564px;
}
#bar2-img{
	position:absolute;
	margin-left: 1115px;
	margin-top: 564px;
}
#bar3-img{
	position:absolute;
	margin-left: 1580px;
	margin-top: 564px;
}
#bar4-img{
	position:absolute;
	margin-left: 1345px;
	margin-top: 759px;
}
#bar5-img{
	position:absolute;
	margin-left:878px;
	margin-top: 759px;
}
#bar6-img{
	position:absolute;
	margin-left:415px;
	margin-top: 759px;
}





.cercle_module1{
    width: 1577px;
    height: 130px;
   
   
    margin-left: 14%;
    margin-top: 0%;
}


.nos-pg-conseil{
        position: absolute;
    margin-top: 107px;
    font-size: 146%;
    font-family: 'proxima nova';
    color: #3F4CA2;
    font-weight: 600;
    margin-left: 175px;
    text-align: center;
	width:52%;
}


.valeur-pg-conseil{
    position: absolute;
    margin-left: 35%;
    margin-top: -123PX;
    font-size: 549%;
    font-family: 'proxima nova';
    color: #3F55B9;
    font-weight: 700;
}
#img-bar1{
	 position:absolute;
    margin-left: 15%;
    width: 75%;
    margin-top: 22%;
}
#img-bar2{
	 position:absolute;
 background: #31B21D;
 margin-left: 347px;
 margin-top: 449px;
 border-radius: 78px;
}
#img-bar3{
    position: absolute;
    margin-left: 31px;
    margin-top: 20%;
}
#cercle-img1-bar{
	 background:#31B21D;
    width: 7%;
    margin-left: 817px;
    margin-top: 452px;
    position: absolute;
    border-radius: 68px;
    height: 14%;
}
#icon1-bar{
	position:absolute;
    margin-left: 24%;
    margin-top: 17%;
}
#icon2-bar{
	 background: #31B21D;
    position: absolute;
    margin-top: 556px;
    margin-left: 1054px;
    border-radius: 75px;
}
#cercle-img2-bar{
	background: #31B21D;
    position: absolute;
    margin-top: 444px;
    margin-left: 1275px;
    border-radius: 87px;
}
#icon3-bar{
	 position:absolute;
 background: #31B21D;
 margin-left: 1521px;
 margin-top: 557px;
 border-radius: 78px;
}
#h1-database{
	 color:#3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 593px;
    margin-top: 12%;
    font-size: 584%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#ph-database{
color:#3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 577px;
    margin-top: 17%;
    font-size: 161%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 600;	
}
#ph-sourcing{
	 color:#3E53B6;
 text-align: center;
 position: absolute;
 margin-left: 350px;
 margin-top: 45%;
 font-size: 161%;
 line-height: 104%;
 font-family: 'proxima nova';
 font-weight: 600;
}
#h1-sourcing{
	 color:#3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 360px;
    margin-top: 40%;
    font-size: 584%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#h1-gestion{
	color:#3E53B6;
    text-align: center;
    position: absolute;
     margin-left: 1035px;
    margin-top: 12%;
    font-size: 584%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#ph-gestion{
	color:#3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 1035px;
    margin-top: 17%;
    font-size: 161%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 600;
}
#h1-porteffeuille{
	 color:#3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 813px;
    margin-top: 40%;
    font-size: 584%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#ph-porteffeuille{
	color:#3E53B6;
 text-align: center;
 position: absolute;
 margin-left: 785px;
 margin-top: 45%;
 font-size: 161%;
 line-height: 104%;
 font-family: 'proxima nova';
 font-weight: 600;
}
#h1-sav{
	 color:#3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 1507px;
    margin-top: 13%;
    font-size: 584%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#ph-sav{
	color:#3E53B6;
 text-align: center;
 position: absolute;
margin-left: 1540px;
    margin-top: 18%;
 font-size: 161%;
 line-height: 104%;
 font-family: 'proxima nova';
 font-weight: 600;
}
#h1-prospection{
	 color:#3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 1287px;
    margin-top: 40%;
    font-size: 584%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#ph-prospection{
	color:#3E53B6;
 text-align: center;
 position: absolute;
 margin-left: 1265px;
    margin-top: 45%;
 font-size: 161%;
 line-height: 104%;
 font-family: 'proxima nova';
 font-weight: 600;
}
#photo-conseil1{
	 position: absolute;
    margin-left: 86%;
    width: 9%;
    margin-top: 6%;
}
#photo-conseil2{
	 width: 13%;
    margin-left: 15%;
    margin-top: 9%;
}
#photo-conseil3{
	position: absolute;
    width: 20%;
    margin-top: 40%;
    margin-left: 46%;
}
#photo-conseil4{
	 position: absolute;
    margin-top: 48%;
    margin-left: -365px;
    width: 20%;
}
#photo-conseil5{
	 position: absolute;
    margin-left: 59%;
    margin-top: 12%;
}
#trace-conseil1{
	 position: absolute;
    margin-left: -84%;
    margin-top: 5%;
}

.button:hover::after {
  left: 200%;
  opacity: 0.6;
}

  .img-groupe-cons{
   width: 31%;
    margin-left: 11%;
  }
  .div-quection{
	    position: absolute;
    margin-left: 50%;
    margin-top: -23%;
  }
  .titre-pourquoi{
	    font-size: 425%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #394BAB;
    margin-top: -5%;
  }
  .titre-nous-choisir{
	    font-size: 340%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #394BAB;
    margin-top: -2%;
  }
  .ph-question{
    font-size: 161%;
    font-family: proxima nova;
    color: #394BAB;
    width: 78%;
    margin-top: -1%;
  }
  #btn-input1{
	     margin-left: -47%;
    margin-top: 22%;
  }

:root {
  font-family:sans-serif;
  font-size:16px;
  
  --background-c:#eee;
  --move-bg:#555;
  --move-h:#222;
  --pill-bg:#ddd;
  --pill-h:#bbb;
  --pill-a:#555;
  --pill-border:transparent;
  --bar-bg:#ccc;
  --quote-c:#333;
  --author-c:#9969a5;
}

* {margin:0; padding:0; box-sizing:border-box;}

q, p { quotes:"' " " '";}
q {color:var(--quote-c);}
p {margin-block-start:5px;}

.signature {color:var(--author-c);}

.slideshow-container {
  position:relative;
  height:225px;
}

.slide {
  display:none;
  padding:80px;
  height:100%;
  text-align:center;
  background: linear-gradient(#31B21D, #19590F  );
}

.prev, .next {
  position:absolute;
  /* background:; */
  padding:10px;
  top:50%;
  font-size:24px;
  margin-top:-10px;
  color:#eee;
  border-radius:35px;
  user-select:none;
  cursor:pointer;
  transition:all .2s;
}

.prev {left:5px;}
.next {right:5px;}

.prev:hover, .next:hover {
  background:#fff;
}

#progress {
  position:absolute;
  width:0;
  bottom:0;
  height:5px;
  background:var(--bar-bg);
}

.pill-container {
  position:relative;
  padding-bottom:3px;
  text-align:center;
  background:var(--background-c);
  user-select:none;
}

.pill {
  margin:3px;
  width:20px;
  height:20px;
  background:var(--pill-bg);
  display:inline-block;
  border:1px solid var(--pill-border);
  border-radius: 5px;
  transition:all .2s;
  cursor:pointer;
}

.pill:hover {
  background:var(--pill-h);
}

.activet, .activet:hover {
  background:var(--pill-a);
}

#rs1{
	width:27%;
	text-align: left
}

#card-body-align{
	text-align: end;
	position: absolute;
	margin-top: 69%;
	margin-left: 59%;
}
#slide-align{
	  margin-top: 57%;
}
.slide-img-partenaire1{
	 margin-top: -17%;
    margin-left: 47%;
    border-radius: 131px;
    width: 14%;
}
.qo-partenaire1{
	 font-size: 120%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.slide-img-partenaire2{
	 margin-top: -18%;
    margin-left: 47%;
    border-radius: 204px;
    width: 14%;
    height: 361%;
}
.qo-partenaire2{
	   font-size: 120%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.slide-img-partenaire3{
	  margin-top: -16%;
    margin-left: 47%;
    border-radius: 204px;
	height: 402%;
}
.qo-partenaire3{
	font-size: 120%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.slide-img-partenaire4{
	 margin-top: -16%;
    margin-left: 47%;
    border-radius: 204px;
    width: 15%;
}
.qo-partenaire4{
	 font-size: 120%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}

  .button-prev{
	   color: #FFC400;
    width: 60px;
    text-align: center;
    border: 2px solid #fff;
    margin-left: 20%;
    font-size: 37%;
    height: 59px;
  }
  .img-btn-prev{
	 margin-left: -20%;
    margin-top: 25%; 
  }
  .button-next{
	  color: #FFC400;
    width: 60px;
    text-align: center;
    border: 2px solid #fff;
    margin-right: 20%;
    font-size: 37%;
    height: 59px; 
  }
  .img-btn-next{
	 margin-left: 18%;
    margin-top: 25%;  
  }
  .conseil-rectangle-img{
	      margin-top: -25%;
    margin-left: 60%;
}
.photo-partenaire-trace{
	    width: 24%;
    margin-top: -29%;
    margin-left: 1%;
}

.titre-nos-partenaire{
	 position: absolute;
    margin-top: -18%;
    margin-left: 2%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 600;
    margin-left: 4%;
}
.div-popup{
	 background: linear-gradient( #19590F, #31B21D);
    margin-top: -48px;
    height: 60px;
}
.ph-popup{
	    position: absolute;
    margin-top: 16px;
    margin-left: 42%;
    color:#FFC200;
    font-family:proxima nova;
    font-size: 100%;
    font-weight: 700;
}

.cercle_module{
 width: 130px;
    height: 130px;
    background: #31B21D;
    border-radius: 63px;
    margin-left: 41%;
	margin-top: -8%;

}
.nos-titre-partenaire{
	position: absolute;
      margin-top: 38px;
      font-size: 315%;
      font-family: 'proxima nova';
      color: #fff;
      font-weight: 600;
      margin-left: 12px;
}
.article-neben{
	 position: absolute;
    margin-left: 49%;
    margin-top: -100PX;
    font-size: 375%;
    font-family: 'proxima nova';
    color:#3F55B9;
    font-weight: 700;
}


@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
* {
  box-sizing: border-box;
}


.blog-slider {
      width: 95%;
    position: relative;
    max-width: 1321px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
    padding: 25px;
    border-radius: 25px;
    height: 455px;
    transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
      justify-content: center; /* Distribute space evenly between child elements */
      margin: 0 -10px; /* Negative margin to extend spacing to edges */
          display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); /* Adjust column width as needed */
    gap: 10px; /* Adjust the gap as needed */
    justify-content: center; /* Center the items horizontally */
}
/* Add margin to the images if needed */
.blog-slider__item img {
  margin-right:  10px; /* Adjust the margin as needed */
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 300px;
  flex-shrink: 0;
  height: 300px;

  box-shadow: 4px 13px 30px 1px grey;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0;
  border-radius: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #3E53B6;

  margin-bottom: 20px;
}
.blog-slider__text {
     color: #3E53B6;
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 22px;
    margin-top: 1rem;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #299418 0%, #19590F 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;

  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
   font-size: 18px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F4BB04;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
#align-blog-slid{
	/**  margin-top: 6%;
    margin-left: 15%;*/
}
.button::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.button::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 2rem;
}
.button::before {
  left: -50%;
}

.button::after {
  left: -100%;
}

.button:hover,
.button:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.button:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.button:hover::after {
  left: 200%;
  opacity: 0.6;
}

  .img-groupe-cons{
   width: 31%;
    margin-left: 11%;
  }
  .div-quection{
	    position: absolute;
    margin-left: 50%;
    margin-top: -23%;
  }
  .titre-pourquoi{
	    font-size: 425%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #394BAB;
    margin-top: -5%;
  }
  .titre-nous-choisir{
	    font-size: 340%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #394BAB;
    margin-top: -2%;
  }
  .ph-question{
    font-size: 161%;
    font-family: proxima nova;
    color: #394BAB;
    width: 78%;
    margin-top: -1%;
  }
  #btn-input1{
	     margin-left: -47%;
    margin-top: 22%;
  }
  
  
  .img_div55{
    margin-left: 34%;
    margin-top: 4%;

}
.img_div555{
     margin-top: -30%;
    margin-left: 18%;
}

.img_trace5{
   margin-top: -3%;
    margin-left: -3%;

}

.h1_years{
        margin-left: 49%;
    margin-top: -45%;
    font-size: 1092%;
    font-family: Proxima Nova;
    color: aliceblue;
    position: absolute;
}
.h2_of{
       margin-left: 51%;
    font-size: 386%;
    margin-top: -35%;
    font-family: Proxima Nova;
    color: aliceblue;
    position: absolute;

}
.table_20{
 margin-left: 14%;
    width: 71%;
    margin-top: 4%;
}
.td_20{
font-size: 380%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}
.td_23{
 font-size: 380%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}
.td_ia{
  font-size: 380%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}
.td_cible{
  font-size: 350%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}
.td_forme{
 font-size: 350%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}
.td_erp{
   font-size: 350%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}

.space-area {
  height:850px;
 
  padding:100px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: black;
}
.count-area {
    position: relative;
   
    padding: 100px 0;
    text-align: center;
    color: black;
}
.count-area-content {
    margin-top: 30px;
}
.count-area i {
    font-size: 100px;
}
.count-digit {
    margin: 20px 0px;
  
    font-weight: 700;
    font-size: 50px;
	color:#FFC70F;
	font-family:Proxima Nova;
}
.ia{
 margin: 20px 0px;
  
    font-weight: 700;
    font-size: 50px;
	color:white;
	font-family:Proxima Nova;
}
.count-title {
    font-size: 60px;
}
#count-digit1{
   font-size: 2392%;
    margin-top: -48%;
    position: absolute;
    font-family: monospace;
    margin-left: 477px;
    color: white;
    font-family: Proxima Nova;
}
#area-count{
	margin-top: -27%;
    width: 100%;
}

.cercle_join{
    width: 130px;
    height: 130px;
    background: #31B21D;
    border-radius: 63px;
    margin-left: 52%;
	 margin-top: -4%;

}

.h1_us_conseil {
    position: absolute;
    margin-top: 34px;
    font-size: 354%;
    font-family: 'proxima nova';
    color: #fff;
    margin-left: 3px;
    font-weight: 600;
}
.h1_join_conseil{
    position: absolute;
    margin-left: 39%;
    margin-top: -5%;
    font-size: 375%;
    font-family: 'proxima nova';
    color: #3F55B9;
    font-weight: 700;
}
.img-join-pg-cons{
	margin-left: 0%;
    margin-top: 5%;
}
.img-join-pg-cons-left{
	  margin-left: -29%;
    margin-top: -55%;
}
.img-join-pg-cons-right{
	  margin-left: 68%;
    margin-top: -75%;
	width:56%;
}
.img-join-pg-cons-jaune{
	margin-top: -52%;
    margin-left: 10%;
}

   .div_logo{
   position: absolute;
   margin-top: -5%;
   }
   .img_logo{
   width: 100%;
   }
   
   .p1_section{
  text-align: center;
    font: normal normal 800 92px/85px Proxima Nova;
    letter-spacing: 0px;
    opacity: 1;
    margin-left: -1%;
	color:#FFC400;
}
.p2_section{
    text-align: center;
    font: normal normal normal 26px/30px Proxima Nova;
    letter-spacing: 0px;
    text-transform: capitalize;
    opacity: 1;
    width: 47%;
    margin-left: 26%;
    margin-top: 1%;
	color:#fff;
}


#ip21 {
         border-radius: 25px;
    border: 1px solid #31448A;
    padding: 20px;
    width: 480px;
    height: 31px;
}
    



.container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .left-side{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
 
}


.a{
  font-size: 20px;
  background: -webkit-linear-gradient(#2D3C95, #4EA7E4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_input1{
			background-color: #31b21d;
   
    border-radius: 72px;
    color: #fff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
    width: 320px;
    -webkit-text-size-adjust: none;
    margin-left: 64%;
    height: 66px;
			}
			
			.poster {
	
	margin: 120px auto;
	position: absolute;
	border-radius: 100px;
	    width: 50px;
    height: 50px;
    background-color: #FFC400;
}
.poster h4 {
	top: 16px;
	color: #fff;
	position: relative;
	font-size: 80px;
	text-align: center;
	font-weight: 100;
	font-family:Proxima Nova, Extrabold;
}
.h1-joinus{
	    position: absolute;
    margin-left: 40%;
    margin-top: -46%;
    font-size: 500%;
    color: #fff;
    font-family: 'proxima nova';
    font-weight: 700;
}
.con1-img{
    position: absolute;
    margin-left: 48%;
    margin-top: -53%;
}


#outside{
	width: 30%;
	position: absolute;
	margin-left: 33%;
	margin-top: 2%;
	border: 1px solid #fff;
	height: 80%;
	border-radius: 45px;
	background-color:#fff;
	box-shadow:0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	margin-top: -45%;
	margin-left: 995px;
	
}
.inside-form{
	  width: 20%;
    margin-left: 8%;
    margin-top: 11%;
}
.height-line{
	 margin-top: 30%;
}
.pg-join-us{
    position: absolute;
    margin-top: -40%;
    width: 39%;
    text-align: center;
    margin-left: 32%;
    font-size: 109%;
    font-family: 'proxima nova';
    color: #fff;
}
.pg-join-us-social{
    position: absolute;
    margin-top: -30%;
    width: 39%;
    text-align: center;
    margin-left: 32%;
    font-size: 129%;
    font-family: 'proxima nova';
    color: #fff;
}



.containert {
    position: absolute;
    top: 62%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    text-align: center;
}

.containert .btnt {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #ffc400;
    box-shadow: 0 5px 15px -5px #aaa;
    margin: 10px;
    border-radius: 30%;
    overflow: hidden;
    position: relative;
    color: #42d2ff;
}

.containert .btnt i {
    position: relative;
    z-index: 4;
    line-height: 90px;
    font-size: 36px;
    transition: 0.3s ease-in-out;
}

.containert .fa-github {
    color: #383838;
}
    
.containert .gh::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background:  #3b5998;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.containert .fa-linkedin {
    color: #0a66c2;
}
    
.containert .in::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(#2391ff, #0059b3);
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.containert .fa-instagram {
    color: #e33d68;
}
    
.containert .ig::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at 60% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}
    
.containert .fa-twitter {
    color: #00c6ff;
}
    
.containert .tw::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(#00c6ff, #0072ff);
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}
    

.containert .btnt:hover i {
    color: #fff;
    transform: scale(1.4);
}

.containert .btnt:hover::before {
    animation: onHover 0.7s 1;
    left: -10%;
    top: -10%;
}

@keyframes onHover {
    0% {
        left: -110%;
        top: 90%;
    }
    50% {
        left: 10%;
        top: -30%;
    }
    100% {
        top: -10%;
        left: -10%;
    }
}

.containert .fa-youtube {
color: #ff0000;
}

.containert .yt::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(#ff4949, #ff0000);
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.img_robot3{
margin-top: -42%;
    width: 24%;
    margin-left: 14%;
    position: absolute;
}
.trace5{
        margin-left: 88%;
    margin-top: -58%;
    position: absolute;
    width: 12%;
}
.traceleft{
       margin-left: 92%;
    margin-top: -156%;
    width: 8%;
	position: relative;
}
.img_footer2{
 margin-left: -121%;
    margin-top: -6%;
}
.email{
margin-top: -112%;
    margin-left: 46%;
}
.robot6{
 width: 10%;
    margin-left: 14%;
    margin-top: -84%;
}
.ball{
  
  
  background-color:transparent;
  border-radius:50%;
  animation: bounce 0.5s cubic-bezier(.5,.05,1,.5);
  animation-direction:alternate;
  animation-iteration-count:infinite;
}
@keyframes bounce {
  from { transform:translate3d(0px,0px,0px);}
  to { transform:translate3d(0px,60px,0px);}
} 


		.marg_nosservice{
					  margin-top:11%;
					}
					.h5_nos{
					color:#FFC400;
					font-family: Poppins, Bold;
					}
					.link_nos{
					      line-height: 220%;
                          margin-top: 12%;
                          margin-left: 18%;
}
					
					.information{
					    position: absolute;
                        margin-left: 59%;
                         margin-top: -249px;

					}
					.marg_information{
					margin-left: 40%;
                     width: 150%;
					}
					.h5_information{
					color:#FFC400;
					font-family: Poppins, Bold;
					}
					.link_information{
					      line-height: 220%;
    margin-top: 14%;
    width: 162%;
    font-family: monospace;
    margin-left: -11%;
                    
                  
					}
					.right{
					margin-top: 13%;
					}
					#info_footer{
						 position: absolute;
                        margin-left: 59%;
                        margin-top: -249px;
					}
					.boite_mail_footer{
					    width: 5%;
                        margin-left: -1%;
					}
					.location_footer{
					    margin-left: 0%;
                        width: 4%;
					}
					
					.div-img-bar2{
						 background: #31B21D;
    width: 135px;
    height: 135px;
    position: absolute;
    margin-left: 30.5%;
    margin-top: 29%;
    border-radius: 73px;
					}
					
					
					/***************************responsive************************/
					
					
					@media screen and (max-width: 1200px) {
						html, body{
  margin: 0px;
  padding: 0px;
  
}

}


@import url('https://fonts.cdnfonts.com/css/poppins');
@import url('https://fonts.cdnfonts.com/css/roboto');
@import url('https://fonts.cdnfonts.com/css/proxima-nova-2');


.div-img-bar2 {
    background: #31B21D;
    width: 100px;
    height: 100px;
    position: absolute;
    margin-left: 335px;
    margin-top: 341px;
    border-radius: 73px;
}



.navbar-nav .nav-link.active,
.border-red {
    border-bottom: 4px solid #FFF
}

.navbar-nav .nav-link:hover {
    border-bottom: 4px solid #FFF
}
.collapse{
 margin-right: 16%;
 }
 @keyframes rotateCont{
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(200deg);
  }
}
.box1{
  width: 150px;
  height: 150px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.left{
  top: 50%;
  left: 0;
 background: #fff;
    border-radius: 40%;
}
.box2{
      width: 838px;
    height: 331px;
    position: absolute;
    transform: translate(-50%, -50%);
}

.container2{
       position: absolute;

    margin-top: -68px;
    margin-left: 2%;

}


.carousel {
    margin-left: 15%;
    margin-right: 15%;
}

.ul.slides {
        display: block;
    position: relative;
    height: 800px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    list-style: none;
    width: 143%;
    margin-left: -22%;
    margin-top: -8%;
}

.slides * {
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

.ul.slides input {
    display: none; 
}


.slide-container { 
    display: block; 
}

.slide-image {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0;
    transition: all .7s ease-in-out;
}   

.slide-image img {
    
    width: auto;
    min-width: 125%;
    height: 100%;
    margin-left: -17%;
;
}
.slide-image1 .img1 {
    
   width: auto;
    max-width: 85%;
    margin-left: 34%;
    margin-top: 11%;
;
}
.slide-image2 .img2 {
    
      width: auto;
    max-width: 85%;
    margin-left: 34%;
    margin-left: 34%;
    margin-top: 40%;
    
;
}
.slide-image3 .img3 {
    
      width: auto;
    max-width: 85%;
    margin-left: 34%;
    
    
    
;
}
.slide-image4 .img4 {
    
      width: auto;
    max-width: 85%;
    margin-left: 50%;
    
    
    
;
}

.carousel-controls label {
    display: none;
    position: absolute;
    padding: 0 20px;
    opacity: 0;
    transition: opacity .2s;
    cursor: pointer;
}

.slide-image:hover + .carousel-controls label{
    opacity: 0.5;
}

.carousel-controls label:hover {
    opacity: 1;
}

.carousel-controls .prev-slide {
    width: 49%;
    text-align: left;
    left: 0;
}

.carousel-controls .next-slide {
    width: 49%;
    text-align: right;
    right: 0;
}

.carousel-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    z-index: 999;
    text-align: center;
	color:#ffffff;
    font-size: 24px;
}

.carousel-dots .carousel-dot {
    display: inline-block;
   

    opacity: 0.5;
    margin: 10px;
}

input:checked + .slide-container .slide-image {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1s ease-in-out;
}

input:checked + .slide-container .carousel-controls label {
     display: block; 
}

input#img-1:checked ~ .carousel-dots label#img-dot-1,
input#img-2:checked ~ .carousel-dots label#img-dot-2,
input#img-3:checked ~ .carousel-dots label#img-dot-3,
input#img-4:checked ~ .carousel-dots label#img-dot-4,
input#img-5:checked ~ .carousel-dots label#img-dot-5,
input#img-6:checked ~ .carousel-dots label#img-dot-6 {
	opacity: 1;
}


input:checked + .slide-container .nav label { display: block; }



			#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style-type: none;
}

ul, li, .nav {
    color: #3953BF;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 6px 0px;
    margin: 0px 10px;
    position: relative;
    transition: all .5s;
    font-family: proxima nova;
    font-weight: 700;
}

.nav:hover {
  background-color: #FFC400;
  color:white;
}

.nav:before {
  content: "";
  position: absolute;
  bottom: 12px;
  left: 12px;
  width: 12px;
  height: 12px;
  border: 3px solid #FFC400;
  border-width: 0 0 3px 3px;
  opacity: 0;
  transition: all 0.3s
}

.nav:hover:before {
  opacity: 1;
  bottom: -8px;
  left: -8px;
}

.nav:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 12px;
  height: 12px;
  border: 3px solid #FFC400;
  border-width: 3px 3px 0 0;
  opacity: 0;
  transition: all 0.3s;
}

.nav:hover:after {
  opacity: 1;
  top: -8px;
  right: -8px;
}



.dropbtn {
    color: #3953BF;
    font-size: 13px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0px 10px;
    position: relative;
    transition: all .5s;
    font-family: proxima nova;
    font-weight: 700;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color:#FFC400;}
					
		

	.ul-nav-menu {
    margin-left: 19%;
    margin-top: 2%;
}
	.sign-in{
	
	border:2px solid #3953BF;
	border-radius:13px;
	width: 97%;
	text-align: center;
	padding: 3%;
	margin-left: 160%;
	font-size: 86%;
	margin-top: 4%;

	}
	
	
	#h1-animate {
  font-family: "proxima nova";
  max-width: 40ch;
  text-align: center;
  transform: scale(0.94);
  animation: scale 6s forwards cubic-bezier(0.5, 1, 0.89, 1);
}
@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(7) {
  animation: fade-in 0.8s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(8) {
  animation: fade-in 0.8s 2.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(9) {
  animation: fade-in 0.8s 2.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(10) {
  animation: fade-in 0.8s 3.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}



#content:not(.en) [data-lang=en], #content:not(.fr) [data-lang=fr] {
  display: none;
}
#content.en [data-lang=en], #content.fr [data-lang=fr] {
  display: block;
}



.switch {
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.current {
  text-transform: uppercase;
  height: 42px;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  text-align: center;
  line-height: 42px;
  display: flex;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.2s ease-out;
  border-radius: 3px;
  padding: 0 0.2em 0 0.7em;
}
.current span {
  display: inline-block;
  line-height: 1;
  padding: 0.7em 0.2em 0 0;
}
.current .arrow {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.current:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.options {
  position: absolute;
  right: 0;
  top: 0.6em;
  z-index: 0;
  opacity: 0;
  transition: all 0.36s ease-out;
  display: none;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.switch.show-options .options {
  display: block;
  z-index: 5;
}
.switch.anim-options .options {
  opacity: 1;
}
.switch.show-shadow .options {
  box-shadow: 0 2px 12px -4px rgba(0, 0, 0, 0.4);
}

.options-list {
  color: #313436;
  margin: 0;
  padding: 0.4rem 0.8em;
  position: relative;
  z-index: 5;
}
.options-list li {
  list-style: none;
  padding: 0;
  margin: 0;
  padding: 0.75em;
  border-bottom: 1px solid #E1E4E6;
  transform: translateX(10px);
  transition: all 0.24s ease-out;
  transition-delay: 0.1s;
  opacity: 0;
  font-size: 1rem;
  line-height: 1.3;
  white-space: nowrap;
}
.options-list li:last-child {
  border-bottom: none;
}
.options-list li:nth-child(1) {
  transition-delay: 0.1s;
}
.options-list li:nth-child(2) {
  transition-delay: 0.15s;
}
.options-list li:nth-child(3) {
  transition-delay: 0.2s;
}
.options-list li:nth-child(4) {
  transition-delay: 0.25s;
}
.options-list li:nth-child(5) {
  transition-delay: 0.3s;
}
.options-list li.selected {
  color: #3498DB;
}
.switch.anim-options .options-list li {
  transform: translateX(0);
  opacity: 1;
}

#trans-circle {
  width: 80px;
  height: 80px;
  position: absolute;
  top: -80px;
  right: -80px;
  padding: 0;
  margin: 0;
  border: none;
  z-index: 1;
  transition: all 0.4s ease-out;
  transform: scale(0.5);
  overflow: hidden;
}
#trans-circle svg {
  max-width: 100%;
  max-height: 100%;
}

.switch.anim-options #trans-circle {
  transform: scale(9);
}

  .div_logo{
   position: absolute;
   margin-top: -5%;
   }
.img_logo {
    margin-left: 23%;
    margin-top: -1%;
    width: 44% !important;
}
   
    .slide-image1{
   position: absolute;
   width: -25%;
   margin-top: 8%;
   }
   .slide-image2{
   position: absolute;
   width: -25%;
   margin-top: 8%;
   }
   .slide-image3{
   position: absolute;
   width: -25%;
   margin-top: 21%;
   margin-left: 6%;
   }
   .slide-image4{
   position: absolute;
    width: -25%;
    margin-top: 0%;
    margin-left: 43%;
   }
    .slide-image5{
       position: absolute;
    width: -25%;
    margin-top: 28%;
    margin-left: 12%;
   }
     .slide-image6{
    position: absolute;
    width: -25%;
    margin-top: 541px;
    margin-left: 17%;
    font-size: 214%;
    color: aliceblue;
   }
 


.button {
  position: absolute;
  top: 30%;
  left: 60%;
  height: 70px;
  width: 70px;
  background:transparent;
}

.button:before {
  content: "";
  width: 30px;
  height: 5px;
  background: white;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  right: 20px;
  transition: all 0.3s ease;
}

.button:hover:before {
  right: 34px;
  width: 35px;
}

.button:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 16px;
  transition: all 0.3s ease;
}

.button:hover:after {
  right: 34px;
  right: 30px;
}


.fa {
 /* padding: 20px;
  font-size: 30px;
  width: 50px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;*/
}

.fa:hover {
    /*opacity: 0.7;*/
}


.table-conseil-slide-dots {
    width: 11%;
    background: #32489E;
    margin-left: 47%;
    margin-top: -24%;
    border-radius: 40px;
    opacity: 1;
}
#div-slide-conseil-dots{
	margin-top: 3%;
	margin-left: -25%;
}

.h1-um-pg-con {
    position: absolute;
    margin-top: -26%;
    margin-left: 18%;
    font-size: 446%;
    color: #283A7F;
    font-family: 'proxima nova';
    font-weight: 700;
}

#input-slog {
    position: absolute;
    margin-top: -20%;
    margin-left: 19%;
    font-size: 114%;
    color: #283A7F;
    font-family: 'proxima nova';
    font-weight: 600;
}

.div-fa-icons {
    margin-left: -2%;
    margin-top: -37%;
}
#link-con-img1{
	 margin-top: -21%;
    position: absolute;
    margin-left: 9%;
}
#link-con-img2{
	margin-top: -16%;
    position: absolute;
    margin-left: 9%;
}
#link-con-img3{
	 margin-top: -12%;
    position: absolute;
    margin-left: 9%;
}
.position-robot-header {
    margin-left: 63%;
    position: absolute;
    margin-top: -30%;
    width: 25%;
}
.fa-cos-um {
    margin-top: -33%;
    margin-left: -17%;
    width: 39%;
}
.service-card-pg-conseil{
	    margin-top: -45%;
        margin-left: 58%;
        width: 36%;
}

.reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.actives{
  transform: translateY(0);
  opacity: 1;
}
#bar1 {
    background-color: #3E53B6;
    position: absolute;
    width: 5%;
    height: 31%;
    margin-left: 356px;
    margin-top: 31%;
    border: 1px solid #3E53B6;
}
#bar2 {
    background-color: #3E53B6;
    position: absolute;
    width: 5%;
    height: 31%;
    margin-top: 31%;
    margin-left: 648px;
    border: 1px solid #3E53B6;
}
#bar3{
	background-color: #3E53B6;
    position: absolute;
    width: 5%;
    height: 31%;
    margin-top: 35%;
    margin-left: 797px;
    border: 1px solid #3E53B6;
}

#bar4 {
    background-color: #3E53B6;
    position: absolute;
    width: 5%;
    height: 31%;
    margin-top: 31%;
    margin-left: 944px;
    border: 1px solid #3E53B6;
}
#bar5 {
    background-color: #3E53B6;
    position: absolute;
    width: 5%;
    height: 31%;
    margin-top: 35%;
    margin-left: 504px;
    border: 1px solid #3E53B6;
}
#bar6 {
    background-color: #3E53B6;
    position: absolute;
    width: 5%;
    height: 31%;
    margin-top: 35%;
    margin-left: 211px;
    border: 1px solid #3E53B6;
}
#bar1-img {
    position: absolute;
    margin-left: 20%;
    margin-top: 41%;
}
#bar2-img {
    position: absolute;
    margin-left: 533px;
    margin-top: 493px;
  }
#bar3-img {
    position: absolute;
    margin-left: 56.4%;
    margin-top: 380px;
    }
#bar4-img {
    position: absolute;
    margin-left: 32%;
    margin-top: 379px;
   }
#bar5-img {
    position: absolute;
    margin-left: 826px;
    margin-top: 494px;
 }
#bar6-img {
    position: absolute;
    margin-left: 974px;
    margin-top: 378px;
    }





.cercle_module1{
    width: 1577px;
    height: 130px;
   
   
    margin-left: 14%;
    margin-top: 0%;
}


.nos-pg-conseil {
    position: absolute;
    margin-top: 97px;
    font-size: 107%;
    font-family: 'proxima nova';
    color: #3F4CA2;
    font-weight: 600;
    margin-left: 110px;
    text-align: center;
	
}



.valeur-pg-conseil {
    position: absolute;
    margin-left: 32%;
    margin-top: -123PX;
    font-size: 478%;
    font-family: 'proxima nova';
    color: #3F55B9;
    font-weight: 700;
}
#img-bar1 {
    position: absolute;
    margin-left: 13%;
    width: 75%;
    margin-top: 22%;
}
#img-bar2 {
    position: absolute;
    background: #31B21D;
    margin-left: 191px;
    margin-top: 276px;
    border-radius: 78px;
    width: 8%;
}
#img-bar3 {
    position: absolute;
    margin-left: 22px;
    margin-top: 20%;
    width: 60px;
}
#cercle-img1-bar {
    background: #31B21D;
    width: 8%;
    margin-left: 486px;
    margin-top: 282px;
    position: absolute;
    border-radius: 68px;
    height: 16%;
}
#icon1-bar {
    position: absolute;
    margin-left: 24%;
    margin-top: 17%;
    width: 56px;
}
#icon2-bar {
    background: #31B21D;
    position: absolute;
    margin-top: 344px;
    margin-left: 632px;
    border-radius: 75px;
    width: 8%;
}
#cercle-img2-bar {
    background: #31B21D;
    position: absolute;
    margin-top: 281px;
    margin-left: 782px;
    border-radius: 87px;
    width: 90px;
}
#icon3-bar {
    position: absolute;
    background: #31B21D;
    margin-left: 926px;
    margin-top: 343px;
    border-radius: 78px;
    width: 98px;
}
#h1-database {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 337px;
    margin-top: 10%;
    font-size: 477%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#ph-database {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 333px;
    margin-top: 16%;
    font-size: 120%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 600;
}
#ph-sourcing {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 178px;
    margin-top: 46%;
    font-size: 135%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 600;
}
#h1-sourcing {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 193px;
    margin-top: 40%;
    font-size: 512%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#h1-gestion {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 621px;
    margin-top: 10%;
    font-size: 508%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#ph-gestion {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 621px;
    margin-top: 16%;
    font-size: 121%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 600;
}
#h1-porteffeuille {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 477px;
    margin-top: 40%;
    font-size: 521%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#ph-porteffeuille {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 446px;
    margin-top: 46%;
    font-size: 137%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 600;
}
#h1-sav {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 921px;
    margin-top: 10%;
    font-size: 510%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#ph-sav {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 948px;
    margin-top: 17%;
    font-size: 161%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 600;
}
#h1-prospection {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 775px;
    margin-top: 40%;
    font-size: 482%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 700;
}
#ph-prospection {
    color: #3E53B6;
    text-align: center;
    position: absolute;
    margin-left: 740px;
    margin-top: 46%;
    font-size: 150%;
    line-height: 104%;
    font-family: 'proxima nova';
    font-weight: 600;
}
#photo-conseil1{
	 position: absolute;
    margin-left: 86%;
    width: 9%;
    margin-top: 6%;
}
#photo-conseil2{
	 width: 13%;
    margin-left: 15%;
    margin-top: 9%;
}
#photo-conseil3{
	position: absolute;
    width: 20%;
    margin-top: 40%;
    margin-left: 46%;
}
#photo-conseil4{
	 position: absolute;
    margin-top: 48%;
    margin-left: -365px;
    width: 20%;
}
#photo-conseil5{
	 position: absolute;
    margin-left: 59%;
    margin-top: 12%;
}
#trace-conseil1 {
    position: absolute;
    margin-left: -121%;
    margin-top: -14%;
}

:root {
  font-family:sans-serif;
  font-size:16px;
  
  --background-c:#eee;
  --move-bg:#555;
  --move-h:#222;
  --pill-bg:#ddd;
  --pill-h:#bbb;
  --pill-a:#555;
  --pill-border:transparent;
  --bar-bg:#ccc;
  --quote-c:#333;
  --author-c:#9969a5;
}

* {margin:0; padding:0; box-sizing:border-box;}

q, p { quotes:"' " " '";}
q {color:var(--quote-c);}
p {margin-block-start:5px;}

.signature {color:var(--author-c);}

.slideshow-container {
  position:relative;
  height:225px;
}

.slide {
  display:none;
  padding:80px;
  height:100%;
  text-align:center;
  background: linear-gradient(#31B21D, #19590F  );
}

.prev, .next {
  position:absolute;
  /* background:; */
  padding:10px;
  top:50%;
  font-size:24px;
  margin-top:-10px;
  color:#eee;
  border-radius:35px;
  user-select:none;
  cursor:pointer;
  transition:all .2s;
}

.prev {left:5px;}
.next {right:5px;}

.prev:hover, .next:hover {
  background:#fff;
}

#progress {
  position:absolute;
  width:0;
  bottom:0;
  height:5px;
  background:var(--bar-bg);
}

.pill-container {
  position:relative;
  padding-bottom:3px;
  text-align:center;
  background:var(--background-c);
  user-select:none;
}

.pill {
  margin:3px;
  width:20px;
  height:20px;
  background:var(--pill-bg);
  display:inline-block;
  border:1px solid var(--pill-border);
  border-radius: 5px;
  transition:all .2s;
  cursor:pointer;
}

.pill:hover {
  background:var(--pill-h);
}

.activet, .activet:hover {
  background:var(--pill-a);
}

#rs1{
	width:27%;
	text-align: left
}

#card-body-align {
    text-align: end;
    position: absolute;
    margin-top: 76%;
    margin-left: 69%;
}
#slide-align{
	  margin-top: 57%;
}
.slide-img-partenaire1{
	 margin-top: -17%;
    margin-left: 47%;
    border-radius: 131px;
    width: 14%;
}
.qo-partenaire1 {
    font-size: 101%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 600;
}
.slide-img-partenaire2 {
    margin-top: -18%;
    margin-left: 47%;
    border-radius: 204px;
    width: 14%;
    height: 214%;
}
.qo-partenaire2 {
    font-size: 98%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 600;
}
.slide-img-partenaire3 {
    margin-top: -16%;
    margin-left: 47%;
    border-radius: 204px;
    height: 262%;
}
.qo-partenaire3 {
    font-size: 103%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 600;
}
.slide-img-partenaire4{
	 margin-top: -16%;
    margin-left: 47%;
    border-radius: 204px;
    width: 15%;
}
.qo-partenaire4 {
    font-size: 94%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 600;
}

  .button-prev{
	   color: #FFC400;
    width: 60px;
    text-align: center;
    border: 2px solid #fff;
    margin-left: 20%;
    font-size: 37%;
    height: 59px;
  }
  .img-btn-prev{
	 margin-left: -20%;
    margin-top: 25%; 
  }
  .button-next{
	  color: #FFC400;
    width: 60px;
    text-align: center;
    border: 2px solid #fff;
    margin-right: 20%;
    font-size: 37%;
    height: 59px; 
  }
  .img-btn-next{
	 margin-left: 18%;
    margin-top: 25%;  
  }
 .conseil-rectangle-img {
    margin-top: -31%;
    margin-left: 59%;
    width: 277px;
}
.photo-partenaire-trace {
    width: 24%;
    margin-top: -45%;
    margin-left: 1%;
}


.titre-nos-partenaire {
    position: absolute;
    margin-top: -26.5%;
    margin-left: 2%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 600;
    margin-left: 4%;
    font-size: 26px;
}
.div-popup{
	    background: linear-gradient( #19590F, #31B21D);
    margin-top: -50px;
    height: 60px;
}
.ph-popup{
	    position: absolute;
    margin-top: 16px;
    margin-left: 42%;
    color:#FFC200;
    font-family:proxima nova;
    font-size: 100%;
    font-weight: 700;
}

.cercle_module {
    width: 110px;
    height: 110px;
    background: #31B21D;
    border-radius: 63px;
    margin-left: 41%;
    margin-top: -8%;
}
.nos-titre-partenaire {
    position: absolute;
    margin-top: 30px;
    font-size: 275%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 600;
    margin-left: 12px;
}
.article-neben {
    position: absolute;
    margin-left: 51%;
    margin-top: -92PX;
    font-size: 349%;
    font-family: 'proxima nova';
    color: #3F55B9;
    font-weight: 700;
}



@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800");
* {
  box-sizing: border-box;
}


.blog-slider {
      width: 95%;
    position: relative;
    max-width: 1321px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgb(34 35 58 / 20%);
    padding: 25px;
    border-radius: 25px;
    height: 455px;
    transition: all 0.3s;
}
@media screen and (max-width: 992px) {
  .blog-slider {
    max-width: 680px;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  .blog-slider {
    min-height: 500px;
    height: auto;
    margin: 180px auto !important;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider {
    height: 350px;
  }
}
.blog-slider__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .blog-slider__item {
    flex-direction: column;
  }
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
  opacity: 1;
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > * {
  opacity: 1;
  transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(1) {
  transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(2) {
  transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(3) {
  transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(4) {
  transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(5) {
  transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(6) {
  transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(7) {
  transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(8) {
  transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(9) {
  transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(10) {
  transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(11) {
  transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(12) {
  transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(13) {
  transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(14) {
  transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content > *:nth-child(15) {
  transition-delay: 1.7s;
}
.blog-slider__img {
  width: 250px;
  flex-shrink: 0;
  height: 250px;
	/* padding: 2rem; */
  box-shadow: 0px 6px 11px 0px #9497a5b5;
  border-radius: 20px;
  transform: translateX(-80px);
  overflow: hidden;
}
.blog-slider__img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  border-radius: 20px;
  opacity: 0.8;
}
.blog-slider__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	opacity: 0;
	border-radius: 20px;
	transition: all 0.3s;
	object-fit: contain;
	padding: 2rem;
}
@media screen and (max-width: 768px) {
  .blog-slider__img {
    transform: translateY(-50%);
    width: 90%;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__img {
    width: 95%;
  }
}
@media screen and (max-height: 500px) and (min-width: 992px) {
  .blog-slider__img {
    height: 270px;
  }
}
.blog-slider__content {
  padding-right: 25px;
}
@media screen and (max-width: 768px) {
  .blog-slider__content {
    margin-top: -80px;
    text-align: center;
    padding: 0 30px;
  }
}
@media screen and (max-width: 576px) {
  .blog-slider__content {
    padding: 0;
  }
}
.blog-slider__content > * {
  opacity: 0;
  transform: translateY(25px);
  transition: all 0.4s;
}
.blog-slider__code {
  color: #7b7992;
  margin-bottom: 15px;
  display: block;
  font-weight: 500;
}
.blog-slider__title {
  font-size: 24px;
  font-weight: 700;
  color: #3E53B6;

  margin-bottom: 20px;
}
.blog-slider__text {
     color: #3E53B6;
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 22px;
    margin-top: 1rem;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #299418 0%, #19590F 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;

  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
   font-size: 18px;
}
@media screen and (max-width: 576px) {
  .blog-slider__button {
    width: 100%;
  }
}
.blog-slider .swiper-container-horizontal > .swiper-pagination-bullets, .blog-slider .swiper-pagination-custom, .blog-slider .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.blog-slider__pagination {
  position: absolute;
  z-index: 21;
  right: 20px;
  width: 11px !important;
  text-align: center;
  left: auto !important;
  top: 50%;
  bottom: auto !important;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination {
    transform: translateX(-50%);
    left: 50% !important;
    top: 205px;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 8px 0;
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.blog-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  display: block;
  border-radius: 10px;
  background: #062744;
  opacity: 0.2;
  transition: all 0.3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #F4BB04;
  height: 30px;
  box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
@media screen and (max-width: 768px) {
  .blog-slider__pagination .swiper-pagination-bullet-active {
    height: 11px;
    width: 30px;
  }
}
#align-blog-slid{
	 /* margin-top: 6%;
    margin-left: 15%;*/
}
.button::before {
  background: #fff;
  content: "";
  height: 155px;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  width: 50px;
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
}
.button::after {
  background: #fff;
  content: "";
  height: 20rem;
  opacity: 0;
  position: absolute;
  top: -50px;
  transform: rotate(35deg);
  transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 2rem;
}
.button::before {
  left: -50%;
}

.button::after {
  left: -100%;
}

.button:hover,
.button:active {
  transform: translateY(-3px);
  color: #fff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}

.button:hover::before {
  left: 120%;
  opacity: 0.5s;
}

.button:hover::after {
  left: 200%;
  opacity: 0.6;
}

  .img-groupe-cons{
   width: 31%;
    margin-left: 11%;
  }
  .div-quection{
	    position: absolute;
    margin-left: 50%;
    margin-top: -23%;
  }
.titre-pourquoi {
    font-size: 425%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #394BAB;
    margin-top: -5%;
}
 .titre-nous-choisir {
    font-size: 313%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #394BAB;
    margin-top: -2%;
}
.ph-question {
    font-size: 134%;
    font-family: proxima nova;
    color: #394BAB;
    width: 78%;
    margin-top: -1%;
}
#btn-input1 {
    margin-left: -47%;
    margin-top: 37%;
}
  
  .img_div55{
    margin-left: 34%;
    margin-top: 4%;

}
.img_div555{
     margin-top: -30%;
    margin-left: 18%;
}

.img_trace5 {
    margin-top: -3%;
    margin-left: -3%;
    width: 105%;
}

.h1_years{
        margin-left: 49%;
    margin-top: -45%;
    font-size: 1092%;
    font-family: Proxima Nova;
    color: aliceblue;
    position: absolute;
}
.h2_of{
       margin-left: 51%;
    font-size: 386%;
    margin-top: -35%;
    font-family: Proxima Nova;
    color: aliceblue;
    position: absolute;

}
.table_20{
 margin-left: 14%;
    width: 71%;
    margin-top: 4%;
}
.td_20{
font-size: 380%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}
.td_23{
 font-size: 380%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}
.td_ia{
  font-size: 380%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}
.td_cible{
  font-size: 350%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}
.td_forme{
 font-size: 350%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}
.td_erp{
   font-size: 350%;
    text-align: center;
	    font-family: monospace;
    color: aliceblue;
}

.space-area {
  height:850px;
 
  padding:100px 0;
  position: relative;
}
.space-area h1 {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: black;
}
.count-area {
    position: relative;
   
    padding: 100px 0;
    text-align: center;
    color: black;
}
.count-area-content {
    margin-top: 30px;
}
.count-area i {
    font-size: 100px;
}
.count-digit {
    margin: 20px 0px;
  
    font-weight: 700;
    font-size: 50px;
	color:#FFC70F;
	font-family:Proxima Nova;
}
.ia{
 margin: 20px 0px;
  
    font-weight: 700;
    font-size: 50px;
	color:white;
	font-family:Proxima Nova;
}
.count-title {
    font-size: 60px;
}
#count-digit1{
   font-size: 2392%;
    margin-top: -48%;
    position: absolute;
    font-family: monospace;
    margin-left: 477px;
    color: white;
    font-family: Proxima Nova;
}
#area-count{
	margin-top: -27%;
    width: 100%;
}

.cercle_join{
    width: 130px;
    height: 130px;
    background: #31B21D;
    border-radius: 63px;
    margin-left: 52%;
	 margin-top: -4%;

}
.h1_us_conseil{
	    position: absolute;
    margin-top: 34px;
    font-size: 373%;
    font-family: 'proxima nova';
    color: #fff;
    margin-left: 24px;
    font-weight: 600;
}
.h1_join_conseil {
    position: absolute;
    margin-left: 30%;
    margin-top: -8%;
    font-size: 375%;
    font-family: 'proxima nova';
    color: #3F55B9;
    font-weight: 700;
}
.img-join-pg-cons {
    margin-left: 0%;
    margin-top: 5%;
    width: 1243px;
}
.img-join-pg-cons-left {
    margin-left: -29%;
    margin-top: -55%;
    width: 62%;
}
.img-join-pg-cons-right {
    margin-left: 63%;
    margin-top: -71%;
    width: 58%;
}
.img-join-pg-cons-jaune{
	margin-top: -52%;
    margin-left: 10%;
}

   .div_logo{
   position: absolute;
   margin-top: -5%;
   }
   .img_logo{
   width: 100%;
   }
   
   .p1_section{
  text-align: center;
    font: normal normal 800 92px/85px Proxima Nova;
    letter-spacing: 0px;
    opacity: 1;
    margin-left: -1%;
	color:#FFC400;
}
.p2_section{
    text-align: center;
    font: normal normal normal 26px/30px Proxima Nova;
    letter-spacing: 0px;
    text-transform: capitalize;
    opacity: 1;
    width: 47%;
    margin-left: 26%;
    margin-top: 1%;
	color:#fff;
}


#ip21 {
         border-radius: 25px;
    border: 1px solid #31448A;
    padding: 20px;
    width: 480px;
    height: 31px;
}
    



.container .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .content .left-side{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  position: relative;
}
.content .left-side::before{
  content: '';
  position: absolute;
  height: 100%;
  width: 2px;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
 
}


.a{
  font-size: 20px;
  background: -webkit-linear-gradient(#2D3C95, #4EA7E4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_input1{
			background-color: #31b21d;
   
    border-radius: 72px;
    color: #fff;
    display: inline-block;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bold;
    line-height: 65px;
    text-align: center;
    text-decoration: none;
    width: 320px;
    -webkit-text-size-adjust: none;
    margin-left: 64%;
    height: 66px;
			}
			
			.poster {
	
	margin: 120px auto;
	position: absolute;
	border-radius: 100px;
	    width: 50px;
    height: 50px;
    background-color: #FFC400;
}
.poster h4 {
	top: 16px;
	color: #fff;
	position: relative;
	font-size: 80px;
	text-align: center;
	font-weight: 100;
	font-family:Proxima Nova, Extrabold;
}
.h1-joinus {
    position: absolute;
    margin-left: 40%;
    margin-top: -41%;
    font-size: 340%;
    color: #fff;
    font-family: 'proxima nova';
    font-weight: 700;
}
.con1-img {
    position: absolute;
    margin-left: 48%;
    margin-top: -50%;
    width: 81px;
}


#outside{
	width: 30%;
	position: absolute;
	margin-left: 33%;
	margin-top: 2%;
	border: 1px solid #fff;
	height: 80%;
	border-radius: 45px;
	background-color:#fff;
	box-shadow:0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
	margin-top: -45%;
	margin-left: 995px;
	
}
.inside-form{
	  width: 20%;
    margin-left: 8%;
    margin-top: 11%;
}
.height-line{
	 margin-top: 30%;
}
.pg-join-us {
    position: absolute;
    margin-top: -35%;
    width: 39%;
    text-align: center;
    margin-left: 32%;
    font-size: 82%;
    font-family: 'proxima nova';
    color: #fff;
}
.pg-join-us-social{
    position: absolute;
    margin-top: -30%;
    width: 39%;
    text-align: center;
    margin-left: 32%;
    font-size: 129%;
    font-family: 'proxima nova';
    color: #fff;
}



.containert {
    position: absolute;
    top: 240%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 1200px;
    text-align: center;
}

.containert .btnt {
    display: inline-block;
    width: 90px;
    height: 90px;
    background: #ffc400;
    box-shadow: 0 5px 15px -5px #aaa;
    margin: 10px;
    border-radius: 30%;
    overflow: hidden;
    position: relative;
    color: #42d2ff;
}

.containert .btnt i {
    position: relative;
    z-index: 4;
    line-height: 90px;
    font-size: 36px;
    transition: 0.3s ease-in-out;
}

.containert .fa-github {
    color: #383838;
}
    
.containert .gh::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background:  #3b5998;
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.containert .fa-linkedin {
    color: #0a66c2;
}
    
.containert .in::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(#2391ff, #0059b3);
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.containert .fa-instagram {
    color: #e33d68;
}
    
.containert .ig::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle at 60% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}
    
.containert .fa-twitter {
    color: #00c6ff;
}
    
.containert .tw::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(#00c6ff, #0072ff);
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}
    

.containert .btnt:hover i {
    color: #fff;
    transform: scale(1.4);
}

.containert .btnt:hover::before {
    animation: onHover 0.7s 1;
    left: -10%;
    top: -10%;
}

@keyframes onHover {
    0% {
        left: -110%;
        top: 90%;
    }
    50% {
        left: 10%;
        top: -30%;
    }
    100% {
        top: -10%;
        left: -10%;
    }
}

.containert .fa-youtube {
color: #ff0000;
}

.containert .yt::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 120%;
    background: linear-gradient(#ff4949, #ff0000);
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.img_robot3{
margin-top: -42%;
    width: 24%;
    margin-left: 14%;
    position: absolute;
}
.trace5{
        margin-left: 88%;
    margin-top: -58%;
    position: absolute;
    width: 12%;
}
.traceleft{
       margin-left: 92%;
    margin-top: -156%;
    width: 8%;
	position: relative;
}
.img_footer2 {
    margin-left: -121%;
    margin-top: -6%;
    width: 221%;
}
.email{
margin-top: -112%;
    margin-left: 46%;
}
.robot6{
 width: 10%;
    margin-left: 14%;
    margin-top: -84%;
}
.ball{
  
  
  background-color:transparent;
  border-radius:50%;
  animation: bounce 0.5s cubic-bezier(.5,.05,1,.5);
  animation-direction:alternate;
  animation-iteration-count:infinite;
}
@keyframes bounce {
  from { transform:translate3d(0px,0px,0px);}
  to { transform:translate3d(0px,60px,0px);}
} 


		.marg_nosservice{
					  margin-top:11%;
					}
					.h5_nos{
					color:#FFC400;
					font-family: Poppins, Bold;
					}
					.link_nos{
					      line-height: 220%;
                          margin-top: 12%;
                          margin-left: 18%;
}
					
					.information{
					    position: absolute;
                        margin-left: 59%;
                         margin-top: -249px;

					}
					.marg_information{
					margin-left: 40%;
                     width: 150%;
					}
					.h5_information{
					color:#FFC400;
					font-family: Poppins, Bold;
					}
					.link_information{
					      line-height: 220%;
    margin-top: 14%;
    width: 162%;
    font-family: monospace;
    margin-left: -11%;
                    
                  
					}
					.right{
					margin-top: 13%;
					}
					#info_footer{
						 position: absolute;
                        margin-left: 59%;
                        margin-top: -249px;
					}
					.boite_mail_footer{
					    width: 5%;
                        margin-left: -1%;
					}
					.location_footer{
					    margin-left: 0%;
                        width: 4%;
					}
					
					
					
				
					
					
					
					@media screen and (max-width: 480px){
.img_logo {
 
    display: none;
}

}

.blog-slider__title {
  
    font-size: 350%;
    font-weight: 800;
	color:#3E53B6;

}
.blog-slider__text {
     color: #3E53B6;
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 22px;
    margin-top: 1rem;
}
.blog-slider__button {
  display: inline-flex;
  background-image: linear-gradient(147deg, #299418 0%, #19590F 74%);
  padding: 15px 35px;
  border-radius: 50px;
  color: #fff;

  text-decoration: none;
  font-weight: 500;
  justify-content: center;
  text-align: center;
  letter-spacing: 1px;
   font-size: 18px;
   width: 212px;
    height: 58px;
    margin-top: 14%;
    margin-left: -35%;
}

.header-holder {
	display:none;
}