@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');

#social-marg{
	margin-top: 295%;
    margin-left: 2%;

}

.blog-slider__button{
  width: 212px;
    height: 58px;
    margin-top: 14%;
    margin-left: -35%;
}

.section-smoft{
	 margin-top: -95%;
}
.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 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 100px;
    line-height: 600px;
    color: #fff;
}

.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; }


.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}




.square
{
     height: 300px;
    width: 100%;
    background-color:#445EC5 ;
    margin-top: -10%;
}


a.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}



.container-fluid{
margin-top:2%;

}
.navbar-nav{
margin-right: 10%;
}
.bar_icon{
    width: 30px;
    margin-left: 245px;
    margin-top: 10px;
}
.icon{
    margin-left: 283px;
    margin-top: 8px;
    width: 29px;
}

.hover:hover {
  background-color:#5472ED;
}
.hover:hover {
  background-color:#ffffff;
}

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: 5px 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;}


			#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;
}

.sign-in-intellig{
	
	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 3.4s 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{
   width: 11%;
     margin-left: 11%;
    margin-top: -3%;
   }
   
      .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;
}

.fa-facebook {
  
  color: white;
}

.fa-twitter {

  color: white;
}

.fa-google {

  color: white;
}
#partie-dots{
	margin-top: 3%;
	margin-left: -25%;
}
.table-dots-align{
	  width: 11%;
    background: #32489E;
    margin-left: 47%;
    margin-top: -6%;
    border-radius: 40px;
    opacity: 1;
}
#pill-dot-intellig{
	 border-radius: 27px;
}
.font-dot1{
color:#FFF;
font-weight:900;
font-family: 'proxima nova';
font-size:133%;
}
#pill-dot-intellig2{
	border-radius: 50px;
    background-color: #0497D8;
	color:#fff;
	font-weight:bolder;
}
.font-dot2{
	color:#fff;
	font-weight:900;
	font-family: 'proxima nova';
	font-size:133%;
}
#pill-dot-intellig3{
	  border-radius: 27px;
}
.font-dot3{
	color:#FFF;
	font-weight:900;
	font-family: 'proxima nova';
	font-size:133%;
}

.smoft-titre{
 position: absolute;
    margin-top: -35%;
    margin-left: 13%;
    font-size: 1248%;
    color: #283A7F;
    font-family: 'proxima nova';
    font-weight: 700;	
}
.erp-titre{
	 position: absolute;
    margin-top: -25%;
    margin-left: 13%;
    font-size: 145%;
    color: #283A7F;
    font-family: 'proxima nova';
    font-weight: 700;
}
.div-icon-link-fas{
margin-left: -6%;	
}
.first-link-face{
	 margin-top: -21%;
    position: absolute;
    margin-left: 9%;
}
.second-link-fly{
	 margin-top: -16%;
    position: absolute;
    margin-left: 9%;
}
.third-link-google{
	margin-top: -12%;
    position: absolute;
    margin-left: 9%;
}
.partie-header-robot{
	 margin-left: 66%;
    position: absolute;
    margin-top: -41%;
    width: 23%;
}
.photo-fa-cos-um{
	    margin-top: -33%;
        margin-left: -18%;
}
.serv-card-intellig-photo{
	  margin-top: -52%;
        margin-left: 61%;
        width: 35%;
}
.section-form1{
	    position: absolute;
        margin-top: 14%;
		margin-left: -4%;
}

.section-form2{
	    position: absolute;
        margin-left: 94%;
        margin-top: 14%;
}
.data-photo{
	position: absolute;
    margin-left: 27%;
    margin-top: 13%;
    width: 47%;
}
.canvas{
margin-top:55%;
opacity: 0.2;
}
.cercle_module{
      width: 130px;
    height: 130px;
    background: #0497D8;
    border-radius: 63px;
    margin-left: 42%;

}
.smoft-titre-center{
	 position: absolute;
      margin-left: 41%;
      margin-top: 11PX;
      font-size: 713%;
      font-family: 'proxima nova';
      color: #3F55B9;
      font-weight: 700;
}
.ph-smoft-titre-center{
	position: absolute;
    margin-left: 23%;
    font-size: 149%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #3F4CA2;
    margin-top: 133px;
}
#chartdiv {
  width: 100%;
  max-width: 100%;
  height: 1150px;


}


: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 {font-style: 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(#0497D8 , #024C6C );
}

.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);
}

@keyframes progression {
  0% {width:0%;}
  100% {width:100%;}
}

.card-body{
	text-align: end;
	position: absolute;
	margin-top: 48%;
}
.img-card-body{
 width: 30%;	
}
#slideshow-container-intelligency{
	 margin-top: 0%;
	
}
.img_slide_partenaire2_intelligency{
	 margin-top: -17%;
    margin-left: 47%;
    border-radius: 131px;
    width: 14%;
}
.q1_slide_intelligency{
	 font-size: 120%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.img_slide_partenaire1_intelligency{
	  margin-top: -18%;
    margin-left: 47%;
    border-radius: 204px;
    width: 14%;
    height: 361%;
}
.q2_slide_intelligency{
	font-size: 120%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.img_slide_partenaire3_intelligency{
	  margin-top: -16%;
    margin-left: 47%;
    border-radius: 204px;

    height: 402%;
}
.q3_slide_intelligency{
 font-size: 120%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.img_slide_partenaire4_intelligency{
	 margin-top: -16%;
    margin-left: 47%;
    border-radius: 204px;

    width: 15%;
}
.q4_slide_intelligency{
    font-size: 120%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.prev-slide-inteligency{
	 color: #FFC400;
    width: 60px;
    text-align: center;
    border: 2px solid #fff;
    margin-left: 20%;
    font-size: 37%;
    height: 59px;
}
.img-prev-slide-intelligency{
	 margin-left: -20%;
    margin-top: 25%;
}
.next-slide-inteligency{
	color: #FFC400;
    width: 60px;
    text-align: center;
    border: 2px solid #fff;
    margin-right: 20%;
    font-size: 37%;
    height: 59px;
}
.img-next-slide-intelligency{
	margin-left: 18%;
    margin-top: 25%;
}
.align-body-slide{
	    text-align: end;
    position: absolute;
    margin-top:12.3%;
    margin-left: 59%;
}

.trace_slide_intelligency_slide{
	    margin-top: -25%;
    margin-left: 60%;
}

.trace_partenaire_slide{
     width: 16%;
    margin-top: -29%;
    margin-left: 4%;

}
.h1_trusted_slide{
	    position: absolute;
    margin-top: -17.6%;
    margin-left: 2%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 800;
    margin-left: 8%;
    font-size: 309%;
}
.div-popup-intelligency-card{
	background: linear-gradient(#024C6C,#0497D8);
    margin-top: -264px;
    height: 60px;
}
.comment-popup-intellig{
    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: #0497D8;
    border-radius: 63px;
    margin-left: 42%;
   margin-top:-8%;
}
.nos-int-art{
	  position: absolute;
      margin-top: 35px;
      font-size: 331%;
      font-family: 'proxima nova';
      color: #fff;
      margin-left: 8px;
      font-weight: 600;
}
.titre-nos-int-art{
    position: absolute;
    margin-left: 50%;
    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;
	margin-top: 6%;
	margin-left: 14%;
}
@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;
}
@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: 9px 21px 52px -6px 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: 350%;
    font-weight: 800;
	color:#3E53B6;
  margin-bottom: 20px;
}
.blog-slider__text {
   color:#3E53B6;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 32px;
}
.blog-slider__button {
 display: inline-flex;
    background-image: linear-gradient(147deg, #0497D8 0%, #024C6C 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: 20px;
	width: 260px;
    height: 75px;
}
@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;
  }
}
.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;
}
  .photo-gr-intel{
	width: 31%;
    margin-left: 11%;
   }
   .section-patie_question{
	position: absolute;
    margin-left: 50%;
    margin-top: -22%;  
   }
  .titre-pourquoi_question {
    font-size: 415%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #394BAB;
    text-align: inherit;
    margin-top: -11%;
    margin-left: -6px;
}
  .titre-choisir_question {
    font-size: 267%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #394BAB;
    text-align: inherit;
    margin-top: -2%;
}
   .paph-question{
	    font-size: 161%;
    font-family: proxima nova;
    color: #394BAB;
    width: 85%;
    margin-top: -1%;
   }
  #decouvrir-btn {
    margin-left: -47%;
    margin-top: 22%;
}
   
   .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: 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: -41%;
    width: 41%;
    text-align: center;
    margin-left: 31%;
    font-size: 109%;
    font-family: 'proxima nova';
    color: #fff;
}
.pg-join-us{
    position: absolute;
    margin-top: -40%;
    width: 41%;
    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: 50%;
    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: -9%;
}
.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);}
} 


  /********************************responsive********************************/
  
 @media screen and (max-width: 1200px) {

.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 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    font-size: 100px;
    line-height: 600px;
    color: #fff;
}

.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; }


.floating { 
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 30px;
    margin-top: 5px;
}
 
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}




.square
{
     height: 300px;
    width: 100%;
    background-color:#445EC5 ;
    margin-top: -10%;
}


a.effect-shine:hover {
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.6) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}

@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}



.container-fluid{
margin-top:2%;

}
.navbar-nav{
margin-right: 10%;
}
.bar_icon{
    width: 30px;
    margin-left: 245px;
    margin-top: 10px;
}
.icon{
    margin-left: 283px;
    margin-top: 8px;
    width: 29px;
}

.hover:hover {
  background-color:#5472ED;
}
.hover:hover {
  background-color:#ffffff;
}

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: 5px 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;}


			#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;
}

.sign-in-intellig{
	
	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 3.4s 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 {
    width: 16%;
    margin-left: 8%;
    margin-top: -6%;
}
   
      .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;
}

.fa-facebook {
  
  color: white;
}

.fa-twitter {

  color: white;
}

.fa-google {

  color: white;
}
#partie-dots{
	margin-top: 3%;
	margin-left: -25%;
}
.table-dots-align {
    width: 11%;
    background: #32489E;
    margin-left: 47%;
    margin-top: -22%;
    border-radius: 40px;
    opacity: 1;
}
#pill-dot-intellig{
	 border-radius: 27px;
}
.font-dot1{
color:#FFF;
font-weight:900;
font-family: 'proxima nova';
font-size:133%;
}
#pill-dot-intellig2{
	border-radius: 50px;
    background-color: #0497D8;
	color:#fff;
	font-weight:bolder;
}
.font-dot2{
	color:#fff;
	font-weight:900;
	font-family: 'proxima nova';
	font-size:133%;
}
#pill-dot-intellig3{
	  border-radius: 27px;
}
.font-dot3{
	color:#FFF;
	font-weight:900;
	font-family: 'proxima nova';
	font-size:133%;
}

.smoft-titre {
    position: absolute;
    margin-top: -33%;
    margin-left: 13%;
    font-size: 1010%;
    color: #283A7F;
    font-family: 'proxima nova';
    font-weight: 700;
}
.erp-titre {
    position: absolute;
    margin-top: -20%;
    margin-left: 13%;
    font-size: 135%;
    color: #283A7F;
    font-family: 'proxima nova';
    font-weight: 700;
}
.div-icon-link-fas {
    margin-left: -6%;
    margin-top: -33%;
}
.first-link-face{
	 margin-top: -21%;
    position: absolute;
    margin-left: 9%;
}
.second-link-fly{
	 margin-top: -16%;
    position: absolute;
    margin-left: 9%;
}
.third-link-google{
	margin-top: -12%;
    position: absolute;
    margin-left: 9%;
}
.partie-header-robot {
    margin-left: 66%;
    position: absolute;
    margin-top: -32%;
    width: 23%;
}

.photo-fa-cos-um {
    margin-top: -33%;
    margin-left: -23%;
    width: 40%;
}
.serv-card-intellig-photo{
	  margin-top: -52%;
        margin-left: 61%;
        width: 35%;
}
.section-form1{
	    position: absolute;
        margin-top: 14%;
		margin-left: -4%;
}

.section-form2 {
    position: absolute;
    margin-left: 89%;
    margin-top: 14%;
}
.data-photo{
	position: absolute;
    margin-left: 27%;
    margin-top: 13%;
    width: 47%;
}
.canvas{
margin-top:55%;
opacity: 0.2;
}
.cercle_module{
      width: 130px;
    height: 130px;
    background: #0497D8;
    border-radius: 63px;
    margin-left: 42%;

}
.smoft-titre-center {
    position: absolute;
    margin-left: 41%;
    margin-top: 11PX;
    font-size: 683%;
    font-family: 'proxima nova';
    color: #3F55B9;
    font-weight: 700;
}
.ph-smoft-titre-center {
    position: absolute;
    margin-left: 23%;
    font-size: 113%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #3F4CA2;
    margin-top: 133px;
}
#chartdiv {
  width: 100%;
  max-width: 100%;
  height: 1150px;


}


: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 {font-style: 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(#0497D8 , #024C6C );
}

.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);
}

@keyframes progression {
  0% {width:0%;}
  100% {width:100%;}
}

.card-body{
	text-align: end;
	position: absolute;
	margin-top: 48%;
}
.img-card-body{
 width: 30%;	
}
#slideshow-container-intelligency{
	 margin-top: 0%;
	
}
.img_slide_partenaire2_intelligency{
	 margin-top: -17%;
    margin-left: 47%;
    border-radius: 131px;
    width: 14%;
}
.q1_slide_intelligency{
	 font-size: 90%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.img_slide_partenaire1_intelligency{
	  margin-top: -18%;
    margin-left: 47%;
    border-radius: 204px;
    width: 14%;
    height: 361%;
}
.q2_slide_intelligency{
	font-size: 90%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.img_slide_partenaire3_intelligency{
	  margin-top: -16%;
    margin-left: 47%;
    border-radius: 204px;

    height: 402%;
}
.q3_slide_intelligency{
 font-size: 90%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.img_slide_partenaire4_intelligency{
	 margin-top: -16%;
    margin-left: 47%;
    border-radius: 204px;

    width: 15%;
}
.q4_slide_intelligency{
    font-size: 90%;
    font-family: 'proxima nova';
    color: #fff;
	font-weight:600;
}
.prev-slide-inteligency{
	 color: #FFC400;
    width: 60px;
    text-align: center;
    border: 2px solid #fff;
    margin-left: 20%;
    font-size: 37%;
    height: 59px;
}
.img-prev-slide-intelligency{
	 margin-left: -20%;
    margin-top: 25%;
}
.next-slide-inteligency{
	color: #FFC400;
    width: 60px;
    text-align: center;
    border: 2px solid #fff;
    margin-right: 20%;
    font-size: 37%;
    height: 59px;
}
.img-next-slide-intelligency{
	margin-left: 18%;
    margin-top: 25%;
}
.align-body-slide{
	    text-align: end;
    position: absolute;
    margin-top:12.3%;
    margin-left: 59%;
}

.trace_slide_intelligency_slide {
    margin-top: -29%;
    margin-left: 60%;
    width: 23%;
}

.trace_partenaire_slide {
    width: 16%;
    margin-top: -46%;
    margin-left: 4%;
}
.h1_trusted_slide {
    position: absolute;
    margin-top: -26.6%;
    margin-left: 2%;
    font-family: 'proxima nova';
    color: #fff;
    font-weight: 800;
    margin-left: 7%;
    font-size: 239%;
}
.div-popup-intelligency-card{
	background: linear-gradient(#024C6C,#0497D8);
    margin-top: -264px;
    height: 60px;
}
.comment-popup-intellig{
    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: #0497D8;
    border-radius: 63px;
    margin-left: 42%;
    margin-top: -8%;
}
.nos-int-art {
    position: absolute;
    margin-top: 29px;
    font-size: 284%;
    font-family: 'proxima nova';
    color: #fff;
    margin-left: 8px;
    font-weight: 600;
}
.titre-nos-int-art {
    position: absolute;
    margin-left: 52%;
    margin-top: -83PX;
    font-size: 300%;
    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;
	margin-top: 6%;
	margin-left: 14%;
}
@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;
}
@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: 9px 21px 52px -6px 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: 350%;
    font-weight: 800;
	color:#3E53B6;
  margin-bottom: 20px;
}
.blog-slider__text {
   color:#3E53B6;
  margin-bottom: 30px;
  line-height: 1.5em;
  font-size: 32px;
}
.blog-slider__button {
 display: inline-flex;
    background-image: linear-gradient(147deg, #0497D8 0%, #024C6C 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: 20px;
	width: 260px;
    height: 75px;
}
@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;
  }
}
.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;
}
  .photo-gr-intel{
	width: 31%;
    margin-left: 11%;
   }
   .section-patie_question{
	position: absolute;
    margin-left: 50%;
    margin-top: -22%;  
   }
 .titre-pourquoi_question {
    font-size: 415%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #394BAB;
    text-align: inherit;
    margin-top: -11%;
    margin-left: -6px;
}
  .titre-choisir_question {
    font-size: 267%;
    font-family: 'proxima nova';
    font-weight: 800;
    color: #394BAB;
    text-align: inherit;
    margin-top: -2%;
}
   .paph-question {
    font-size: 116%;
    font-family: proxima nova;
    color: #394BAB;
    width: 85%;
    margin-top: -1%;
}
   #decouvrir-btn{
	    margin-left: -47%;
    margin-top: 33%;
   }
   
 .cercle_join {
    width: 110px;
    height: 110px;
    background: #31B21D;
    border-radius: 63px;
    margin-left: 52%;
    margin-top: -5%;
}
.h1_us_conseil {
    position: absolute;
    margin-top: 24px;
    font-size: 308%;
    font-family: 'proxima nova';
    color: #fff;
    margin-left: 24px;
    font-weight: 600;
}
.h1_join_conseil {
    position: absolute;
    margin-left: 36%;
    margin-top: -7%;
    font-size: 287%;
    font-family: 'proxima nova';
    color: #3F55B9;
    font-weight: 700;
}
.img-join-pg-cons {
    margin-left: 0%;
    margin-top: 5%;
    width: 106%;
}
.img-join-pg-cons-left {
    margin-left: -29%;
    margin-top: -55%;
    width: 67%;
}
.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: -41%;
    width: 41%;
    text-align: center;
    margin-left: 31%;
    font-size: 109%;
    font-family: 'proxima nova';
    color: #fff;
}
.pg-join-us{
    position: absolute;
    margin-top: -40%;
    width: 41%;
    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: 50%;
    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: -9%;
}
.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);}
} 



}


