body {
  color: #013773;
}

.text-primary {
  color: #e30613 !important;
}

.text-secondary{
  color: #013773!important;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat";
}

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/solutis_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: 60px;
}

.logo {
    width: 120px;
    height: 40px;
}

.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(3,57,116);
  background: linear-gradient(90deg, rgba(3,57,116,1) 0%, rgba(207,37,44,1) 100%);
}
.block-cta:hover p {
  color: white !important;
}

.fleche {
  width: 80px;
}

.gd {
  height: 100px;
  color: white;
  border-radius: 10px;
}

.gd1 {
  background: rgb(3,57,116);
  background: linear-gradient(90deg, rgba(3,57,116,1) 0%, rgba(207,37,44,1) 100%);
}

.gd2 {
  background: #033974;
}

.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;
}
