body {
  color: #002638;
}

.text-primary {
  color: #e6186e !important;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat";
  font-weight: bold;
}

h1{
  font-weight: 800;
}

p,
label,
.btn,
a,
input,
li {
  font-family: "Montserrat";
  font-size: 14px !important;
}

h1,h2 {
  text-transform: uppercase;
}

.bg-entete {
  background-image: url("../images/credigo_bg_desktop.png");
  background-position: bottom center;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
}

.bande-blanche-transp {
  background: rgb(255, 255, 255, 0.5);
  height: 50px;
}

.logo {
  width: 150px;
  height: 35px;
}

.logo-cta {
  width: 50px;
  margin-bottom: 15px;
}

.block-cta {
  border-radius: 5px;
  box-shadow: 0px 0px 2px 2px grey;
  padding: 20px;
  height: 200px;
}

.block-cta:hover {
  color: white !important;
  background: rgb(183, 27, 100);
  background: linear-gradient(90deg, rgba(183, 27, 100, 1) 50%, rgba(30, 36, 60, 1) 100%);
}
.block-cta:hover p {
  color: white !important;
}

.fleche {
  width: 80px;
}

.gd {
  height: 100px;
  color: white;
  border-radius: 10px;
}

.gd1 {
  background: rgb(183, 27, 100);
  background: linear-gradient(90deg, rgba(183, 27, 100, 1) 50%, rgba(30, 36, 60, 1) 100%);
}

.gd2 {
  background: rgb(30, 36, 60, 1);
}

.mention-text {
  font-size: 20px;
}

.confiance-block {
  height: 250px;
  background-image: url(../images/bg-confiance-desktop.png);

  background-position: bottom center;
  background-size: cover;
  background-repeat: no-repeat;
}

.text-shadow{
  text-shadow: 1px 1px 1px black;
}
