@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes slide-in {
  100% {
    transform: translateX(0%);
  }
}
@keyframes slide-out {
  100% {
    transform: translateX(100%);
  }
}
@keyframes txt-appearance1 {
  100% {
    color: #11175D;
  }
}
@keyframes txt-appearance2 {
  100% {
    color: #F58634;
  }
}
*::selection {
  background-color: #FCB402;
}

@media screen and (max-width: 950px) {
  .logoMAPB {
    display: none;
  }
}

@media screen and (max-width: 950px) {
  .home .logoMAPN {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .home .logoMAPB {
    display: inline-block;
  }
}

.header__wayta {
  height: 80px;
}

.block_pdf {
  height: calc(100vh - 160px);
  overflow: scroll;
  position: relative;
}

.action_btn_fixed {
  position: fixed;
  bottom: 28px;
  left: 50%;
}

.hide_desktop {
  display: none;
}
@media screen and (max-width: 950px) {
  .hide_desktop {
    display: inherit;
  }
}

@media screen and (max-width: 950px) {
  .hide_mobile {
    display: none;
  }
}

.full_image {
  width: 100%;
}

.fizz {
  font-family: "Poppins";
  font-style: normal;
}
.fizz .container {
  width: 1240px;
}
@media screen and (max-width: 950px) {
  .fizz .container {
    width: 100%;
  }
}
.fizz .flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fizz .block_title {
  font-weight: 700;
  font-size: 46px;
  color: #11175D;
}
@media screen and (max-width: 950px) {
  .fizz .block_title {
    font-size: 34px;
    text-align: center;
    color: #11175D;
  }
}
.fizz .tilte {
  width: 88px;
  height: 5px;
  background: #FCB402;
  margin: 30px 0px;
}
@media screen and (max-width: 950px) {
  .fizz .tilte {
    margin: 10px auto 20px;
  }
}
.fizz .para {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  /* or 24px */
  color: #3A4FDA;
}
.fizz .p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 100%;
  /* or 24px */
  color: #8180A5;
}
.fizz .block_subtitle {
  font-family: "Nunito";
  font-weight: 400;
  font-size: 20.6406px;
  color: #8180A5;
  margin: 20px 0 40px;
}
@media screen and (max-width: 950px) {
  .fizz .block_subtitle {
    color: #CAC9E1;
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    padding: 0px 40px;
  }
}
.fizz .btn-y {
  display: inline-block;
  background: #FDB400;
  border-radius: 86.0027px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 15px 46px;
}
@media screen and (max-width: 950px) {
  .fizz .btn-y {
    font-size: 14px;
    line-height: 21px;
    padding: 0px 25px;
    line-height: 41px;
    height: 41px;
  }
}
.fizz .btn-y svg {
  margin-right: 22px;
}
@media screen and (max-width: 950px) {
  .fizz .btn-y svg {
    margin-right: 8px;
    margin-right: 8px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .jumbo {
    background: #3A4FDA;
    color: #FFF;
  }
}
.fizz .jumbo .home {
  padding-top: 180px;
}
@media screen and (max-width: 950px) {
  .fizz .jumbo .home {
    padding-top: 120px;
    text-align: center;
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .jumbo .home .block_title {
    color: #FFF;
    font-size: 20px;
    text-align: center;
  }
}
.fizz .jumbo .home .btn-y {
  margin-top: 23px;
}
.fizz .jumbo .home .btn-y svg {
  width: 20px;
}
@media screen and (max-width: 950px) {
  .fizz .jumbo .blue-background {
    display: none;
  }
}
.fizz .jumbo .blue-background:after {
  top: 0px;
  left: 50%;
  height: auto;
  border-width: 0px 0px 830px 400px;
}
@media screen and (max-width: 950px) {
  .fizz .jumbo .login-picture .wayta__block_right {
    margin-top: 20px !important;
  }
}
@media screen and (max-width: 950px) {
  .fizz .jumbo .login-picture img {
    width: 100%;
  }
}
.fizz .about {
  position: relative;
  width: 1200px;
  /* height: 462px; */
  color: #FFF;
  margin: 160px auto;
  padding: 22px;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .fizz .about {
    width: 100%;
    margin-top: -140px;
    padding: 40px;
  }
}
.fizz .about .forme {
  padding: 82px 130px;
  border-radius: 230px;
  background: linear-gradient(180deg, #4F63F2 0%, #2F43D3 73.96%);
  overflow: hidden;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 950px) {
  .fizz .about .forme {
    padding: 80px 20px;
    text-align: center;
  }
}
.fizz .about .overlay {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #ffffff 50%, #f5f7fb 50%);
  z-index: 1;
  border-radius: 230px;
}
@media screen and (max-width: 950px) {
  .fizz .about .overlay {
    top: 25px;
    left: 25px;
    bottom: 0;
    right: 25px;
    background-image: linear-gradient(to bottom, #ffffff 66%, #f5f7fb 34%);
  }
}
.fizz .about .pattern-1 {
  position: absolute;
  left: -3px;
  top: 0;
}
@media screen and (max-width: 950px) {
  .fizz .about .pattern-1 {
    background: linear-gradient(180deg, #1C2B99 0%, #2A3CC0 100%);
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    top: -340px;
    left: -50px;
  }
}
.fizz .about .pattern-2 {
  width: 44px;
  height: 44px;
  background: linear-gradient(180deg, #FDB401 0%, #FD9801 100%);
  border-radius: 50%;
  position: absolute;
  top: 128px;
  left: 44px;
}
@media screen and (max-width: 950px) {
  .fizz .about .pattern-2 {
    top: 25px;
    right: 80px;
    left: inherit;
  }
}
.fizz .about .pattern-3 {
  width: 150px;
  height: 150px;
  background: #FF576F;
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  right: -23px;
}
@media screen and (max-width: 950px) {
  .fizz .about .pattern-3 {
    width: 77px;
    height: 77px;
    bottom: -40px;
    right: 130px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .about .logoAbout {
    width: 150px;
  }
}
.fizz .about .cita {
  font-weight: 700;
  font-size: 26px;
  line-height: 24px;
  /* or 92% */
  margin-top: 25px;
  color: #FFFFFF;
}
@media screen and (max-width: 950px) {
  .fizz .about .cita {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-bottom: 10px;
  }
}
.fizz .about p {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 950px) {
  .fizz .about p {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    padding: 0 10px;
  }
}
.fizz .about p.bold {
  font-weight: 500;
  margin-bottom: 0px;
}
.fizz .about .pl {
  padding: 0 0 0 15px;
}
@media screen and (max-width: 950px) {
  .fizz .about .pl {
    padding: 0;
  }
}
.fizz .section2 {
  padding: 0 36px;
  margin-top: -390px;
}
@media screen and (max-width: 950px) {
  .fizz .section2 {
    padding: 0 15px;
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .fizz .section2 .changeMobile {
    display: flex;
    flex-direction: column-reverse;
  }
}
.fizz .section2 .contain {
  background: #F5F7FB;
  border-radius: 60px;
  padding-top: 190px;
}
@media screen and (max-width: 950px) {
  .fizz .section2 .contain {
    padding-bottom: 180px;
  }
}
.fizz .section2 .block {
  width: 417px;
  height: 428px;
  position: relative;
  background: url(/front/images/block_1.png);
  padding: 230px 95px 85px;
  text-align: center;
  position: absolute;
}
@media screen and (max-width: 950px) {
  .fizz .section2 .block {
    position: relative;
    right: inherit;
    top: inherit;
    left: inherit;
    padding: 155px 60px 0px 70px;
    text-align: center;
    position: relative;
    margin: auto;
    width: 360px;
    height: 380px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
.fizz .section2 .block h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  color: #08013C;
}
.fizz .section2 .block p {
  font-weight: 300;
  font-size: 14px;
  line-height: 133.5%;
  color: #1B1646;
}
.fizz .section2 .block.blockV2 {
  height: 468px;
  background-image: url("/front/images/block_2.png");
}
.fizz .section2 .block img {
  position: absolute;
}
@media screen and (max-width: 950px) {
  .fizz .section2 .block img {
    width: 130px;
  }
}
.fizz .section2 .block.block1 {
  right: 365px;
  top: 125px;
  margin-top: -70px;
}
.fizz .section2 .block.block1 img {
  top: 70px;
  left: 123px;
}
@media screen and (max-width: 950px) {
  .fizz .section2 .block.block1 img {
    right: inherit;
    top: inherit;
  }
}
@media screen and (max-width: 950px) {
  .fizz .section2 .block.block1 {
    right: inherit;
    top: 70px;
  }
}
.fizz .section2 .block.block2 {
  right: 50px;
}
.fizz .section2 .block.block2 img {
  top: 55px;
  left: 140px;
}
@media screen and (max-width: 950px) {
  .fizz .section2 .block.block2 img {
    left: 132px;
    top: 18px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .section2 .block.block2 {
    right: inherit;
    top: inherit;
  }
}
.fizz .section2 .block.block3 {
  right: 50px;
  top: 350px;
}
.fizz .section2 .block.block3 img {
  top: 35px;
  left: 155px;
}
@media screen and (max-width: 950px) {
  .fizz .section2 .block.block3 img {
    width: 100px;
    top: 5px;
    left: 143px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .section2 .block.block3 {
    right: inherit;
    top: inherit;
    background-image: url("/front/images/block_1.png");
    height: 380px;
    margin-top: -50px;
  }
}
.fizz .section2 .blockH {
  padding: 110px 0 90px;
}
@media screen and (max-width: 950px) {
  .fizz .section2 .blockH {
    padding: 30px 0 0px;
  }
}
.fizz .section2 .blockH .block_subtitle {
  padding-right: 200px;
}
@media screen and (max-width: 950px) {
  .fizz .section2 .blockH .block_subtitle {
    padding: 0 35px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #8180A5;
  }
}
.fizz .section3 {
  margin-top: 135px;
}
@media screen and (max-width: 950px) {
  .fizz .section3 {
    margin-top: -200px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .section3 .block_title {
    padding: 0 50px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .section3 .col-md-4 {
    padding: 0 32px;
    margin-top: 23px;
  }
}
.fizz .section3 .block_color {
  position: relative;
  padding: 37px;
  color: #FFF;
  border-radius: 8px;
  height: 384px;
  width: 400px;
}
@media screen and (max-width: 950px) {
  .fizz .section3 .block_color {
    width: 100%;
    height: auto;
    padding: 25px;
  }
}
.fizz .section3 .block_color .bg {
  position: absolute;
  left: 0px;
}
@media screen and (max-width: 950px) {
  .fizz .section3 .block_color .bg {
    width: 100%;
  }
}
.fizz .section3 .block_color .picto {
  position: relative;
  margin-bottom: 32px;
}
@media screen and (max-width: 950px) {
  .fizz .section3 .block_color .picto {
    margin-bottom: 20px;
  }
}
.fizz .section3 .block_color .title {
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 22px;
  line-height: 20px;
  height: 60px;
  position: relative;
}
@media screen and (max-width: 950px) {
  .fizz .section3 .block_color .title {
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 10px;
  }
}
.fizz .section3 .block_color p {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 950px) {
  .fizz .section3 .block_color p {
    font-weight: 400;
    font-size: 12px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .section3 .block_color p b {
    font-size: 15px;
  }
}
.fizz .section3 .block_color .chila {
  position: absolute;
  bottom: -10px;
  right: -30px;
  z-index: 4;
}
@media screen and (max-width: 950px) {
  .fizz .section3 .block_color .chila {
    width: 150px;
    right: -20px;
  }
}
.fizz .section3 .block_color.color1 {
  background: #2536D0;
  overflow: hidden;
}
.fizz .section3 .block_color.color1 .bg {
  top: 0px;
}
.fizz .section3 .block_color.color2 {
  background: #FCB402;
  overflow: hidden;
}
.fizz .section3 .block_color.color2 .bg {
  bottom: 0px;
}
.fizz .section3 .block_color.color3 {
  background: #FF576F;
  padding-right: 125px;
}
.fizz .section3 .block_color.color3 .bg {
  bottom: 0px;
}
.fizz .section4 {
  margin-top: 60px;
  text-align: center;
}
.fizz .section4 .tilte {
  margin: 30px auto;
}
@media screen and (max-width: 950px) {
  .fizz .section4 .block_title {
    padding: 0 85px;
  }
}
.fizz .section4 .contain-iphone {
  position: relative;
}
.fizz .section4 .contain-iphone:before {
  content: "";
  background: #F5F7FB;
  border-radius: 60px;
  position: absolute;
  left: 36px;
  right: 36px;
  top: -340px;
  z-index: -1;
  height: 755px;
}
@media screen and (max-width: 950px) {
  .fizz .section4 .contain-iphone:before {
    left: 15px;
    right: 15px;
    top: -320px;
  }
}
.fizz .section4 .contain-iphone .hackMobile {
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 90px;
}
.fizz .section4 .contain-iphone .iphone {
  margin-left: 60px;
  margin-top: 20px;
}
@media screen and (max-width: 950px) {
  .fizz .section4 .contain-iphone .iphone {
    width: 200px;
    margin: 0px;
    margin-left: 30px;
  }
}
.fizz .section4 .contain-iphone .circle {
  position: absolute;
  left: 50%;
  margin-left: -312px;
  top: 90px;
  width: 625px;
  height: 625px;
  border-radius: 50%;
  background: #FFFFFF;
  z-index: -1;
  box-shadow: 0px 0px 84px rgba(8, 1, 60, 0.1);
}
@media screen and (max-width: 950px) {
  .fizz .section4 .contain-iphone .circle {
    position: absolute;
    left: 50%;
    margin-left: -210px;
    top: 270px;
    width: 420px;
    height: 420px;
  }
}
.fizz .section4 .contain-iphone .tool {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 300;
  font-size: 22px;
  line-height: 31px;
  /* or 141% */
  text-align: center;
  color: #8180A5;
  background: #FFFFFF;
}
.fizz .section4 .contain-iphone .tool span {
  background: #2536D0;
  font-weight: bold;
  color: #FFF;
  padding: 0 10px;
}
.fizz .section4 .contain-iphone .tool.tool1 {
  width: 437px;
  height: 177px;
  position: absolute;
  top: 210px;
  left: 300px;
  padding: 55px;
  background: url(/front/images/tool1.png);
  line-height: 27px;
}
@media screen and (max-width: 950px) {
  .fizz .section4 .contain-iphone .tool.tool1 {
    position: relative;
    top: inherit;
    left: inherit;
    width: 220px;
    margin: auto;
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    margin-bottom: 35px;
    margin-top: -30px;
  }
}
.fizz .section4 .contain-iphone .tool.tool2 {
  width: 439px;
  height: 228px;
  background: url(/front/images/tool2.png);
  position: absolute;
  right: 270px;
  padding: 50px;
  top: 270px;
  line-height: 27px;
}
@media screen and (max-width: 950px) {
  .fizz .section4 .contain-iphone .tool.tool2 {
    position: relative;
    top: inherit;
    right: inherit;
    width: 220px;
    margin: auto;
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    margin-bottom: 35px;
  }
}
.fizz .section4 .contain-iphone .tool.tool3 {
  width: 439px;
  height: 228px;
  background: url(/front/images/tool3.png);
  position: absolute;
  bottom: 110px;
  left: 270px;
  padding: 46px;
  line-height: 27px;
}
@media screen and (max-width: 950px) {
  .fizz .section4 .contain-iphone .tool.tool3 {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 220px;
    margin: auto;
    background: none;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    height: auto;
    margin-bottom: 35px;
  }
}
.fizz .section5 {
  margin-bottom: 100px;
  padding: 0 25px;
}
@media screen and (max-width: 950px) {
  .fizz .section5 {
    margin-top: 0px;
    margin-bottom: 50px;
  }
}
.fizz .section5 .circle1 {
  position: absolute;
  right: 110px;
  top: -22px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(180deg, #FDB401 0%, #FD9801 100%);
}
@media screen and (max-width: 950px) {
  .fizz .section5 .circle1 {
    width: 22px;
    height: 22px;
    right: 60px;
    top: -10px;
  }
}
.fizz .section5 .circle2 {
  position: absolute;
  right: -50px;
  top: -68px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: #FF576F;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  .fizz .section5 .circle2 {
    width: 83px;
    height: 84px;
    right: -10px;
    top: -30px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .section5 .para {
    font-size: 16px;
    line-height: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .fizz .section5 p {
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .section5 img {
    width: 100%;
  }
}
.fizz .footer .footer_1 {
  height: 284px;
  background: linear-gradient(180deg, #3749EC 46.88%, #132091 100%);
  border-radius: 140px 140px 0px 0px;
  text-align: center;
  padding: 50px;
  color: #FFF;
}
@media screen and (max-width: 950px) {
  .fizz .footer .footer_1 {
    padding: 15px;
    height: auto;
    background: linear-gradient(180deg, #3749EC 46.88%, #132091 100%);
    border-radius: 33px 33px 0px 0px;
  }
}
.fizz .footer .footer_1 span {
  display: block;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 64px;
}
@media screen and (max-width: 950px) {
  .fizz .footer .footer_1 span {
    font-weight: 700;
    font-size: 16px;
    line-height: 17px;
    text-align: center;
    padding: 0 40px;
    margin-bottom: 9px;
  }
}
.fizz .footer .footer_1 p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 30px;
}
@media screen and (max-width: 950px) {
  .fizz .footer .footer_1 p {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 9px;
  }
}
.fizz .footer .footer_2 {
  position: relative;
  height: 104px;
  background: #11175D;
  text-align: center;
  line-height: 104px;
  color: #FFF;
}
@media screen and (max-width: 950px) {
  .fizz .footer .footer_2 {
    height: 30px;
    line-height: 30px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .footer .footer_2 img {
    width: 110px;
  }
}
@media screen and (max-width: 950px) {
  .fizz .footer .footer_2 p {
    font-size: 8px;
  }
}
.fizz .footer .footer_2 a {
  color: #FFF;
}
@media screen and (max-width: 950px) {
  .fizz .footer .footer_2 a {
    font-size: 8px;
    line-height: 125%;
  }
}
.fizz .footer .footer_2 .left {
  position: absolute;
  left: 0px;
  top: 0px;
}
.fizz .footer .footer_2 .right {
  position: absolute;
  right: 0px;
  top: 0px;
}

.truc {
  background-color: #ffffff;
  font-family: "Poppins";
  font-style: normal;
}
.truc .full {
  width: 100vw;
  height: 100vh;
}
.truc .container {
  width: 1240px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .truc .container {
    width: 100%;
  }
}
.truc .flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.truc .jumbotron {
  position: relative;
  background: #3A4FDA;
  width: 100vw;
  height: calc(100vh - 102px );
  overflow: hidden;
  /*
  background: linear-gradient(-45deg, #2536D0, #142195, #3A4FDA);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  */
}
@media screen and (max-width: 950px) {
  .truc .jumbotron {
    padding: 0 20px;
  }
}
.truc .jumbotron.header_tuto {
  height: 540px;
  background: #3A4FDA;
  background-blend-mode: hard-light;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron.header_tuto {
    height: auto;
    padding-bottom: 30px;
  }
}
.truc .jumbotron.header_tuto .texte {
  padding: 183px 0 280px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron.header_tuto .texte {
    padding: 25px 0px;
  }
}
.truc .jumbotron.header_tuto .circle {
  top: -272px;
  left: -184px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron.header_tuto .circle {
    top: -602px;
    left: -274px;
  }
}
.truc .jumbotron.header_tuto .circle2 {
  bottom: -440px;
  right: -48px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron.header_tuto .circle2 {
    display: none;
  }
}
.truc .jumbotron .circle {
  background: linear-gradient(180deg, #2536D0 22.65%, #142195 100%);
  mix-blend-mode: normal;
  opacity: 0.85;
  position: absolute;
  width: 711px;
  height: 711px;
  top: -147px;
  left: -184px;
  border-radius: 50%;
  z-index: 0;
  /*
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  */
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .circle {
    top: -602px;
    left: -274px;
  }
}
.truc .jumbotron .circle2 {
  background: linear-gradient(180deg, #2536D0 22.65%, rgba(37, 93, 81, 0.0001) 76.11%);
  mix-blend-mode: normal;
  opacity: 0.85;
  position: absolute;
  width: 660px;
  height: 660px;
  bottom: -380px;
  right: -47px;
  border-radius: 50%;
  z-index: 0;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .circle2 {
    display: none;
  }
}
.truc .jumbotron .header {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 80px;
  padding: 16px 0;
  z-index: 9;
}
.truc .jumbotron .header ul {
  display: inline-block;
  height: 60px;
  line-height: 60px;
  margin-right: 60px;
}
.truc .jumbotron .header ul li {
  display: inline-block;
  margin-right: 40px;
}
.truc .jumbotron .header ul li a {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  text-decoration: none;
}
.truc .jumbotron .header .right {
  float: right;
}
.truc .jumbotron .mobile_header {
  position: relative;
  z-index: 9;
  padding: 35px 10px;
}
.truc .jumbotron .mobile_header .logo {
  width: 200px;
}
.truc .jumbotron .mobile_header .back {
  position: absolute;
  right: 0;
  top: 29px;
  width: 50px;
}
.truc .jumbotron .container {
  height: 100%;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .container {
    height: auto;
  }
}
.truc .jumbotron .texte .tool {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 25px;
  display: inline-block;
  height: 34px;
  line-height: 34px;
  padding: 0 15px 0 5px;
  background: rgba(255, 255, 255, 0.32);
  border-radius: 10px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .texte .tool {
    font-size: 14px;
  }
}
.truc .jumbotron .texte .tool .labe {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  /* identical to box height, or 186% */
  color: #FFFFFF;
  background: #FF576F;
  border-radius: 10px;
  padding: 0px 15px;
  margin-right: 9px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .texte .tool .labe {
    font-size: 13px;
  }
}
.truc .jumbotron .texte .tool p {
  display: inline-block;
  opacity: 0.75;
}
.truc .jumbotron .texte h1 {
  font-weight: 500;
  font-size: 58px;
  line-height: 66px;
  /* or 114% */
  letter-spacing: 0.175px;
  color: #FFFFFF;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .texte h1 {
    font-size: 32px;
    line-height: 35px;
    text-align: center;
  }
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .texte h1.title_tuto {
    text-align: left;
  }
}
.truc .jumbotron .texte h1 strong {
  font-weight: 700;
  position: relative;
}
.truc .jumbotron .texte h1 strong::before {
  content: " ";
  position: absolute;
  left: 0px;
  right: -15px;
  bottom: 7px;
  height: 2px;
  background: #FCB402;
  transform: skew(-65deg);
}
.truc .jumbotron .texte h1 strong::after {
  content: " ";
  position: absolute;
  left: -20px;
  right: 5px;
  bottom: 3px;
  height: 2px;
  background: #FCB402;
  transform: skew(-65deg);
}
.truc .jumbotron .texte .p {
  font-size: 20px;
  line-height: 26px;
  /* or 130% */
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.75;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .texte .p {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
}
.truc .jumbotron .texte .p strong {
  font-weight: 700;
}
.truc .jumbotron .texte .beam {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.56;
}
.truc .jumbotron .texte .filtre {
  border: 1px solid #FCB402;
  backdrop-filter: blur(12px);
  border-radius: 100px;
  color: #FCB402;
  padding: 5px 25px;
  display: inline-block;
}
.truc .jumbotron .texte .time {
  display: inline-block;
  color: #FFF;
  margin-left: 25px;
}
.truc .jumbotron .image {
  padding-left: 60px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .image {
    padding-left: 50px;
    padding-right: 50px;
    margin-top: 150px;
  }
}
.truc .jumbotron .image .wrap {
  position: relative;
  overflow: hidden;
  background: #EAEEF3;
  border-radius: 8px;
  filter: drop-shadow(0px 80px 160px rgba(29, 20, 81, 0.8));
  display: inline-block;
}
.truc .jumbotron .search {
  width: 840px;
  height: 118px;
  background-color: #FFF;
  position: absolute;
  bottom: -60px;
  z-index: 3;
  border-radius: 12px;
  padding: 28px 15px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .search {
    padding: 0px 10px;
    height: 85px;
    position: absolute;
    top: 240px;
  }
}
.truc .jumbotron .search .searchInput {
  border: none;
  width: 380px;
  border-bottom: 1px solid #969696;
  margin-right: 10px;
  height: 42px;
  line-height: 42px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .search .searchInput {
    width: calc( 100% - 40px );
    margin: 0px;
  }
}
.truc .jumbotron .search .searchInput.error {
  border-color: red;
}
.truc .jumbotron .search svg {
  width: 32px;
}
.truc .jumbotron .search .send {
  display: inline-block;
  background: #FF576F;
  border-radius: 86.0027px;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  text-decoration: none;
  padding: 9px 29px;
  font-size: 16px;
  border: 0px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .search .send {
    padding: 0 16px;
    font-size: 14px;
    /* display: inline-block; */
    height: 35px;
    line-height: 35px;
    margin: 0 10px;
  }
}
.truc .jumbotron .search .btn-y {
  padding: 9px 29px;
  font-size: 16px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron .search .btn-y {
    padding: 0 16px;
    font-size: 14px;
    /* display: inline-block; */
    height: 35px;
    line-height: 35px;
  }
}
.truc .jumbotron.jumbo2 {
  background: url("/front/images/bgSearch.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron.jumbo2 {
    height: 350px;
  }
}
.truc .jumbotron.jumbo2 .texte {
  padding: 0px;
}
.truc .jumbotron.jumbo2 .search {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron.jumbo2 .search {
    top: 0px;
  }
}
.truc .jumbotron.jumbo2 .search .searchInput {
  width: 555px;
}
@media screen and (max-width: 950px) {
  .truc .jumbotron.jumbo2 .search .searchInput {
    width: calc( 100% - 40px );
    margin: 0px;
  }
}
.truc .player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  background-color: #FFF;
  border-radius: 50%;
  cursor: pointer;
}
.truc .player::before, .truc .player::after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid #FFF;
  border-radius: 50%;
  left: -40px;
  top: -40px;
  right: -40px;
  bottom: -40px;
  animation: pulse 2.5s linear infinite;
  backface-visibility: hidden;
  opacity: 0;
}
.truc .player::after {
  border: 1px solid #FFF;
  animation-delay: 1s;
}
.truc .filter {
  background: #FFF;
  width: 100%;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 8px 38px rgba(129, 128, 165, 0.17);
  position: sticky;
  top: 0px;
  z-index: 9;
}
@media screen and (max-width: 950px) {
  .truc .filter {
    height: 100px;
    overflow: hidden;
  }
}
.truc .filter .nav {
  position: relative;
  display: inline-block;
}
.truc .filter .nav .nav__pointer {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 1em;
  height: 40px;
  transition: transform 0.25s ease-in-out;
  will-change: transform;
  backface-visibility: hidden;
  font-weight: 700;
  color: #FFFFFF;
  background: #3A4FDA;
  border-radius: 50px;
}



.navSwiper{
  height:48px;
  line-height: 48px;
}
.navSwiper a{
  text-decoration: none;
}
.navSwiper .activeBTN{
  height: 40px;
  width: 0;
  font-weight: 700;
  color: #FFFFFF;
  background: #3A4FDA;
  border-radius: 50px;
  padding: 10px 20px;

}

.truc .filter .navig .marker {
  position: absolute;
  left: 0;
  background-color: red;
  height: 40px;
  width: 0;
  transition: 0.5s;
  font-weight: 700;
  color: #FFFFFF;
  background: #3A4FDA;
  border-radius: 50px;
}
.truc .filter ul {
  padding: 0px;
  display: inline-block;
  margin: auto;
  position: relative;
  z-index: 2;
}
.truc .filter ul li {
  display: inline-block;
  margin: 0 12px;
}
.truc .filter ul li a {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #8180A5;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  display: inline-block;
  padding: 0 15px;
  cursor: pointer;
}
.truc .title {
  position: relative;
  padding-left: 72px;
  margin-bottom: 35px;
}
.truc .title .icon {
  position: absolute;
  left: 0px;
  top: 14px;
}
@media screen and (max-width: 950px) {
  .truc .title .icon {
    left: 10px;
    top: -5px;
  }
}
.truc .title .title1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  letter-spacing: 0.2px;
  margin: 0px;
  animation: txt-appearance1 0s 1s forwards;
}
@media screen and (max-width: 950px) {
  .truc .title .title1 {
    font-size: 30px;
    line-height: 30px;
  }
}
.truc .title .title1:after {
  background: #11175D;
  animation: slide-in 0.75s ease-out forwards, slide-out 0.75s 1s ease-out forwards;
}
.truc .title .title2 {
  font-weight: 600;
  font-size: 18px;
  margin: 0px;
  animation: txt-appearance2 0s 1s forwards;
}
@media screen and (max-width: 950px) {
  .truc .title .title2 {
    font-size: 14px;
    line-height: 14px;
  }
}
.truc .title .title2:after {
  background: #F58634;
  animation: slide-in 0.75s 0.3s ease-out forwards, slide-out 0.75s 1.3s ease-out forwards;
}
.truc .title .effect_title {
  text-transform: uppercase;
  color: #222;
  font-weight: 900;
  color: transparent;
  font-size: 0px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.truc .title .effect_title span {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.truc .title .effect_title span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transform: translateX(-100%);
}
.truc .tutos {
  position: relative;
  padding-top: 55px;
  padding-bottom: 300px;
  background-color: #F9F9F9;
}
@media screen and (max-width: 950px) {
  .truc .tutos {
    padding: 55px 20px 300px 20px;
  }
}
.truc .tutos .overlay_white {
  background-color: #FFF;
  height: 550px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 0;
}
@media screen and (max-width: 950px) {
  .truc .tutos .overlay_white {
    display: none;
  }
}
.truc .tutos .wrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 18px;
  grid-row-gap: 56px;
  z-index: 1;
  margin-bottom: 70px;
}
@media screen and (max-width: 950px) {
  .truc .tutos .wrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.truc .tutos .wrap .tuto {
  position: relative;
  z-index: 2;
  border-radius: 12px;
  background: #FFF;
  width: 360px;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .truc .tutos .wrap .tuto {
    width: 100%;
  }
}
.truc .tutos .wrap .tuto .image {
  position: relative;
  height: 273px;
}
.truc .tutos .wrap .tuto .image .label-new {
  position: absolute;
  top: 24px;
  left: 0px;
  background: #FF576F;
  border-radius: 0px 50px 50px 0px;
  padding: 0 40px 0 33px;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
  font-size: 20px;
  color: #FFF;
}
.truc .tutos .wrap .tuto .image .favori {
  position: absolute;
  top: 16px;
  right: 19px;
  width: 52px;
  height: 52px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #FFFFFF;
  backdrop-filter: blur(16px);
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}
.truc .tutos .wrap .tuto .image .favori.is_favory path {
  fill: #FF576F;
}
.truc .tutos .wrap .tuto .image img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.truc .tutos .wrap .tuto .texte {
  padding: 13px 20px 38px;
}
.truc .tutos .wrap .tuto .texte .filtre {
  border: 1px solid #FCB402;
  backdrop-filter: blur(12px);
  border-radius: 100px;
  color: #FCB402;
  padding: 5px 25px;
  display: inline-block;
}
.truc .tutos .wrap .tuto .texte .time {
  display: inline-block;
  color: #3A4FDA;
  float: right;
  margin-top: 4px;
}
.truc .tutos .wrap .tuto .texte .name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #1B1D21;
  margin-top: 14px;
}
.truc .tutos .wrap .tuto .cta {
  cursor: pointer;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: #8180A5;
  border-top: 1px solid #D0DAE6;
  display: block;
  width: 100%;
  padding: 23px 0px;
  text-decoration: none;
}
.truc .ask {
  height: 430px;
  margin-top: -215px;
  overflow: hidden;
  position: relative;
  padding-bottom: 100px;
  box-sizing: content-box;
  color: #FFF;
}
@media screen and (max-width: 950px) {
  .truc .ask {
    height: 460px;
    padding-bottom: 0px;
  }
}
.truc .ask .pattern {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
}
@media screen and (max-width: 950px) {
  .truc .ask .pattern {
    transform: rotate(-90deg);
    position: absolute;
    /* right: 0px; */
    top: inherit;
    bottom: -152px;
    z-index: 2;
    left: 118px;
  }
}
.truc .ask .container {
  position: relative;
  height: 100%;
  background: linear-gradient(107.55deg, #2536D0 37.98%, #132090 87.72%);
  border-radius: 0px 0px 0px 48px;
}
@media screen and (max-width: 950px) {
  .truc .ask .container {
    padding-top: 30px;
    overflow: hidden;
  }
}
.truc .ask .container::after {
  content: " ";
  position: absolute;
  top: 0;
  right: -2000px;
  width: 2000px;
  bottom: 0px;
  background-color: #132090;
  z-index: 0;
}
.truc .ask .container .row {
  height: 100%;
  padding: 0 65px;
}
@media screen and (max-width: 950px) {
  .truc .ask .container .row {
    padding: 0 30px;
    height: auto;
  }
}
.truc .ask .container .tit {
  font-weight: 700;
  font-size: 59px;
  line-height: 66px;
  color: #FFFFFF;
}
@media screen and (max-width: 950px) {
  .truc .ask .container .tit {
    font-weight: 700;
    font-size: 31px;
    line-height: 31px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.truc .ask .container .mr {
  margin-left: 40px;
}
@media screen and (max-width: 950px) {
  .truc .ask .container .mr {
    margin: 0px;
    text-align: center;
  }
}
.truc .ask .container p {
  font-size: 18px;
  line-height: 132%;
  color: #FFFFFF;
  margin-bottom: 38px;
}
@media screen and (max-width: 950px) {
  .truc .ask .container p {
    font-size: 15px;
    line-height: 132%;
    text-align: center;
  }
}
.truc .ask .container .btn {
  border: 1px solid #FCB402;
  border-radius: 100px;
  color: #FCB402;
  padding: 5px 25px;
  display: inline-block;
}
.truc .cta_slider {
  position: absolute;
  right: 0px;
  bottom: -45px;
}
@media screen and (max-width: 950px) {
  .truc .cta_slider {
    display: none;
  }
}
.truc .confiance {
  padding: 80px 0px;
  height: 734px;
  background: #F9F9F9;
  overflow: hidden;
}
.truc .confiance .title {
  position: relative;
  padding: 0px;
}
@media screen and (max-width: 950px) {
  .truc .confiance .title {
    position: relative;
    text-align: center;
    padding: 0px 50px;
  }
}
.truc .confiance .slider_tem {
  margin-top: 80px;
  margin-bottom: 80px;
  width: 10000px;
}
.truc .confiance .slider_tem .temoi {
  display: inline-block;
  width: 457px;
  height: 360px;
  margin: 0 15px;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
}
.truc .confiance .slider_tem .temoi .p {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  margin: 24px 0px;
  color: #1B1D21;
}
.truc .confiance .slider_tem .temoi .name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #3A4FDA;
}
.truc .confiance .slider_tem .temoi .company {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #18173D;
  mix-blend-mode: normal;
  opacity: 0.6;
}
.truc .title3 {
  position: relative;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: #000000;
  margin: 50px 0 65px;
}
.truc .title3 span {
  position: relative;
  display: inline-block;
}
.truc .title3 span:after {
  content: " ";
  position: absolute;
  bottom: -15px;
  left: 0px;
  right: 0px;
  background-color: #FCB402;
  height: 2px;
  z-index: 3;
}
.truc .title3:after {
  content: " ";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -15px;
  background-color: #1C1D1F;
  opacity: 0.24;
  height: 1px;
}
.truc .wrap_tuto_in {
  margin: -175px auto 0;
  background-color: #F9F9F9;
  padding-bottom: 160px;
}
  .truc .wrap_tuto_in .no-img-available{
    padding-top:50px;
  }
  .truc .jumbotron .texte .elements_tuto{
    position: relative;
  }
  .truc .jumbotron .texte .elements_tuto .tuto_right_btn{
    position: absolute;
    right:15px;
    top:0;
  }
@media screen and (max-width: 950px) {
  .truc .wrap_tuto_in {
    margin: auto;
  }
}
@media screen and (max-width: 950px) {
  .truc .wrap_tuto_in .container {
    padding: 0px;
  }
}
.truc .wrap_tuto_in .image {
  width: 100%;
  min-height: 570px;
  background: #EAEEF3;
  border-radius: 46px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .truc .wrap_tuto_in .image {
    height: 300px;
    border-radius: 0px;
  }
}
.truc .wrap_tuto_in .container_mobile {
  padding: 0 20px;
  position: relative;
}
.truc .wrap_tuto_in .container_mobile .cta_slider {
  padding: 0px;
  bottom: 0px;
  z-index: 9;
}
@media screen and (max-width: 950px) {
  .truc .wrap_tuto_in .container_mobile .cta_slider {
    display: none;
  }
}
@media screen and (max-width: 950px) {
  .truc .wrap_tuto_in .cartes {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 950px) {
  .truc .wrap_tuto_in .cartes .block_carte {
    width: 100% !important;
    max-width: 344px;
    height: auto;
    overflow: hidden;
    border-radius: 0px 40px 35px 0;
  }
}
.truc .carte-elementV2 {
  background: #fffffe;
  background: #1d9b9e;
  position: relative;
  margin: auto;
  width: 344px;
  width: 100%;
  /*aspect-ratio: 0.51;*/
  border-radius: 30px;
  overflow: hidden;
  /*height:-webkit-fill-available;*/
  height: 676px;
  background-position: right;
}
.truc .carte-elementV2 .close {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  /* Firefox */
}
.truc .carte-elementV2 .open {
  transform: scale(1);
  -moz-transform: scale(1);
  /* Firefox */
}
.truc .carte-elementV2 .carte-header {
  /*background: #FFF;*/
  height: 8.5%;
  width: 100%;
  overflow: hidden;
}
.truc .carte-elementV2 .carte-header .carte-pictos {
  position: absolute;
  left: 17px;
  top: 15px;
}
.truc .carte-elementV2 .carte-header .carte-type {
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.235em;
  color: #08013C;
  text-transform: uppercase;
  text-align: right;
  padding-right: 20px;
  margin-top: 22px;
  line-height: 22px;
}
.truc .carte-elementV2 .carte-body {
  text-align: center;
  height: 86%;
  overflow: hidden;
  width: 80%;
  padding: 0 20px;
  margin: auto;
  margin-top: 1%;
  border-radius: 25px;
  padding-left: 0;
}
.truc .carte-elementV2 .carte-body .carte-title {
  padding-top: 33px;
  padding-top: 20px;
  margin-bottom: 0;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  font-size: calc(1.250rem + .8vw);
}
.truc .carte-elementV2 .carte-body .carte-logo {
  margin-top: 45px;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-bottom: 0px;
  width: 150px;
}
.truc .carte-elementV2 .carte-body .carte-subtitle {
  font-family: Poppins;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.235em;
  color: #ffffff;
  margin-top: 25px;
  margin-top: 20px;
  text-transform: uppercase;
  position: relative;
}
.truc .carte-elementV2 .carte-body .carte-subtitle::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 10px);
  background: #ffffff;
  width: 20%;
  height: 2px;
}
.truc .carte-elementV2 .carte-body .carte-text {
  margin-top: 23px;
  margin-top: 20px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color: #FFFFFF;
}
.truc .carte-elementV2 .carte-body .phrase {
  position: absolute;
  left: 23px;
  bottom: -15px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  /*font-size: 14px;
  line-height: 17px;*/
  font-size: 11px;
  color: #08013C;
}
.truc .carte-elementV2 .carte-body .logo {
  position: absolute;
  right: 20px;
  bottom: -15px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  color: #08013C;
  text-transform: uppercase;
}
.truc .carte-elementV2 .carte-footer {
  /*background:#FFF;*/
  text-align: center;
  height: 5%;
  overflow: hidden;
}
.truc .carte-elementV2 .carte-footer .phrase {
  position: absolute;
  left: 23px;
  bottom: -15px;
  font-family: Poppins;
  font-style: normal;
  font-weight: 300;
  font-size: 11px;
  color: #08013C;
}
.truc .carte-elementV2 .carte-footer .logo {
  position: absolute;
  right: 20px;
  bottom: -15px;
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  color: #08013C;
  text-transform: uppercase;
}

/*# sourceMappingURL=fizz.css.map */
