/*  */
.bg-navy{
    background-color: #152733 !important
}
.input-group-custom {
  padding: 9px 12px 4px 12px;
  text-align: center;
}
.text-black{
  color: #000;
}
.text-display4{
  font-size: 1.1em;
}
.sign-with{
  border: 2px solid rgb(90, 90, 92);
  border-radius: 5px;
  max-width: 300px;
}
.sign-with:hover{
  color: inherit !important;
}
.sign-with-google{
  border-color: rgb(231, 48, 79) !important;
  border-radius: 3px;
}
.sign-with-facebook{
  border-color: rgb(60, 116, 221) !important;
  border-radius: 3px;
}
.sign-with i{
  font-size: 20px;
}
.sign-with-google i{
  color: rgb(231, 48, 79);
}
.sign-with-facebook i{
  color: rgb(60, 116, 221);
}
.sign-text{
  flex: 4;
  font-size: 14px;
  /* font-weight: 200; */
}
.sign-icon{
  min-width: 40px;
  text-align: center;
}
.sign-text-google{
  background-color: rgb(231, 48, 79) !important;
  color: #fff;
}
.sign-text-facebook{
  background-color: rgb(60, 116, 221) !important;
  color: #fff;
}
.text-link{
  color: rgb(53, 101, 189) !important;
}
.text-eblue{
  color: rgb(18, 53, 117) !important;
}
.divider:after {
  content: 'OU';
  display: inline-block;
  position: relative;
  font-weight: bold;
  top: -10px;
  padding: 0 16px;
  background: #fff;
  font: normal 14px/14px "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.form-connect .input-group-text {
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  background-color: rgb(55, 98, 177);
  border-radius: 5px;
  border-color: rgb(42, 82, 156) !important;
}
.form-connect .form-control{
  font-size: 1.2em;
  background-color: #FFFFFF;
  background-image: none;
  border: 1px solid #e5e6e7;
  border-radius: 5px;
  color: #000;
  display: block;
  height: calc(2.5em + .75rem + 2px);
  padding: .375rem .75rem;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.form-connect textarea.form-control{
  height: inherit;
  padding: .375rem .75rem;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.text-display2{
  font-size: 1.7em !important;
}
.form-connect .select2-container--bootstrap4 .select2-selection--single {
  height: calc(3.25rem + 2px) !important;
}
.form-connect .select2-container {
  font-size: 1.2em;
}
.form-connect .select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
  line-height: 3.25rem;
}
.letter-space-xl{
  letter-spacing: .3em;
}
.input-group-light .input-group-append .input-group-text{
  background-color: #fff;
  color: rgb(18, 53, 117) !important;
  border-color: #e5e6e7 !important;
}
.btn-action{
  background-color: rgb(60, 116, 221) !important;
  color: #fff;
  border-radius: 5px;
  border: 1px solid rgb(60, 116, 221);
  font-size: 1.2em;
}
.form-connect .copyright{
  font-size: 0.8em;
  color: rgb(12, 58, 143);
}
.form-connect fieldset {
  min-width: inherit;
  padding: 1em;
  margin: 0 0 1em;
  border: 1px solid rgba(0, 0, 0, 0.27);
  border-radius: 5px;
}
.form-connect legend {
  display: inline-block;
  width: initial;
  font-size: 1.5em;
}
.form-connect .click-file{
  border: 3px solid rgba(30, 58, 111, 0.585);
  border-radius: 1em;
}
.form-connect .click-file img{
  border-radius: 1em;
}
.swal-footer{
  text-align: center !important;
}
.font-size-sm{
  font-size: 1.15em;
}
.swal-title{
  font-weight: 400 !important;
}
.born-header img{
  height: 50px;
}
.custom-field-error{

}
.custom-field-error ul{
  list-style-type: none;
    margin: 0;
    padding: 0;
}
.custom-field-error ul li{
  margin: 0;
    padding: 0;
    text-align: left;
    color: #e13d44;
    font-weight: 600;
}
.custom-field-error ul li::before {
      content: "Erreur";
    background-color: #b90b12;
    color: white;
    font-weight: 100;
    padding: 3px 5px;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 7px;
    display: inline-block;
    font-size: 0.9em;
}
.top-header{
    font-size: 2.5em;
    color: #29485e;
    font-weight: 900;
}
.top-header a{
  font-size: 0.3em;
}
.born-card{
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 32px rgb(0 0 0 / 10%);
  transition-property: all;
  transition-duration: .15s;
  height: 100%;
}
.born-card:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}
.born-title h3{
  font-size: 2em;
  color: #29485e;
  padding-bottom: 0.3em;
}
.born-text p{
  font-size: 1.3em;
}
.btn-lg-navy{
  -webkit-box-ordinal-group: 4; 
    display: inline-block;
    -ms-flex-order: 3;
    padding: 1em 1.3em!important;
    font-size: 16px!important;
    line-height: 37px!important;
    font-weight: 700;
    -ms-flex-negative: 0;
    background-color: #00497e;
    border: 2px solid #00497e;
    box-shadow: 0 0 16px rgb(0 0 0 / 20%);
    color: #ffffff !important;
    border-radius: 100px;
    font: 700 16px/16px AEmb,Helvetica,Arial,sans-serif!important;
    padding: 10px 22px;
    -webkit-transition: box-shadow .15s;
    transition: box-shadow .15s;
    min-height: inherit !important;
}
.small-footer{
  font-size: 0.8em;
}
.small-footer i{
  font-size: 2em;
    color: white;
}
.landing-page li.pricing-title.usual{
  background-color: #b90b12;
}
.landing-page .pricing-plan li.pricing-price{
  font-size: 1.2em;
}
.landing-page .pricing-plan .pricing-price span.usual-price{
  color: #b90b12;
}
.landing-page .btn-usual {
  background-color: #b90b12;
  border-color: #b90b12;
  color: #FFFFFF;
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 600;
}
.mail-box table:last-child{
  margin-bottom: 0px !important;
}
.btn-navy:hover{
  color: #fff !important;
  background-color: #00497e !important;
  border: 2px solid #00497e !important;
}
.btn-navy{
  -webkit-box-ordinal-group: 4; 
    -ms-flex-order: 3;
    padding: 0.5em 1.3em!important;
    font-size: 16px!important;
    line-height: 37px!important;
    font-weight: 700;
    -ms-flex-negative: 0;
    background-color: #00497e;
    border: 2px solid #00497e;
    box-shadow: 0 0 16px rgb(0 0 0 / 20%);
    color: #fff !important;
    border-radius: 20px;
    font: 700 16px/16px AEmb,Helvetica,Arial,sans-serif!important;
    padding: 10px 22px;
    -webkit-transition: box-shadow .15s;
    transition: box-shadow .15s;
    min-height: inherit !important;
}
.bg-gris{
  background-color: #e9e9e9;
}
.sm-shadow{
  box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}

.hole-spinner{
  width: 8em;
  height: 8em;
}
.modal-open .modal.hole-modal.show {
  overflow-x: hidden;
  overflow-y: auto;
  display: flex!important;
  z-index: 2000000000;
}
.min-h-70{
  min-height: 70px;
}
h1.heading {
  font-size: 80px!important;
  line-height: 96px;
}
.top-logo{
  width: 80px;
}