.red {
  background-color: var(--color-primary) !important;
}

.green {
  background-color: olivedrab !important;
}

.grey{
  background-color: rgb(103, 103, 103);
}

.text-green {
  color: rgb(76, 203, 76) !important;
}

.blue {
  background-color: cornflowerblue !important;
}

.text-blue {
  color: cornflowerblue !important;
}

.text-red {
  color: var(--color-primary) !important;
}

.red-text {
  color: #d11414 !important;
}

.text-orange {
  color: #ff9800 !important;
}

.bold {
  font-weight: bold;
}

.form {
  font-weight: bold;
}

input[type="checkbox"] {
  width: 25px;
  vertical-align: middle;
}

.feedbacks-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.feedbacks-item {
  display: flex;
  align-items: center;
}

.feedbacks-item label {
  margin: 0;
  margin-left: 0.5rem;
  cursor: pointer;
}

input[name=offre],
input[name=avis],
input[name=answer] {
  width: 5%;
  accent-color: #ff9800;
  height: 2rem;
  cursor: pointer;
}

button#validerQuestion,
button#validerAvis {
  padding: 10px;
  background-color: #ff9800;
  border-color: #ff9800;
  border-width: 5px;
  border-radius: 5px;
  color: black;
  cursor: pointer;
}


@media (min-width: 1500px) {
  .feedbacks-item {
    margin-left: 10rem;
  }

  .feedbacks-item.left {
    margin-left: 30rem;
  }

  .feedbacks-item.right {
    margin-right: 20rem;
  }

}

@media (max-width: 768px) {

  p {
    font-size: 1em;
    line-height: 1.8;
  }

  .feedbacks-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .feedbacks-item {
    margin-bottom: 1rem;
    margin-left: 2rem;
  }

  input[name=offre] {
    width: auto;
  }

  .slider-style-5 .thumbnail {
    max-width: 50%;
  }

  .experience-center span {
    display: inline-block;
  }

}

.send-btn {
  padding: 10px;
  background-color: #ff9800;
  border-color: #ff9800;
  border-width: 5px;
  border-radius: 5px;
  color: black;
  cursor: pointer;
}

#interested-btn1 {
  background: linear-gradient(145deg, #ff9c25, #ff9800);
  color: #000;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

#interested-btn1::before {
  background: linear-gradient(145deg, #ff9800, #ff9c25);
}

.corner-top-left {
  border-left: 4px solid #ff9800;
  border-top: 4px solid #ff9800;
  display: inline-block;
  height: 150px;
  width: 100%;
  margin: 0%;
}

.corner-top-right {
  border-right: 4px solid #ff9800;
  border-top: 4px solid #ff9800;
  display: inline-block;
  height: 150px;
  width: 100%;
  margin: 0%;
}

.corner-bottom-left {
  border-left: 4px solid #ff9800;
  border-bottom: 4px solid #ff9800;
  display: inline-block;
  height: 150px;
  width: 100%;
  margin: 0%;
}

.corner-bottom-right {
  border-right: 4px solid #ff9800;
  border-bottom: 4px solid #ff9800;
  display: inline-block;
  height: 150px;
  width: 100%;
  margin: 0%;
}

.team-image {
  position: relative;
}

.content-image {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  -webkit-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  text-align: center;
}

.team-image .content-image:hover {
  opacity: 1;
}

.team-image .content-image .text-hover {
  height: 0;
  opacity: 1;
  transition-delay: 0s;
  transition-duration: 0.4s;
}

.team-image .content-image:hover .text-hover {
  opacity: 1;
  transform: translateY(250px);
  -webkit-transform: translateY(250px);
}

ul#myTabs {
  justify-content: center;
  background: none;
  box-shadow: none;
}

#myTabs .nav-link.active {
  box-shadow: 0px 0px 10px 5px #ff9800;
  margin: 5px;
}

#mobileLogo {
  max-width: 40%;
  height: auto;
}

.page-wrapper{
  margin-left: 290px;
}

@media (max-width: 1200px) {
  .page-wrapper{
    margin-left: 15%;
    width : 70%;
  }
}

#pres_video{
  box-sizing: border-box;
  border-radius: 15px;
  position:fixed;
  z-index: 2;
}

#pres_video video{
  width: 100%;
}

#close_button{
  text-align: center;
  cursor: pointer;
  color: white;
  display: block;
  position: absolute;
  font-style: bold;
  font-weight: 600;
  top: -15px;
  right: 5%;
}

@media (max-width: 1200px) {
  #pres_video{
    right: 5%;
    bottom : 5vh;
    width: auto;
  }
  #pres_video video{
    max-height: 25vh;
  }
}
@media (min-width: 1200px) {
  #pres_video{
    left: 14.45px;
    width: 260.1px;
    height: auto;
    max-height: 35vh;
    bottom : 5vh;
  }

  #pres_video video{
    max-height: 35vh;
  }
}


.flip-card {
  perspective: 1500px;
  cursor: pointer;
}
.rn-service {
  position: relative;
}

.hideClass{
  display: none;
}

#exampleModalCenter-63{
  padding-left: 0;
}

#testimonial_CEO p{
  text-align: justify;
  margin-block-end: 0.5em;
}

#testimonial_CEO .text-orange{
  max-width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
}

.quote{
  font-family: 'Comic sans MS';
}

#testimonial_CEO > div{
  max-width: 85%;
  margin-left: auto;
  margin-right: auto;
  /* font-size: 0.75em !important; */
}

#testimonial_CEO > div > div:nth-child(2) > div > div > p{
  margin-top: auto;
  margin-bottom: auto;
}

#features{
  margin-top: -100px;
}

.header_testi_card img{
  max-height: 15vh;
  display: inline-block;
}

.header_testi_card h2{
  display: inline-block;
  margin-top: auto;
  margin-bottom: auto;
}


.header_testi_card{
  width: 100%;
}

@media (max-width:1200px){
  .pres_testi_card{
    text-align: center;
  }
}

.text-justify{
  text-align: justify;
}

#testimonial_CEO_header > div > img{
  max-height: 75%;
  width: auto;
}

#container{
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

#alert_add_contact{
  color:white;
  background-color: darkgreen !important;
  border-radius: 15px;
}

#alert_add_contact svg{
  cursor: pointer;
}

#submit_add_contact{
  background-color: #ff9800 !important;
}

.popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  padding: 20px;
  background-color: #000;
  color: #fff;
  z-index: 9999;
  border: #ff9800 solid 2px;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.70); 
  z-index: 9998;
}


#cancel {
  width: auto;
  padding: 0 30px;
  border-radius: 500px;
  display: inline-block;
  font-weight: 500;
  transition: 0.3s;
  height: 60px;
  background: var(--color-primary);
  color: var(--color-white);
  font-weight: var(--p-medium);
  font-size: var(--font-size-b2);
  line-height: var(--line-height-b3);
  height: 50px;
  border: 2px solid var(--color-primary);
  transition: var(--transition);
}
#cancel:hover {
  background: transparent;
  color: var(--color-primary);
  transform: translateY(-5px);
}

.card-profile-list{
  box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  max-width: 95%;
}

@media (max-width: 1200px) {
  .card-profile-list{
    max-width: 65%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .card-profile-list{
    max-width: 80%;
    text-align: center;
  }
}

.card-profile-list img{
  border-radius: 15px;
}

.date{
  color:black;
  border-radius: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.info{
  color : lightgray;
  font-size: 0.9em;
}

.choices__list--dropdown{
  z-index: 3;
}

.filter-section{
  max-width: 95%;
}

.choices{
  border-radius: 10px;
}

.choices__inner{
  background-color: #191b1e;
  border-radius: 6px;
  min-height: 55px;
  transition: var(--transition);
  border: 2px solid #191b1e;
  padding: 0 15px;
  font-size: 14px;
  font-family: var(--font-secondary);
  color: var(--color-lightn);
  box-shadow: var(--inner-shadow);
  letter-spacing: 1px;
  appearance: auto !important;
  padding-top: 0.5em;
}

.filterRow{
  background-color: #22262a;
  border-radius: 10px;
  box-shadow: 1px 1px 25px 0px rgba(0, 0, 0, 0.5);
}

.choices__inner > input{
  width: auto !important;
  line-height: 2em !important;
  font-size: 14px !important;
}

#keyword{
  background-color: #191b1e !important;
  border-radius: 6px;
  height: 55px;
  transition: var(--transition);
  border: 2px solid #191b1e;
  padding-left: 30px;
  font-family: var(--font-secondary);
  color: var(--color-lightn);
  box-shadow: var(--inner-shadow);
  letter-spacing: 1px;
  appearance: auto !important;
  font-size: 14px !important;
}

#keyword::placeholder{
  color:var(--color-body)
}

#clear{
  border-radius: 5px;
  background-color: #d11414 ;
  color : white;
  border-width: 0;
  height: 2.2em;
}

.logo{
  width: 70%;
  margin: auto
}