@import url(https://fonts.googleapis.com/css?family=Montserrat:400,500,700,900);
body {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  font-family: Montserrat, sans-serif;
  background-color: #ffffff;
  color: #444444;
  font-weight: 400;
  overflow-x: hidden;
}

/* PRM */
.prm {
  background-color: rgba(90, 24, 154, 0.15);
  border: 2px dashed rgba(90, 24, 154, 1);
  border-radius: 20px;
  padding: 8px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 15px;
}

.prm h2 {
  margin: 0px;
  font-size: clamp(34px, 4vw, 50px);
  font-weight: 600;
  color: rgba(90, 24, 154, 1);
  animation: blinkingText 2s infinite;
}

@keyframes blinkingText {
  0% {
    color: rgba(90, 24, 154, 1);
  }
  49% {
    color: rgba(90, 24, 154, 1);
  }
  60% {
    color: transparent;
  }
  99% {
    color: transparent;
  }
  100% {
    color: rgba(90, 24, 154, 1);
  }
}

.prm span {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 700;
}
/* PRM */
.bd-thanks {
  background-color: #fbfbfb;
}
.cstitle {
  color: #fff;
}
.navbar-default {
  padding: 15px 0px;
  background-color: #10002b;
  box-shadow:
    0 3px 5px rgba(0, 9, 128, 0.05),
    0 4px 10px rgba(0, 9, 128, 0.035);
  align-content: center;
  vertical-align: middle;
  border: none !important;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.valign-abs-txt-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
  z-index: -1 !important;
}

* .img-responsive {
  margin: 0 auto;
}

.brd {
  border: 2px solid black;
}

.navbar-brand {
  height: auto;
  padding: 0px;
}

.navbar-header img,
.logo-wht,
.logo-thnk {
  width: 260px;
  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;
}
/*.frame::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 80px;
    border-bottom-right-radius: 40px;
    border-top-left-radius: 0px;
    background-color: #2f4858;

    z-index: 0;
}*/

.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 #eee;
  background-color: #ffffff;
}

.succ-ic img {
  width: 90px;
}

.navbar-form {
  padding: 2px 0px 0px 0px;
}

.d-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.m-auto {
  margin: auto;
}

.single-item-slider {
  display: none;
}
.h1,
h1 {
  font-size: 50px;
}
.h2,
h2 {
  font-size: 40px;
}
/* Block3 */

.mb-30 {
  margin-bottom: 30px;
}

.pd-50 {
  padding: 50px 0px;
}
.row.v-center-img {
  display: flex;
  align-items: center;
  justify-content: center;
}

.light-grey {
  background-color: #fefbff;
}

.grn-ic {
  color: #10002b;
}

.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, 0.14);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-duration: 1.4s;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: #202020;
}

.square-box:hover {
  transform: translateY(-20px);
  box-shadow: 0px 18px 45px 0px rgba(0, 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 */

.navbar-default .navbar-form {
  border: none;
}

.clr {
  clear: both !important;
}

.form-holder {
  border: none;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 18px 45px 0px rgba(0, 0, 0, 0.14);
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation-duration: 1.4s;
  animation-delay: 0.3s;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  color: #202020;
}
select.choix {
  height: 49px;
  margin-bottom: 10px;
  color: black;
  background-color: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 5px;
  width: 100%;
}
input::placeholder {
  color: black !important;
}
select.civilite {
  height: 49px;
  margin-bottom: 10px;
  color: black;
  background-color: #ffffff;
  border: 1px solid #e6eaf0;
  border-radius: 5px;
  width: 100%;
  padding: 6px 12px;
}
.form-body {
  padding: 30px 15px 30px 15px;
}

.form-header {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 10px 15px 10px 15px;
  background-color: #10002b;
  color: #ffffff;
  font-weight: bold;
  font-size: 20px;
}

.cta-holder .sub {
  margin-top: 15px;
  position: relative;
  clear: both;
}

.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 #c77dff;
  width: 50px;
}
ul {
  font-size: 15px;
  text-align: justify;
}
footer {
  background-color: #070022;
  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: 25%;
  transform: translateY(-25%);
  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;
}

.ico_stat {
  color: #5a189a;
}

.tt2 {
  font-weight: bold;
  font-size: 20px;
  color: #5a189a;
}
