body {
    margin: 0px;
    padding: 0px 0px 0px 0px;
    font-family: 'Inter', sans-serif;
    background-color: #ffffff;
    color: #351a5f;
    font-weight: 400;
    overflow-x: hidden;
}

.wheel-wrapper {
    padding: 30px 0px;
}

.wheel-wrapper img{

    /*animation: rotate 10s infinite linear;*/
}


@keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    12.5% {
      transform: rotate(90deg);
    }
    25% {
      transform: rotate(90deg);
    }
    37.5% {
      transform: rotate(180deg);
    }
    50% {
      transform: rotate(180deg);
    }
    62.5% {
      transform: rotate(270deg);
    }
    75% {
      transform: rotate(270deg);
    }
    87.5% {
      transform: rotate(360deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .ctn p {
    font-size: 1.6rem;
    line-height: 1.7em;
    text-align: justify;
  }

.elt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tt-ic {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
}

.tt-ic * {
    margin: 0px;
}

.tt-ic h2 {
    font-size: 2.5rem;
    color:#ff0062;
}

.tt-ic img {
    height: 60px;
}

.bd-thanks {
    background-color: #fbfbfb;

}

.navbar-default {
    padding: 15px 0px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.349);
    background-color: #ffffff;
}

/* Nav ELT */
.logo-wrapper {
    flex-basis: auto;
    width: 20%;
}

.cta-nav {
    flex-basis: auto;
    text-align: right;
    width: 20%;
}

.baseline {
    flex-basis: auto;
    text-align: center;
    font-size: 1.8rem;
    width: 60%;
}

.logo-wrapper img {
    width: 230px;
}

/* /Nav ELT */

* .img-responsive {
    margin: 0 auto;
}

.elt-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.brd {
    border: 2px solid black;
}

.navbar-brand {
    height: auto;
    padding: 0px;
}

.navbar-header img,
.logo-wht,
.logo-thnk {
    width: 150px;
    height: auto;
}

.logo-thnk {
    margin: 0 auto;
}

.thnk-container {
    padding: 50px 0px;
}

.frame {
    background-color: #71C341;
    padding: 4.5% 50px 4.5% 50px;
    position: relative;
    color: #fff;
}

.frame p {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
}

.stp-pct img {
    height: 210px;
    margin-bottom: 25px;
}

.offres {
    color: #fff;
    padding: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    order: 3;
    position: absolute;
    z-index: 1;
    top: -5%;
    left: 4.7%;
}

.succ-ic {
    padding: 25px;
    border: 1px solid #ffe8ef;
    background-color: #ffffff;
}

.succ-ic img {
    width: 90px;
}


.navbar-form {
    padding: 2px 0px 0px 0px;
}



.m-auto {
    margin: auto;
}

.single-item-slider {
    /*display: none;*/
}


/* Block3 */

.w-100 {
    width: 100%;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.pd-50 {
    padding: 50px 0px;
}

.pd-80 {
    padding: 80px 0px;
}

.bg-grad-prp {
    background: linear-gradient(90deg, rgb(219, 199, 229) 0, rgb(124, 58, 249) 0, rgb(150, 46, 242) 100%);
    color: #fff;
}

.light-grey {
    background-color: #f9f9f9;
}

.light-purple {
    background-color: #FBF2FF;
}

.grn-ic {
    color: #362d8c;
}

.navbar-default .navbar-form {
    border: none;
}

.clr {
    clear: both !important;
}

.square-box {
    border: none;
    padding: 10px 15px 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, .14);
    transition: transform .6s cubic-bezier(.165, .84, .44, 1);
    animation-duration: 1.4s;
    animation-delay: .3s;
    animation-timing-function: cubic-bezier(.19, 1, .22, 1);

}

.square-box:hover {
    transform: translateY(-20px);
    box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, .14);
}

.clr-bth {
    margin-bottom: 30px;
}

.ic {
    margin-bottom: 8px;
}

.ic img {
    width: 120px;
    height: auto;
}

.tt1 {
    font-weight: bold;
    font-size: 17px;
}


/* Form */




.lh-15 {
    line-height: 1.5em;
}

.fs-15 {
    font-size: 15px;
}

.fs-20 {
    font-size: 20px;
}

.custom-hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #00D9A5;
    width: 50px;
}

ul {
    font-size: 15px;
    text-align: justify;
}

footer {
    background-color: #16031f;
    padding: 30px 0px;
    color: #ffffff;
}

footer a,
footer a:hover,
footer a:focus {
    text-decoration: none;
    color: #ffffff;
}

.tc {
    text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
    color: white;
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
}

.item {
    position: relative;
}

/* OWL */

#signle-item.owl-theme .owl-controls {
    position: absolute;
    top: 75%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.owl-theme .owl-controls .owl-page span {
    background: #8957ff !important;
}

.owl-theme .owl-controls .owl-buttons div {
    background: #8957ff !important;
}

.owl-prev:before {
    content: "\f060";
    font-family: FontAwesome;
    font-size: 18px;
}

.owl-next:before {
    content: "\f061";
    font-family: FontAwesome;
    font-size: 18px;
}

/********************/

.testimonial-slide {
    text-align: center;
    padding: 50px;
}

.testimonial-slide .avatar {

    display: flex;
    align-items: center;
    justify-content: center;
}

.avatar img {
    width: 80px;
    height: 80px;

}

.testimonial-slide .name {
    font-weight: bold;
    margin-bottom: 10px;
}

.testimonial-slide .stars {
    margin-bottom: 20px;
}

.fa-star {
    color: #FDCC0D;
}

/*** Circle Info ***/
.info-bulle .fa-info-circle{
    font-size: 30px;
}
.info-bulle {
  background-color: #ffe8ef;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.info-circle h1 {
    margin-top: 0px;
    margin-bottom: 50px;
}

.info-circle {
    padding:50px 0px;
}

.info-circle * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.info-circle .outer-circle {
    background: #ffe8ef;
    width: 420px;
    height: 420px;
    margin: auto;
    border-radius: 50%;
}

.info-circle .inner-circle {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    width: 400px;
    height: 400px;
    margin: auto;
    border-radius: 50%;
}

.info-circle .image {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    max-width: 100%;
    max-height: 100%;
    padding: 96px;
    margin: auto;
}

.info-circle .info-blocks {
    position: relative;
    top: -400px;
    width: 400px;
    margin: auto;
}

.info-circle .info-blocks .info-block {
    position: absolute;
    width: 400px;
    transition: 0.8s transform;
}

.info-circle .info-blocks .info-block .info-icon {
    background: linear-gradient(133.62deg, rgba(137, 87, 255, 1) 0%, rgba(85, 51, 166, 1) 100%);
    color: #fff;
    text-align: center;
    font-size: 24pt;
    padding: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.info-circle .info-blocks .info-block .info-icon i {
    display: block;
}

.info-circle .info-blocks > div:nth-of-type(even) .info-icon {
    float: left;
    margin-right: 16px;
}

.info-circle .info-blocks > div:nth-of-type(odd) .info-icon {
    float: right;
    margin-left: 16px;
}

.info-circle .info-blocks > div:nth-of-type(odd) {
    text-align: right;
}

.info-circle .info-blocks > div:nth-of-type(1) {
    transform: translate(-290px, 0);
}

.info-circle .info-blocks > div:nth-of-type(2) {
    transform: translate(290px, 0);
}

.info-circle .info-blocks > div:nth-of-type(3) {
    transform: translate(-368px, 154px);
}

.info-circle .info-blocks > div:nth-of-type(4) {
    transform: translate(368px, 154px);
}

.info-circle .info-blocks > div:nth-of-type(5) {
    transform: translate(-290px, 320px);
}

.info-circle .info-blocks > div:nth-of-type(6) {
    transform: translate(290px, 320px);
}

.info-circle .info-text {
    float: left;
    width: calc(100% - 96px);
    margin-top: 4px;
}

.info-circle .info-text.title-only {
    margin-top: 30px;
}

.info-circle .info-text .title {
    font-size: 14pt;
    margin: 0px;
}

.info-circle .info-text .text {

    line-height: 16pt;
    margin: 0;
}

.info-circle .text-upper {
    text-transform: uppercase;
}

.info-circle .clearfix:after {
    content: "";
    display: table;
    clear: both;
}

@media screen and (max-width: 1160px) {
    .info-circle .info-blocks {
        top: 48px;
        width: calc(100% - 128px);
        max-width: 420px;
    }

    .info-circle .info-blocks > div:nth-of-type(n) {
        position: static;
        width: 100%;
        margin-bottom: 32px;
    }

    .info-circle .info-blocks > div:nth-of-type(odd) {
        transform: translate(64px, 0);
    }

    .info-circle .info-blocks > div:nth-of-type(even) {
        transform: translate(-64px, 0);
    }
}
