@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Carnas';
  src: url('../fonts/CarnasW03-Medium.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.text-turquoise {
  color: #08d4f0;
}
.turquoise {
  background-color: #08d4f0;
}
.turquoise-light {
  background-color: #eef8fb;
}
.salmon {
  background-color: #dba377;
}
.text-salmon {
  color: #dba377;
}
.placeholder {
  background-color: lightgray;
}
.text-turquoise-dark {
  color: #00889d;
}
.turquoise-dark {
  background-color: #00889d;
}
.text-orange,
a.text-orange {
  color: #0344fb !important;
}
a.text-orange:hover,
a.text-orange:focus,
a.text-orange:active {
  color: #01227d !important;
}
.text-grey {
  color: #768997 !important;
}
.text-grey-light {
  color: #747474;
}
a.text-grey:hover,
a.text-grey:focus,
a.text-grey:active {
  color: #3d4850 !important;
}
.link-home {
  font-size: 1.1rem;
  color: black;
}
.w-45 {
  width: 45%;
}
.pointer {
  cursor: pointer;
}
.orange-border {
  border: 1px solid #08d4f0 !important;
}
.clear {
  clear: both;
}
.gm-style img {
  max-width: 8rem;
}
.error-message {
  color: red;
  font-size: 0.9rem;
}
.error-input {
  border-color: red !important;
}
.valid-message {
  color: green;
}
textarea {
  resize: none;
}
.background-turquoise {
  background: #08d4f0 !important;
}
.background-turquoise-dark {
  background: #00889d !important;
}
.rounded {
  border-radius: 1rem !important;
}
.bg-primary {
  background-color: #0344fb !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.25) !important;
}
.border-danger-overload {
  border-left: red solid 2px;
}
.btn-outline-secondary {
  color: #00889d;
}
.btn-outline-secondary:hover {
  background-color: #00889d;
  color: white;
}
.close {
  color: #2553a1 !important;
}
.close:hover {
  color: #2553a1 !important;
  text-decoration: none;
}
.mb-6 {
  margin-bottom: 4rem;
}
.lds {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds div {
  display: inline-block;
  position: absolute;
  left: 8px;
  width: 16px;
  background: #0344fb;
  animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds div:nth-child(1) {
  left: 8px;
  animation-delay: -0.24s;
}
.lds div:nth-child(2) {
  left: 32px;
  animation-delay: -0.12s;
}
.lds div:nth-child(3) {
  left: 56px;
  animation-delay: 0s;
}
@keyframes lds-facebook {
  0% {
    top: 8px;
    height: 64px;
  }
  50%,
  100% {
    top: 24px;
    height: 32px;
  }
}
.comments {
  font-size: 1.2rem;
}
div.tagsinput {
  border: 2px solid #08D4F0;
  background: #FFF;
  padding: 5px;
  width: 100% !important;
  height: auto !important;
  min-height: inherit !important;
  border-radius: 0.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
div.tagsinput span.tag {
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  padding: 5px;
  text-decoration: none;
  background-color: #08D4F0;
  color: #ffffff;
  margin-right: 5px;
  font-size: 13px;
}
div.tagsinput span.tag a {
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  font-size: 11px;
}
div.tagsinput input {
  width: auto !important;
  margin: 0 5px 5px 0;
  font-size: 13px;
  border: 1px solid transparent;
  padding: 5px;
  background: 0 0;
  color: #000;
  outline: 0;
}
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}
.tagator_element {
  border: 1px solid #08D4F0 !important;
  background-color: #FFFFFF !important;
  padding: 5px !important;
  width: 100% !important;
  height: auto !important;
  min-height: inherit !important;
  border-radius: 0.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.tagator_element .tagator_tags {
  margin-right: 5px;
}
.tagator_element .tagator_tag {
  border: 1px solid #acacac;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  padding: 5px;
  text-decoration: none;
  background-color: #e9e9e9;
  color: #000000;
  margin-right: 5px;
  font-size: 1.5vh;
}
.tagator_element .tagator_tag .tagator_tag_remove {
  position: relative;
}
.tagator_element .tagator_tag .tagator_tag_remove:hover {
  background-color: white;
  color: #2553a1;
}
.tagator_element .tagator_input {
  width: auto !important;
  margin: 0 5px 5px 0;
  font-size: 1.5vh;
  border: 1px solid transparent;
  padding: 5px;
  background: 0 0;
  color: #000;
  outline: 0;
}
.tagator_element .tagator_options {
  border: 0;
}
.tagator_element .tagator_option:first-child {
  border-top: 1px solid #7f9db9;
}
.tagator_element .tagator_option:last-child {
  border-bottom: 1px solid #7f9db9;
}
.tagator_element .tagator_option {
  border-left: 1px solid #7f9db9;
  border-right: 1px solid #7f9db9;
}
.tagator_element .tagator_option.active {
  background: linear-gradient(90deg, #2553a1 -10%, #3fadd6 50%, #2553a1 110%) !important;
}
.site-logo-pre {
  width: 100%;
}
.text-m {
  font-size: 1rem;
}
.text-xl {
  font-size: 2rem;
}
.text-l {
  font-size: 2rem;
}
.text-s {
  font-size: 1rem;
}
.xenia-white-btn {
  padding: 0.5rem 1rem;
  border-radius: 1rem;
}
.filler {
  width: 90%;
  height: 90%;
  margin: auto;
  background-image: url("../../uploads/website/hands.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.pre-icon-container {
  width: 25rem;
}
.pre-icon {
  max-height: 15rem;
}
.circle-logo-pre {
  width: 50rem;
  height: 50rem;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 65%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.w-70 {
  width: 70%;
}
.w-60 {
  width: 60%;
}
.text-zeus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.partners {
  width: 20rem;
  margin: auto;
  height: 10rem;
  border-radius: 1rem;
  border: 1px solid #00889d;
}
.user-testimonial {
  height: 20rem;
}
.user-picture {
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
}
.author {
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
}
.bandeau {
  height: 10rem;
  position: absolute;
  bottom: 0;
}
.site-logo-pre {
  width: 80%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.header-link {
  margin-left: 50px;
}
@media only screen and (min-width: 1025px) {
  .text-block-relation {
    margin-bottom: 5%;
  }
  .text-block-solution {
    margin-top: 2%;
  }
  #icon-section {
    padding: 4rem 0;
  }
  #inscription {
    min-height: 25rem;
  }
}
.text-hide {
  display: none !important;
}
.user-picture-mobile {
  height: auto;
  border-radius: 50%;
  overflow: hidden;
  width: 50%;
  margin-left: 25%;
}
h1 {
  font-size: 2rem !important;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #2553a1;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 18px;
  height: 18px;
  border: 2px solid #08D4F0;
  border-radius: 100%;
  background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
  content: '';
  width: 16px;
  height: 16px;
  background: #08D4F0;
  position: absolute;
  top: 3px;
  left: 1px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  padding-left: 1.5em !important;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  cursor: pointer;
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #08D4F0;
  background: white;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  cursor: pointer;
  content: '\2713\0020';
  position: absolute;
  top: 0.26em;
  left: 0.1em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #08D4F0;
  transition: all 0.2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #08D4F0;
}
.slick-arrow {
  z-index: 2;
}
.slick-dots li button:before {
  font-size: 15px !important;
}
ul.slick-dots {
  bottom: -40px !important;
}
.home-testimonial .slick-dots li button:before {
  color: #0344fb !important;
  opacity: 0.25 !important;
}
.home-testimonial .slick-dots li.slick-active button:before {
  color: #0344fb !important;
  opacity: 0.75 !important;
}
.home-testimonial ul.slick-dots {
  bottom: -40px !important;
}
@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-Bold.woff3') format('woff2'), url('Helvetica-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-Oblique.woff2') format('woff2'), url('Helvetica-Oblique.woff') format('woff');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-Light.woff2') format('woff2'), url('Helvetica-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica.woff2') format('woff2'), url('Helvetica.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-BoldOblique.woff2') format('woff2'), url('Helvetica-BoldOblique.woff') format('woff');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'Helvetica';
  src: url('HelveticaRounded-Bold.woff2') format('woff2'), url('HelveticaRounded-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('Helvetica-Compressed.woff2') format('woff2'), url('Helvetica-Compressed.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
.black-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.element1 {
  top: 5px;
  right: 50px;
}
.element2 {
  top: 5px;
  right: 10px;
}
.form-check {
  padding-left: 0;
  padding-right: 1.25rem;
}
.btn-primary {
  background-color: #012AFF;
}
.btn-alert {
  background-color: #F3135F;
  color: white;
}
.btn-alert:hover {
  color: white;
}
.helvetica {
  font-family: Helvetica, Arial, sans-serif;
}
@font-face {
  font-family: 'chunkfiveroman';
  src: url('../../fonts/chunkfive-webfont.woff2') format('woff2'), url('../../fonts/chunkfive-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.chunkfive {
  font-family: 'chunkfiveroman';
}
body {
  font-family: 'Source Sans Pro';
}
.underline {
  text-decoration: underline;
}
.cursor-default {
  cursor: default;
}
.centered {
  left: 50%;
  transform: translate(-50%, 50%);
}
.h-15-overflow {
  height: 15rem;
  overflow: hidden;
}
.h-25-overflow {
  max-height: 25rem;
  overflow: hidden;
  border: 2px solid #08D4F0;
  border-radius: 0 1rem 1rem 1rem;
  max-width: 40rem;
}
.h-25-overflow img {
  object-fit: cover;
}
.h-10-overflow {
  height: 9rem;
  overflow: hidden;
  border: 2px solid #08D4F0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.badge-notif {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  background-color: red;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.badge-notif-messenger-like {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  border: 4px solid white;
  border-radius: 50%;
  background-color: red;
  top: 10px;
  right: 40px;
  transform: translate(50%, -50%);
}
.box-halo {
  background-color: white;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 10px 3px rgba(242, 242, 255, 0.75);
  -moz-box-shadow: 0 0 10px 3px rgba(242, 242, 255, 0.75);
  box-shadow: 0 0 10px 3px rgba(242, 242, 255, 0.75);
}
.hr-vertical-blue {
  border-top: 5px solid #00aecb;
  transform: rotate(90deg);
  width: 6rem;
}
.hr-vertical-blue2 {
  border-top: 5px solid #8db4bf;
  transform: rotate(90deg);
  width: 6rem;
}
.text-dark-blue {
  color: #2553a1;
}
.bck-dark-blue {
  background-color: #2553a1;
}
.btn-close-absolute {
  -webkit-appearance: none;
  position: absolute;
  right: 10%;
  top: 0;
  background-color: white !important;
  opacity: 0.7 !important;
}
.btn-delete-file-absolute {
  -webkit-appearance: none;
  position: absolute;
  right: 10%;
  top: 0;
  background-color: white !important;
}
.square-20rem {
  height: 20rem;
  width: 20rem;
  align-self: center;
}
.index-section {
  background: white;
  min-height: 40vh;
}
.index-section h2 {
  color: #0344fb;
}
.small-logo {
  height: 2rem;
  width: 2rem;
}
.medium-logo {
  height: 10rem;
  width: 10rem;
}
.px-7 {
  padding: 0 7rem;
}
.header {
  top: 0;
  z-index: 100;
  color: white;
  background-color: white;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.header a.link-header,
.header a.link-header:hover {
  color: black !important;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
}
.mr-7 {
  margin-right: 5rem !important;
}
.navbar-collapse.collapse.in {
  display: block !important;
}
.input-search,
.input-contact {
  width: 100%;
}
.container-map {
  min-height: 70vh;
}
@media (max-width: 1024px) {
  #home-mask-map {
    height: 50rem;
  }
}
.ul-categories-home {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ul-categories-home li,
.container-link-footer div {
  padding-bottom: 1rem;
  text-align: right;
}
.container-icon-phone {
  border: 1px solid white;
  padding: 0.3rem 0.6rem;
}
.main-header {
  font-size: 1.1rem;
}
.main-header .nav-link:not(.phone) {
  font-size: 1rem;
}
.home-testimonial {
  background-image: url(../../uploads/website/home-page/grandeforme2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 7rem 0 !important;
  top: -3.5%;
}
.home-section {
  padding: 2rem 0;
}
.home-section-1-bg {
  background-image: url("../../uploads/website/home-page/background-senior.png");
  background-position: center right;
  /* Center the image */
  background-size: 60% 100%;
  /* Resize the background image to cover the entire container */
  background-repeat: no-repeat;
  padding: 5rem 0;
  box-shadow: inset 50rem 0 2em white;
}
.home-form-search-container .home-form-search h2 {
  color: #08d4f0;
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.home-form-search-container .home-form-search label {
  display: block !important;
  font-weight: bold;
  font-size: 1.1rem;
  margin-bottom: 0.5rem !important;
}
.home-form-search-container .home-form-search input {
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-size: 0.8rem;
}
.home-form-search-container .home-form-search input::-webkit-input-placeholder,
.home-form-search-container .home-form-search input::-moz-placeholder,
.home-form-search-container .home-form-search input:-ms-input-placeholder,
.home-form-search-container .home-form-search input:-moz-placeholder {
  color: #768997;
}
.home-form-search-container .home-form-search input[type=date]::-webkit-datetime-edit {
  color: #768997;
}
.reassurance {
  min-height: 50%;
  padding: 2rem;
  position: relative;
  top: 25%;
}
.reassurance h2 {
  margin-bottom: 1rem;
}
.container-testimonials {
  margin: auto 0;
}
.container-testimonials .testimonials {
  padding: 0 2rem;
}
.container-testimonials .testimonials .content-testimonial {
  border: 1px solid #768997;
  margin: 0;
  padding-left: 15px;
}
.container-testimonials .testimonials .user-testimonial,
.container-testimonials .testimonials .testimonial-text,
.container-testimonials .testimonials .quote {
  color: #768997;
}
.container-testimonials .testimonials .name {
  margin: 1rem 0 2rem;
}
.container-testimonials .testimonials .testimonials-text {
  display: inline-block;
  height: 5rem;
  padding-top: 1rem;
  overflow: hidden;
}
.container-images {
  margin: auto 0;
}
.container-images .image {
  padding: 0 1rem;
  position: relative;
}
.container-images .img-container {
  height: 20rem;
  overflow: hidden;
}
.container-images .img-container img {
  height: 100%;
  width: auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: auto;
}
.comment-row {
  padding: 0.5rem 0;
  position: relative;
}
.comment-text {
  font-size: 1.2rem;
}
.site-logo {
  width: 8rem;
}
.np-image {
  display: inline-block;
  width: 8rem;
  height: 8rem;
  overflow: hidden;
}
.profile-pic-delete {
  position: absolute;
  top: 0rem;
  right: 0rem;
}
.profile-pic-delete:hover {
  color: #2553a1 !important;
}
.profile-pic-delete:active {
  color: #022996 !important;
}
.tagsinput.is-invalid {
  border: 0.05rem solid red;
  padding-right: calc(0.375em + 0.1875rem);
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}
#successMsg .modal-content {
  text-align: center;
  color: green;
}
#successMsg .modal-body {
  padding: 2rem 0;
}
#successMsg .modal-footer {
  justify-content: center;
}
.img-front {
  background: white;
  bottom: 0;
  font-size: 0.9rem;
  position: absolute;
  cursor: pointer;
  width: 100%;
  text-align: center;
  text-decoration: underline;
}
.img-front:hover {
  color: #010d31;
}
form[name="biens"] label:nth-child(2) {
  margin-right: 2rem;
}
form[name="biens"] label:first-child {
  color: #768997;
  font-size: 0.9rem;
}
form[name="biens"] input[type="text"],
form[name="biens"] input[type="number"],
form[name="biens"] input[type="date"] {
  width: 100%;
}
form[name="biens"] .row {
  margin-bottom: 1rem;
}
.add-new-media {
  overflow: hidden;
  display: inline-block;
  border: 0.05rem dashed #2553a1;
  padding: 0.25rem;
}
.add-new-media label {
  width: 100%;
}
.xs-text {
  font-size: 0.8rem;
}
.square {
  width: 0.5rem;
  height: 0.5rem;
  background: #08d4f0;
  display: inline-block;
}
.text-grey {
  color: #c8c8c8;
}
.dnone {
  display: none;
}
.container-mapSearch {
  height: 100vh !important;
  min-height: 100vh !important;
  max-height: 100vh;
  position: fixed;
  overflow: hidden;
}
#mapSearch {
  height: 100%;
  min-height: 100% !important;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.col-6.results {
  min-height: 80vh;
}
.big-btn {
  border-radius: 25px;
  min-width: 15%;
}
.white-bg {
  background-color: white;
}
.navbar-toggler {
  color: #012AFF !important;
  border-color: #012AFF !important;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.container-img-concept {
  background-image: url("../../uploads/website/Retraite+Etudiant_1b2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.wave {
  position: absolute;
  bottom: 0rem;
}
#brown_wave_landing {
  fill: #dba377;
  background-color: transparent;
}
#blue_wave_landing {
  fill: #08d4f0;
  background-color: transparent;
}
.container-img-landing-welcome {
  background-image: url("../../uploads/website/front_01.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 40rem;
  -webkit-box-shadow: 0px 0px 65px 1px rgba(0, 174, 203, 0.25);
  -moz-box-shadow: 0px 0px 65px 1px rgba(0, 174, 203, 0.25);
  box-shadow: 0px 0px 65px 1px rgba(0, 174, 203, 0.25);
}
.separator-landing {
  min-height: 15rem;
  background-color: transparent;
}
.container-brown-wave {
  background-color: #dba377;
}
.bottom-landing-presentation {
  min-height: 15rem;
  background-color: #08d4f0;
  z-index: 3;
}
.text-block-relation {
  border-top-left-radius: 25%;
}
.text-landing-presentation-right,
.text-left-landing-presentation,
.text-block-solution {
  position: relative;
  bottom: 15rem;
}
footer a {
  color: white;
}
label {
  color: black !important;
}
.form-control {
  background-color: #ffffff !important;
  padding: 1rem 15px !important;
  border-color: #08D4F0;
}
select.form-control {
  padding: 0.375rem 0.75rem !important;
  height: auto;
}
.result-card .img-container,
.reservation-card .img-container {
  height: 15rem;
  overflow: hidden;
}
.card-img-top {
  width: 100%;
  height: 100%;
}
.page-item.active .page-link {
  background-color: #08d4f0;
  border-color: #08d4f0;
}
.page-link {
  color: #08d4f0;
}
.container-map-search-mid {
  display: none;
}
#dropMenuProfileMobile {
  margin: 0 !important;
  padding: 0 0;
  color: #00889d;
}
.btn-cancel-booking {
  right: 5px !important;
}
.addHousing div label:nth-of-type(2) {
  margin-left: 1rem;
}
.table th {
  color: white;
  background: #2553a1;
  border: #2553a1;
}
@media only screen and (min-device-width: 1200px) and (max-device-width: 1400px) {
  .circle-logo-pre {
    width: 40em;
    height: 40rem;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
  }
  .partners {
    width: auto;
  }
}
@media only screen and (min-device-width: 920px) and (max-device-width: 1200px) {
  .circle-logo-pre {
    width: 40em !important;
    height: 40rem !important;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
  }
  .partners {
    width: auto;
  }
  #mapSearch {
    min-height: 20rem;
  }
}
@media only screen and (min-device-width: 680px) and (max-device-width: 920px) {
  .partners:nth-child(-n + 2) {
    margin-bottom: 3rem;
  }
  .partners {
    width: auto;
  }
  .one-icon-container {
    margin-bottom: 15px;
  }
  .home-section-1-bg {
    padding-bottom: 10rem !important;
  }
  .container-img-concept,
  .container-img-landing-welcome {
    min-height: 15rem;
  }
  #mapSearch {
    min-height: 20rem;
  }
  .container-map-search-top {
    display: none;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 680px) {
  .slick-slide {
    width: 100vw;
    box-sizing: border-box;
  }
  .hide-phone {
    display: none;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  .h2,
  h2 {
    font-size: 1.25rem;
  }
  .h3,
  h3 {
    font-size: 1rem !important;
  }
  .single-btn {
    font-size: 1rem !important;
  }
  .text-m {
    font-size: 1rem !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .partners {
    width: 100% !important;
    padding: 15px;
    margin-bottom: 15px;
  }
  .header-first {
    width: 80%;
  }
  .header-second {
    width: 15%;
  }
  .one-icon-container {
    margin-bottom: 15px;
  }
  .one-icon-container .pre-icon {
    max-height: 7rem;
  }
  .site-logo-pre {
    width: 100%;
    max-width: 50%;
    margin: 0!important;
  }
  .mobile-footer {
    padding: 15px;
  }
  .mobile-footer a {
    display: block;
  }
  .p-sp-0 {
    padding: 0px !important;
  }
  .last {
    display: none;
  }
  .landing-navbar-toggler {
    margin-top: 7px;
  }
  #user_type .form-check:first-child {
    margin-right: 1.5rem;
  }
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    position: static;
  }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    top: 0.2rem;
  }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    top: 7px;
  }
  .partners {
    width: auto;
  }
  .home-section-1-bg {
    padding-bottom: 10rem !important;
  }
  .container-img-concept,
  .container-img-landing-welcome,
  .filler {
    min-height: 15rem;
  }
  .home-partners {
    margin-bottom: 3rem;
  }
  .container-logo-footer {
    margin-bottom: 1rem !important;
  }
  .container-social-footer {
    margin-bottom: 0.5rem;
  }
  #mapSearch {
    min-height: 20rem;
  }
  .container-map-search-top {
    display: none;
  }
  .reservation-card {
    margin-bottom: 1rem;
  }
  .reservation-card .img-container {
    height: 15rem;
  }
  .addHousing div [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
  }
  .addHousing div [type="radio"]:checked + label:before,
  .addHousing div [type="radio"]:not(:checked) + label:before {
    top: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .circle-logo-pre {
    width: 40em;
    height: 40rem;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 70%;
    transform: translate(-50%, -50%);
  }
  .partners {
    width: auto;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1200px) {
  .circle-logo-pre {
    width: 40em !important;
    height: 40rem !important;
    background-color: white;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translate(-50%, -50%);
  }
  .partners {
    width: auto;
  }
  #mapSearch {
    min-height: 20rem;
  }
}
@media only screen and (min-width: 680px) and (max-width: 980px) {
  .partners:nth-child(-n + 2) {
    margin-bottom: 3rem;
  }
  .partners {
    width: auto;
  }
  .one-icon-container {
    margin-bottom: 15px;
  }
  .home-section-1-bg {
    padding-bottom: 10rem !important;
  }
  .container-img-concept,
  .container-img-landing-welcome {
    min-height: 15rem;
  }
  .circle-logo-pre {
    display: none !important;
  }
  #mapSearch {
    min-height: 20rem;
  }
  .container-map-search-top {
    display: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 680px) {
  .slick-slide {
    width: 100vw;
    box-sizing: border-box;
  }
  .hide-phone {
    display: none;
  }
  h1 {
    font-size: 1.5rem !important;
  }
  .text-m {
    font-size: 1rem !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .partners {
    width: 100% !important;
    padding: 15px;
    margin-bottom: 15px;
  }
  .header-first {
    width: 80%;
  }
  .header-second {
    width: 15%;
  }
  .one-icon-container {
    margin-bottom: 15px;
  }
  .one-icon-container .pre-icon {
    max-height: 7rem;
  }
  .site-logo-pre {
    width: 100%;
    max-width: 50%;
    margin: 0!important;
  }
  .mobile-footer {
    padding: 15px;
  }
  .mobile-footer a {
    display: block;
  }
  .p-sp-0 {
    padding: 0px !important;
  }
  .last {
    display: none;
  }
  .navbar-toggler:not(.landing-navbar-toggler) {
    margin-top: 7px;
  }
  .landing-navbar-toggler {
    margin-top: 7px;
  }
  #user_type .form-check:first-child {
    margin-right: 1.5rem;
  }
  [type="radio"]:checked + label,
  [type="radio"]:not(:checked) + label {
    position: static;
  }
  [type="radio"]:checked + label:before,
  [type="radio"]:not(:checked) + label:before {
    top: 0.2rem;
  }
  [type="radio"]:checked + label:after,
  [type="radio"]:not(:checked) + label:after {
    top: 5px;
  }
  .partners {
    width: auto;
  }
  .home-section-1-bg {
    padding-bottom: 10rem !important;
  }
  .container-img-concept,
  .container-img-landing-welcome,
  .filler {
    min-height: 15rem;
  }
  .circle-logo-pre {
    display: none !important;
  }
  .home-partners {
    margin-bottom: 3rem;
  }
  .container-logo-footer {
    margin-bottom: 1rem !important;
  }
  .container-social-footer {
    margin-bottom: 0.5rem;
  }
  #mapSearch {
    min-height: 20rem;
  }
  .container-map-search-top {
    display: none;
  }
  .reservation-card {
    margin-bottom: 1rem;
  }
  .reservation-card .img-container {
    height: 15rem;
  }
  .addHousing div [type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
  }
  .addHousing div [type="radio"]:checked + label:before,
  .addHousing div [type="radio"]:not(:checked) + label:before {
    top: 0;
  }
}
@media only screen and (min-width: 320px) and (max-width: 680px) and (max-width: 576px) {
  .home-partners .medium-logo {
    margin: auto auto 1.5rem auto !important;
  }
  .container-categories > * {
    text-align: center !important;
  }
  .container-categories > * .ul-categories-home li {
    text-align: center !important;
  }
}
/***************************
***************************
SENIOR PAGE
**************************
 *************************/
.hover-1:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
.hover-1:hover p {
  background: -webkit-linear-gradient(90deg, #ff8d00 0%, #ffcf07 50%, #ff9000 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hover-2:hover {
  transform: scale(1.2);
  transition: all 0.3s;
}
.hover-2:hover p {
  background: -webkit-linear-gradient(90deg, #2553a1 0%, #3fadd6 50%, #2553a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.f-2-5rem {
  font-size: 2.5rem;
}
.f-1-5rem {
  font-size: 1.5rem;
}
.f-1-2rem {
  font-size: 1.2rem;
}
.z-5 {
  z-index: 5;
}
.f-20 {
  font-size: 20px;
}
.f-gotham {
  font-family: Carnas, sans-serif;
}
.f-gotham-real {
  font-family: Gotham, sans-serif;
}
.f-carnas {
  font-family: Carnas, sans-serif;
}
.big-title {
  font-size: 2.5rem !important;
  font-family: Gotham, sans-serif;
}
.btn-gradient-blue {
  -webkit-appearance: none;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(90deg, #2553a1 0%, #3fadd6 50%, #2553a1 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  transition: background 1s linear;
  white-space: normal;
}
.btn-gradient-blue:hover {
  background: linear-gradient(90deg, #2553a1 -10%, #3fadd6 50%, #2553a1 110%);
  color: white;
}
.btn-sm-gradient-blue {
  -webkit-appearance: none;
  padding: 0.3rem 1.8rem;
  background: linear-gradient(90deg, #2553a1 0%, #3fadd6 50%, #2553a1 100%);
  color: white;
  font-size: 1rem;
  font-weight: bold;
  transition: background 1s linear;
}
.btn-sm-gradient-blue:hover {
  background: linear-gradient(90deg, #2553a1 -10%, #3fadd6 50%, #2553a1 110%);
  color: white;
}
.btn-sm-outline-gradient-blue {
  -webkit-appearance: none;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.2rem 1.8rem;
  color: #2553a1;
  border: solid 3px transparent;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)), linear-gradient(101deg, #2553a1 -10%, #3fadd6 50%, #2553a1 110%);
  background-origin: border-box;
  background-clip: content-box, border-box;
  box-shadow: 2px 1000px 1px #fff inset;
}
.btn-sm-outline-gradient-blue:hover {
  box-shadow: none;
  color: white;
}
.btn-gradient-red {
  -webkit-appearance: none;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(90deg, #ff3300 0%, #ff6b0e 50%, #ff3300 100%);
  color: white;
  font-size: 1.5rem;
  font-weight: bold;
  transition: background 1s linear;
}
.btn-gradient-red:hover {
  background: linear-gradient(90deg, #ff3300 -10%, #ff6b0e 50%, #ff3300 110%);
  color: white;
}
.btn-gradient-white {
  -webkit-appearance: none;
  padding: 0.5rem 1.5rem;
  background: linear-gradient(90deg, #3fadd6 0%, #ffffff 50%, #3fadd6 100%);
  color: #2553a1;
  font-size: 1rem;
  font-weight: bold;
}
.senior-header .blue_bubble {
  position: absolute;
  top: 3rem;
  max-width: 20rem;
}
.senior-header .container-intro {
  padding: 3rem;
}
.senior-header .container-logo-text {
  margin-bottom: 3rem;
}
.senior-header .container-text-logo .hr-text-logo {
  border-top: 5px solid #00aecb;
}
.senior-header .container-img-intro {
  padding: 0;
}
.senior-inscription .blue_bubble_2 {
  position: absolute;
  top: -3rem;
  left: 10rem;
  max-width: 25rem;
}
.senior-inscription .yellow_bubble {
  position: absolute;
  bottom: -7rem;
  right: 11rem;
  max-width: 25rem;
}
.senior-advantages .logo-advantages {
  max-width: 7rem;
}
.senior-presentation {
  margin-top: 12rem;
  padding: 0 3rem;
}
.senior-presentation img {
  position: absolute;
}
.senior-inscription {
  margin-top: 10rem;
}
.senior-inscription #seniorInsriptionForm {
  padding: 3rem;
  -webkit-box-shadow: inset 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  -moz-box-shadow: inset 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  box-shadow: inset 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.senior-inscription #seniorInsriptionForm label {
  color: black!important;
  padding-left: 0;
  padding-right: 0;
}
.senior-inscription #seniorInsriptionForm input[type=text],
.senior-inscription #seniorInsriptionForm input[type=email],
.senior-inscription #seniorInsriptionForm input[type=password] {
  background-color: #f3f3f4 !important;
  padding: 1rem 15px;
}
.senior-inscription #seniorInsriptionForm .seniorInsriptionButton {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translate(-50%, 50%);
}
.senior-footer {
  margin-top: 10rem;
}
.senior-footer .logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 10rem;
}
.senior-footer .vertical-bar {
  margin-top: 1rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid #00aecb;
  width: 1px;
  height: 5rem;
}
@media (max-width: 576px) {
  .senior-inscription .blue_bubble_2 {
    position: absolute;
    top: -3rem;
    left: 0;
    max-width: 25rem;
  }
  .senior-inscription .yellow_bubble {
    position: absolute;
    bottom: -7rem;
    right: 0;
    max-width: 20rem;
  }
  .senior-header .container-text-logo {
    position: relative;
    top: 1.5rem;
    left: 0;
  }
  .senior-header .container-text-logo {
    position: relative;
    top: 3.1rem;
    left: 0;
  }
  .senior-presentation .rose_bubble {
    max-width: 6rem;
    left: 0;
    top: -15rem;
    z-index: 3;
  }
  .senior-presentation .oldyoung {
    max-width: 16rem;
    top: -14rem;
    left: 0;
    z-index: 2;
  }
  .senior-presentation .green_bubble {
    max-width: 10rem;
    left: 4rem;
    top: -5rem;
    z-index: 3;
  }
  .senior-presentation .bck_presentation {
    left: 0;
    top: 57rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
}
@media (min-width: 576px) {
  .container-video-etudiant {
    overflow: hidden;
    height: inherit;
  }
  .container-video-senior {
    overflow: hidden;
    height: inherit;
  }
  .senior-header .container-text-logo {
    position: relative;
    top: 3.1rem;
    left: 0;
  }
  .senior-presentation .rose_bubble {
    max-width: 6rem;
    left: 0;
    top: -15rem;
    z-index: 3;
  }
  .senior-presentation .oldyoung {
    max-width: 16rem;
    top: -14rem;
    left: 0;
    z-index: 2;
  }
  .senior-presentation .green_bubble {
    max-width: 10rem;
    left: 4rem;
    top: -5rem;
    z-index: 3;
  }
  .senior-presentation .bck_presentation {
    left: 0;
    top: 57rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
}
@media (min-width: 768px) {
  .container-video-etudiant {
    overflow: hidden;
    height: 15rem;
  }
  .container-video-senior {
    overflow: hidden;
    height: 12rem;
  }
  .senior-header .container-text-logo {
    position: relative;
    top: -1.7rem;
    left: 12.5rem;
  }
  .senior-presentation .rose_bubble {
    max-width: 6rem;
    left: 0;
    top: -15rem;
    z-index: 3;
  }
  .senior-presentation .oldyoung {
    max-width: 16rem;
    top: -14rem;
    left: 0;
    z-index: 2;
  }
  .senior-presentation .green_bubble {
    max-width: 10rem;
    left: 4rem;
    top: -5rem;
    z-index: 3;
  }
  .senior-presentation .bck_presentation {
    left: 0;
    top: 28rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
}
@media (min-width: 992px) {
  .container-video-etudiant {
    overflow: hidden;
    height: 22rem;
  }
  .container-video-senior {
    overflow: hidden;
    height: 20rem;
  }
  .senior-header .container-text-logo {
    position: relative;
    top: -1.6rem;
    left: 12rem;
  }
  .senior-presentation .rose_bubble {
    max-width: 10rem;
    left: 0;
    top: -3rem;
    z-index: 3;
  }
  .senior-presentation .oldyoung {
    max-width: 28rem;
    top: -2rem;
    left: 0;
    z-index: 2;
  }
  .senior-presentation .green_bubble {
    max-width: 15rem;
    left: 8rem;
    top: 15rem;
    z-index: 3;
  }
  .senior-presentation .bck_presentation {
    left: 0;
    top: 14rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
  .home-section-1-bg {
    padding: 3rem 0;
    box-shadow: inset 35rem 0 2em white;
  }
}
@media (min-width: 1200px) {
  .container-video-etudiant {
    overflow: hidden;
    height: 35rem;
  }
  .container-video-senior {
    overflow: hidden;
    height: 30rem;
  }
  .senior-header .container-text-logo {
    position: relative;
    top: -1.7rem;
    left: 11.5rem;
  }
  .senior-presentation .rose_bubble {
    max-width: 13rem;
    left: 0;
    top: -6rem;
    z-index: 3;
  }
  .senior-presentation .oldyoung {
    max-width: 38rem;
    top: -6rem;
    left: 0;
    z-index: 2;
  }
  .senior-presentation .green_bubble {
    max-width: 20rem;
    left: 11rem;
    top: 17rem;
    z-index: 3;
  }
  .senior-presentation .bck_presentation {
    left: 0;
    top: 8rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
  .home-section-1-bg {
    box-shadow: inset 45rem 0 2em white;
    padding: 5rem 0;
  }
}
@media (min-width: 1441px) {
  .container-video-etudiant {
    overflow: hidden;
    height: 48rem;
  }
  .container-video-senior {
    overflow: hidden;
    height: 35rem;
  }
  .senior-header .container-text-logo {
    position: relative;
    top: -1.9rem;
    left: 16.5rem;
  }
  .senior-presentation .rose_bubble {
    max-width: 18rem;
    left: 8rem;
    top: -14rem;
    z-index: 3;
  }
  .senior-presentation .oldyoung {
    max-width: 50rem;
    top: -13rem;
    left: 9rem;
    z-index: 2;
  }
  .senior-presentation .green_bubble {
    max-width: 25rem;
    left: 26rem;
    top: 16rem;
    z-index: 3;
  }
  .senior-presentation .bck_presentation {
    left: 0;
    top: 3rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
  .home-section-1-bg {
    background-size: 60% 135%;
    padding: 6rem 0;
    box-shadow: inset 55rem 0 2em white;
  }
}
/*****************
****************
MINISITE
**************
*************
 */
.txt-dark-blue {
  color: #2553a1;
}
.up-content {
  position: relative;
  top: -17rem;
}
.offset-right-1 {
  margin-right: 8.33333333%;
}
.minisite-host-bubble-step {
  height: 120px;
}
.minisite-presentation {
  height: 30rem;
}
.minisite-presentation .oldyoung {
  z-index: 2;
  position: relative;
  max-width: 80%;
}
.minisite-presentation .blue_bubble {
  position: relative;
  bottom: 10rem;
  max-width: 15rem;
  left: 0;
  opacity: 0.85;
  z-index: 3;
}
.minisite-presentation .yellow_bubble {
  position: absolute;
  max-width: 20rem;
  top: -0.5rem;
  right: 4rem;
  z-index: 0;
}
.minisite-presentation .rose_bubble {
  position: absolute;
  bottom: 15rem;
  right: 0;
  max-width: 5rem;
  opacity: 0.85;
  z-index: 10;
}
.minisite-condition-host {
  top: -10rem;
  position: relative;
  margin-bottom: -10rem;
}
.minisite-trust {
  top: 0rem;
  margin-bottom: 0rem;
  position: relative;
  background-image: url("../../uploads/website/minisite/bck_trust.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 60rem;
  z-index: 2;
}
.minisite-trust .container-text-trust {
  margin-top: 22rem;
}
.minisite-trust .container-text-trust .logo_trust {
  max-width: 5rem;
  opacity: 0.25;
}
.minisite-trust .container-img-trust {
  margin-top: 25rem;
}
.minisite-live-together-video {
  z-index: 1;
  position: relative;
  top: -10rem;
  margin-bottom: -10rem;
}
.minisite-live-together-video .container-video {
  z-index: 1;
}
.minisite-live-together-video .container-video .videoControl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  max-width: 5rem;
}
.minisite-live-together-video .container-video .pause {
  display: none;
}
.minisite-live-together-video .container-text {
  position: absolute;
  bottom: 0;
  z-index: 1;
  background: -moz-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 20rem 0;
  padding-bottom: 1rem;
}
.minisite-live-together-video .container-text .vertical-bar {
  z-index: 2;
  border-left: 5px solid;
  width: 1px;
  height: 5rem;
  border-image: linear-gradient(to bottom, #3fadd6, rgba(255, 255, 255, 0)) 1 100%;
  margin-bottom: 1rem;
}
.minisite-live-together-video .container-text .text-live-together {
  padding: 1.5rem 1rem;
  background: #e1eaf3;
  border-radius: 1rem;
}
.minisite-solution .container-solution .logo-solution {
  max-width: 7rem;
  margin-bottom: 1rem;
}
.minisite-solution .container-solution .text-solution {
  padding: 1.5rem 1rem;
  background: #e1eaf3;
  border-radius: 1rem;
}
.minisite-solution .yellow_bubble {
  max-width: 13rem;
  position: absolute;
  bottom: -4rem;
  right: -3rem;
  z-index: -1;
}
.minisite-solution .green_bubble {
  max-width: 15rem;
  position: absolute;
  top: -4rem;
  right: -3rem;
  z-index: -1;
}
.minisite-solution .grey_bubble {
  max-width: 15rem;
  position: absolute;
  bottom: -6rem;
  right: -3rem;
  z-index: -1;
}
.minisite-history {
  position: relative;
  background-image: url("../../uploads/website/minisite/bck_history.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  min-height: 60rem;
  z-index: 2;
}
.minisite-history .px-7 {
  padding: 0 2rem;
}
.minisite-history .px-7 p {
  padding: 0 1rem;
}
.minisite-history .yellow_bubble {
  max-width: 15rem;
  position: absolute;
  right: 0;
  z-index: 1;
  opacity: 0.85;
  top: -4rem;
}
.minisite-history .logo_history {
  margin-top: 12rem;
  max-width: 20rem;
}
.minisite-history .container-text-history {
  margin-top: 8rem;
}
/*****************
****************
ETUDIANT
**************
*************
 */
.blue_bubble_3 {
  position: absolute;
  top: 12rem;
  max-width: 17rem;
}
.etudiant-presentation {
  padding: 0 3rem 0 0;
}
.etudiant-presentation img {
  position: absolute;
}
@media (max-width: 576px) {
  .pl-xs-5 {
    padding-left: 3rem;
  }
  .etudiant-presentation {
    margin-top: 15rem;
  }
  .etudiant-presentation .rose_bubble {
    max-width: 6rem;
    left: 0;
    top: -15rem;
    z-index: 3;
  }
  .etudiant-presentation .oldyoung {
    max-width: 17rem;
    top: -14rem;
    left: 0;
    z-index: 2;
  }
  .etudiant-presentation .green_bubble {
    max-width: 8rem;
    left: 9rem;
    top: -5rem;
    z-index: 3;
  }
  .etudiant-presentation .bck_presentation {
    left: 0;
    top: 57rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
}
@media (min-width: 576px) {
  .etudiant-presentation {
    margin-top: 15rem;
  }
  .etudiant-presentation .rose_bubble {
    max-width: 6rem;
    left: 0;
    top: -15rem;
    z-index: 3;
  }
  .etudiant-presentation .oldyoung {
    max-width: 17rem;
    top: -14rem;
    left: 0;
    z-index: 2;
  }
  .etudiant-presentation .green_bubble {
    max-width: 8rem;
    left: 9rem;
    top: -5rem;
    z-index: 3;
  }
  .etudiant-presentation .bck_presentation {
    left: 0;
    top: 57rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
}
@media (min-width: 768px) {
  .etudiant-presentation {
    margin-top: 15rem;
  }
  .etudiant-presentation .rose_bubble {
    max-width: 6rem;
    left: 0;
    top: -15rem;
    z-index: 3;
  }
  .etudiant-presentation .oldyoung {
    max-width: 17rem;
    top: -14rem;
    left: 0;
    z-index: 2;
  }
  .etudiant-presentation .green_bubble {
    max-width: 8rem;
    left: 9rem;
    top: -5rem;
    z-index: 3;
  }
  .etudiant-presentation .bck_presentation {
    left: 0;
    top: 28rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
}
@media (min-width: 992px) {
  .etudiant-presentation {
    margin-top: 10rem;
  }
  .etudiant-presentation .rose_bubble {
    max-width: 10rem;
    left: 0;
    top: -7rem;
    z-index: 3;
  }
  .etudiant-presentation .oldyoung {
    max-width: 36rem;
    top: -5rem;
    left: 0;
    z-index: 2;
  }
  .etudiant-presentation .green_bubble {
    max-width: 15rem;
    left: 19rem;
    top: 16rem;
    z-index: 3;
  }
  .etudiant-presentation .bck_presentation {
    left: 0;
    top: 10rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
}
@media (min-width: 1200px) {
  .etudiant-presentation {
    margin-top: 10rem;
  }
  .etudiant-presentation .rose_bubble {
    max-width: 12rem;
    left: 0;
    top: -7rem;
    z-index: 3;
  }
  .etudiant-presentation .oldyoung {
    max-width: 44rem;
    top: -5rem;
    left: 0;
    z-index: 2;
  }
  .etudiant-presentation .green_bubble {
    max-width: 18rem;
    left: 23rem;
    top: 21rem;
    z-index: 3;
  }
  .etudiant-presentation .bck_presentation {
    left: 0;
    top: 9rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
}
@media (min-width: 1441px) {
  .etudiant-presentation {
    margin-top: 20rem;
  }
  .etudiant-presentation .rose_bubble {
    max-width: 16rem;
    left: 0;
    top: -16rem;
    z-index: 3;
  }
  .etudiant-presentation .oldyoung {
    max-width: 52rem;
    top: -11rem;
    left: 0;
    z-index: 2;
  }
  .etudiant-presentation .green_bubble {
    max-width: 21rem;
    left: 28rem;
    top: 19rem;
    z-index: 3;
  }
  .etudiant-presentation .bck_presentation {
    left: 0;
    top: 12rem;
    z-index: 1;
    width: 100%;
    max-height: 53rem;
  }
}
.minisite-inscription {
  position: relative;
  top: 15rem;
  margin-bottom: 15rem;
}
.minisite-testimonials {
  background-image: url("../../uploads/website/minisite/bck_testi.webp");
  background-size: 100% 100%;
  min-height: 50rem;
  background-repeat: no-repeat;
  background-position: center;
  top: 5rem;
  position: relative;
  margin-bottom: -5rem;
}
.minisite-testimonials .container-title {
  position: relative;
  top: 8rem;
}
.minisite-testimonials .green_bubble {
  position: relative;
  max-width: 10rem;
  bottom: 14rem;
  left: 1rem;
  z-index: -1;
}
.minisite-testimonials .yellow_bubble {
  position: relative;
  max-width: 10rem;
  bottom: 7rem;
  left: -3.5rem;
  z-index: -1;
}
.minisite-testimonials .rose_bubble {
  position: relative;
  max-width: 10rem;
  bottom: 8rem;
  z-index: -1;
  left: -1rem;
}
.minisite-testimonials .container {
  z-index: 1;
}
.minisite-testimonials .container-testimonials-minisite {
  margin: auto auto;
  margin-top: 12rem;
}
.minisite-testimonials .container-testimonials-minisite .testimonials {
  padding: 13rem 1rem 1rem 0;
}
.minisite-testimonials .user-picture {
  left: 50%;
  width: 10rem;
  height: 10rem;
  transform: translateX(-50%);
  top: -8rem;
  z-index: 0;
  position: absolute;
}
.minisite-testimonials .user-testimonial {
  min-height: 15rem;
  height: auto;
  color: black;
}
.minisite-testimonials-history {
  top: 0;
  margin-bottom: 0;
}
.minisite-header .navbar-brand {
  padding: 0;
}
.minisite-header .main-header {
  padding: 0 15px;
}
.minisite-header .site-logo-pre {
  margin: 5px 0;
  width: 50% !important;
}
.minisite-header a {
  color: black;
  padding: 3px 0;
}
.minisite-header a:not(.navbar-brand):hover {
  background: linear-gradient(90deg, #2553a1 0%, #3fadd6 50%, #2553a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-top: 3px;
  padding-bottom: 1px;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  border-image: linear-gradient(to right, #2553a1 0%, #3fadd6 50%, #2553a1 100%);
  border-image-slice: 1;
}
.user-max {
  max-height: 20rem;
}
.user-max p {
  max-height: 12rem;
  overflow: hidden;
}
.user-max .paragraph {
  max-height: 12rem;
  overflow: hidden;
}
.user-max .user-content {
  margin-bottom: 0;
  padding-bottom: 0;
}
.minisite-footer {
  background-image: url("../../uploads/website/minisite/bck_footer.jpg");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 5rem;
}
.minisite-footer .logo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 10rem;
}
.minisite-footer .vertical-bar {
  margin-top: 1rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  border-left: 5px solid #41bbde;
  width: 1px;
  height: 5rem;
}
.bulle4 {
  position: absolute !important;
  width: 18rem;
  top: 0;
}
.minisite-trust .big-title {
  margin-top: 2rem;
}
.z-10 {
  position: relative;
  z-index: 10;
}
.z-100 {
  position: relative;
  z-index: 100;
}
.img001 {
  position: relative;
  top: -10rem;
}
.minisite-partners .user-pic,
.minisite-partners .user-pic img {
  width: 8rem;
  height: 8rem;
  border-radius: 8rem;
}
.elan-article {
  background: #e1eaf3;
  border-radius: 2rem;
}
.f-1-25 {
  font-size: 1.25rem;
}
.f-bolder {
  font-weight: bolder;
}
.btn-collapse {
  border: none;
}
.arrow {
  width: 3rem;
}
.minisite-elan {
  position: relative;
}
.elan_green_bubble {
  position: absolute;
  width: 12rem;
  right: 14%;
  top: 2.5rem;
}
.elan_blue_bubble {
  position: absolute;
  width: 12rem;
  left: 14%;
  bottom: -4rem;
}
.elan-article {
  position: relative;
}
.sm-title {
  font-size: 1.5rem;
}
.open-tags {
  font-size: 15rem;
  opacity: 0.1;
  position: absolute;
  left: 25%;
  top: -7rem;
}
.close-tags {
  font-size: 15rem;
  opacity: 0.1;
  position: absolute;
  right: 25%;
  top: -2rem;
}
@media screen and (max-width: 1500px) {
  .minisite-condition-host {
    top: -5rem;
    margin-bottom: -5rem;
  }
}
@media screen and (max-width: 1024px) {
  .minisite-live-together-video {
    top: 2rem;
    margin-bottom: 2rem;
  }
  .minisite-condition-host {
    top: 0;
    position: static;
    margin-bottom: 0rem;
  }
}
@media screen and (max-width: 992px) {
  .minisite-trust {
    background-image: none;
    background-color: #eef3f9;
    top: 0;
    margin-bottom: 0;
    padding-bottom: 2rem;
    min-height: 0;
  }
  .minisite-condition-host {
    top: 0;
    position: static;
    margin-bottom: 2rem;
  }
  .minisite-condition-host div {
    margin-bottom: 2rem;
  }
  .minisite-trust .container-text-trust {
    margin-top: 0;
  }
  .minisite-trust .container-img-trust {
    margin-top: 0;
  }
  .img001 {
    top: 0;
  }
  .container-solution {
    flex: 0 0 100%;
    padding-top: 2rem;
  }
  .container-img-trust {
    text-align: right;
  }
  .container-img-trust {
    display: none;
  }
  .minisite-live-together-video {
    top: 0;
    margin-bottom: 0;
  }
  .minisite-live-together-video .container-text {
    padding-top: 0;
    position: relative;
  }
  .minisite-live-together-video .container-video .videoControl {
    top: 12.5%;
  }
  .minisite-history .yellow_bubble {
    display: none;
  }
  .minisite-history .logo_history {
    margin-top: 5rem;
  }
  .minisite-history .container-text-history {
    margin-top: 1rem;
  }
  .minisite-partners .user-pic {
    position: relative;
    top: -1rem;
  }
  .minisite-presentation .top-col {
    max-height: 43rem;
  }
  .minisite-presentation {
    height: inherit;
  }
  .minisite-history .px-7 {
    padding: 0 2rem;
  }
  .convivance {
    margin-top: 5rem !important;
  }
  .big-title {
    font-size: 1.8rem;
  }
  .minisite-trust .px-7 {
    padding: 0 2rem;
  }
  .minisite-presentation {
    overflow: hidden;
  }
  .minisite-presentation .oldyoung {
    max-width: 100%;
  }
  .minisite-presentation .yellow_bubble {
    max-width: 15rem;
    top: -0.5rem;
    right: -2rem;
  }
  .minisite-presentation .blue_bubble {
    max-width: 10rem;
    bottom: 7rem;
  }
  .minisite-testimonials {
    margin-top: 5rem;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  .minisite-testimonials .container-testimonials-minisite {
    margin-top: 0;
  }
  .minisite-testimonials .container-testimonials-minisite .user-picture {
    top: -7rem;
  }
  .minisite-testimonials .big-title {
    margin-bottom: 6rem !important;
  }
  .minisite-history .logo_history {
    max-width: 30%;
  }
  .minisite-partners .part-1 {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .minisite-presentation .top-col {
    max-height: 18rem;
  }
}
.mess-error {
  color: red;
  font-size: 0.9rem;
}
.ch-cookie-consent {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 -0.2rem 0.2rem rgba(0, 0, 0, 0.2);
  padding: 1rem 2rem !important;
  text-align: center !important;
}
.ch-cookie-consent__intro {
  display: none;
}
.ch-cookie-consent__category-toggle input + label {
  width: 125px !important;
}
.ch-cookie-consent__category-toggle label::before {
  opacity: 0;
}
.ch-cookie-consent__title {
  font-family: Carnas, sans-serif;
  font-weight: bolder;
  background: linear-gradient(90deg, #2553a1 0%, #3fadd6 50%, #2553a1 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1rem;
}
.ch-cookie-consent__read-more,
#cookie_consent_analytics_0,
#cookie_consent_analytics_1 {
  font-family: Carnas, sans-serif;
  font-weight: normal !important;
  text-decoration: underline !important;
}
.ch-cookie-consent__category-title {
  font-family: Gotham, sans-serif;
  font-weight: normal !important;
  font-size: 1rem !important;
  margin-bottom: 0.5rem !important;
}
.ch-cookie-consent__category {
  padding: 0.25rem 0 !important;
  justify-content: center;
  flex-direction: column-reverse;
}
.ch-cookie-consent__category:first-child {
  border: none !important;
}
.ch-cookie-consent__category-toggle input:checked + label,
.ch-cookie-consent__category-toggle input + label:hover {
  color: white !important;
}
.ch-cookie-consent__btn {
  background: linear-gradient(90deg, #2553a1 0%, #3fadd6 50%, #2553a1 100%) !important;
  width: auto !important;
  text-align: center !important;
  padding: 0.25rem 1rem !important;
  font-family: Carnas, sans-serif;
  font-weight: normal !important;
  margin: 0.25rem auto 0 !important;
}
.ch-cookie-consent__form {
  margin-top: 0.5rem !important;
}
.ch-cookie-consent__category-toggle {
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 1100px) {
  .minisite-header .site-logo-pre {
    width: 80% !important;
  }
}
@media screen and (max-width: 768px) {
  .senior-header .container-intro {
    padding: 0 !important;
  }
  .senior-header .container-logo-text {
    padding-left: 3rem;
    padding-top: 1rem;
  }
  .senior-presentation .rose_bubble {
    max-width: 6rem;
    left: 7rem;
    top: -15rem;
    z-index: 3;
  }
  .senior-presentation .oldyoung {
    max-width: 16rem;
    top: -14rem;
    left: 8rem;
    z-index: 2;
  }
  .senior-presentation .green_bubble {
    max-width: 10rem;
    left: 11rem;
    top: -5rem;
    z-index: 3;
  }
  .senior-advantages {
    padding-bottom: 2rem;
  }
  .senior-interested,
  .student-interested {
    text-align: center;
  }
  .senior-interested .text-left,
  .student-interested .text-left {
    text-align: center !important;
  }
  .m-100 {
    width: 100%;
  }
  .senior-inscription #seniorInsriptionForm .seniorInsriptionButton {
    position: relative;
  }
  .etudiant-presentation .rose_bubble {
    max-width: 6rem;
    left: 0;
    top: -22rem;
    z-index: 3;
  }
  .etudiant-presentation .oldyoung {
    max-width: 25rem;
    top: -20rem;
    left: 0;
    z-index: 2;
  }
  .etudiant-presentation .green_bubble {
    max-width: 8rem;
    left: 12rem;
    top: -4rem;
    z-index: 3;
  }
  .etudiant-presentation {
    margin-top: 20rem !important;
  }
}
.minisitemenu {
  display: flex;
  justify-content: center;
}
.cgv-section {
  min-height: 61vh;
  margin-top: 25px;
  margin-bottom: 25px;
}
.cgv-section strong {
  font-size: 1rem;
  margin-top: 25px;
  display: block;
  margin-bottom: 0px;
}
.cgv-section p {
  margin: 0;
}
.mention-legal-link {
  font-size: 14px;
}
.convivance-btn {
  font-size: 14px;
}
#cookie_consent_save {
  display: none;
}
.box {
  padding: 1.5rem 1rem;
  background: #e1eaf3;
  border-radius: 1rem;
}
.f-1rem {
  font-size: 1rem !important;
}
.container-inscrption-connexion {
  background-image: url("../../uploads/website/inscription_connection.jpeg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.container-inscrption-connexion .form-container-connexion .link-forgot-pass,
.container-inscrption-connexion .form-container-connexion .link-forgot-pass:hover {
  color: #2553a1;
}
.container-inscrption-connexion .form-container-inscription [type="radio"]:not(:checked) + label:before,
.container-inscrption-connexion .form-container-inscription [type="radio"]:not(:checked) + label:after,
.container-inscrption-connexion .form-container-inscription [type="radio"]:checked + label:before,
.container-inscrption-connexion .form-container-inscription [type="radio"]:not(:checked) + label:before {
  border: 2px solid #2553a1;
}
.container-inscrption-connexion .form-container-inscription [type="radio"]:checked + label:after,
.container-inscrption-connexion .form-container-inscription [type="radio"]:not(:checked) + label:after {
  background: #2553a1;
}
.container-inscrption-connexion .form-container-inscription [type="checkbox"]:not(:checked) + label:before,
.container-inscrption-connexion .form-container-inscription [type="checkbox"]:checked + label:before {
  border: 2px solid #2553a1;
}
.container-inscrption-connexion .form-container-inscription [type="checkbox"]:not(:checked) + label:after,
.container-inscrption-connexion .form-container-inscription [type="checkbox"]:checked + label:after {
  color: #2553a1;
}
.container-inscrption-connexion .container-title {
  padding: 3rem 1.5rem;
}
.container-inscrption-connexion .container-form {
  padding: 10rem 1rem;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container-inscrption-connexion .container-form .form-container-inscription-connexion {
  padding: 3rem;
  background-color: white;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  -moz-box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
}
.container-inscrption-connexion .container-form .form-container-inscription-connexion label {
  color: black !important;
  font-weight: bold;
}
.container-inscrption-connexion .container-form .form-container-inscription-connexion .form-check-cohabitation-chart label {
  padding-left: 0.1rem !important;
}
.container-inscrption-connexion .link-switch-form {
  text-align: center;
  padding: 0;
  display: inline-block;
  cursor: pointer;
}
.container-inscrption-connexion .link-switch-form span {
  color: #c6c6c6;
  text-decoration: none;
  font-weight: bold;
}
.container-inscrption-connexion .link-switch-form .border-link-switch-form {
  height: 2px;
  background: #c6c6c6;
  margin-top: 0.2rem;
}
.container-inscrption-connexion .link-switch-form.active span {
  color: #08D4F0;
  font-weight: bold;
  font-size: 1.2rem;
}
.container-inscrption-connexion .link-switch-form.active .border-link-switch-form {
  height: 2px;
  background: -moz-linear-gradient(90deg, #3fadd6 0%, #2553a1 50%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(90deg, #3fadd6 0%, #2553a1 50%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #3fadd6 0%, #2553a1 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container-inscrption-connexion .btn-inscription-connexion {
  font-size: 1rem !important;
  padding: 0.5rem 0.5rem !important;
}
.second-footer {
  background-image: url("../../uploads/website/bottom_inscription.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.second-footer a {
  color: #c6c6c6 !important;
}
.second-footer .container-social-footer img {
  max-width: 2rem;
}
.second-footer .tel_footer {
  max-width: 1rem;
  margin-right: 1rem;
}
@media screen and (max-width: 576px) {
  .second-footer .tel_footer {
    max-width: 1rem;
    margin-right: 0.2rem;
  }
}
.flat-header .header .site-logo-pre {
  margin: 0 !important;
}
.flat-header .header span.link-header,
.flat-header .header a.link-header,
.flat-header .header a.link-header:hover {
  color: black !important;
  text-transform: uppercase;
  text-decoration: none;
}
.flat-header .header a.dropdown-item.active,
.flat-header .header a.dropdown-item:active {
  color: white !important;
}
.flat-header .header span.link-header {
  cursor: pointer;
}
.flat-header .header a.link-header.active {
  background: #012AFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  width: auto;
}
.flat-header .header .navbar-toggler {
  color: #012AFF !important;
  border-color: #012AFF !important;
}
.flat-header .header .container-link-header {
  display: inline-block;
  text-align: center;
  margin-right: 0.5rem;
  cursor: pointer;
}
.flat-header .header .container-link-header:last-child {
  margin-right: 0.5rem;
}
.flat-header .header i {
  font-size: 1.3rem;
}
@media screen and (max-width: 1100px) {
  #register_footer {
    margin-top: -9rem;
    padding-top: 5rem !important;
  }
}
@media screen and (max-width: 768px) {
  .second-footer#register_footer {
    padding-top: 9rem !important;
  }
  .second-footer#register_footer .container-tel-footer-xenia {
    justify-content: left!important;
  }
  .flat-header .header a.link-header.active {
    padding: 0.25rem 0;
  }
}
@media screen and (max-width: 576px) {
  .container-inscrption-connexion .container-form {
    padding: 0 1rem;
    padding-bottom: 10rem;
    background: transparent;
  }
  .second-footer#register_footer {
    margin-top: -11rem;
    padding-top: 12rem !important;
  }
  .flat-header .site-logo-pre {
    max-width: 50%;
  }
}
.border-link-gradient.active {
  height: 2px;
  background: #012AFF;
  display: block;
}
.border-link-gradient.active.submenu {
  height: 2px;
  background: #012AFF;
  display: block;
  width: auto;
}
.bck-gradient-blue-snd {
  background: #012AFF;
}
.bck-gradient-blue-third {
  background: #012AFF;
}
.container-results {
  background-color: white;
}
.container-results .form-container-results {
  padding: 3rem 3rem;
  background-color: white;
}
.container-results .form-container-results label {
  color: black !important;
}
.container-results .form-container-results input,
.container-results .form-container-results select {
  border-color: #08d4f0;
}
.container-results .form-container-results [type="radio"]:not(:checked) + label:before,
.container-results .form-container-results [type="radio"]:not(:checked) + label:after,
.container-results .form-container-results [type="radio"]:checked + label:before,
.container-results .form-container-results [type="radio"]:not(:checked) + label:before {
  border: 2px solid #08d4f0;
}
.container-results .form-container-results [type="radio"]:checked + label:after,
.container-results .form-container-results [type="radio"]:not(:checked) + label:after {
  background: #08d4f0;
}
.container-results .form-container-results [type="checkbox"]:not(:checked) + label:before,
.container-results .form-container-results [type="checkbox"]:checked + label:before {
  border: 2px solid #08d4f0;
}
.container-results .form-container-results [type="checkbox"]:not(:checked) + label:after,
.container-results .form-container-results [type="checkbox"]:checked + label:after {
  color: #08d4f0;
}
.container-results .form-container-results .container-input-form-results {
  background: #FFFFFF;
  border: 1px solid #08D4F0;
  box-sizing: border-box;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  border-top-left-radius: 0;
  padding: 1.5rem;
}
.container-results .form-container-results .container-input-form-results .row {
  padding: 0 15px;
}
.container-results .navigation .page-item {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.container-results .navigation .page-item .page-link {
  border: 0!important;
  border-radius: 0.5rem !important;
  color: #ffffff !important;
  padding: 0;
  width: 3rem;
  font-size: 2rem;
  height: 3rem;
  background: linear-gradient(90deg, #2553a1 0%, #3fadd6 50%, #2553a1 100%);
}
.container-results .navigation .page-item .page-link:hover {
  background-color: transparent;
}
.container-results .navigation .page-item.disabled .page-link {
  color: #e9ecef !important;
  background: linear-gradient(90deg, #2553a1 0%, #3fadd6 50%, #2553a1 100%);
  opacity: 0.5;
}
.container-results .navigation .page-item:first-child {
  left: -0.5rem;
}
.container-results .navigation .page-item:nth-of-type(2) {
  right: -0.5rem;
}
.container-results .card-body {
  padding: 1.25rem 0.5rem;
}
.container-results #mapSearch {
  overflow: hidden !important;
  min-width: 100%;
}
.container-results #show-more-criteria-results,
.container-results #show-less-criteria-results {
  text-decoration: underline;
}
.container-results #show-more-criteria-results:hover,
.container-results #show-less-criteria-results:hover {
  color: #08d4f0;
}
.container-results .icon-fav-results {
  max-width: 1.5rem;
}
.container-results .card-title {
  color: #08d4f0 !important;
}
@media screen and (max-width: 768px) {
  .container-results .navigation .pagination {
    display: inline-block;
  }
  .container-results .navigation .page-item {
    position: static;
    top: auto;
    transform: translateY(0);
    display: inline-block;
  }
  .container-results #mapSearch {
    position: relative !important;
    overflow: hidden !important;
    min-height: inherit !important;
  }
  .container-results .container-input-form-results {
    margin-top: 3rem;
  }
  .container-results .container-input-form-results #search_form_address {
    margin-bottom: 1rem;
  }
  .container-results .container-loadMoreLocations {
    margin-bottom: 3rem;
  }
}
.txt-grey-light {
  color: #768997;
}
.loc-img .container-house-img-loc {
  background-color: white;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 0 10px 10px rgba(242, 242, 255, 0.75);
  -moz-box-shadow: 0 0 10px 10px rgba(242, 242, 255, 0.75);
  box-shadow: 0 0 10px 10px rgba(242, 242, 255, 0.75);
  width: 40rem;
  height: 25rem;
  overflow: hidden;
  padding: 0;
}
.loc-img .container-house-img-loc .prev,
.loc-img .container-house-img-loc .next {
  font-size: 3rem;
  position: relative;
  top: calc(50% - 3rem);
  display: none !important;
}
.loc-img .container-house-img-loc .prev {
  padding-right: 1rem;
}
.loc-img .container-house-img-loc .next {
  padding-left: 1rem;
}
.loc-img .container-house-img-loc img {
  border: 2px solid #08D4F0;
}
.loc-img .container-house-img-loc.slick-current .prev,
.loc-img .container-house-img-loc.slick-current .next {
  display: block !important;
}
.container-button-reserver {
  position: relative;
  top: -4.8rem;
  margin-bottom: 3rem;
  z-index: 1;
}
.container-loc-form-reservation {
  padding: 3rem;
  padding-bottom: 10rem;
}
.container-loc-form-reservation .btn-gradient-blue {
  padding: 0.2rem 1rem;
}
.container-loc-form-reservation input[type="date"] {
  width: auto;
}
.container-loc-form-reservation .form-control {
  padding: 0.375rem 0.75rem !important;
  height: auto;
}
.few-container {
  border-radius: 0 1rem 1rem 1rem;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  -moz-box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  padding: 4rem 2rem 2rem 2rem;
  border: 2px solid #08D4F0;
}
.few-container .user-img-loc {
  width: 10rem;
  height: 10rem;
  position: absolute;
  top: -9rem;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: -5rem;
  z-index: 2;
  background-color: white;
  border: 2px solid #08D4F0;
}
.few-container .user-icon-loc {
  max-width: 80%;
  margin: auto;
}
.few-container p {
  margin: 0;
}
body.waiting,
body.waiting * {
  cursor: wait;
  pointer-events: none;
}
/**********
Become host
 */
.become-host {
  padding-bottom: 7rem;
}
.become-host .link-hote-locataire {
  font-size: 1rem !important;
}
.become-host h2 {
  font-size: 1.5rem;
}
.become-host .condition-host {
  padding: 0 3rem;
}
@media screen and (max-width: 768px) {
  .become-host .condition-host div {
    padding: 0;
  }
}
/*******
End become host
 */
/*********
Login Modal
 */
.modal#loginModal .modal-content {
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  -moz-box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  padding: 3rem;
  border: 0;
}
.modal#loginModal .modal-content .modal-header {
  border-bottom: 0;
}
.modal#loginModal .modal-content .modal-header button.close {
  position: absolute;
  top: 0px;
  right: 3px;
  color: black !important;
}
.modal#loginModal .modal-content .modal-body label {
  color: black !important;
}
.modal#loginModal .modal-content .modal-footer {
  border-top: 0;
}
.modal#loginModal .modal-content .modal-footer a {
  color: #2553a1;
}
/****
End Login Modal
 */
#rejectBooking {
  bottom: 0;
  right: 20%;
  transform: translate(0, 65%);
}
#acceptBooking {
  bottom: 0;
  left: 20%;
  transform: translate(0, 65%);
}
@media screen and (max-width: 540px) {
  #rejectBooking {
    right: 10%;
  }
  #acceptBooking {
    left: 10%;
  }
}
#imageUser {
  width: 6rem;
  height: 6rem;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
}
#disclaimer-host-bubble-blue {
  bottom: -2rem;
  left: 0;
  width: 25%;
}
#disclaimer-host-bubble-yellow {
  top: 0;
  right: -5rem;
  width: 25%;
}
#disclaimer-tenant-bubble-green {
  top: 0;
  left: 0;
  width: 25%;
}
#disclaimer-tenant-bubble-yellow {
  bottom: 0;
  right: 0;
  width: 25%;
  z-index: 1;
}
#disclaimer-tenant-img {
  z-index: 1;
  overflow: hidden;
  position: relative;
}
.home-testimonial-bubble-yellow {
  position: absolute;
  top: 0;
  width: 60%;
  left: 0;
  z-index: -1;
}
.home-testimonial-bubble-red {
  position: absolute;
  top: 28%;
  width: 60%;
  right: 10%;
  z-index: -1;
}
.home-testimonial-bubble-green {
  position: absolute;
  top: -15%;
  width: 50%;
  right: 14%;
  z-index: -1;
}
#home-map {
  top: -5%;
  z-index: -1;
}
.mh-3rem {
  min-height: 3rem;
}
#home-location {
  top: -10%;
}
#btn-arrow-left {
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  left: -35px;
  transform: translate(0, -50%);
  border: none;
  background-color: transparent;
}
#btn-arrow-right {
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -35px;
  border: none;
  background-color: transparent;
}
#home-location-bubble-yellow {
  position: absolute;
  left: -5%;
  top: -6%;
  z-index: -1;
  width: 15%;
}
#home-location-bubble-blue {
  position: absolute;
  right: -5%;
  bottom: -17%;
  z-index: -1;
  width: 20%;
}
#home-contact-bubble-green {
  position: absolute;
  top: 0;
  width: 20%;
  left: -5%;
  z-index: -1;
}
#home-contact-bubble-yellow {
  position: absolute;
  bottom: -8%;
  width: 20%;
  right: -2%;
  z-index: -1;
}
#home-contact {
  top: -7%;
}
#home-presentation {
  top: -5%;
  margin-bottom: 6rem;
}
.profil-container {
  padding: 0 3rem;
  padding-bottom: 10rem;
  margin: 3rem 0;
}
.profil-container .yellow_bubble {
  right: 10rem;
  max-width: 10rem;
  position: absolute;
  top: 1rem;
  overflow: hidden;
  z-index: -1;
}
.profil-container .rose_bubble {
  left: 10rem;
  max-width: 10rem;
  position: absolute;
  bottom: 14rem;
  overflow: hidden;
  z-index: -1;
}
.profil-container .profil-form {
  z-index: 2;
  padding: 2rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  -moz-box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  background-color: white;
}
.profil-container .profil-form label {
  color: black !important;
}
.profil-container .profil-form .catchPhraseLabel {
  margin-bottom: 2rem;
}
.profil-container .profil-form .container-user-main-infos .container-user-img-form {
  position: relative;
  top: -3rem;
  margin-bottom: -3rem;
}
.profil-container .profil-form .container-user-main-infos .container-user-img-form .container-user-primary-img .user-primary-img {
  width: 10rem;
  height: 10rem;
}
.profil-container .profil-form .container-user-main-infos .container-user-img-form .container-user-primary-img .container-green-bubble-profil {
  margin-bottom: -6rem;
}
.profil-container .profil-form .container-user-main-infos .container-user-img-form .container-user-primary-img .container-green-bubble-profil .green-bubble-profil {
  max-width: 6rem;
  position: relative;
  left: -4rem;
  top: -6.5rem;
  z-index: -1;
}
.profil-container .profil-form .container-user-main-infos .container-user-img-form .container-input-user-img-profil .custom-file {
  margin-top: 1.4em;
}
.profil-container .profil-form .container-user-main-infos #user_image_filename {
  margin-top: 0.5rem;
  max-width: 100%;
}
.profil-container .profil-form .container-user-main-infos #user_image_save {
  padding: 0rem 1rem;
  margin-top: 0.5rem;
}
.profil-container .profil-form .icon-label {
  width: 1.3rem;
  max-height: 1.3rem;
}
.profil-container .profil-form [type="radio"]:checked + label:before,
.profil-container .profil-form [type="radio"]:not(:checked) + label:before {
  border: 2px solid #2553a1;
}
.profil-container .profil-form [type="radio"]:checked + label:after,
.profil-container .profil-form [type="radio"]:not(:checked) + label:after {
  background: #2553a1;
}
.profil-container .profil-form #profile_save {
  position: relative;
  top: 3.3rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.2rem 1rem;
}
.modal#deleteAccountModal .modal-footer .btn-hide-modal {
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 992px) {
  .profil-container .profil-form .container-user-main-infos .container-user-img-form {
    top: 0;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .profil-container .profil-form .catchPhraseLabel {
    margin-bottom: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .profil-container {
    padding: 0 !important;
    padding-bottom: 10rem !important;
  }
  .profil-container .profil-form .catchPhraseLabel {
    margin-bottom: 0.5rem;
  }
  .profil-container .profil-form #profile_save {
    font-size: 1.2rem;
  }
}
.faq-form-search-container .background-faq-form-search {
  background-image: url("../../uploads/website/faq/background_search.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0;
  padding-bottom: 15rem;
}
.faq-form-search-container .background-faq-form-search .white-filter-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 40%, transparent 60%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 40%, transparent 60%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.5) 40%, transparent 60%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.faq-form-search-container .faq-form-search #question_faq {
  border-right: 0;
}
.faq-form-search-container .faq-form-search #submit_search_faq {
  border-left: 0;
}
.faq-form-search-container .faq-form-search #question_faq {
  padding: 1rem 1rem !important;
}
.faq-form-search-container .faq-form-search #submit_search_faq .icon-search {
  max-width: 1.4rem;
}
.faq-form-search-container .faq-form-search .yellow_bubble {
  max-width: 8rem;
  left: -3rem;
  top: 4rem;
  position: absolute;
}
.faq-titles-category {
  padding-left: 1.2rem;
}
.faq-titles {
  font-size: 1rem;
  margin-bottom: 0px;
}
.faq-block-title {
  color: white;
  display: inline-block;
  padding: 0.1rem;
  padding-right: 3rem;
  margin: 0;
}
.faq-img-container,
.faq-img {
  max-height: 200px;
}
.faq-block-title {
  cursor: pointer;
}
.faq-list-categories {
  background-image: url("../../uploads/website/faq/bck_cat.png");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0;
  position: relative;
  top: -10rem;
  margin-bottom: -10rem;
}
.faq-list-categories .container-list-categories {
  position: relative;
  top: 3rem;
}
.container-faq-contact-form {
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  .container-faq-contact-form {
    padding-bottom: 10rem;
  }
  .faq-list-categories {
    padding: 12rem 0;
    top: -12rem;
    margin-bottom: -12rem;
  }
  .btn-gradient-blue {
    padding: 0.2rem 1rem;
  }
}
.container-user-profile {
  background-image: url("../../uploads/website/profil-consultation/bck_user_profile.jpeg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 3rem;
  padding-bottom: 10rem;
}
.container-user-profile .white-filter-background {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: -moz-linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.8) 50%, #ffffff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.container-user-profile .user-profile {
  padding: 2rem;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  -moz-box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  box-shadow: 0px 0px 10px 10px rgba(242, 242, 255, 0.75);
  background-color: white;
}
.container-user-profile .user-profile .user-img-loc {
  max-width: 10rem;
  position: relative;
  z-index: 2;
  background-color: white;
}
.container-user-profile .user-profile .user_img-loc-bulle {
  position: relative;
  max-width: 6rem;
  transform: translate(70%, 0);
  z-index: 1;
  top: -50%;
}
.container-user-profile .user-profile .page-subtitle {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.container-user-profile .user-profile .description {
  font-size: 1.2rem;
  padding: 2rem 0;
}
.container-user-profile .center-vertically {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.container-user-profile .center-vertically .container-locations-user-profile .card-img-top {
  width: 100%;
  height: 100%;
}
.container-user-profile .center-vertically .prev {
  position: absolute;
  top: 50%;
  left: -2rem;
  color: #2553a1 !important;
  font-size: 3rem;
  padding: 0;
  background-color: transparent;
}
.container-user-profile .center-vertically .next {
  position: absolute;
  top: 50%;
  right: -2rem;
  color: #2553a1 !important;
  font-size: 3rem;
  padding: 0;
  background-color: transparent;
}
@media screen and (max-width: 768px) {
  .container-slick-results-profile {
    margin-top: 3rem;
    padding: 0 !important;
  }
  .container-user-profile .center-vertically {
    top: inherit !important;
    transform: inherit !important;
  }
}
.contact-form-contact {
  padding-top: 3rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 576px) {
  .contact-form-contact {
    padding-bottom: 12rem;
  }
}
.container-messenger {
  padding-top: 3rem;
}
.container-user-documents {
  padding-top: 3rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .container-user-documents .btn-gradient-blue {
    font-size: 1.2rem;
  }
}
.container-user-document {
  padding: 3rem;
  padding-bottom: 10rem;
}
.container-user-send-documents {
  padding-top: 3rem;
  padding-bottom: 10rem;
}
.container-user-send-documents .btn-gradient-blue {
  padding: 0.2rem 1rem;
}
@media screen and (max-width: 768px) {
  .container-user-send-documents .btn-gradient-blue {
    font-size: 1.2rem;
  }
}
.container-my-housing {
  padding-top: 3rem;
  padding-bottom: 10rem;
}
.container-my-housing .btn-gradient-blue {
  padding: 0.2rem 1rem;
}
.addHousing {
  padding-top: 3rem;
  padding-bottom: 10rem;
}
.addHousing .btn-gradient-blue {
  padding: 0.2rem 1rem;
}
.addHousing [type="radio"]:checked + label:before,
.addHousing [type="radio"]:not(:checked) + label:before {
  border: 2px solid #2553a1;
}
.addHousing [type="radio"]:checked + label:after,
.addHousing [type="radio"]:not(:checked) + label:after {
  background: #2553a1;
}
.text-black {
  color: black !important;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #012AFF;
}
.container-user-reservations {
  padding-top: 3rem;
  padding-bottom: 10rem;
}
.container-forgot-password {
  padding: 3rem;
  padding-bottom: 10rem;
}
.container-welcome-user {
  background-color: white;
  padding: 3rem;
  padding-bottom: 10rem;
}
.container-all-page {
  min-height: 90vh !important;
  overflow-y: hidden;
}
@media screen and (max-width: 1024px) {
  .container-all-page {
    min-height: 145vh !important;
  }
}
@media screen and (max-width: 768px) {
  .container-all-page {
    min-height: 165vh !important;
  }
}
.container-admin {
  overflow: visible!important;
}
.tagsinput {
  background-color: #f3f3f4 !important;
}
.img-message {
  width: 5rem;
  height: 5rem;
}
.no-link-hover:hover {
  text-decoration: none;
}
.container-admin-tags .container-admin-input-tag {
  margin: 0.5rem;
  padding: 1.2rem;
  border: 1px solid #2553a1;
}
.container-admin-tags .container-admin-input-tag .deleteTag {
  position: absolute;
  right: 3px;
  top: -0.4rem;
  font-size: 1.5rem;
  cursor: pointer;
}
.modal-admin-tags {
  display: none;
}
.tenant-1 {
  padding-left: 4rem !important;
}
.hidden {
  display: none;
}
.phone-header {
  font-size: 0.8rem;
}
.disclaimer-host-bubble-step {
  text-align: center;
  height: 80px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  margin-bottom: 26px;
}
.condition-host h2 {
  height: 50px;
  margin-bottom: 50px !important;
  text-align: center;
}
.register-page .container-all-page {
  min-height: 86vh !important;
}
.container-user-img-form .custom-file-label {
  display: none;
}
.container-user-img-form .custom-file {
  display: none;
}
#fake-add-photo,
#start-webcam-profile,
#take-webcam-profile {
  font-size: 1rem;
}
.add-new-media-edit img {
  max-height: 350px;
}
.container-my-housing .locations {
  max-width: 400px;
}
.location-description {
  word-break: break-word;
}
.detail-btn {
  font-size: 12px;
  padding: 4px;
}
.btn-self-wrapper {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.text-red {
  color: #ff5533;
}
.container-list-agglo {
  margin: 0.5rem 0;
  padding: 0;
}
.agglo-tag {
  border: 1px solid #012AFF;
  -moz-border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  padding: 5px;
  text-decoration: none;
  background-color: #012AFF;
  color: #ffffff;
  margin-right: 5px;
  font-size: 13px;
}
.delete-agglo-tag {
  font-weight: bolder;
  font-size: 13px;
  cursor: pointer;
  color: white;
  margin-left: 0.7rem;
}
.admin-table {
  font-size: 13px;
  overflow-y: scroll;
  width: 100%;
}
.row-admin {
  overflow-y: scroll;
}
.table-sorter img {
  width: 20px;
}
.color-grey {
  color: #7a7a7a;
}
.minisite-blog {
  background: #F5FAFE;
  padding: 3rem 0;
}
.one-post-preview {
  text-align: left;
  text-decoration: none;
  background-color: white;
  padding: 0;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
.one-post-preview a:hover {
  text-decoration: none !important;
}
.one-post-preview h2 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}
.one-post-preview .post-desc {
  height: 75px;
  overflow: hidden;
  line-height: 27px;
}
.one-post-preview .preview-img {
  height: 285px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.one-post-preview .infos-post-preview {
  padding: 2rem 3rem;
}
.one-post-preview .category-label {
  color: white;
  border-radius: 1rem;
  padding: 0.1rem 0.8rem;
  display: inline-block;
  margin-left: -15px;
}
.one-post-preview .post-date {
  display: inline-block;
  float: right;
}
@media screen and (max-width: 768px) {
  .bottom-inscription {
    overflow-wrap: break-word;
  }
  .blog-inscription {
    margin-bottom: 5rem;
  }
}
.blog-inscription {
  margin-top: 7rem !important;
  margin-bottom: 7rem;
}
.full-post-container .post-img {
  height: 500px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.full-post-container .infos-post {
  padding: 2rem 2rem;
}
.full-post-container .category-label {
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: white;
  border-radius: 1rem;
  padding: 0.3rem 0.6rem;
  display: inline-block;
}
.full-post-container .post-date {
  display: inline-block;
  float: right;
}
.admin-blog-img {
  max-height: 250px;
}
.statusChange {
  font-size: 11px;
}
#presseModal h3 {
  color: black;
}
#presseModal .modal-content {
  border-radius: 0;
}
#presseModal .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}
#presseModal .modal-header {
  border-bottom: 0;
}
#presseModal .modal-body {
  padding: 0;
}
#presseModal .modal-footer {
  border-top: 0;
}
#presseModal .btn-gradient-blue {
  padding: 0.2rem 0.5rem;
}
@media (max-width: 1350px) {
  .header a.link-header,
  .header a.link-header:hover {
    font-size: 0.85rem;
  }
}
@media (max-width: 768px) {
  .header a.link-header,
  .header a.link-header:hover {
    font-size: 1rem;
  }
}
/*WEBCAM PART*/
.container-webcam {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1000;
}
.container-webcam .background-webcam {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #000;
  opacity: 0.5;
  height: 100%;
}
.container-webcam .container-webcam-screen {
  height: 100vh;
  padding-top: 3rem;
}
.profil-form #quizzFormOne .custom-file-input {
  display: none;
}
.profil-form #quizzFormOne .icon-label {
  position: relative;
  bottom: 0.2rem;
}
.profil-form #quizzFormOne [type="radio"]:checked + label,
.profil-form #quizzFormOne [type="radio"]:not(:checked) + label {
  position: static;
  padding-left: 1.5rem;
  font-weight: normal !important;
}
.profil-form #quizzFormOne [type="checkbox"]:checked + label,
.profil-form #quizzFormOne [type="checkbox"]:not(:checked) + label {
  font-weight: normal !important;
}
.container-input-housing_agglomerations {
  position: absolute;
  bottom: 0;
}
@media (max-width: 780px) {
  .container-start-webcam-profile {
    text-align: center;
  }
}
@media (max-width: 680px) {
  .custom-file-label-text {
    position: absolute;
    left: 5px;
    overflow: hidden;
  }
}
.custom-file-label::after {
  content: "Parcourir" !important;
}
.container-bubble-blog .big-title {
  position: relative;
  top: -5.2rem;
}
@media (max-width: 680px) {
  .container-bubble-blog .big-title {
    position: relative;
    top: -4rem;
  }
}
/*******
Become host v2
 */
.become-host-v2 .header-become-host-v2 {
  background-image: url("../../uploads/website/senior_presentation.jpeg");
  background-size: cover;
  background-position-y: 25%;
  background-position-x: center;
  background-repeat: no-repeat;
  padding: 10rem 0;
}
.become-host-v2 .header-become-host-v2 .big-title {
  text-shadow: 2px 2px black;
}
.become-host-v2 .big-title {
  font-size: 4rem !important;
}
.become-host-v2 .container-icon-become-host-v2 {
  padding: 20px 15px;
  background-color: #D7F9FF;
}
.become-host-v2 .title-qualities-host {
  margin-top: 2rem;
}
.become-host-v2 .icon-become-host-v2 {
  fill: #01D8FD;
  max-width: 2rem;
  overflow: visible;
}
.become-host-v2 .icon-become-host-v2.securisant {
  position: relative;
  left: 0.1rem;
}
.become-host-v2 .icon-become-host-v2.simple {
  position: relative;
  top: -0.1rem;
}
.become-host-v2 .container-search-become-host-v2 {
  background-image: url("../../uploads/website/bck-become-host-v2.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 0;
}
.become-host-v2 .container-search-become-host-v2 .submit_address_search_tenant,
.become-host-v2 .container-search-become-host-v2 .submit_host_address {
  position: absolute;
  top: 3rem;
  right: 1.5rem;
  background-color: #2898FB !important;
  padding: 0.8rem;
  color: white;
}
.become-host-v2 .container-search-become-host-v2 .title-search-become-host-v2.host {
  color: #012AFF;
}
.become-host-v2 .name-testi {
  color: #3581FB;
}
.become-host-v2 .container-method-xenia {
  padding-bottom: 0.7em;
  margin-bottom: 0.7rem;
  border-bottom: 1px solid;
  border-color: #E5E5E5;
}
.become-host-v2 .container-method-xenia.last-container-method-xenia {
  border-bottom: 0px solid;
}
.become-host-v2 .find-housing .btn-inscription {
  background-color: #2898FB;
  color: white;
  margin-top: 3rem;
  padding: 0.8rem;
}
.become-host-v2 .find-housing {
  background: #F1F5FE;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.become-host-v2 .text-become-host-v2 {
  font-size: 1.5rem;
  margin-top: 2rem;
}
.become-host-v2 .text-p-become-host-v2 {
  font-size: 1.2rem;
}
.become-host-v2 .address_search_tenant_input,
.become-host-v2 .host_mail_address {
  margin-top: 2rem;
  padding: 2.5rem 1rem !important;
  background-color: white !important;
}
.become-host-v2 .submit_address_search_tenant,
.become-host-v2 .submit_host_address {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  background-color: #2898FB !important;
  padding: 0.8rem;
  color: white;
}
.become-host-v2 .condition-host .title-condition-host {
  font-size: 2.5rem;
  margin-top: 5rem;
  margin-bottom: 1rem !important;
  height: auto !important;
}
.become-host-v2 .condition-host .text-condition-host {
  margin-bottom: 10rem;
}
.become-host-v2 .qualities-host {
  margin-bottom: 5rem;
}
.become-host-v2 .testi-become-host-v2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #F1F5FE;
}
.become-host-v2 .testi-become-host-v2 .text-testi {
  font-size: 2.5rem;
  margin-bottom: 3rem !important;
  font-weight: bold;
}
.become-host-v2 .testi-become-host-v2 .testi-become-host-img {
  max-width: 5rem;
}
.become-host-v2 .method-host .title-method-host {
  font-size: 2.5rem;
  margin-bottom: 5rem !important;
}
.become-host-v2 .method-host svg {
  fill: #01D8FD;
}
.txt-grey {
  color: #8f8f8f;
}
.white-smog {
  position: absolute;
  top: 95vh;
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 10rem;
  width: 100%;
  margin-bottom: -5vh;
  left: 0;
}
@media (max-width: 680px) {
  .become-host-v2 .submit_address_search_tenant,
  .become-host-v2 .submit_host_address {
    position: static;
    margin: auto;
    margin-top: 1rem;
  }
  .become-host-v2 .container-search-become-host-v2 .submit_address_search_tenant,
  .become-host-v2 .container-search-become-host-v2 .submit_host_address {
    position: relative;
    top: 1rem;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .become-host-v2 .container-search-become-host-v2 .title-search-become-host-v2.host {
    color: #012AFF;
  }
  .become-host-v2 .header-become-host-v2 {
    padding: 5rem 0;
    background-position-x: 45%;
  }
  .become-host-v2 .big-title {
    font-size: 3rem !important;
  }
  .become-host-v2 .condition-host .title-condition-host {
    font-size: 2rem;
    word-break: break-word;
  }
  .become-host-v2 .testi-become-host-v2 .text-testi {
    font-size: 2rem;
  }
  .become-host-v2 .method-host .title-method-host {
    font-size: 2rem;
  }
  .container-results .form-container-results {
    padding-top: 0;
  }
}
@media (max-width: 350px) {
  .become-host-v2 h1,
  .become-host-v2 h2,
  .become-host-v2 h3 {
    word-break: break-word;
  }
  .become-host-v2 .big-title {
    font-size: 2.5rem !important;
  }
  .become-host-v2 .condition-host .title-condition-host {
    font-size: 1.8rem;
    word-break: break-word;
  }
  .become-host-v2 .testi-become-host-v2 .text-testi {
    font-size: 1.8rem;
  }
  .become-host-v2 .method-host .title-method-host {
    font-size: 1.8rem;
  }
}
.break-word {
  word-break: break-word;
}
.text-shading {
  text-shadow: 2px 2px black;
}
.method-host {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.phone-header {
  letter-spacing: -1px;
}
.link-header.active {
  padding: 0;
  margin-right: 0 !important;
  /* text-decoration: underline !important;
    text-decoration-color: #012AFF !important;
    text-underline-position: under;*/
}
.border-link-gradient.small-grad {
  width: 65px;
}
.border-link-gradient.v-small-grad {
  width: 40px;
}
.faq-link {
  margin-left: -10px;
}
.dropdown-menu .link-header.active {
  padding: 0.25rem 1.5rem;
}
.card {
  border: 0;
}
.card > .card-img > div > img {
  object-fit: cover;
}
.card .card-body {
  padding: 1.25rem 1.25rem;
}
.housing-link-card {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.housing-link-card:hover {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
#modalConnectRegister .modal-dialog .modal-content {
  border-radius: inherit !important;
  border: inherit !important;
  background-color: inherit !important;
}
#modalConnectRegister .modal-dialog .modal-content #modal-header-1 {
  padding: inherit !important;
  border-bottom: inherit !important;
}
#modalConnectRegister .modal-dialog .modal-content #modal-header-1 .switcher {
  cursor: pointer;
  padding: 1.2rem 1.6rem;
  color: #08D4F0;
  font-weight: bolder;
  font-size: 1rem;
  border-radius: 15px 15px 0 0;
  background-color: #ffffff;
}
#modalConnectRegister .modal-dialog .modal-content #modal-header-1 .switcher:not(.active) {
  background-color: rgba(224, 224, 224, 0.5);
  color: #000000;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}
#modalConnectRegister .modal-dialog .modal-content #modal-header-2 {
  color: #08D4F0;
  font-weight: bold;
  text-align: center;
  border-bottom: inherit;
  justify-content: center;
  border-radius: 15px 15px 0 0;
}
#modalConnectRegister .modal-dialog .modal-content #modal-header-2 h5 {
  font-size: 1.2rem;
  font-weight: bold;
}
#modalConnectRegister .modal-dialog .modal-content .modal-body {
  background-color: #ffffff;
  border-radius: 0 15px 15px 15px;
  padding: 2rem;
}
#modalConnectRegister .modal-dialog .modal-content .modal-body h4 {
  color: #08D4F0;
  font-weight: bold;
  font-size: 1rem;
}
#modalConnectRedirectRegister .modal-dialog .modal-content {
  border-radius: inherit !important;
  border: inherit !important;
  background-color: inherit !important;
}
#modalConnectRedirectRegister .modal-dialog .modal-content #modal-header-1 {
  padding: inherit !important;
  border-bottom: inherit !important;
}
#modalConnectRedirectRegister .modal-dialog .modal-content #modal-header-1 .switcher {
  cursor: pointer;
  padding: 1.2rem 1.6rem;
  color: #08D4F0;
  font-weight: bolder;
  font-size: 1rem;
  border-radius: 15px 15px 0 0;
  background-color: #ffffff;
}
#modalConnectRedirectRegister .modal-dialog .modal-content #modal-header-1 .switcher:not(.active) {
  background-color: rgba(224, 224, 224, 0.5);
  color: #000000;
  -webkit-box-shadow: inherit;
  -moz-box-shadow: inherit;
  box-shadow: inherit;
}
#modalConnectRedirectRegister .modal-dialog .modal-content #modal-header-2 {
  color: #08D4F0;
  font-weight: bold;
  text-align: center;
  border-bottom: inherit;
  justify-content: center;
  border-radius: 15px 15px 0 0;
}
#modalConnectRedirectRegister .modal-dialog .modal-content #modal-header-2 h5 {
  font-size: 1.2rem;
  font-weight: bold;
}
#modalConnectRedirectRegister .modal-dialog .modal-content .modal-body {
  background-color: #ffffff;
  border-radius: 0 15px 15px 15px;
  padding: 2rem;
}
#modalConnectRedirectRegister .modal-dialog .modal-content .modal-body h4 {
  color: #08D4F0;
  font-weight: bold;
  font-size: 1rem;
}
.border-specific {
  border-radius: 0 0 15px 15px !important;
}
.title-h3 {
  color: #08D4F0;
  font-weight: bold;
  font-size: 1rem;
}
.pac-container {
  z-index: 1051 !important;
}
#modalCompleteProfile .modal-dialog .modal-content,
#deleteAccountModal .modal-dialog .modal-content {
  border-radius: 15px;
  border: inherit;
}
#modalCompleteProfile .modal-dialog .modal-content .modal-header,
#deleteAccountModal .modal-dialog .modal-content .modal-header {
  color: #08D4F0;
  font-weight: bold;
  text-align: center;
  border-bottom: inherit;
  justify-content: center;
}
#modalCompleteProfile .modal-dialog .modal-content .modal-header h5,
#deleteAccountModal .modal-dialog .modal-content .modal-header h5 {
  font-size: 1.2rem;
  font-weight: bold;
}
#modalCompleteProfile .modal-dialog .modal-content .modal-header .close,
#deleteAccountModal .modal-dialog .modal-content .modal-header .close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-25%, 20%);
}
#modalCompleteProfile .modal-dialog .modal-content .modal-header .close i,
#deleteAccountModal .modal-dialog .modal-content .modal-header .close i {
  font-size: 1.5rem;
  border: 1px solid;
  border-radius: 1rem;
  padding: 2px 5px;
}
#modalCompleteProfile .modal-dialog .modal-content .modal-body,
#deleteAccountModal .modal-dialog .modal-content .modal-body {
  background-color: #ffffff;
  padding: 1rem 2rem;
  border-radius: 15px;
}
#modalCompleteProfile .modal-dialog .modal-content .modal-body h4,
#deleteAccountModal .modal-dialog .modal-content .modal-body h4 {
  color: #08D4F0;
  font-weight: bold;
  font-size: 1rem;
}
.img-profile {
  width: 10rem;
  height: 10rem;
  border: 2px solid #08D4F0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%!important;
}
.img-profile img {
  height: 10rem;
}
.img-profile-sm {
  width: 5rem;
  height: 5rem;
  border: 2px solid #08D4F0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%!important;
}
.img-profile-sm img {
  height: 5rem;
}
.img-profile-xs {
  width: 2.5rem;
  height: 2.5rem;
  border: 2px solid #08D4F0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  border-radius: 50%!important;
}
.img-profile-xs img {
  height: 2.5rem;
}
.mw-60 {
  max-width: 60%;
}
.border-blue {
  border: 2px solid #08D4F0;
}
.link-blue {
  color: #08D4F0 !important;
}
.link-blue:hover {
  color: #08D4F0;
}
.line-sep {
  padding-bottom: 1rem;
  border-bottom: 1px solid #c1bebe;
}
.line-sep2 {
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(198, 199, 205, 0.45);
}
/*
Exoneration
 */
.form-exoneration-container #exoneration-form {
  /* Firefox */
}
.form-exoneration-container #exoneration-form input::-webkit-outer-spin-button,
.form-exoneration-container #exoneration-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-exoneration-container #exoneration-form input[type=number] {
  -moz-appearance: textfield;
}
.form-exoneration-container #exoneration-form .input-number {
  text-align: center;
  border: 1px solid #08D4F0;
  border-radius: 0.25rem;
  margin-bottom: 15px;
  max-width: 2rem;
}
.form-exoneration-container #exoneration-form .form-check-region-1 {
  padding-left: 0;
}
.form-exoneration-container #exoneration-form .form-check {
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .form-exoneration-container #exoneration-form .form-check-region-2 {
    padding-left: 0rem;
  }
}
@media (max-width: 768px) {
  .form-exoneration-container {
    margin-bottom: 3rem;
  }
  .form-exoneration-container #exoneration-form .form-check-region-1,
  .form-exoneration-container #exoneration-form .form-check-region-2 {
    padding-left: 1.25rem;
  }
}
#exoneration-modal .modal-header,
#redirect-exoneration-modal .modal-header,
.custom-modal .modal-header {
  border-bottom: 0;
}
#exoneration-modal .modal-content,
#redirect-exoneration-modal .modal-content,
.custom-modal .modal-content {
  border-radius: 1rem;
  font-size: 17px;
}
#exoneration-modal .modal-footer,
#redirect-exoneration-modal .modal-footer,
.custom-modal .modal-footer {
  border-top: 0;
}
#exoneration-modal .close,
#redirect-exoneration-modal .close,
.custom-modal .close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
#exoneration-modal .modal-separation,
#redirect-exoneration-modal .modal-separation,
.custom-modal .modal-separation {
  width: 60%;
}
.modal-body {
  border-radius: 1rem;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}
.light-blue {
  color: #08D4F0;
}
.search-checkbox {
  padding-right: 0 !important;
}
.search-checkbox .form-check-label {
  margin-left: 7px;
  margin-bottom: 7px;
}
.bolder {
  font-weight: bolder;
}
.container-exo-title {
  padding: 15px 0px;
  margin-bottom: 40px;
}
.exo-title {
  font-size: 17px;
  margin-bottom: 0;
}
.exo-btn {
  width: 130px;
}
.no-shadow {
  box-shadow: none !important;
}
.test-shadow {
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.1);
}
.mod-exo-title {
  font-size: 17px;
}
.profile-container-description {
  margin-top: calc(1rem + 23px);
}
@media (max-width: 576px) {
  #submit_form_profile {
    margin-bottom: 5rem;
  }
}
.lh-1 {
  line-height: 1rem;
}
.blue-bg {
  background: #F5FAFE;
}
.mt-6 {
  margin-top: 5rem !important;
}
.delete-wrapper {
  margin-top: -45px;
}
.archive-link {
  position: absolute;
  left: 88%;
  bottom: 2%;
}
.archive-btn {
  font-weight: bold;
  width: 150px;
}
.base-success {
  padding-bottom: 1rem !important;
}
#form_housing .form-check {
  padding-right: 0!important;
}
.default-image {
  width: 100% !important;
}
.border {
  border-width: 3px !important;
}
.container-btn-housing-img {
  position: absolute;
  right: 0.7rem;
  top: 0.4rem;
}
.text-blue-xenia {
  color: #012AFF;
}
.border-blue-xenia {
  border: 1px solid #012AFF;
}
.custom-label-complete {
  position: absolute;
  top: 0.5rem;
  right: 15px;
  color: #a9a9a9 !important;
}
.container-results .form-container-results label.custom-label-complete {
  position: absolute;
  top: 0.5rem;
  right: 30px;
  color: #a9a9a9 !important;
}
/*
Choos_register part
 */
.choose-register {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100%;
}
.choose-register .choose-register-container-box {
  position: absolute;
  top: 50vh;
  transform: translateY(-50%);
}
.choose-register .choose_register_box {
  background-color: #FFFFFF;
  padding: 1.5rem;
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  border-radius: 1rem;
}
.choose-register .choose_register_box img {
  max-width: 2.5rem;
  margin-bottom: 0.5rem;
}
.choose-register .choose_register_box.host_box {
  border-top-left-radius: 0;
}
.choose-register .choose_register_box.tenant_box {
  border-top-right-radius: 0;
}
@media (max-width: 576px) {
  .choose-register .choose_register_box.host_box {
    margin-bottom: 3rem;
  }
}
#thanks-register-modal .modal-content {
  border-radius: 15px;
  border: inherit;
}
#thanks-register-modal .close {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}
.hr-user-status {
  border-top: 1px solid #C6C7CD;
  font-size: inherit;
}
.smaller-text {
  font-size: 13px;
}
.underline-link a {
  text-decoration: underline !important;
}
.table-admin {
  border-collapse: separate;
  -webkit-box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.5);
  box-shadow: 0px 0px 5px 5px rgba(200, 200, 200, 0.5);
  border-radius: 0.5rem;
  padding: 0.5rem;
  border-spacing: 0;
}
.table-admin .table_user_name {
  text-decoration: underline;
}
.table-admin thead th {
  border-bottom: 0;
}
.table-admin tr {
  border-radius: 0.5rem;
  border: 1px solid #F3F3F3;
}
.table-admin td {
  border-top: 0;
  vertical-align: middle !important;
}
.table-admin tbody th,
.table-admin tbody td {
  padding: 0.25rem 13px;
  border-top: 2px solid #F3F3F3;
  border-bottom: 2px solid #F3F3F3;
}
.table-admin tbody th {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-left: 2px solid #F3F3F3;
}
.table-admin tbody tr td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-right: 2px solid #F3F3F3;
}
.table-admin tbody tr:not(.spacer-admin):hover th {
  padding: 0.25rem 13px;
  border-top: 2px solid #08D4F0;
  border-bottom: 2px solid #08D4F0;
}
.table-admin tbody tr:not(.spacer-admin):hover th {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  border-left: 2px solid #08D4F0;
}
.table-admin tbody tr:not(.spacer-admin):hover td {
  padding: 0.25rem 13px;
  border-top: 2px solid #08D4F0;
  border-bottom: 2px solid #08D4F0;
}
.table-admin tbody tr:not(.spacer-admin):hover td:last-child {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-right: 2px solid #08D4F0;
}
.table-admin tbody td {
  color: #7A7885;
}
.table-admin tbody .spacer-admin {
  height: 0.5rem;
  padding: 0;
  border: 0;
}
.table-admin tbody .spacer-admin td,
.table-admin tbody .spacer-admin td:last-child {
  border: 0;
  padding: 0;
}
.table-admin th {
  color: black;
  background: white;
  border: white;
}
.img-profile-admin {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.img-profile-admin img {
  height: 2.5rem;
  width: 2.5rem;
  border-radius: 50%!important;
  border: 2px solid #08D4F0;
}
.navigation-admin .page-item.disabled .page-link {
  border: 0;
}
.navigation-admin .page-item.active .page-link {
  border: 0;
  background-color: transparent;
  color: #08d4f0;
}
.navigation-admin .page-link {
  border: 0;
  color: black;
}
.navigation-admin .page-link:hover {
  background-color: transparent;
}
.navigation-admin .page-item.disabled {
  display: none;
}
.checkbox_admin[type="checkbox"]:not(:checked),
.checkbox_admin[type="checkbox"]:checked {
  position: static;
}
.form-admin .input-group-prepend .input-group-text {
  border: 1px solid #C6C7CD;
  background-color: transparent;
  border-right: 0px;
  color: #012AFF;
  border-radius: 0;
}
.form-admin input {
  border-left: 0;
  border-right: 0;
}
.form-admin .form-control {
  border-color: #C6C7CD;
  border-radius: 0;
}
.form-admin .input-group-append .input-group-text {
  border-color: #C6C7CD;
  background-color: #012AFF;
  color: white;
}
.delete-archive-item {
  color: #012AFF;
  cursor: pointer;
}
.admin-sidebar .list-group-item {
  border: 0px;
  font-weight: bold;
  font-size: 1.3rem;
}
.admin-sidebar .list-group-item.active {
  background-color: white;
  color: #012AFF;
}
.link-menu {
  color: black;
}
.link-menu.active {
  color: #007bff !important;
}
.tooltip-primary + .tooltip > .tooltip-inner {
  background-color: white;
  border-color: #7A7885;
}
.tooltip-primary + .tooltip > .tooltip-arrow {
  border-bottom-color: white;
}
.btn-empty {
  color: #7A7885;
}
.btn-empty:hover {
  text-decoration: none !important;
}
/*# sourceMappingURL=main.css.map */