body {
  font-family: "Poppins", sans-serif;
  background: #f0f0f0;
  color: #757575;
  font-weight: 300;
  font-size: 0.85rem;
  line-height: 1.6;
}
h1,
h2,
h3 {
  font-weight: 500;
  color: #2d2d2d;
}
h1 {
  font-size: 1.35rem;
  line-height: 1.3;
}
h2 {
  font-size: 1.1rem;
}
h3 {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  font-weight: 300;
}
p {
  margin: 0 0 1em 0;
}
textarea::placeholder {
  color: #ccc;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.logoclient {
  width: 35vw;
  max-width: 185px;
}

.boxEffect {
  text-align: center;
  position: relative;
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  padding: 2rem 0;
}

/* Pt un jour plus tard : hexagone
/* http://brenna.github.io/csshexagon/ */
.selecteur {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 1em 0;
}
.selecteur label {
  position: relative;
}
.selecteur input {
  position: absolute;
  opacity: 0;
}
.selecteur div {
  width: 36px;
  height: 36px;
  margin: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-color: #5dcfea;
  cursor: pointer;
}
.selecteur input:hover + div,
.selecteur input:checked + div,
.selecteur input:focus + div {
	background-color: #03a2dc;
  box-shadow: 1px 1px 5px #888;
}

input {
  width: 80%;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #5fceea0e;
  padding: 10px;
  outline: none;
  resize: none;
}
textarea {
  width: 80%;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  background: #5fceea0e;
  padding-left: 5px;
  outline: none;
  resize: none;
}

.bouton {
  background: #5dcfea;
  margin: 16px 0 50px 0;
  padding: 8px 20px;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 1px 1px 5px #888;
  transition: all 0.5s ease;
}
.bouton:hover {
  box-shadow: none;
}

.ending {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 0.8rem;
}
.ending::before, .ending::after {
  content: '\2B22';
  display:flex;
  align-items: center;
  justify-content: center;
}
.ending::before {
  margin-right: 5px;
}
.ending::after {
  margin-left: 5px;
}