@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.svg_icon svg {
  color: #5A59EE;
  width: 30px !important;
  height: 30px !important;
  margin-top: -5px;
}

.contc {
  text-align: center !important;
}

.right-top span .fa-phone {
  margin-right: 25px;
}

.right-top h4 {
  font-size: 15px;
  color: #5A59EE;
}

.right-top h4 .fa-phone {
  margin-right: 15px;
  font-size: 15px;
}

.video-back {
  position: absolute;
  top: 0;
  left: 5%;
}

.video-back video {
  height: 691px;
  width: 40%;
}

.parent-video {
  background-color: #1e272e !important;
}

@media screen and (max-width: 640px) {
  .mar-top label {
    margin-top: 15px;
  }

  .inscription form {
    width: 100% !important;
    margin: 60px auto;
    background: #efefef;
    padding: 20px 40px !important;
    text-align: center;
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  }

  .inscription label {
    display: block;
    position: relative;
    margin: 50px 0px !important;
  }

  .bis-header-ico span {
    transform: translateY(2px);
  }

  .bis-header-ico span svg {
    width: 15px !important;
    height: 15px !important;
  }

  .inscription .label-txt {
    position: absolute;
    top: -2.2em;
    padding: 10px;
    font-family: sans-serif;
    font-size: .8em;
    letter-spacing: 1px;
    color: rgb(120, 120, 120);
    transition: ease .3s;
  }

  .inscription .input {
    width: 100% !important;
    padding: 10px;
    background: transparent;
    border: none;
    outline: none;
  }

  .inscription .line-box {
    position: relative;
    width: 100%;
    height: 2px;
    background: #BCBCBC;
  }

  .inscription .line {
    position: absolute;
    width: 0%;
    height: 2px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    background: #5A59EE;
    transition: ease .6s;
  }

  .inscription .input:focus+.line-box .line {
    width: 100%;
  }

  .inscription .label-active {
    top: -3em;
  }

  .inscription button {
    display: inline-block;
    padding: 12px 24px;
    background: rgb(220, 220, 220);
    font-weight: bold;
    color: rgb(120, 120, 120);
    border: none;
    outline: none;
    border-radius: 3px;
    cursor: pointer;
    transition: ease .3s;
  }

  .inscription button:hover {
    background: #5A59EE !important;
    color: #ffffff;
  }

  .bck-register {
    padding: 30px 10px;
    height: auto !important;
    color: #fff;
  }

  .submit_btn {
    text-align: center !important;
  }

  .register-box {
    margin-top: 20px !important;
  }

  .entretien-box {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    background-color: #f5f6fa;
    padding: 10px 15px;
    height: 560px;
  }

  .entretien-image {
    text-align: center !important;
  }

  .entretien-image img {
    width: 100% !important;
    object-fit: cover;
  }

  .entretien-title h1 {
    font-size: 3rem !important;
    text-align: center;
    margin-bottom: 20px;
  }

  .entretien-content p {
    text-align: justify;
  }

  .box-left-entretien {
    position: relative;
  }

  .enfant-entretien {
    position: static;

    width: 100%;
  }

  .video-back {
    top: 0;
    left: 0;
    width: auto !important;
    height: auto;
  }

  .video-back video {
    width: 100% !important;
    height: auto;
  }

  .parent-video {
    padding-top: 250px;
  }

  .qck-services h2 {
    line-height: 50px !important;
    text-align: center;
  }

  p {
    text-align: justify;
  }

}

.qck-services h4,
.qck-services h2,
.qck-services p {
  color: azure;
}

.container-video {
  height: auto;
  width: 100%;
  position: relative;
}

.mapouter iframe {
  width: 100%;
  height: 200px;
 
}
.copyright {
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
}
nav ul li a {
  font-size: 14px !important;
  font-weight: 400 !important;
  font-family: 'Open Sans', sans-serif;
}

.qck-services h4 {
  color: #5A59EE !important;
}

.slick-slide img {
  object-fit: contain !important;
}

.servies_details h2 {
  line-height: 40px;
}

.service-page {
  padding-top: 35px !important;
  padding-bottom: 80px !important;
}

.qualifications-sec {
  padding-top: 0px !important;
  padding-bottom: 80px !important;
}

.sec-title {
  padding-bottom: 65px !important;
}

.pt_carousel {
  margin: 0 auto;
  display: flex !important;
  justify-content: center !important;

}

/* LOGIN  */

/* INSCRIPTION */

.inscription form {
  width: 60%;
  margin: 60px auto;
  background: #efefef;
  padding: 60px 120px 80px 120px;
  text-align: center;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.inscription label {
  display: block;
  position: relative;
  margin: 40px 0px;
}

.inscription .label-txt {
  position: absolute;
  top: -2.2em;
  padding: 10px;
  font-family: sans-serif;
  font-size: .8em;
  letter-spacing: 1px;
  color: rgb(120, 120, 120);
  transition: ease .3s;
}

.inscription .input {
  width: 100%;
  padding: 10px;
  background: transparent;
  border: none;
  outline: none;
}

.inscription .line-box {
  position: relative;
  width: 100%;
  height: 2px;
  background: #BCBCBC;
}

.inscription .line {
  position: absolute;
  width: 0%;
  height: 2px;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  background: #5A59EE;
  transition: ease .6s;
}

.inscription .input:focus+.line-box .line {
  width: 100%;
}

.inscription .label-active {
  top: -3em;
}

.inscription button {
  display: inline-block;
  padding: 12px 24px;
  background: rgb(220, 220, 220);
  font-weight: bold;
  color: rgb(120, 120, 120);
  border: none;
  outline: none;
  border-radius: 3px;
  cursor: pointer;
  transition: ease .3s;
}

.inscription button:hover {
  background: #5A59EE;
  color: #ffffff;
}


/* GALERIE  */
#gallery {
  display: grid;
  height: calc(100vh - 10px);
  grid-template: repeat(6, 1fr)/repeat(6, 1fr);
  grid-gap: 0.5em;
}

@media (max-width: 800px) {
  #gallery {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
  }

  #gallery>div {
    width: 48%;
    margin: 1%;
  }
}

@media (max-width: 800px) and (max-width: 350px) {
  #gallery>div {
    width: 98%;
  }

}

#gallery>div:nth-child(6n+1) {
  grid-column: span 2;
  grid-row: span 2;
}

#gallery>div:nth-child(2) {
  grid-column: span 3;
  grid-row: span 3;
}

#gallery>div:nth-child(4) {
  grid-column: span 1;
  grid-row: span 2;
}

#gallery>div>a {
  opacity: 0;
  position: absolute;
  color: #000;
  background-color: #000;
  font: bold 4em "Helvetica";
  text-shadow: 0 -1px 5px #fff, -1px 0px 5px #fff, 0 1px 5px #fff, 1px 0px 5px #fff;
  padding: 2rem;
  mix-blend-mode: difference;
  width: 100%;
  height: 100%;
  transition: all ease 1s;
}

#gallery>div>img {
  width: 100%;
  min-height: 100%;
  transition: all ease 1s;
}

#gallery>div:hover img {
  filter: blur(4px);
}

#gallery>div:hover a {
  opacity: 1;
}

#gallery>div {
  overflow: hidden;
  position: relative;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 20px 0 rgba(0, 0, 0, 0.19);
}

#gallery div,
#gallery a {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}

[id^=lightbox-] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  opacity: 0;
  transition: opacity 450ms ease-in-out;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

[id^=lightbox-]:target {
  opacity: 1;
  pointer-events: inherit;
}

[id^=lightbox-]:target img {
  filter: blur(0);
}

[id^=lightbox-] .content {
  max-width: 90%;
  position: relative;
  color: #fff;
}

[id^=lightbox-] .content:hover>a.close {
  opacity: 1;
  transform: scale(1, 1);
}

[id^=lightbox-] .content:hover>.title {
  opacity: 1;
  transform: translateY(-3px);
}

[id^=lightbox-] .content:hover>.title::after {
  opacity: 1;
}

[id^=lightbox-] .content>* {
  transition: all 450ms ease-in-out;
}

[id^=lightbox-] .title {
  display: block;
  margin: 0;
  padding: 1em;
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  font-size: 1.5em;
  opacity: 0;
}

[id^=lightbox-] .title::after {
  content: " ";
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  transition: all 350ms ease-in-out 250ms;
  opacity: 0;
  transform-origin: bottom;
  mix-blend-mode: soft-light;
}

[id^=lightbox-] img {
  max-height: 90vh;
  max-width: 100%;
  margin: 0;
  padding: 0;
  filter: blur(50px);
}

[id^=lightbox-] a.close {
  width: 2em;
  height: 2em;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0, 0);
  opacity: 0;
  transform-origin: right top;
  text-decoration: none;
  color: #fff;
}

[id^=lightbox-] a.close::after {
  content: "X";
}

.chauf-color {
  color: #E74C47 !important;
}

.clim-color {
  color: #5352ED !important;
}
.video-color {
  color: #8c7ae6 !important;
}
.video-color .fa-film-canister {
  font-size: 1.2em;
  margin-right: 7px !important;
  transform: translateY(2px);
}
.chauf-color .fa-heat,
.clim-color .fa-fan {
  font-size: 1.2em;
  margin-right: 7px !important;
  transform: translateY(2px);
}

.shower-color {
  color: #41aef6 !important;
}
.shower-color .fa-shower {
  font-size: 1.2em;
  margin-right: 7px !important;
  transform: translateY(2px);
}

.contc h4 svg {
  color: #5352ED;
  margin-right: 7px;
  font-size: 1.2em;
}

.pt-logo img {
  width: 90px !important;
  height: 90px !important;
  object-fit: contain;
}
.slider-galerie img{
    height: 500px;
    object-fit: cover;
}
.margintopFirst {
  margin-top: 47px !important;
}

.tc_icon {
  font-size: 1.5em;
}

.tc_icon svg {
  color: #5352ED;
  margin-bottom: 5px !important;
  margin-right: 1px !important;
}

.tc_icon .fa-fire-alt {
  color: #E74C47 !important;
}

.up-site {
  position: fixed;
  bottom: 5%;
  right: 3%;
  font-size: 2em;
  padding: 10px 15px;
  color: #BCBCBC;
  background-color: #1e272e;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 800;
  -webkit-animation: float 2s linear infinite;
  animation: float 2s linear infinite;
}

@-webkit-keyframes float {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0px);
  }

  75% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  25% {
    transform: translateY(-5px);
  }

  50% {
    transform: translateY(0px);
  }

  75% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(0px);
  }
}

.up-site:hover {
  cursor: pointer;
}

.containerAlert {
  position: absolute;
  top: 10px;
  left: 12%;
  width: 80%;
  z-index: 99999;
}

.alert-success {
  background-color: #5a59ee !important;
  border-color: #5050d4 !important;
  color: #fff;
}

.pagination {
  background-color: rgb(233, 233, 233);
  padding: 10px 20px;
  justify-content: center;
}

.pagination span {
  margin-left: 7px;
}

.pagination .current {
  margin-left: 7px;
  font-size: 1.2em;
  font-weight: bold;
}

.pagination span a {
  color: #5A59EE;
}

.content-service {
  padding: 20px 35px;
  line-height: 30px !important;
  text-align: justify;
}

.content-service h2 {
  font-size: 1.4em !important;
  color: #E74C47;
  margin-bottom: 10px;
}

.content-service h3 {
  font-size: 1.1em !important;
  color: #E74C47;
  margin-bottom: 15px;
}

.content-service img {
  margin: 5px;
}

.content-service-clim {
  padding: 20px 35px;
  text-align: justify;
}

.content-service-clim h2 {
  font-size: 1.4em !important;
  color: #1e25ac;
  line-height: 31px !important;
  margin-bottom: 10px;
}

.content-service-clim p,
.content-service p {
  line-height: 27px !important;
}

.content-service-clim h3 {
  font-size: 1.1em !important;
  color: #3842f8;
  margin-bottom: 15px;

}

.content-service-clim img {
  margin: 5px;
}

.switchActive {
  border-radius: 35px !important;
  font-family: 'Poppins', sans-serif !important;
}

.switchActive .svs {
  margin-left: 20px !important;
}

.tc_icon {
  margin-left: 4px !important;
  margin-bottom: 3px !important;
}

.marque-presta-unique {
  background-color: #F9F9F9;
  width: 100% !important;
  border-radius: 15px;
  padding: 20px 30px;
}

.logo-marque-presta-unique img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}

.box-presta-unique-marque {
  padding: 10px !important;
  margin-bottom: 50px;
  justify-content: center;
  margin: 0 auto
}

.slick-dots {
  margin-bottom: 50px !important;
}

.custom-home-ico svg {
  height: 30px !important;
  width: 30px !important;
  transform: translateY(9px);
}

.custom-home-ico .fa-primary {
  color: #5757bb !important;
}

.custom-home-ico .fa-secondary {
  color: #E74C47 !important;
}

.widget-about p,
.widget-about span {
  color: #2c3e50 !important;
}

.widget-about p,
.widget-about span {
  color: #2c3e50 !important;
}

.social_lnks li a {
  background-color: #5A59EE !important;
  border-color: #6060fa !important;
}

.widget-contact ul li {
  color: #2c3e50 !important;
}

.widget-contact ul li span {
  color: #2c3e50 !important;
}

.fl_right a {
  color: #5A59EE !important;
}

.apt_form_btn span {
  color: #1e272e !important;
}

.custom-slider-presta img {
  min-height: 300px !important;
  object-fit: cover !important;
}

.contact_popup_btn {
  color: #1e272e !important;
}

.entretien-box {
  margin-top: 40px;
  margin-bottom: 40px;
  background-color: #f5f6fa;
  padding: 35px 45px;
}

.entretien-image img {
  width: 80% !important;
  object-fit: cover;
}

.entretien-title h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5rem;
  color: #5a59ee;
}

.box-left-entretien {
  position: relative;
}

.enfant-entretien {
  position: absolute;
  top: 65px;
  left: 0%;
  width: 100%;
}

.register-box {
  margin-top: 80px;
  margin-bottom: 80px;
  background-color: #f5f6fa;
  padding: 35px 45px;
}

.register-image {
  text-align: center;
}

.register-image img {
  width: 80% !important;
  height: 350px !important;
  object-fit: contain;
}

.register-title h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 3.5rem;
  color: #5a59ee;
}

.register-content p {
  font-family: 'Roboto', sans-serif;
  color: #0a0a5f;
}
.forgetBoxBis {
  margin-bottom: 0px !important;
  margin-top: 5px !important;
}
.submit_btn button {
  background-color: #5A59EE;
  color: #fff;
}

.submit_btn button:hover {
  background-color: #2222b6;
  color: #fff;
}
.submit_btn span a{
  color: #E74C47;
}
.submit_btn span a:hover{
  color: #a72621;
}
.btn-redirect {
  background-color: #E74C47;
  color: #fff;
}
.forgetPass {
  background-color: #F5F6FA;
  padding:40px 45px !important;
}
.btn-redirect:hover {
  background-color: #a72621;
  color: #fff;
}

.submit_btn {
  margin-top: 25px !important;
}


.custom-card {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .1), 0 1px 2px 0 rgba(0, 0, 0, .06);
}

.custom-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.main-body {
  padding: 15px;
}

.custom-card-body {
  position: relative;
  flex: 1 1 auto;
  min-height: 420px;
  padding: 20px 20px;
  background-color: rgba(241, 242, 246, 1.0);

}

.btn-outline-primary {
  border: 2px solid #5A59EE;
  border-radius: 5px;
  color: #00044d;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  transition: all ease 0.4s;
  margin-left: -10px;
}

.btn-outline-primary:hover {
  background-color: #5A59EE;
  color: #fff;
}

.btn-outline-success {
  border: 2px solid #E74C47;
  border-radius: 5px;
  color: #fff;
  background-color: #E74C47;
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  transition: all ease 0.4s;
}

.btn-outline-success:hover {
  background-color: transparent;
  color: #E74C47;
}

.btn-large-success {
  border: 2px solid rgba(46, 213, 115, 1.0);
  border-radius: 5px;
  color: #fff;
  background-color: rgba(46, 213, 115, 1.0);
  font-weight: 500;
  font-family: 'Poppins', sans-serif;
  transition: all ease 0.4s;
  width: 100% !important;
  margin-bottom: 15px;
}

.btn-large-success:hover {
  background-color: transparent;
  color: rgba(46, 213, 115, 1.0);
}

.btn-large-success svg,
.btn-outline-primary svg,
.btn-outline-success svg {
  margin-right: 5px;
  width: 15px !important;
  height: 15px !important;
}

.box-btn-prof {
  margin-left: -20px;
}

.pos-content-profil {
  position: absolute;
  left: 7%;
  top: 20%;
  width: 100%;
}

.pos-content-profil hr {
  position: relative;
  left: -35px !important;
  width: 90%;
  border-color: rgba(55, 66, 250, 0.4) !important;
}

.custom-card-body h6 {
  font-size: 1.3em !important;
  color: #5A59EE;
  font-family: 'Poppins', sans-serif;
}

.gutters-sm {
  margin-right: -8px;
  margin-left: -8px;
}

/* .content-box-profil {

} */
.style-historique {
  font-size: 0.7em;
}

.title-card-profil {
  font-size: 1em;
  color: #00044d !important;
}

.content-no-adress {
  background-color: #E74C47;
  color: #fff;
  text-align: center;
  padding: 10px 15px;
}

.btn-add-info {
  position: relative;
  z-index: 999 !important;
}

.btn-add-info .fa-arrow-down {
  position: absolute;
  left: 42%;
  top: -50px;
  width: 40px !important;
  height: 40px !important;
  color: #E74C47;
  -webkit-animation: float 1s linear infinite;
  animation: float 1s linear infinite;
}

.bck-full-hide {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  overflow: hidden !important;
  z-index: 99;
  background-color: rgba(30, 39, 46, 0.5);
}

.gutters-sm>.col,
.gutters-sm>[class*=col-] {
  padding-right: 8px;
  padding-left: 8px;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.bg-gray-300 {
  background-color: #e2e8f0;
}

.h-100 {
  height: 100% !important;
}

.shadow-none {
  box-shadow: none !important;
}

.content-desc-profil {
  margin-top: 80px !important;
}


.modalBox {
  position: absolute;
  top: 400px;
  text-align: center;
}

.modalBtn button {
  background-color: #44bd32;
  border: 2px solid #44bd32;
  color: #fff;
  padding: 10px 40px;
}

.modalBtn button:hover {
  background-color: transparent;
  color: #44bd32;
  padding: 10px 40px;
}


.custom-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8888;
  background-color: rgba(30, 39, 46, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}

.custom-modal.active {
  display: flex;
}

.back-modal {
  padding: 20px 30px;
  min-width: 350px;
  margin: 0 auto;
  color: #092738;
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-modal-title {
  text-align: center;
  padding: 10px 20px;
  font-family: 'Poppins', sans-serif !important;
  width: 100%;
}

.custom-modal-title h4 {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 20px !important;
}

.parent-mod {
  position: relative;
}

.titleModal {
  color: #5A59EE;
}

.pos-close {
  position: absolute;
  right: -45%;
  top: 0;
  z-index: 999;
}

.pos-close svg {
  width: 20px !important;
  height: 20px !important;
  color: #5A59EE;
}

.pos-close svg:hover {
  cursor: pointer;
  transform: rotate(-45deg);
}

.pos-close-second {
  position: absolute;
  right: -45%;
  top: -10px;
  z-index: 999;
}

.pos-close-second svg {
  width: 20px !important;
  height: 20px !important;
  color: #5A59EE;
}

.pos-close-second svg:hover {
  cursor: pointer;
  transform: rotate(-45deg);
}

.pos-close-third {
  position: absolute;
  right: -45%;
  top: -10px;
  z-index: 999;
}

.pos-close-third svg {
  width: 20px !important;
  height: 20px !important;
  color: #5A59EE;
}

.pos-close-third svg:hover {
  cursor: pointer;
  transform: rotate(-45deg);
}


.pos-close-four {
  position: absolute;
  right: -45%;
  top: -10px;
  z-index: 999;
}

.pos-close-four svg {
  width: 20px !important;
  height: 20px !important;
  color: #5A59EE;
}

.pos-close-four svg:hover {
  cursor: pointer;
  transform: rotate(-45deg);
}

.mar-top {
  margin-top: 30px !important;
}

#entretien_content {
  height: 150px;
}

.btn-logout-box {
  text-align: left;
  margin-bottom: 10px;
}

.btn-logout {
  background-color: #161d96;
  color: #fff;
}

.btn-logout:hover {
  background-color: #5A59EE;
  color: #fff;
}
.badge-custom-valid {
  font-size:1.1em; 
  margin-top: 5px
}
.btn-custom-valid {
  margin-top: 10px;
}
.btn-custom-valid svg{
  color: #161d96;
  width: 23px !important;
  height: 23px !important;
}
.btn-custom-valid svg:hover{
  color: #11b902;
}
.rounded-circle {
  margin-bottom: 30px;
  border-radius: 50%;
  object-fit: cover;
}

.content-box-profil h4 {
  color: #5A59EE;
}

.text-secondary {
  color: #00044d;
  font-family: 'Roboto', sans-serif;
}

.custom-modal-title em {
  color: #00044d;
  font-family: 'Poppins', sans-serif;
}

.custom-modal-button {
  text-align: right;
  position: relative;
  top: -7px;
  right: -2%;
}

.custom-modal-button button {
  background-color: transparent;
  border: none;
  color: #5A59EE;
  font-size: 25px;
  transform: rotate(45deg);
  font-weight: bold;
  transition: color 0.8s;
}

.custom-modal-button button:hover {
  color: #1b2192;
  transform: rotate(0deg);
}

.custom-modal-content {
  padding: 10px 30px;
  word-wrap: break-word;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.btn-update-profil button {
  background-color: #5A59EE;
  border-color: #3842f8;
  width: 100%;
  margin-top: 20px;
}

.btn-update-profil button:hover {
  background-color: #1e26be;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .custom-modal {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: transparent !important;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
    height: auto !important;
  }

  .custom-modal.active {
    display: flex;
  }

  .btn-outline-success {
    width: 93% !important;
    transform: translate(10px, -15px);
  }

  .btn-outline-primary {
    width: 94%;
    transform: translate(15px, 5px);
  }

  .pos-close,
  .pos-close-second,
  .pos-close-third {
    position: absolute !important;
    top: -11px;
    right: -10%;
    z-index: 99999;
  }

  .pos-close svg,
  .pos-close-second svg,
  .pos-close-third svg {
    width: 25px !important;
    height: 25px !important;
  }

  .back-modal {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100% !important;
    height: auto;
  }

  .titleModal {
    margin-top: 0 !important;
  }

  .mar-top {
    margin-top: 0 !important;
  }

  .custom-modal-button {
    position: absolute;
    left: -10%;
    top: 0;
  }

  .custom-modal-content {
    padding: 5px;
    margin-top: 10px;
    word-wrap: break-word;
  }

  .custom-table-galerie {
    padding: 5px !important;
    width: 100% !important;
    margin: 0;
  }

  .card-custom-galerie {
    margin: 0 !important;
    width: 100% !important;
  }
}

.btn-enabled {
  background-color: #ffffff;
  border-color: #ffffff;
}

.banner-slide img {
  height: 800px !important;
  width: 100% !important;
  object-fit: cover !important;
}

.control-label small {
  color: #E74C47;
  text-transform: capitalize;
  font-style: oblique;
}

.control-label span {
  color: #5A59EE;
}

#entretien_category {
  height: 49.25px !important;
}

.pulse,
.navbar .navbar-content .navbar-nav .nav-item .nav-link .indicator .circle::before {
  animation-name: pulse;
  animation-duration: .9s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}

@keyframes pulse {
  0% {
    opacity: 1;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
  }

  95% {
    opacity: 0.1;
    left: -10.5px;
    top: -10.5px;
    width: 28px;
    height: 28px;
  }

  100% {
    opacity: 0;
    width: 7px;
    height: 7px;
    left: 0;
    top: 0;
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-o-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@-ms-keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  50% {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }

  100% {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.popupView:hover{
  cursor: pointer;
  color: #E74C47;
}

#profTab_paginate ul {
  text-align: right;
}
.table-responsive label {
  color: #5A59EE ;
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
}
.table-responsive th {
  color: #110201 ;
  font-size: 1em;
  font-family: 'Poppins', sans-serif;
}
#profTab_paginate ul,
#profTab_paginate a{
  background-color: transparent !important;
}
#profTab_filter {
  float: right !important;
  margin-right: 20px !important;
}
.table-responsive {
  overflow-x: hidden !important;
}
.photo-list-profil img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 50%;
}
.photo-list-profil img:hover {
  cursor: pointer;
  transform: scale(1.1);
}
.swal2-image {
  object-fit: contain !important;
}
.logo {
  height: auto;
}
.logo a img{
  width: 250px;
  height: auto;
  object-fit: contain;
}
.widget-about a img {
  height: auto;
  width: 250px;
  object-fit: contain;
}
.swal2-popup {
  z-index: 99999999 !important;
}
.change-pass-box {
  margin-top: 15px;
}
.btn-large-primary {
  background-color: #130f40;
  color: #fff;
  width: 100%;
  padding:6px 12px ;
}
.btn-large-primary:hover {
  background-color: #19116d;
  color: #fff;
}
.dataTables_length {
  display: none;
}
.hidden {
  display: none;
}
#contact_pdf {
  margin-top: 0;
  border: none;
  background-color: #5A59EE;
  padding-top: 14px ;
  color: #fff;
  font-family: 'Poppin',sans-serif;
}
.label-contact {
  margin-top: 15px;
}
.tc_icon .fa-shower  {
  color: #41aef6 !important;
}
.video-color-responsive {
  color: #f1c40f !important;
}
.custom-slider-presta img {
  min-height: 400px !important;
}
.responsive_header_list li {
  padding: 10px !important;
  padding-bottom: 15px;
} 
.responsive-header .container {
  padding-bottom: 15px ;
}
.select-btn-galery ul {
  display: flex !important;
  justify-content: center !important;
}
.slider-video img{
  height: 280px !important;
  object-fit: contain;
}
.videoShow svg {
  width: 50px !important;
  height: 50px !important;
  color: #fff;
  transition: color 0.4s ease;
}
.videoShow svg:hover {
  color: #41aef6;
}
.register-image {
  margin-bottom: 120px !important;
  margin-top: 120px !important;
}
.custom-video .draggable {
  display: flex;
  justify-content: space-around;
}
.showering-disabled {
  background-color: #41aef6;
}
.btn-disabled {
  background-color: rgb(243, 243, 243) !important;
}
.copyright {
  font-weight: bold;
}
.copyright a {
  color: #5D2EB8;
}
.listNavBar li {
  padding: 10px !important;
}
.news-container {
  margin-top: 60px;
  margin-bottom: 60px;
  background-color: #F5F6FA;
  padding: 50px;
  text-align:justify;
}
.getin_touch  {
  padding-top: 10px !important ;
}
.captcha_image {
  width: 100%;
  margin: 0 auto;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
  margin-top: 15px;
}
.captcha_reload {
  padding: 8px 10px;
  background-color: #41aef6;
  border: 1px solid #41aef6;
  border-radius: 7px ;
  -webkit-border-radius: 7px ;
  -moz-border-radius: 7px ;
  -ms-border-radius: 7px ;
  -o-border-radius: 7px ;
  position: relative;
  top: -10px;
}
#contact_captcha {
  margin-top: 35px !important;
  border: none;
  border-bottom: 3px solid #41aef6;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  background-color: #f3f3f3;
}