#navbar {
  border-bottom-style: solid;
  border-bottom-color: #ebebeb;
  border-bottom-width: 0.1em;
}

html {
  height: 100%;
  font-size: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  background-color: #FFF0E8;
  display: flex;
  flex-direction: column;
}

.first-title {
  font-family: 'Montserrat'; 
  font-weight: bolder;
  hyphens: auto; 
  text-align: center
}

.center-all {
  max-width: 1200px;
  margin: auto;
}

a {
  text-decoration: none;
  /* color: #F87060; */
}

a:hover {
  text-decoration: none;
  font-weight: bold;
  color: #F87060;
}

p, h1, h2, h3, h4, h5, h6 {
  color: #F87060;
}

li {
  margin-left: 20px;
  margin-right: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

ul {
  text-align: center;
}

form {
  margin-left: 10px;
}

button {
  font-weight: bold;
}

#button-registration {
  border-style: solid;
  border-color: #F87060;
  color: #F87060;
  width: 150px;
  box-shadow: none;
  border-radius: 2em;
}

#button-registration:hover, #button-registration:active {
  background-color: #F87060;
  border-style: solid;
  border-color: #F87060;
  color: #ffffff;
  width: 150px;
  box-shadow: none;
}

#button-login {
  border-style: solid;
  color: #ffffff;
  width: 150px;
  box-shadow: none;
  border-radius: 2em;
}

#button-login:hover, #button-login:active {
  background-color: #ffffff;
  border-color: #102542;
  border-style: solid;
  color: #102542;
  width: 150px;
  box-shadow: none;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(7,80,117, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
  
.custom-toggler.navbar-toggler {
  border-color: #F87060;
  color: #F87060;
}

.horizontal-align {
  align-items: center;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

/* Beginning of rules for price cards */
.anchor {
  display: block;
  position: relative;
  top: -80px;
  visibility: hidden;
}

.price {
  color: red;
}

.switch {
  position: relative;
  display: inline-block;
  width: 120px;
  height: 45px;
}
  
.switch input {
	display:none;
}
  
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #F87060;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 45px;
}
  
.slider:before {
  position: absolute;
  content: '';
  height: 38px;
  width: 38px;
  left: 4px;
  bottom: 4px;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}
  
input:checked + .slider {
  background-color: #F87060;
}

input:checked + .slider:before {
  -webkit-transform: translateX(38px);
  -ms-transform: translateX(38px);
  transform: translateX(74px);
}
  
.slider:after {
  content:'Mensuel';
  color: #ffffff;
  display: block;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 65%;
  font-size: 15px;
  font-family: Verdana, sans-serif;
}
  
input:checked + .slider:after {  
  content:'Annuel';
  top: 50%;
  left: 35%;
}

.pricing .card {
  border-style: solid;
  border-width: 3px;
  border-color: #F87060;
  border-radius: 1rem;
  transition: all 0.2s;
  box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  background-color: #FFF0E8;
}

.card-body {
  padding-top : 1.25rem;
  padding-bottom : 0rem;
  padding-left : 0rem;
  padding-right : 0rem;
}

.card_header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  color: #F87060;
  border-bottom: none;
}

.card_header .icon {
  position: absolute;
  bottom: -50px;
  background: #ffffff;
  height: 95px;
  width: 95px;
  margin: 0 auto;
  left: 0;
  right: 0;
  overflow: hidden;
  border-radius: 50px;
  background-color: #ebebeb;
}
  
.pricing .large-hr {
  margin: 0;
  color: #F87060;
  box-shadow: none;
  border: 1px solid #F87060;
}
  
.pricing .card-title {
  margin: 0.5rem 0;
  font-size: 0.9rem;
  letter-spacing: .1rem;
  font-weight: bold;
}
  
.pricing .card-price {
  font-weight: bold;
  font-size: 1rem;
  margin: 0;
}

.fa-ul{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1rem;
  padding-bottom: 0rem;
}

.card-bottom {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.pricing .card-price .period {
  font-size: 0.8rem;
}
  
.pricing ul li {
  margin-bottom: 1rem;
  list-style-type:none;
  font-size: 0.8em;
}
  
.pricing .btn {
  color: #ffffff;
  background-color: #F87060;
  font-size: 80%;
  border-radius: 15px;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}
  
/* Hover Effects on Card */
@media (min-width: 992px) {
  .pricing .card:hover {
    margin-top: .1rem;
    margin-bottom: -.1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
  }
  .pricing .card:hover .btn {
    opacity: 1;
  }
}


th, tr {
  font-size: 0.8rem;
  text-align: center;
  color: #F87060;
  padding-left: 5px;
  padding-right: 5px;
}

td, th {
  padding: 10px;
}

.bi-check-lg {
  color: green;
}

.bi-x-lg {
  color: red;
}

.border {
  border-bottom-style: none !important;
  border-left-style: none !important;
  border-right-style: none !important;
}



/* End of rules for price cards */

/* Beginning of rules for the footer */
.mentions-legales {
  background-color: #F87060;
}

.text-mentions-legales {
  color: white;
  font-size: 12px;
}

.cadre-mentions-legales {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
}

.bottom-links {
  color: white;
  font-size: 10px;
  padding-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.bottom-links-underline {
  text-decoration: underline;
}

.bottom-links-border {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ffffff;
}

.unselectable {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #cc0000;
}

.footer {
  color: #ffffff;
}
.footer .location p {
  color: #ffffff;
  font-size: 0.8rem;
  text-align: left;
}

.footer .links, .footer .location {
  margin-top: 0em;
  text-align: center;
}
.footer .links li {
  margin-bottom: 0.1rem;
  margin-top: 0.1;
  list-style-type: none;
  text-align: center;
}
.footer .links li a {
  text-decoration: none;
  color: white;
  font-size: 0.8rem;
}
.footer .links h4, .footer .location h4 {
  margin-top: 0.2rem;
  margin-bottom: 3rem;
  font-size: 1em;
  color: white;
}
.footer .about-company {
  text-align: left;
}
.footer .about-company p {
  font-size: 0.8rem;
  color: #ffffff;
  text-align: justify;
}
.footer .location a, .footer .location a:hover {
  font-size: 0.8rem;
  color: #ffffff;
  text-align: left;
  text-decoration: underline;
}
.footer .about-company i {
  font-size: 25px;
  color: #ffffff;
}
.footer .about-company a {
  color: #ffffff;
}
.footer .copyright p {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, .1);
  text-align: center;
}
/* End of rules for footer */

/* Beginning of rules for registration button */
.icon-caret {
  border-style: solid;
  border-color:#f25c67;
  border-width: 1px;
  border-radius: 1em;
  background-color: #f25c67;
  width: 11em;
  display: inline-block;
  text-align: center;
  box-shadow: -2px 2px 10px 1px #9fafc1;
}

.icon-caret:hover {
  border-style: solid;
  border-color:#f25c67;
  border-width: 1px;
  border-radius: 1em;
  background-color: #ffffff;
  width: 11em;
  display: inline-block;
  text-align: center;
  box-shadow: -2px 2px 10px 1px #9fafc1;
}

#button-registration-bis{
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  border-radius: 10px;
}

#button-registration-bis:hover{
  color: #f25c67;
}
/* End of tules for registration button */

/* Tooltip text */
.tooltip-bubble .tooltiptext {
  visibility: hidden;
  width: 120px;
  color: #000;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  font-weight: bold;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  bottom: 70px;
  z-index: 1;
}
/* Show the tooltip text when you mouse over the tooltip container */
.tooltip-bubble:hover .tooltiptext {
  visibility: visible;
}
/* End of rules for floating bubbles*/


.highlight::before {
  content: '';
  background: url('../images/accueil/highlight.png') no-repeat center center; 
  background-size: 100%;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: -1;
}

.highlight {
  display: inline-block;
  position: relative;
  z-index: 0;
}

@media only screen and (max-width: 620px) {
  .highlight::before {
      background: none;
  }
}

.center-div {
  margin-left: auto;
  margin-right: auto;
}

.btn-primary {
  color: #dff2ff;
  background-color: #F87060;
  border-color: #F87060;
}

.btn-primary:hover {
  color: #F87060;
  background-color: #dff2ff;
}