body {
  font-family: 'Poppins', sans-serif;
  color: #000000;
  background-color: #ffffff;
}
a:hover {
  text-decoration: none !important;
}
.layout_padding {
  padding: 75px 0;
}
p.Boxarticle-expertise {
  margin-bottom: 50px;
}
.submenu {
  display: none;

  position: absolute;
  transition: display 0.3s ease;
  text-align: left;
  background-color: rgb(255, 255, 255);
  padding: 25px;
  border-radius: 10px;
  top: 70px;
  margin: 0px 20px 20px;
}

.submenu li a {
  cursor: pointer;
}
.submenu li {
  padding-bottom: 10px;
}
.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}
.navbar-brand img {
  width: 190px;
}
.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

.heading_container h2::before,
.heading_container h2::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 40px;
  height: 1px;
  background-color: #fec016;
}

.heading_container h2::before {
  left: -5px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
}

.heading_container h2::after {
  right: -5px;
  -webkit-transform: translate(100%, -50%);
  transform: translate(100%, -50%);
}

/*header section*/

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  margin: 10px 30px;
  color: #ffffff;
  text-align: center;
  position: relative;
  font-size: 18px;
  cursor: pointer;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.nav-item.contact a {
  border: 1px solid #49b6f9;
  font-family: 'Open Sans';
  border-radius: 70px;
}
.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/

/*recent section*/
.recent-work.card {
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 33.333%,
    rgba(97, 84, 199, 1) 66.666%,
    rgba(255, 255, 255, 0) 99.999%
  );
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: 0.5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: 0.5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: 0.5s;
}
.realisation {
  text-align: center;
  background-image: url(../img/backr.png);
  padding: 250px 0px;
  background-size: cover;
}
/* Styles pour les arrière-plans des diapositives */
.slide-bg-1 {
  background-image: url('../img/fond1.png');

  background-repeat: no-repeat;
}

.slide-bg-2 {
  background-image: url('../img/fond2.png');

  background-repeat: no-repeat;
}
.content-realisation {
  padding: 500px 150px 350px 150px;
}
.titling {
  position: relative;
  color: #ffffff;
  z-index: 2;
}

.realisation h1.title {
  text-align: center;
  font-family: ubuntu;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}
.realisation h1.title img {
  position: absolute;
 
  top: -85px;
}
.realisation .carousel.slide {
  margin-top: -400px;
  z-index: 1;
}
.recent-bottom {
  margin-bottom: 250px;
}

.header_section {
  background-image: url(../img/slide.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  max-width: 100%;
  min-height: 700px;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .who_section.layout_padding {
  padding-top: 0;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-link {
  margin: 10px 15px;
  color: #ffffff;
  text-align: center;
  position: relative;
}
ul li {
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.user_option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 22px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

.navbar-brand span {
  font-size: 24px;
  color: #ffffff;
}

.custom_nav-container {
  z-index: 99999;
  padding: 15px 0;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 55px;
}

/*end header section*/
.slider_section {
  height: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}

.slider_section .detail-box {
  text-align: center;
  margin-bottom: 110px;
}

.slider_section .detail-box h1 {
  font-size: 4rem;
  text-transform: uppercase;
}

.slider_section .detail-box h2 {
  text-transform: uppercase;
}

.slider_section .detail-box p {
  margin-top: 25px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 55px;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ffffff;
}

.slider_section #carouselExampleIndicators {
  bottom: 0;
}

.slider_section #carouselExampleIndicators li {
  width: 15px;
  height: 15px;
  background-color: transparent;
  border: 3px solid #ffffff;
  border-radius: 100%;
  opacity: 1;
}

.do_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.do_section .do_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10px;
}

.do_section .do_container .box {
  text-align: center;
  position: relative;
  z-index: 5;
  margin: 35px 25px 0 25px;
}

.do_section .do_container .box .img-box {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #353434;
  border-radius: 100%;
}

.do_section .do_container .box .img-box img {
  width: 45px;
}

.do_section .do_container .box .detail-box {
  margin-top: 35px;
}

.do_section .do_container .box:hover .img-box {
  background-color: #fec016;
}

.do_section .do_container .arrow_bg::before {
  content: '';
  position: absolute;
  top: -23px;
  left: -17px;
  width: 262%;
  height: 90%;
  z-index: 3;
  background-size: cover;
}

.do_section .do_container .arrow-start::before {
  background-image: url(../images/arrow-start.png);
}

.do_section .do_container .arrow-middle::before {
  background-image: url(../images/arrow-middle.png);
}

.do_section .do_container .arrow-end::before {
  background-image: url(../images/arrow-end.png);
}

.who_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.who_section .img-box img {
  width: 100%;
}

.who_section .detail-box {
  margin-left: 65px;
}

.who_section .detail-box p {
  margin-top: 35px;
}

.who_section .detail-box a {
  display: inline-block;
  padding: 8px 30px;
  background-color: #353434;
  border: 1px solid #353434;
  color: #ffffff;
  border-radius: 20px 20px 0 20px;
  margin-top: 35px;
}

.who_section .detail-box a:hover {
  background-color: transparent;
  color: #353434;
}
.video_section {
  width: 100%;
  float: left;
  background-image: url(../video-bg.png);
  height: auto;
  margin-top: 90px;
  margin-bottom: 100px;
}
.layout_padding {
  padding-top: 90px;
  padding-bottom: 0;
}

.video_text_2 {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #599ee9;
  font-weight: 600;
  text-transform: uppercase;
}
.controller_text_2 {
  width: 100%;
  float: left;
  font-size: 58px;
  color: #fefeff;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 50px;
}
.banner_text_2 {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fefeff;
  font-weight: 500;
  margin-left: 0;
  padding-top: 50px;
}

.shop_bt {
  width: 35%;
  float: left;
  font-size: 18px;
  text-align: center;
  background-color: #fcfcfd;
  color: #191919;
  border-left: 10px solid #599ee9;
  border-radius: 30px;
  border-right: 10px solid #599ee9;
  border-top: 4px solid #599ee9;
  border-bottom: 4px solid #599ee9;
  padding: 5px 0;
  margin-top: 40px;
}
.image_4 img {
  max-width: 100%;
  height: auto;
}
.slogan {
  font-size: 38px;
  font-family: 'Ubuntu';
  text-transform: uppercase;
  font-style: 500;
  color: #fff;
  margin-top: 50px;
}
.slogan-expertise {
  font-size: 35px;
  font-family: Open Sans;
  text-transform: uppercase;
  margin-top: 50px;
  color: #ffffff;
}
.titre-expertise::before {
  content: url(../img/icon.png);
  display: block;
  margin-bottom: 25px;
}
.titre-expertise {
  margin-bottom: 30px;
  margin-bottom: 30px;
  font-size: 35px;
  font-family: ubuntu;
  font-weight: bold;
  text-transform: uppercase;
}
.under-title {
  font-size: 18px;
  font-family: ubuntu;
  font-weight: 300;
}
.rating {
  margin-top: 70px;
}
.qui-faire .rating img {
  max-width: 200px;
  width: 100%;
}
.comprehension {
  background-image: url('../img/fond-expertise.png');
}
.qui-faire img {
  width: 100%;
  max-width: 400px;
}
.sous-slogan {
  text-align: left;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  font-size: 27px;
  margin-top: 28px;
}
.lirelasuite{
  cursor: pointer;
  font-weight: 500;
  color: #0379a8;
}
.image-actu img {
  max-height: 185px;
  width: 100%;
}
.first-color {
  color: #49b6f9;
}
.color-mauve {
  color: #b54ca1;
}
.color-green {
  color: #36a5a3;
}
.color-blue {
  color: #4b92b7;
}
.color-white {
  color: #fff;
}
.color-jaune {
  color: #f0c43a;
}

a.first-color {
  color: #49b6f9;
}
a.color-mauve {
  color: #b54ca1;
}
a.color-green {
  color: #36a5a3;
}
a.color-blue {
  color: #4b92b7;
}
a.color-white {
  color: #fff;
}
a.color-jaune {
  color: #f0c43a;
}
.desc-ref-img {
  font-size: 12px;
  font-weight: 400;
  font-family: ubuntu;
  color: #fff;
}
.naturel-google img {
  width: 25%;
}
.comprehension {
  background-image: url(../img/bgexp1.png);
  background-size: 100% 100%;
  /* background-size: cover; */
  padding: 200px 0px;
}
.pour-quoi-app {
  background-image: url(../img/fond-vert.png);
  background-size: 100% 100%;
  /* background-size: cover; */
  padding: 200px 0px;
}
.pour-quoi-ref {
  background-image: url(../img/fond-blue.png);
  background-size: 100% 100%;
  /* background-size: cover; */
  padding: 200px 0px;
}
.reseaux-social {
  background-image: url(../img/fond-jaune.png);
  background-size: 100% 100%;
  /* background-size: cover; */
  padding: 200px 0px;
}
.referencement-fond-footer {
  font-weight: bold;
  text-align: center !important;
  font-family: ubuntu;
}
.text-content {
  font-size: 20px;
  font-family: ubuntu;
  color: #fff;
  font-weight: bold;
  margin-left: 15px;
}
.app-content {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.foramtion-content {
  text-align: center;
  margin-bottom: 25px;
}
.app-definition {
  margin-top: 100px;
}
.titre-trace {
  font-family: ubuntu;
  margin-bottom: 20px;
}
.content-trace {
  font-family: ubuntu;
  margin-bottom: 150px;
}

.comprehension-title {
  font-size: 58px;
  font-weight: bold;
  line-height: 58px;
}
.comprehension-title::before {
  content: url(../img/icon-2.png);
  display: block;
  margin-bottom: 25px;
}
.titre-objectif {
  font-size: 22px;
  font-weight: bold;
  font-family: ubuntu;
}
.desc-objectif {
  font-size: 19px;
  font-family: ubuntu;
  text-align: left !important;
}
.desc-objectif ul li {
  list-style: disc !important;
  padding-left: 28px;
}
.desc-obj {
  font-size: 25px;
  font-family: ubuntu;
  font-weight: 500;
  margin-top: 35px;
}
.ref-definition {
  margin-top: 100px;
  margin-bottom: 80px;
}
.ref-definition ul {
  padding: 0px;
}
.ref-definition .fa {
  color: #4b92b7;
}
.referencement .footer-btn-2 {
  border-radius: 70px;
  font-weight: normal;
  border: double 0.2rem;
  position: relative;
  font-size: 18px;
  padding: 15px 30px;

  margin-top: 30px;
}
.footer-title::before {
  content: url(../img/icon-3.png);
  display: block;
  margin-bottom: 25px;
  margin-top: 20px;
}
.comprehension img {
  width: 50%;
}
.desc-comp-img {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-top: 15px;
}
.contenue-comprehension {
  margin-top: 100px;
  margin-bottom: 80px;
}
.margin-exp {
  margin-top: 35px;
}
.comprehension p {
  color: #fff;
}
.footer-exp {
  color: #fff;
}
.comprehension-innovation {
  font-size: 58px;
  font-weight: bold;
}
.comprehension-innovation::before {
  content: url(../img/icon.png);
  display: block;
  margin-bottom: 25px;
}
.sous-titre-innovation {
  margin-bottom: 50px;
}
.innovation-desc {
  padding: 30px;
  font-size: 22px;
}

.expertise {
  background-image: url(../img/backr.png);
  color: #fff;
  background-size: 100% 100%;
  padding: 250px 0px 350px 0px;
  background-repeat: no-repeat;
  background-position: center center;
}
.img-expertise {
  width: 50%;
}
.head-expertise {
  margin-bottom: 100px;
}

.footer {
  background-image: url(../img/footer.png);
  color: #fff;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  margin-top: -150px;
  padding: 425px 0px 45px 0px;
}
.footer-maps {
  margin-top: -170px;
}
.footer-contact {
  margin-top: 30px;
}
.footer-btn {
  border-radius: 70px;
  font-weight: normal;
  border: double 0.2rem;
  position: relative;
  font-size: 18px;
  padding: 15px;
}
.footer-btn-2 {
  border-radius: 70px;
  font-weight: normal;
  border: double 0.2rem;
  position: relative;
  font-size: 18px;
  padding: 15px;
  max-width: 255px;
  margin-top: 30px;
}
.padding-btn-blanche {
  padding: 15px 70px 15px 65px;
}
.image-contact {
  display: flex;
  align-items: end;
  margin-bottom: 20px;
}
.image-contact img {
  margin-right: 15px;
}
.content-inov {
  margin-bottom: 75px;
}
.btn-cool-blues {
  background: linear-gradient(to left, #6dd5ed, #3f93e7);
  color: #fff;
  border: 3px solid, #49b6f9;
}
.input-contacts input {
  width: 100%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 15px;
  margin-bottom: 25px;
  text-align: left;
  color: #373737;
}

.title-about-us {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90px;
  text-align: center;
  color: #4d5eff;
}
.btn-submit input {
  background: #4d5eff;
  border-radius: 8px;
  color: #ffffff;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  border: none;
  margin-top: 25px;
  text-align: center;
}
.content-about-us {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #373737;
}

.page-contact {
  background-color: #ededf675;
}
.card-contacter {
  background-color: #fff;
  padding: 15px;
  border-radius: 10px;
}
.page-contact .about-us {
  background-color: transparent;
}
.information-contact {

  background-size: 100% 100%;
  height: 100%;
  padding: 50px 0px 100px;
}
.information-titre {
  margin-bottom: 20px;
    font-size: 33px;
    font-family: ubuntu;
    font-weight: bold;
    text-transform: uppercase;
}
.information-sous-titre {

  margin-bottom: 30px;
}
.page-contact .information-sous-titre{
  font-size: 18px;
}
.page-contact .content-about-us {
  font-family: 'ubuntu';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 50px;
  color: #373737;
}
.page-contact .title-about-us {
  font-family: 'ubuntu';
  font-style: normal;
  font-weight: 600;
  font-size: 60px;
  line-height: 90px;
  text-align: center;
  color: #4d5eff;
  text-transform: uppercase;
}
.pour-quoi-app .comprehension-title {
  font-size: 50px;
  font-weight: bold;
  line-height: 58px;
  margin-bottom: 75px;
}
.input-contacts textarea {
  min-height: 250px;
  width: 100%;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  padding: 10px 15px;
  margin-bottom: 25px;
  text-align: left;
  resize: none;
  color: #373737;
}
.page-index .title {
  text-align: center;
  font-family: ubuntu;
  font-size: 72px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}

.page-index .title img {
  position: absolute;
  left: 559px;
  top: -52px;
}

h2.title-expertise {
  text-align: center;
  font-family: ubuntu;
  font-size: 60px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}

h2.title-expertise img {
  position: absolute;
  top: -70px;
  left: 750px;
}

.page-index .page-index .soutitre {
  text-align: center;
  font-size: 22px;
  font-family: ubuntu;
  font-weight: light;
  margin-bottom: 100px;
}

.dotes-section {
  margin-top: 50px;
}

.dotes-section img {
  margin-bottom: 100px;
}

.nos-produit {
  margin-bottom: 325px;
  margin-top: 100px;
}

.nos-produit .title {
  position: relative;
}
.nos-produit .title img {
  position: absolute;
}
.btn-produit {
  text-align: center;
}

.btn-product {
  padding: 15px 25px;
  border-radius: 50px;
}

.btn-cool-blues {
  border: none;
  position: relative;
}

.btn-cool-blues::after {
  width: 50px;
  height: 60px;
  border: 1px solid #449ae7;
  content: '';
  left: -3px;
  position: absolute;
  top: -3px;
  width: 103%;
  border-radius: 50px;
}
.btn-cool-blues.btn-mn-cnt::after {
  width: 50px;
  height: 55px;
  border: 1px solid #449ae7;
  content: '';
  left: -2px;
  position: absolute;
  top: -3px;
  width: 103%;
  border-radius: 50px;
}


.titre-num1 {
  text-align: left;
  font-family: ubuntu;
  font-size: 62px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.section-actualite {
  margin-top: 150px;
}

.section-actualite .soutitre {
  text-align: left;
}
.cadre-page-actualite.blue{
  border-left: 8px solid #0379a8;
  box-shadow: cadetblue;
  box-shadow: 0px 0px 5px #e0bfbf88;
  padding: 20px 25px;
  border-radius: 6px;
  margin-bottom: 50px;
  background-color: #fff;
}
.cadre-page-actualite.mauve{
  border-left: 8px solid #b74ca3;
  box-shadow: cadetblue;
  box-shadow: 0px 0px 5px #e0bfbf88;
  padding: 20px 25px;
  border-radius: 6px;
  margin-bottom: 50px;
  background-color: #fff;
}
.card-actualite {
  border-left: 8px solid #b74ca3;
  box-shadow: cadetblue;
  box-shadow: 0px 0px 5px #e0bfbf88;
  padding: 20px 25px;
  border-radius: 6px;
  margin-bottom: 50px;
  background-color: #fff;
}

.card-actualite {
  border-left: 8px solid #b74ca3;
  box-shadow: cadetblue;
  box-shadow: 0px 0px 5px #e0bfbf88;
  padding: 20px 25px;
  border-radius: 6px;
  margin-bottom: 50px;
  background-color: #fff;
}

.card-actualite2 {
  border-left: 8px solid #449ae7;
  box-shadow: cadetblue;
  box-shadow: 0px 0px 5px #e0bfbf88;
  padding: 20px 25px;
  border-radius: 6px;
  position: relative;
  background-color: #fff;
}

.titre-card-actualite {
  font-weight: 400;
  font-size: 26px;
  font-family: sans-serif;
  position: relative;
  line-height: 50px;
  margin-bottom: 20px;
}

.card-actualite .titre-card-actualite::before {
  position: absolute;
  content: '';
  width: 81px;
  background-color: #b74ca3;
  height: 2px;
  bottom: -7px;
}

.card-actualite2 .titre-card-actualite::before {
  position: absolute;
  content: '';
  width: 81px;
  background-color: #449ae7;
  height: 2px;
  bottom: -7px;
}

.content-card-actualite {
  font-size: 20px;
  font-weight: 300;
  font-family: 'ubuntu';
}

.card-actualite2 .fa {
  font-size: 40;
  color: #449ae7;
  font-size: 40px;
}

.card-actualite .fa {
  font-size: 40;
  color: #b74ca3;
  font-size: 40px;
}

.bg-img-card {
  padding-right: 50px;
  background-image: url('../img/logo-final-bg-transparent.png');
  background-position: 326px -0;
  background-size: 257px;
  background-repeat: no-repeat;
}
.titre-num1 img {
  position: absolute;
  left: 15px;
  top: -60px;
}
.innovation .btn-cool-blues.footer-btn-2 {
  padding: 10px 25px;
  outline: none;
}
.innovation .btn-cool-blues::after {
  width: 50px;
  height: 111%;
  border: 1px solid #449ae7;
  content: '';
  left: -3px;
  position: absolute;
  top: -3px;
  width: 103%;
  border-radius: 50px;
}
.footer .btn-cool-blues::after {
  width: 50px;
  height: 63px;
  border: 1px solid #449ae7;
  content: '';
  left: -3px;
  position: absolute;
  top: -3px;
  width: 102%;
  border-radius: 50px;
}
.referencement .footer .btn-cool-blues::after {
  width: 50px;
  height: 63px;
  border: 1px solid #449ae7;
  content: '';
  left: -3px;
  position: absolute;
  top: -3px;
  width: 102%;
  border-radius: 50px;
}
.app-definition .btn-cool-blues::after {
  width: 50px;
  height: 111%;
  border: 1px solid #449ae7;
  content: '';
  left: -3px;
  position: absolute;
  top: -3px;
  width: 103%;
  border-radius: 50px;
}
.gestion {
  font-size: 34px;
  text-align: center;
  font-weight: 100;
  margin-bottom: 20px;
}
.pour-quoi-ref .footer-btn::after {
  height: 90px;
  border: 1px solid #fff;
  content: '';
  left: -3px;
  position: absolute;
  top: -3px;
  width: 103%;
  border-radius: 50px;
}
.pour-quoi-ref .footer-btn {
  border: none;
}
.pour-quoi-app .padding-btn-blanche {
  padding: 10px 50px;
}
.pour-quoi-app .footer-btn {
  border: none;
}
.pour-quoi-app .footer-btn::after {
  height: 80px;
  border: 1px solid #fff;
  content: '';
  left: -3px;
  position: absolute;
  top: -3px;
  width: 103%;
  border-radius: 50px;
}
.buble-desc {
  position: absolute;
  top: 95px;
  left: 220px;
  font-size: 28px;
  font-weight: bold;
  color: #1a519d;
  text-align: center;
}
.img-buble {
  position: relative;
}
.buble-desc .applic {
  color: #57b6f8;
}
.buble-desc .dev {
  font-weight: 400;
}
@media screen and (max-width: 992px) {
  .header_section {
    background-image: url(../img/header-mobil-img.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    max-width: 100%;
    min-height: 700px;
  }

  .navbar {
    width: 100%;
    box-shadow: 0 1px 4px rgb(146 161 176 / 15%);
  }

  .nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 62px;
  }

  .navbar .menu-items {
    display: flex;
  }

  .navbar .nav-container li {
    list-style: none;
  }

  .navbar .nav-container a:hover {
    font-weight: bolder;
  }

  .nav-container {
    display: block;
    position: relative;
    height: 60px;
  }

  .nav-container .checkbox {
    position: absolute;
    display: block;
    height: 32px;
    width: 32px;
    top: 20px;
    right: 20px;
    z-index: 5;
    opacity: 0;
    cursor: pointer;
  }

  .nav-container .hamburger-lines {
    display: block;
    height: 26px;
    width: 32px;
    position: absolute;
    top: 17px;
    right: 20px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
  }

  .nav-container .hamburger-lines .line {
    display: block;
    height: 4px;
    width: 100%;
    border-radius: 10px;
    background: #0e2431;
  }

  .nav-container .hamburger-lines .line1 {
    transform-origin: 0% 0%;
    transition: transform 0.4s ease-in-out;
  }

  .nav-container .hamburger-lines .line2 {
    transition: transform 0.2s ease-in-out;
  }

  .nav-container .hamburger-lines .line3 {
    transform-origin: 0% 100%;
    transition: transform 0.4s ease-in-out;
  }

  .navbar .menu-items {
    background-color: #1a519d;
    padding-top: 120px;

    height: 100vh;
    width: 100%;
    transform: translate(-150%);
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding-left: 0;
    transition: transform 0.5s ease-in-out;
    text-align: center;

    z-index: 2;
  }
  .navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }

  .logo {
    position: absolute;

    left: 15px;
    font-size: 1.2rem;
    color: #0e2431;
  }
  .navbar {
    background-color: #fff;
  }

  .nav-container input[type='checkbox']:checked ~ .menu-items {
    transform: translateX(0);
  }

  .nav-container input[type='checkbox']:checked ~ .hamburger-lines .line1 {
    transform: rotate(45deg);
  }

  .nav-container input[type='checkbox']:checked ~ .hamburger-lines .line2 {
    transform: scaleY(0);
  }

  .nav-container input[type='checkbox']:checked ~ .hamburger-lines .line3 {
    transform: rotate(-45deg);
  }

  .nav-container input[type='checkbox']:checked ~ .logo {
    display: none;
  }
  .w3-dropdown-contents {
    cursor: auto;
    color: #000;
    background-color: #fff;
    display: none;
    position: relative !important;
    min-width: 160px;
    margin: 0;
    padding: 0;
    z-index: 1;
    text-align: center;
  }
  .w3-dropdown-hover:first-child,
  .w3-dropdown-click:hover {
    background-color: #1a519d !important;
  }
  .w3-button:hover {
    color: #fff !important;
    background-color: #1a519d !important;
  }
  .w3-dropdown-click:hover > .w3-button:first-child {
    color: #fff !important;
    background-color: #1a519d !important;
  }
  .w3-button {
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
    text-align: center;
    background-color: transparent !important;
    border: none;
  }
  .navbar .nav-container a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
    text-align: center;
  }

  a.w3-bar-item.w3-button.siteweb-color {
    color: #b250a6 !important;
  }
  a.w3-bar-item.w3-button.application-color {
    color: #66a2a1 !important;
  }
  a.w3-bar-item.w3-button.crm-color {
    color: #b6506f !important;
  }
  a.w3-bar-item.w3-button.seo-color {
    color: #4b92b7 !important;
  }
  a.w3-bar-item.w3-button.socialmedia-color {
    color: #f1c745 !important;
  }
  a.w3-bar-item.w3-button.audiovisuelle-color {
    color: #826aec !important;
  }
  .w3-button {
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
    text-align: center;
  }
  .menu-items .btn-cool-blues.btn-product {
    text-align: center;
    margin: 20px auto;
  }
  .page-index .title {
    font-size: 31px;
    margin-bottom: 10px;
  }
  .page-index .title img {
    position: absolute;
    left: 148px;
    top: -65px;
    width: 58px;
  }
  .dotes-section {
    margin-top: 100px;
  }
  .buble-descs {
    position: absolute;
    /* top: 95px; */
    /* left: 220px; */
    font-size: 23px;
    font-weight: bold;
    color: #1a519d;
    text-align: center;
    top: 576px;
    right: 76px;
  }
  .expertise {
    background-image: url('../img/expertise-bg-mobile.png');
  }
  h2.title-expertise {
    font-size: 31px;
    margin-bottom: 10px;
  }
  .content-realisation img {
    width: 100%;
  }
  .content-realisation {
    padding: 500px 25px 350px 25px;
  }
  .realisation h1.title {
    font-size: 30px;

    margin-bottom: 20px;
  }
  .titre-num1 {
    font-size: 30px;

    text-align: center;
  }
  .titre-num1 img {
    position: absolute;
    left: 150px;
    top: -75px;
    width: 60px;
  }
  .realisation h1.title img {
    position: absolute;
    left: 150px;
    top: -75px;
    width: 60px;
  }
  .bg-img-card {
    padding-right: 0px;
  }
  .footer {
    background-image: url(../img/footer-bg-mobil.png);
    color: #fff;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 110px 25px;
    margin-top: 200px;
    padding-bottom: 30px;
  }
  .footer-maps {
    margin-top: -288px;
  }
  .footer-title {
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    margin-top: 80px;
  }
  .footer-title::before {
    content: url(../img/icon.png);
    display: block;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .w3-button:hover {
    background-color: transparent !important;
    color: #fff !important;
  }
  .titre-card-actualite {
    font-weight: 600;
    font-size: 20px;
    font-family: sans-serif;
    position: relative;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .slide-bg-1 {
    background-image: url(../img/fond1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .slide-bg-2 {
    background-image: url(../img/fond2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .titre-expertise {
    margin-bottom: 30px;
    margin-bottom: 15px;
    font-size: 26px;
    font-family: ubuntu;
    font-weight: bold;
    text-transform: uppercase;
  }
  .rating {
    margin-top: 50px;
  }
  .comprehension {
    background-image: url(../img/bgexp1-mobil.png);
    background-size: 100% 100%;

    padding: 200px 0px;
  }
  .comprehension-title {
    font-size: 26px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 20px;
    color: #fff;
  }
  .footer-exp {
    font-size: 24px;
  }
  .comprehension p {
    color: #fff;
    margin-bottom: 30px;
  }
  .comprehension-innovation {
    font-size: 30px;
    font-weight: bold;
  }
  .comprehension-innovation {
    font-size: 30px;
    font-weight: bold;
  }
  .content-inov {
    margin-bottom: 45px;
  }
  .page-r-social .img-buble img {
    position: absolute;
  }
  .page-r-social .qui-faire-app {
    margin-top: 150px;
  }
  .titre-expertise::before {
    text-align: center;
  }
  .under-title {
    margin-bottom: 50px !important;
  }
  .page-r-social .titre-expertise {
    margin-top: 0px;
  }
  .page-r-social .reseaux-social img {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .page-r-social .contenue-comprehension {
    margin-bottom: 25px;
  }
  .footer-btn {
    border-radius: 70px;
    font-weight: normal;
    border: double 0.2rem;
    position: relative;
    font-size: 18px;
    padding: 15px 20px;
  }
  .pour-quoi-ref img {
    margin-top: 25px;
  }
  .contenue-comprehension {
    margin-top: 25px;
    margin-bottom: 40px;
  }
  .pour-quoi-ref {
    padding: 200px 0px 300px 0px;
  }
  .referencement .footer-btn.mx-auto.d-block.padding-btn-blanche {
    margin-top: 25px;
  }
  .referencement .ref-definition {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .naturel-google img {
    width: 50%;
    margin-top: 25px;
  }
  .content-trace {
    font-family: 'Ubuntu';
    margin-bottom: 50px;
  }
  .titre-trace {
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 26px;
  }
  p.Boxarticle-expertise {
    margin-bottom: 50px;
  }
}
.FeaturedArticles-main-wrapper-item.col-50 {

  width: 80%;
  display: block;
  margin: 0 auto;
}

.FeaturedArticles-main-wrapper-item-margin {
  transition: .1s ease;
}

.cc-article-resource {
  color: #fff;
  font-family: Archivo;
}

article {
  display: block;
}

.cc-article-resource {
  color: #fff;
  font-family: Archivo;
}

.cc-article-resource.dark a {
  color: #fff;
}

.cc-article-resource a {
  color: #fff;
  font-family: Archivo;
}

.cc-article-resource-image {
  border-radius: 15px;
  position: relative;
  display: block;
  aspect-ratio: 6 / 5;
  overflow: hidden;
}

.perfmatters-lazy.pmloaded,
.perfmatters-lazy.pmloaded>img,
.perfmatters-lazy>img.pmloaded,
.perfmatters-lazy[data-ll-status=entered] {
  animation: 500ms pmFadeIn;
}

.cc-article-resource-image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fl-module img {
  max-width: 100%;
}

.fl-builder-content *,
.fl-builder-content *:before,
.fl-builder-content *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.cc-article-resource-image-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s ease;
  background-color: #7f60f9;
  overflow: hidden;
}

.perfmatters-lazy.pmloaded,
.perfmatters-lazy.pmloaded>img,
.perfmatters-lazy>img.pmloaded,
.perfmatters-lazy[data-ll-status=entered] {
  animation: 500ms pmFadeIn;
}

.cc-article-resource-image-hover img {
  border-radius: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transition: 3s ease;
}

.fl-module img {
  max-width: 100%;
}

.cc-article-resource-image-label {
  display: flex;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 6px;
  background-color: #08153c;
  color: #fff;
  padding: 12px 19px;

}

.cc-article-resource-image-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .4s ease;
  background-color: #7f60f9;
  overflow: hidden;
}

.cc-article-resource:hover.hover-image .cc-article-resource-image-hover {
  opacity: 1;
}

@import "https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Archivo:wght@100;300;400;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Archivo:wght@100;300;400;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;800&display=swap";
@import "https://fonts.googleapis.com/css2?family=Archivo:wght@100;300;400;800&display=swap";





@keyframes scrollImage {
  0% {
      object-position: top center
  }

  5% {
      object-position: top center
  }

  95% {
      object-position: bottom center
  }

  100% {
      object-position: bottom center
  }
}

.pointer-none h6 a {
  pointer-events: none
}

.no-border {
  border: none !important
}

.events-none {
  pointer-events: nonegit
}

.cc-article-resource {
  color: #fff;
  font-family: Archivo
}

.cc-article-resource a {
  color: #fff;
  font-family: Archivo
}

.cc-article-resource a:hover,
.cc-article-resource a:focus,
.cc-article-resource a:focus-within {
  text-decoration: none
}

@media(min-width: 600px) {
  .cc-article-resource:hover.hover-image .cc-article-resource-image-hover {
      opacity: 1
  }

  .cc-article-resource:hover.hover-image .cc-article-resource-image-hover img {
      animation: scrollImage 5s ease-in-out alternate infinite
  }
}

.cc-article-resource:hover .cc-article-resource-content h6 a {
  
}

.cc-article-resource:hover .cc-article-resource-content h6 a.events-none {
  
}

.cc-article-resource:hover .cc-article-link span {
  color: #169AE6
}

.cc-article-resource:hover .cc-article-link svg {
  transform: rotate(0)
}

.cc-article-resource-image {
  border-radius: 15px;
  position: relative;
  display: block;
  aspect-ratio: 6/5;
  overflow: hidden
}

.cc-article-resource-image img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media(min-width: 600px) {
  .cc-article-resource-image-hover {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: .4s ease;
      background-color: #7f60f9;
      overflow: hidden
  }

  .cc-article-resource-image-hover img {
      border-radius: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: top center;
      transition: 3s ease
  }
}

.cc-article-resource-image-label {
  display: flex;
  position: absolute;
  top: 30px;
  left: 30px;
  border-radius: 6px;
  background-color: #08153c;
  color: #fff;
  padding: 12px 19px
}

.cc-article-resource-image-label span {
  font-size: 16px;
  line-height: 1.04
}

.cc-article-resource-image-label-bottom {
  top: auto;
  bottom: 30px;
  background-color: #fff;
  color: #08153c
}

@media screen and (max-width: 575px) {
  .cc-article-resource-image-label-bottom {
      top: auto !important;
      bottom: 15px
  }
}

@media screen and (max-width: 575px) {
  .cc-article-resource-image-label {
      top: 15px;
      left: 15px
  }
}

.cc-article-resource-category {
  font-size: 12px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Archivo;
  display: flex;
  flex-wrap: wrap
}

.cc-article-resource-category-separator {
  padding: 0 3px 0 5px;
  color: #7f60f9
}

.cc-article-resource-content h6 {
  font-family: Archivo;
  font-size: 36px;
  font-weight: 700;
  border-bottom: 1px solid rgba(255, 255, 255, .15);
  margin-top: 15px;
  margin-bottom: 20px;
  letter-spacing: normal;
  padding-bottom: 10px;
  color: #fff
}

@media screen and (max-width: 1200px) {
  .cc-article-resource-content h6 {
      font-size: 30px;
      line-height: 1.4
  }
}

@media screen and (max-width: 1060px) {
  .cc-article-resource-content h6 {
      font-size: 28px
  }
}

.cc-article-resource-content h6 a {
  transition: .3s ease
}

.cc-article-resource-content h6 a:hover {
  color: #169AE6
}

.cc-article-resource-content h6 a.events-none:hover {
  color: unset
}

.cc-article-resource-content-excerpt {
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.58;
  margin-bottom: 20px;
  display: none
}

.cc-article-resource-content-excerpt-shown {
  display: block
}

.cc-article-resource-content-excerpt-shown a {
  text-decoration: underline
}

.cc-article-resource-content-excerpt-shown a:hover {
  color: #169AE6 !important
}

.cc-article-resource.text-medium .cc-article-resource-content h6 {
  font-size: 24px
}

.cc-article-resource .dot-blue {
  color: #7f60f9
}

.cc-article-resource.dark a {
  color: #fff
}

.cc-article-resource.dark .cc-article-resource-content h6 {
  color: #081438;
  border-bottom: 1px solid rgba(19, 19, 20, .3)
}

.cc-article-resource.dark .cc-article-resource-content h6.events-none:hover {
  color: unset
}

.cc-article-resource.dark .cc-article-resource-content-excerpt {
  color: #081438
}

.cc-article-resource.dark .cc-article-resource-category {
  color: #081438
}

.cc-article-resource.dark .cc-article-resource:hover-content h6.events-none {
  color: unset
}

.cc-article-link {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  transition: .3s ease;
  font-weight: 700
}

.cc-article-link span {
  transition: color .3s ease
}

.cc-article-link svg {
  margin-left: 8px;
  transform: rotate(-45deg);
  fill: #169AE6;
  transition: transform .3s ease
}

.cc-article-link svg path {
  fill: #169AE6
}

.cc-article-resource_list .cc-article-resource-inner {
  display: flex;
  position: relative
}

.cc-article-resource_list .cc-article-resource-image {
  width: 250px;
  height: 250px
}

.cc-article-resource_list .cc-article-resource-image-hover {
  display: none
}

.cc-article-resource_list .cc-article-resource-category {
  margin-top: 0
}

.cc-article-resource_list .cc-article-resource-content-wrapper {
  width: calc(100% - 250px);
  padding-left: 32px;
  min-height: 270px;
  display: flex;
  align-items: center
}

.cc-article-resource_list .cc-article-resource-content h6 {
  border-bottom: none !important;
  font-size: 24px;
  margin-bottom: 32px;
  padding-bottom: 0
}

.cc-article-resource_list .cc-article-resource-content-excerpt {
  display: block
}

.cc-article-resource_list .cc-article-link {
  position: absolute;
  left: 0;
  bottom: -30px;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, .15);
  padding-top: 10px
}

.cc-article-resource_list.dark .cc-article-link {
  border-top: 1px solid rgba(19, 19, 20, .3)
}

@media screen and (max-width: 1060px) {
  .cc-article-resource_list .cc-article-resource-image {
      width: 180px;
      height: 180px
  }
}

@media screen and (max-width: 767px) {
  .cc-article-resource_list .cc-article-resource-inner {
      display: block;
      position: relative
  }

  .cc-article-resource_list .cc-article-resource-image {
      width: 105px;
      height: 105px;
      float: left;
      margin-right: 16px
  }

  .cc-article-resource_list .cc-article-resource-image-hover {
      display: none
  }

  .cc-article-resource_list .cc-article-resource-image-label {
      display: none
  }

  .cc-article-resource_list .cc-article-resource-category {
      flex-wrap: wrap
  }

  .cc-article-resource_list .cc-article-resource-content-wrapper {
      width: 100%;
      padding-left: 16px;
      flex-direction: column
  }

  .cc-article-resource_list .cc-article-resource-content h6 {
      border-bottom: none !important;
      font-size: 18px;
      margin-bottom: 16px;
      margin-top: 10px;
      min-height: 60px
  }

  .cc-article-resource_list .cc-article-resource-content-excerpt {
      font-size: 16px;
      line-height: 1.45
  }

  .cc-article-resource_list .cc-article-link {
      position: relative;
      bottom: 0
  }
}
.product {
  height: 600px;
}


.product.blue {
  background-color: #428aa6;
}

.product.red {
  background-color: #1da6dd;
}

.product.green {
  background-color: #0379a8;
}
.product .player.blue {
  background-color: #004529;
}

.product .player.red {
  background-color: #173C4F;
}

.product .player.green {
  background-color: #052249;
}
.product input[type=radio] {
  display: none;
}

.product .card {
  position: absolute;
  width: 60%;
  height: 100%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .4s ease;
  cursor: pointer;
  border: none;
  background: none;
}

.product .container .container{
  width: 100%;
  max-width: 800px;
  max-height: 600px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.product .cards {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
}

.product .card img {
  width: 100%;
 
  border-radius: 10px;
  object-fit: cover;
}

#item-1:checked~.cards #song-3,
#item-2:checked~.cards #song-1,
#item-3:checked~.cards #song-2 {
  transform: translatex(-40%) scale(.8);
  opacity: .4;
  z-index: 0;
}

#item-2:checked~.cards #song-1 {
  background-color: #403d40;
}

#item-1:checked~.cards #song-2,
#item-2:checked~.cards #song-3,
#item-3:checked~.cards #song-1 {
  transform: translatex(40%) scale(.8);
  opacity: .4;
  z-index: 0;
}

.product #item-1:checked~.cards #song-1,
.product #item-2:checked~.cards #song-2,
.product #item-3:checked~.cards #song-3 {
  transform: translateX(0) scale(1);
  opacity: 1;
  z-index: 1;
}

.product #item-1:checked~.cards #song-1 img,
.product #item-2:checked~.cards #song-2 img,
.product #item-3:checked~.cards #song-3 img {
  box-shadow: 0px 0px 5px 0px rgba(81, 81, 81, 0.47);
}


.product .player {
  color: #fff;
  border-radius: 8px;
  min-width: 320px;
  padding: 16px 10px;
  bottom: -680px;
  position: absolute;
  background-color: #4FAAE9;
}

.product .upper-part {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  height: 36px;
  overflow: hidden;
}

.product .play-icon {
  margin-right: 10px;
}

.product .song-info {
  width: calc(100% - 32px);
  display: block;
}

.product .song-info .title {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}

.product .sub-line {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.product .subtitle,
.product .time {
  font-size: 12px;
  line-height: 16px;
  color: #c6c5c6;
}

.product .time {
  font-size: 12px;
  line-height: 16px;
  color: #a5a5a5;
  font-weight: 500;
  margin-left: auto;
}

.product .progress-bar {
  height: 3px;
  width: 100%;
  background-color: #e9efff;
  border-radius: 2px;
  overflow: hidden;
}

.product .progress {
  display: block;
  position: relative;
  width: 60%;
  height: 100%;
  background-color: #2992dc;
  border-radius: 6px;
}

.product .info-area {
  width: 100%;
  position: absolute;
  top: 0;
  left: 30px;
  transition: transform .4s ease-in;
}

.product #item-2:checked~.player #test {
  transform: translateY(0);
}

.product #item-2:checked~.player #test {
  transform: translateY(-40px);
}

.product #item-3:checked~.player #test {
  transform: translateY(-80px);
}
.devis-popup dialog {
  padding: 1rem 3rem;
  background: white;
  padding-top: 2rem;
  border-radius: 20px;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
  animation: fadeIn 1s ease both;
  width: 80%;
}

.devis-popup dialog::backdrop {
  animation: fadeIn 1s ease both;
  background: rgba(255, 255, 255, 0.4);
  z-index: 2;
  backdrop-filter: blur(20px);
}

.devis-popup .x {
  filter: grayscale(1);
  border: none;
  background: none;
  position: absolute;
  top: 15px;
  right: 10px;
  transition: ease filter, transform 0.3s;
  cursor: pointer;
  transform-origin: center;
}

.devis-popup .x:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

.devis-popup h2 {
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 1rem;
}

.devis-popup p {
  font-size: 1rem;
  line-height: 1.3rem;
  padding: 0.5rem 0;
}

.devis-popup p a:visited {
  color: rgb(var(--vs-primary));
}

/* General Styles */
.devis-popup body {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  background: url(https://images.unsplash.com/photo-1574169208507-84376144848b?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=879&q=80) no-repeat center center;
  background-size: cover;
}

.devis-popup button.primary {
  right: 20px;
  display: inline-block;
  font-size: 0.8rem;
  color: #fff !important;
  background: #2F6CBF;
  padding: 13px 25px;
  border-radius: 25px;
  transition: background-color 0.1s ease;
  box-sizing: border-box;
  transition: all 0.25s ease;
  border: 0;
  cursor: pointer;
  
  position: fixed;
  top: 150px;
  box-shadow: 0 10px 20px -10px rgba(29, 92, 255, 0.86);
  outline: none;
  background: linear-gradient(to left, #6dd5ed, #3F93E7);
  box-shadow: 0 10px 20px -10px rgb(29 92 255 / 86%) / 50%);
}

.devis-popup button.primary:hover {
  box-shadow: 0 20px 20px -10px rgb(var(--vs-primary) / 50%);
  transform: translateY(-5px);
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }

  to {
      opacity: 1;
  }
}
#demender-devis-1 {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    animation: fadeIn 1s ease both;
}

#demender-devis-1.show {
    display: block;
    opacity: 1;
    animation: fadeIn 1s ease both;
    transition: opacity 0.5s ease-in-out;
}