body{
  margin: 0px;
  /* background-color: #F9F9F9!important; */
  min-height: 100%;
}
h1{
  text-align: center;
  margin-bottom: 50px!important;
}
.small{
  font-size: 80%;
  font-weight: 400;
  color: #3AAFA9;
  text-decoration: none;
  display: block;
  margin-top: .25rem;
}
.w-100{
width: 100%!important;
}

.header-right .bouton{
  margin-left: 20px;
}

.content-container{
  margin: 30px auto;
  width: 35%;
}

/* HEADER */
.header{
  display: flex;
  margin: 30px 50px;
  /* justify-content: flex-end;
  align-items: center; */
}
.header-left{
  flex: 1;
}
.header-right{
  flex: 1;
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.logo{
  /* background-color: blue; */
  /* display: inline-block; */
  height: 50px;
  width: 200px;
}

.bouton-label{
  color: #3AAFA9;
  margin-right: 20px;
  /* line-height: 54px; */
  display: inline-block;
}

.text-muted {
    color: #6c757d!important;
}
/* BOUTON */
.btn-regular{
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-regular:focus{
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38,143,255,.5);
}

.bouton{
  display: inline-block;
  overflow: hidden;

  width: 200px;
  /* margin: 10px 100px 10px 10px; */
  padding: 12px 12px;

  cursor: pointer;
  user-select: none;
  transition: all 150ms linear;
  text-align: center;
  white-space: nowrap;
  text-transform: capitalize;

  font-size: 13px;
  font-weight: 500;
  line-height: 1.3;

  -webkit-appearance: none;
  -moz-appearance:    none;
  appearance:         none;

  justify-content: center;
  align-items: center;
  flex: 0 0 160px;

  box-shadow: 2px 5px 10px var(--color-smoke);
}

.btn-outlined{
  color: #17242A;
  background-color: white;
  border: 1px solid #17242A;
  /* border-radius: 0px; */
}
.btn-filled{
  color: white;
  background-color: #3AAFA9;
  border: 1px solid #3AAFA9;
  /* border-radius: 0px; */
}
.footer{
  width: 100%;
  padding-bottom: 30px;
  position: fixed;
  bottom: 0;
}
.mentions{
  /* width: 100% */
  text-align: center;
}
/* FORM INPUT */
label {
    display: inline-block;
    margin-bottom: .5rem;
}
.form-group {
    margin-bottom: 1rem;
}

.form-input{
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  box-sizing: border-box;
}
.form-input:focus {
    color: #495057;
    background-color: #fff;
    border-color: #3AAFA9;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(58,175,169,.25);
}
.bottom-form{
  margin-top: 50px;
  display: flex;
  align-items: center;
}
.bottom-form-left{
  flex: 1;
}
.bottom-form-right{
  flex: 1;
  text-align: right;
}

/* Prices */
.price{
  font-size: 250%;
  font-weight: bolder;
  margin-bottom: 0;
}
