body {
	font-family: "Inter", sans-serif;
}



.scroll-special-mobile {
	display: none;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-backdrop {
    background-color: #0A0A0A;
}

.bulle-blanche-share {
    text-align: left;
}

.menu-mobile-flex {
    display: flex;
    align-items: center;
    justify-content: space-betwenn;
}

.btn-menu {
    display: flex;
    width: 62px;
    height: 62px;
    background-color: #B1C3FF;
    backdrop-filter: blur(24.8px);
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    color: #FFFFFF;
    border-radius: 100px;
    align-items: center;
    justify-content: center;

}
.btn-menu-hover {
color: transparent;
background-image: url(close-menu.png);
background-size: 15px;
background-position: center;
background-repeat: no-repeat;
}



.autre {
	text-align: center;
	padding-top: 233px;
}

.autre img {
	width: 180px;
	height: 180px;
}

.hide {
    display: none ! important;
}


.demo-mobile {
    font-weight: 600;
    font-size: 12px;
    width: 46px;
    height: 46px;
    line-height: 21px;
    display: flex;
    background: #FFFFFF;
    backdrop-filter: blur(18.4px);
    border-radius: 73.6px;
    color: #000000;   
    margin-left: 15px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
}

.start-mobile {
    font-weight: 600;
    font-size: 12px;
    width: 46px;
    height: 46px;
    line-height: 21px;
    display: flex;
    background: #FF4ACC;
    backdrop-filter: blur(18.4px);
    border-radius: 73.6px;
    color: #000000;   
    align-items: center;
    margin-left: 15px;
    justify-content: center;
}

.selec-langue-mobile {
    background: #9747FF;
    border-radius: 30px;
    position: relative;
    width: 82px;
    text-align: right;
    padding-top: 4px;
padding-bottom: 8px;
}

.selec-langue-mobile span {
    position: absolute;
    left: 0;
        font-weight: 600;
font-size: 14.0169px;
line-height: 23px;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
background: #fff;
border: 1px solid #9747FF;
border-radius: 50px;
bottom: -2px;
color: #9747FF;

}

.selec-langue-mobile a {
    font-weight: 600;
    font-size: 14px;
    line-height: 23px;
    color: #FFFFFF;
    padding-right: 9px;
}

.diff-img {
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.05s;
    width: 540px;
    cursor: grab;
    height: auto;
}



.env-img {
    position: absolute;
    left: 0;
    cursor: grab;
    width: 400px;
    height: auto;
    transition: all 0.05s;
}

.adh-img {
    position: absolute;
    top: 0;
    cursor: grab;
    right: 0;
    width: 325px;
    height: auto;
     transition: all 0.05s;
}





.adh-img:active,
.diff-img:active,
.env-img:active {
    scale:0.9;
    cursor: grabbing;
}

.la-image {
    text-align: center;
    position: relative;
}


.laptop-img {
    margin-top: 140px;
    width: 70%;
    height: auto;
}





/*@keyframes transition-un-margin-left {
    from {
            margin-left:-5000px;
         }
    to {
        margin-left:0px;
    }
}

@keyframes transition-un-margin-right {
    from {
            margin-right:-5000px;
         }
    to {
        margin-right:0px;
    }
}

.message-un {
	animation: transition-un-margin-right 1s forwards;


}

.message-deux {
	animation: transition-un-margin-left 1s forwards;

	animation-delay: 1000ms, 2000ms;


}
.message-trois {
	animation: transition-un-margin-right 1s forwards;
		animation-delay: 2000ms, 3000ms;


}
.message-quatre {
	animation: transition-un-margin-left 1s forwards;

			animation-delay: 3000ms, 4000ms;


}
.message-cinq {
	animation: transition-un-margin-left 1s forwards;

			animation-delay: 4000ms, 5000ms;


}
*/

:root {

  --msg1-heightjjjj: 124px;
}


.message-un,
.message-deux,
.message-trois,
.message-quatre,
.message-cinq,
.message-six {
  position: absolute;
  animation-iteration-count: 1;
  animation-duration: 10s;
  animation-fill-mode: forwards;
}


.message-un {
  animation-name: msg1;
}

.message-deux {
  animation-name: msg2;
}

.message-trois {
  animation-name: msg3;
}

.message-quatre {
  animation-name: msg4;
}

.message-cinq {
  animation-name: msg5;
}
.message-six {
  animation-name: msg6;
}



/*Key Frames*/

@keyframes msg1 {
  0% {
    top: calc(var(--msg-content-height) - var(--msg1-height));
    left: -4em;
    transform: scale(0);
  }
  5% {
    top: calc(var(--msg-content-height) - var(--msg1-height));
    left: 0;
    transform: scale(1);
  }
  12% {
    top: calc(var(--msg-content-height) - var(--msg1-height));
  }
  17% {
    top: calc(var(--msg-content-height) - var(--msg1-height) - var(--msg-spacing) - var(--msg2-height));
  }
  30% {
    top: calc(var(--msg-content-height) - var(--msg1-height) - var(--msg-spacing) - var(--msg2-height));
  }
  35% {
    top: calc(var(--msg-content-height) - var(--msg1-height) - var(--msg-spacing) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height));
  }
  49% {
    top: calc(var(--msg-content-height) - var(--msg1-height) - var(--msg-spacing) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height));
  }
  54% {
    top: calc(var(--msg-content-height) - var(--msg1-height) - var(--msg-spacing) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height));
  }
  70% {
    top: calc(var(--msg-content-height) - var(--msg1-height) - var(--msg-spacing) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height));
  }
  75% {
    top: calc(var(--msg-content-height) - var(--msg1-height) - var(--msg-spacing) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height));
  }
  95% {
    top: calc(var(--msg-content-height) - var(--msg1-height) - var(--msg-spacing) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height));
  }
  100% {
    top: 0;
    left: 0;
  }
}

@keyframes msg2 {
  0% {
    top: calc(var(--msg-content-height) - var(--msg2-height));
    right: 0;
    transform: scale(0);
    opacity: 0;
  }
  12% {
    top: calc(var(--msg-content-height) - var(--msg2-height));
    right: -4em;
    transform: scale(0);
  }
  17% {
    top: calc(var(--msg-content-height) - var(--msg2-height));
    right: 0;
    transform: scale(1);
    opacity: 1;
  }
  30% {
    top: calc(var(--msg-content-height) - var(--msg2-height));
  }
  35% {
    top: calc(var(--msg-content-height) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height));
  }
  49% {
    top: calc(var(--msg-content-height) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height));
  }
  54% {
    top: calc(var(--msg-content-height) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height));
  }
  70% {
    top: calc(var(--msg-content-height) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height));
  }
  75% {
    top: calc(var(--msg-content-height) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height));
    right: 0;
  }
  95% {
    top: calc(var(--msg-content-height) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height));
  }
  100% {
    top: calc(var(--msg-content-height) - var(--msg2-height) - var(--msg-spacing) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height) - var(--msg-spacing) - var(--msg6-height));
    right: 0;
  }
}

@keyframes msg3 {
  0% {
    top: calc(var(--msg-content-height) - var(--msg3-height));
    left: -4em;
    opacity: 0;
    transform: scale(0);
  }
  30% {
    top: calc(var(--msg-content-height) - var(--msg3-height));
    opacity: 0;
    transform: scale(0);
  }
  35% {
    top: calc(var(--msg-content-height) - var(--msg3-height));
    left: 0;
    transform: scale(1);
    opacity: 1;
  }
  49% {
    top: calc(var(--msg-content-height) - var(--msg3-height));
  }
  54% {
    top: calc(var(--msg-content-height) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height));
  }
  70% {
    top: calc(var(--msg-content-height) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height));
  }
  75% {
    top: calc(var(--msg-content-height) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height));
    left: 0;
  }
  95% {
    top: calc(var(--msg-content-height) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height));
  }
  100% {
    top: calc(var(--msg-content-height) - var(--msg3-height) - var(--msg-spacing) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height) - var(--msg-spacing) - var(--msg6-height));
    left: 0;
  }
}

@keyframes msg4 {
  0% {
    top: calc(var(--msg-content-height) - var(--msg4-height));
    right: -4em;
    opacity: 0;
    transform: scale(0);
  }
  49% {
    top: calc(var(--msg-content-height) - var(--msg4-height));
    right: -4em;
    opacity: 0;
    transform: scale(0);
  }
  54% {
    top: calc(var(--msg-content-height) - var(--msg4-height));
    right: 0;
    transform: scale(1);
    opacity: 1;
  }
  70% {
    top: calc(var(--msg-content-height) - var(--msg4-height));
  }
  75% {
    top: calc(var(--msg-content-height) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height));
    right: 0;
  }
  95% {
    top: calc(var(--msg-content-height) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height));
  }
  100% {
    top: calc(var(--msg-content-height) - var(--msg4-height) - var(--msg-spacing) - var(--msg5-height) - var(--msg-spacing) - var(--msg6-height));
    right: 0;
  }
}

@keyframes msg5 {
  0% {
    top: calc(var(--msg-content-height) - var(--msg5-height));
    left: -4em;
    opacity: 0;
    transform: scale(0);
  }
  70% {
    top: calc(var(--msg-content-height) - var(--msg5-height));
    left: -4em;
    opacity: 0;
    transform: scale(0);
  }
  75% {
    top: calc(var(--msg-content-height) - var(--msg5-height));
    left: 0;
    transform: scale(1);
    opacity: 1;
  }
  95% {
    top: calc(var(--msg-content-height) - var(--msg5-height));
  }
  100% {
    top: calc(var(--msg-content-height) - var(--msg5-height) - var(--msg-spacing) - var(--msg6-height));
    left: 0;
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes msg6 {
  0% {
    top: calc(var(--msg-content-height) - var(--msg6-height));
    right: -4em;
    opacity: 0;
    transform: scale(0);
  }
  95% {
    top: calc(var(--msg-content-height) - var(--msg6-height));
    right: 0;
    opacity: 0;
    transform: scale(0);
  }
  100% {
    top: calc(var(--msg-content-height) - var(--msg6-height));
    right: 0em;
    opacity: 1;
    transform: scale(1);
  }
}

.new-header {
	background: #000000;
	border-radius: 0px 0px 200px 200px;	
	padding-top: 40px;
	position: relative;
	padding-bottom: 84px;
}

.page-content {
    padding: 30px 20px;
    background-color: #0A0A0A;
    border-radius: 30px;
}

.page-content {
  color: #FFF ! important;
}

.page-content-form {
  background-color: #fff ! important;
}
.label-black {
  color: #0A0A0A;
}

.select-langue-div {
	position: relative;
		background: #9747FF;
	border-radius: 40px;
padding: 60px 9px 14px 9px;
}


.select-langue-div-en {
    position: relative;
        background: #9747FF;
    border-radius: 40px;
    padding: 14px 9px 60px 9px;
    display: flex;
}

.select-langue {

	display: inline-block;
	position: fixed;
	z-index: 9;
	top: 40px;
	right: 40px;
}

.select-langue a {
	font-weight: 600;
font-size: 21px;
line-height: 30px;
	color: #FFFFFF;
}

.retour-hp:hover {
    text-decoration: none;
}


.page-type-basic,
.new-feeed {
    background-color: #DBFF3B;
}

.page-type-basic main,
.new-feeed {
    padding-top: 30px;
    padding-bottom: 150px;
}

.select-langue-div span {
background: #FFFFFF;
border: 3px solid #9747FF;
border-radius: 30px;
display: flex;
padding: 10px 10px;
font-weight: 600;
font-size: 21px;
top: -3px;
line-height: 30px;
position: absolute;
left: -5px;
color: #9747FF;
width: 57px;
height: 57px;
align-items: center;
justify-content: center;
}

.new-header-bottom-autre {
background: #DBFF3B;
}


.select-langue-div-en span {
    background: #FFFFFF;
border: 3px solid #9747FF;
border-radius: 30px;
display: flex;
padding: 9px 9px;
font-weight: 600;
font-size: 21px;
line-height: 30px;
bottom: -3px;
position: absolute;
left: -7px;
color: #9747FF;
width: 57px;
height: 57px;
align-items: center;
justify-content: center;
}
.bulle-blanche-header {
	opacity: 1 ! important;

}

.bulle {
	margin-bottom: 45px;
}
.bulle-bleue {
	display: flex;
	justify-content: end;

	position: relative;
}
.bulle-blanche {
	display: flex;
	justify-content: start;
	position: relative;


}
.bulle-special {
    display: flex;
    justify-content: end;

    position: relative;
}
.bulle-special .virgule {
    position: absolute;
    bottom: 0;
    right: -20px;
}

.bulle-blanche .virgule {
	position: absolute;
	bottom: 0;
	z-index: 1;
	left: -20px;
}

.bulle-bleue .virgule {
	position: absolute;
	bottom: 0;
	right: -20px;
}

#bulle-ancre div {
	cursor: pointer;
}

#bulle-ancre:hover span {
	text-decoration: none;
}

.hedaer-div {
	display: flex;
	align-items: center;
}

.hedaer-div .ligne {
	margin-left: 30px;
	margin-right: 30px;
	height: 54px;
	width: auto;
}

.bulle div p {
	font-weight: 500;
font-size: 26.6622px;
line-height: 120%;
	  z-index: 2;

	  position: relative;
	margin: 0;
}

.bulle div h1 {
	font-weight: 500;
font-size: 30px;
line-height: 120%;
	margin: 0;
font-family: "Inter", sans-serif;
	color: #0A0A0A;
	display: inline-block;
}

.bulle-blanche div {
	padding-top: 30px;

	padding-bottom: 30px;
	background: #FFFFFF;
	border-radius: 130px;
	padding-left: 60px;
	padding-right: 60px;
}

.bulle-blanche .hedaer-div {
	padding-top: 30px ! important;
	padding-bottom: 30px ! important;
}

.bulle-blanche div span {
	text-decoration: underline;
}

.bulle-bleue div {
	padding-top: 30px;
	padding-bottom: 30px;
	background: #DBFF3B;
	border-radius: 130px;
	padding-left: 60px;
	padding-right: 60px;	
}

.bulle-blanche p {
	color: #0A0A0A;
}

.bulle-bleue p {
	color: #0A0A0A;
}

.bulle div {
	width: fit-content;
}

.logo-datack {
	width: 156px;
	height: auto;
	z-index: 2;
}


.content-header {
background: #A6AFFF;
border-radius: 0px 0px 160px 160px;	
padding-top: 160px;
padding-bottom: 150px;
}

.new-header-bottom {
	background: #ffffff;
}

.content-header p {
	margin: 0;
	font-size: 32px;
line-height: 42px;
font-weight: 500;
color: #000000;
}

.content-header p strong {
	font-weight: 700;
}



.content-header .row {
	display: flex;
	align-items: center;
	padding-bottom: 200px;
}

.content-header .row img {
	border-radius: 30px;
}




#contactez-nous {
background: #3E63FF;
border-radius: 0px 0px 160px 160px;
padding-top: 160px;
padding-bottom: 150px;
}

.content-header-bottom {
background: #3E63FF;	
}

.msg-content {
    height: 924px;
}

.input-mail {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #343434;
    border-radius: 130px;
    padding-left: 60px;
    height: 124px;
    padding-right: 60px;
    font-weight: 400;
font-size: 26.6671px;
line-height: 120%;
border: none;
}


.input-mail::placeholder {
    color: #848484;
}


.input-mail:focus + svg path {
    fill:#ffffff;
}


.btn-new {
	background: #DBFF3B;
	border-radius: 180px;	
	height: 124px;
	width: 124px;
	background-image: url(fleche.png);
	background-repeat: no-repeat;
	background-size: 42px;
	cursor: pointer;
	background-position: center;
	margin-left: 26px;
	transition: all 0.3s;
}

.btn-new:hover {
	opacity: 0.8;
}

.mon-form {
	display: flex;
}

.group-ccc {
	display: none;
}


.contrainte {
font-weight: 400;
font-size: 45px;
line-height: 58px;
margin-bottom: 0;
color: #FFFFFF;
}
.contrainte strong {
	font-weight: 700;
}

.a-propos-bottom {
	text-align: center;
	background: #A2F56E;

}

.a-propos {
background-color: #1C1C1C;
background-image: url('back-a-propos.png');
background-size: 90%;
	padding-top: 183px;
	padding-bottom: 190px;
background-repeat: no-repeat;
border-radius: 0px 0px 160px 160px;
background-position: center;
}



.a-propos-bottom h2 {
	padding-bottom: 400px;
	font-family: 'IBM Plex Sans', sans-serif;
	margin-bottom: 0;
	font-weight: 400;
font-size: 88px;
line-height: 114px;
text-align: center;

color: #FFFFFF;
}

.a-propos-bottom p {
font-size: 45px;
line-height: 58px;
margin-bottom: 0;
padding-bottom: 88px;
text-align: center;
font-weight: 400;
color: #FFFFFF;	
}

.a-propos-bottom p strong {
	font-weight: 700;
}

.a-propos-bottom span {
	display: inline-block;
	font-weight: 400;
font-size: 42px;
line-height: 120%;
background: #FFFFFF;
border-radius: 140px;
color: #3E63FF;
padding: 66px 100px;
cursor: pointer;
}
footer {
	display: none;
}

.contactez-nous-bottom {
background-color: #1C1C1C;
}


.div-fonctionalite-bottom {
    background-color: #000000;
}
.div-fonctionalite {
 background: #FF4ACC;
border-radius: 0px 0px 200px 200px;   
    padding-top: 162px;
    padding-bottom: 300px;
}

.div-fonctionalite h2 {

font-family: "Inter", sans-serif;
    font-weight: 700;
font-size: 70px;
line-height: 80px;
padding-bottom:100px;
margin-bottom: 0;
color: #1C1C1C;

}
.div-fonctionalite h2 span {
    text-decoration: underline;

}


.new-footer-deux {
	background: #ffffff;
	padding-top: 150px;
	padding-bottom: 80px;

}

.row-special {
  margin-left: -15px;
margin-right: -15px;  
}

.div-fonctionalite .col-lg-3 {
    padding-left: 10px;
    padding-right: 10px;
        margin-bottom: 20px;
}

.div-fonctionalite .col-lg-3 div {
    background: #1C1C1C;
    border-radius: 16.66px 16.66px 0px 16.66px;
    display: flex;
    padding: 20px;
    align-items: center;
    height: 100%;

}

.div-fonctionalite .col-lg-3 div svg {
    margin-right: 20px;
}

.div-fonctionalite h3 {
font-family: "Inter", sans-serif;
    font-size: 15.51px;
line-height: 21px;
margin-bottom: 0;
color: #FFFFFF;
}

.new-footer-deux .new-footer-deux-flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}



.new-footer-deux .lien-normal {
	font-weight: 400;
	font-size: 25px;
	line-height: 32px;
	text-decoration: underline;
	color: #000000;	
}



.new-footer-deux .lien-normal:hover {
	text-decoration: none;
	color: #000000;	
}



.new-footer-deux  .lien-violet {
	padding: 12px 30px;
background: #000000;
border-radius: 60px;
font-weight: 400;
font-size: 20px;
line-height: 26px;
text-decoration: underline;

color: #FFFFFF;
}




.new-footer-deux  .lien-violet svg {
	margin-right: 8px;
}




.div-interface {
	border-radius: 0px 0px 200px 0px;
	padding-top: 129px;
	background: #DBFF3B;
	padding-bottom: 200px;
}
.div-interface-bottom {
	background: #FF4ACC;
}

.div-interface img {

}

.div-interface h2 {
	margin-bottom: 0;
font-family: "Inter", sans-serif;
	padding-bottom: 20px;
	font-weight: 700;
font-size: 70px;
line-height: 80px;
	color: #0A0A0A;
}



.div-interface h2 span {
	text-decoration: underline;

}





.scrollblock-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 75vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 700px;
  width: 86%;
}





.scrollblock-fixed img.active {
  opacity: 1;
}

.scroll-special-bottom {
	background: #DBFF3B;
}
.scroll-special {
	background: #ffffff;
border-radius: 0px 0px 0px 200px;
}

.scroll-special h2 {
	font-weight: 800;
font-size: 30px;
margin-bottom: 0;
padding-bottom: 22px;
line-height: 35px;
font-family: "Inter", sans-serif;
color: #000000;
}

.scroll-special p {
  background: #1C1C1C;
border-radius: 10px;
margin-bottom: 0;  
width: fit-content;
padding: 22px;
font-weight: 500;
font-size: 16px;
line-height: 18px;
color: #FFFFFF;
}

.scroll-special h2 strong {

}

.scrollblock-fixed {
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 75vh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0;
  max-height: 700px;
  position: -webkit-sticky;
  position: sticky;
  top: calc( ( 100vh - 75vh ) / 2 );
  width: 100%;
}

.scrollblock-fixed img {
  display: block;
  height: auto;
  max-width: 90%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.35s ease-in-out;
  transition: opacity 0.35s ease-in-out;
}


.solution-fiable-flex {
	display: flex;
	align-items: center;
	padding-bottom: 189px;
}

.solution-fiable-bottom {
	background: #ffffff;
    position: relative;
}

#retour-haut {
    position: absolute;
    bottom: -62.5px;
    left: 0;
    right: 0;
    margin-left: auto;
margin-right: auto;
cursor: pointer;
transition: all 0.3s;
    z-index: 9;
}

#retour-haut rect,
#retour-haut path {
    transition: all 0.3s;
}

#retour-haut:hover rect {
    fill: #ffffff;
}

#retour-haut:hover path {
    fill: #828282;
}

.solution-fiable {
	padding-top: 140px;
	background: #000000;
	padding-bottom: 80px;
}

.solution-fiable h2 {
font-family: "Inter", sans-serif;
	font-weight: 700;
font-size: 70px;
line-height: 80px;
padding-bottom:142px;
margin-bottom: 0;
color: #FFFFFF;
}
.page-content h1 {
    font-family: "Inter", sans-serif;
    color: #FFF;
  font-size: 60px;
  font-style: normal;
  font-weight: 800;
  line-height: 60.494px;
}




.solution-fiable h2 span {
	text-decoration: underline;

}
.solution-fiable img {
	width: 481.25px;
	margin-right: 95px;
	height: 290px;
}
.solution-fiable p {
	font-weight: 400;
font-size: 33px;
line-height: 43px;
margin-bottom: 0;
color: #FFFFFF;
}




.solution-fiable p strong {
	font-weight: 700;
}


.solution-fiable p span {
	font-weight: 700;
}

.solution-fiable-flex-datack span {
	color: #DBFF3B;
}
.solution-fiable-flex-nation span {
	color: #FF4ACC;
}

.solution-fiable-flex-sms span {
	color: #9747FF;
}


.la-image-mobile {
    display: none;
}


.reste-menu {
    display: flex;
position: fixed;
flex-direction: column;
z-index: 9;
top: 161px;
right: 34px;
opacity: 0;
transition: all 0.3s;
}


.reste-menu span {
     font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;

    background: #FF4ACC;
    backdrop-filter: blur(22.7999px);
    border-radius: 91.1996px;
    cursor: pointer;
    margin-bottom: 14px;
    color: #000000;  
    display: flex;
    align-items: center;
width: 57px;
height: 57px;
justify-content: center; 
}

.reste-menu a {

    font-weight: 600;
    font-size: 14px;
    line-height: 26px;
    text-transform: uppercase;
    color: #000000;
    background: #FFFFFF;
    backdrop-filter: blur(22.7999px);
    border-radius: 91.1996px;
        display: flex;
    align-items: center;
width: 57px;
height: 57px;
justify-content: center; 
transition: all 0.3s;
}


.changercoul {

border: 1px solid #000000;
transition: all 0.3s;
}



.menu-mobile {
    display: none;
}

@media all and (max-width: 1300px) {


    .new-footer-deux .lien-normal {
        font-size: 18px;
    }


    .bulle div h1 {
      font-weight: 500;
      font-size: 28px;
      line-height: 120%;
      margin: 0;
      font-family: "Inter", sans-serif;
      color: #0A0A0A;
      display: inline-block;
    }
      .bulle div p br {
    display: none;
  }
}


@media all and (max-width: 992px) {
	.scroll-special-mobile {
		display: inherit;
	}



.menu-mobile {
    position: fixed;
z-index: 9999;
display: block;
right: 20px;
bottom: 20px;
}

.la-image-mobile {
    display: block;
}

.la-image-mobile img {
    width: 100%;

    height: auto;
}

.la-image {
    display: none;
}


	.scroll-special-ordi {
		display: none;
	}
.select-langue {
  display: inline-block;
  position: absolute;
  z-index: 9;
  top: 15px;
  right: 15px;
}
	.bulle div p br {
		display: none;
	}

	.logo-datack {
		width: 100px;
	}

	.hedaer-div .ligne {
	  margin-left: 15px;
	  margin-right: 15px;
	  height: 40px;
	  width: auto;
	}	

	.bulle div h1 {
	  font-weight: 500;
	  font-size: 15px;
	  line-height: 23px;
	  margin: 0;
	  font-family: "Inter", sans-serif;

	  display: inline-block;
	}
	.bulle-blanche .hedaer-div {
	  padding-top: 30px !important;
	  padding-bottom: 30px !important;
	}	

	.bulle-blanche div {
	  padding-left: 20px;
	  padding-top: 30px;
	  padding-bottom: 30px;	  
	  padding-right: 20px;
	}
	.bulle div p {
	  font-weight: 500;
	  font-size: 18px;
	  line-height: 24px;
	  margin: 0;
	  z-index: 2;
	  position: relative;
	}

	.bulle-bleue div {
	  padding-top: 30px;
	  padding-bottom: 30px;

	  border-radius: 80px;
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.bulle {
	  margin-bottom: 30px;
	}
	.autre {
	  text-align: center;
	  padding-top: 50px;
	}
.div-interface {
border-radius: 0px 0px 60px 0px;
	  padding-top: 40px;
	  padding-bottom: 150px;
}

.div-interface h2 {
font-size: 26px;
line-height: 42px;
}

.a-propos {
	  border-radius: 0px 0px 60px 60px;
	  padding-top: 40px;
	  padding-bottom: 50px;	
}

	.new-header {
	  background: #1C1C1C;
	  border-radius: 0px 0px 60px 60px;
	  padding-top: 40px;
	  padding-bottom: 50px;
	}
	.content-header {
	  background: #A6AFFF;
	  border-radius: 0px 0px 60px 60px;
	  padding-top: 40px;
	  padding-bottom: 10px;
	}
.scroll-special {
	  border-radius: 0px 0px 0px 60px;
	  padding-top: 80px;
	  padding-bottom: 60px;
}
.solution-fiable {
	  border-radius: 0px 0px 60px 60px;
	  padding-top: 80px;
	  padding-bottom: 60px;
}


.div-fonctionalite {
  border-radius: 0px 0px 80px 80px;
      padding-top: 40px;
      padding-bottom: 50px;
}

.scroll-special h2 {
    margin-bottom: 0;

    font-weight: 400;
font-size: 24px;
padding-bottom: 20px;
line-height: 31px;
color: #000000;
}

.scroll-special img {
	margin-bottom: 50px;
}
.div-fonctionalite h2 {
	margin-bottom: 0;

	font-weight: 400;
font-size: 26px;
line-height: 42px;

}

.div-interface h2 br {
    display: none;
}

.scroll-special p {
  background: #1C1C1C;
  border-radius: 10px;
  margin-bottom: 0;
  width: fit-content;
  padding: 18px;
  font-weight: 600;
  margin-bottom: 20px;
font-size: 13px;
line-height: 15px;
  color: #FFFFFF;
}


	#contactez-nous {
	  background: #3E63FF;
		  border-radius: 0px 0px 80px 80px;
		  padding-top: 40px;
		  padding-bottom: 50px;
	}
	.content-header .row {
	  display: flex;
	  align-items: center;
	  padding-bottom: 40px;
	}	

	.content-header p {
	  margin: 0;
	  font-size: 20px;
	  line-height: 28px;
	  font-weight: 500;
	  padding-bottom: 20px;
	  color: #000000;
	}
	.contrainte {
	  font-weight: 400;
		  font-size: 20px;
		  line-height: 28px;
	  margin-bottom: 0;
	  color: #FFFFFF;
	}
	.input-mail {
      padding-top: 30px;
          z-index: 2;
      position: relative;
      padding-bottom: 30px;
      height: 84px;
      border-radius: 80px;
      padding-left: 20px;
      font-size: 18px;
line-height: 24px;
      padding-right: 20px;
	}

.btn-new {
  background: #DBFF3B;
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-image: none;
    background-size: auto;
  border-radius: 180px;
  height: 84px;
  width: 84px;
  background-image: url(fleche.png);
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
  background-position: center;
  margin-left: 20px;
  transition: all 0.3s;
}
.contrainte br {
	display: none;
}
.mon-form {
  display: flex;


}

.msg-content {
    height: 765px;
}


.autre img {
  width: 90px;
  height: 90px;
}
.new-footer-deux a {
	margin-bottom: 20px;
}

.new-footer-deux .lien-normal {
	display: block;
	width: fit-content;
}

.new-footer-deux .lien-violet {

	display: block;
	width: fit-content;
}

.new-footer-deux .new-footer-deux-flex {
  display: inherit;
  align-items: center;
  justify-content: space-between;
}











.solution-fiable h2 {

  font-weight: 700;
font-size: 26px;
line-height: 42px;
  padding-bottom: 60px;
  margin-bottom: 0;
  color: #FFFFFF;
}



.solution-fiable h2 br {
	display: none;
}

.solution-fiable img {
  width: 100%;
  margin-right: 0px;
  height: auto;
  margin-bottom: 40px;
} 
.solution-fiable p {
  font-weight: 400;
font-size: 22px;
line-height: 29px;
  margin-bottom: 0;
  color: #FFFFFF;
}
.solution-fiable-flex {
	display: inherit;
	padding-bottom: 78px;
}



#retour-haut {
    width: 70px;
    height: 70px;
    bottom: -35px;
}



.select-langue,
.reste-menu {
    display: none;
}

}