.name-with-info p{
  margin-top: 0;
}

.single-site {
  cursor: pointer;
}

.flex_input p{
    display: flex;
    gap: 25px;
    justify-content: space-between;
}

.flex_input p span input {
border-bottom: 2px solid #2696a9;
  border-top: unset;
  border-left: unset;
  border-right: unset;
  padding: 15px 15px 0 0;
  width: 100%;
}

.list_ticket {
  border-collapse: collapse;
}

.list_ticket thead tr th, .list_ticket tbody tr td {
  padding: 10px 20px;
}

.selects_status{
  width: 50%;
}

.margintop {
  margin-top: 30px;
}

.closing_modale {
  background: url('/wp-content/plugins/ydu_support/public/assets/svg/xmark-solid.svg') !important;
  background-color: white !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.contact_selects_status{
  width: 49%;
  margin-top: 10px;
}

.container_name_desc textarea{
  margin-top: 10px;
}

/* Form nouvelle demande */

.flex_input .wpcf7-form-control-wrap {
  width: 50%;
}

/* Message d'erreur formulaire de nouvelle demande */

.form_demande .invalid .wpcf7-response-output{
  background-color: #FFC84B;
  border-color: #FFC84B !important;
  color: #FFFFFF;
  padding: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 2em 0;
}


.form_demande .sent .wpcf7-response-output {
  background-color: #ade796;
  border-color: #ade796 !important;
  color: #FFFFFF;
  padding: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  margin: 2em 0;
}

/* Input entreprise pour mail  */

.wpcf7-form input[name="op_name"] {
  display: none;
}

/* signature mail*/

.new_account_mail {
  display: flex;
  justify-content: space-between;
}

.shortcode-present {
  background-color: #aaffaa; /* Style pour la classe lorsque le shortcode est présent */
}

.shortcode-absent {
  background-color: #ffaaaa; /* Style pour la classe lorsque le shortcode est absent */
}

.sites_offer_container {
display: flex;
gap: 5px;
display: ruby;
}

.sites_offer {
  font-weight: 400;
  font-size: 1.1rem;
  margin-left: 10px;
}

/* Single site dans le select*/

.single-site #select-site, .single-site .custom_select {
  margin: 0;
  border: none;
  background-color: transparent;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  padding: 2px 1em;
  cursor: inherit;
  line-height: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1rem;
}
/* Select maintenances */

#select-site, .custom_select {
  margin: 0;
  border: none;
  background-color: white;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  padding: 2px 1em;
  cursor: inherit;
  line-height: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  font-size: 1rem;
}
.current_page_item a {
 font-weight: 700;
  font-size: 1.1rem;
}

/* home bubble */

.bubble_question{
  position: absolute;
  top: 0;
  right: 0;
}

.question_mark:hover + .bubble_question {
  display: block;
  font-size: 0.7rem;
  background: #f3f3f9;
  padding: 5px 10px;
}

/* tableau maintenance */ 

.test_container {
  display: none;
}

/* */

.back_office_informations_clients {
  display: flex;
  gap: 25px;
}

.toutes-les-cases-cochees .maintenance_container_blocks {
  display: flex;
  flex-direction: column-reverse;
}

p.logout {
  font-size: 13px;
  margin-top: 0;
}

p.logout a {
  color: gray;
}

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

ul.text-left {
  list-style: none;
  padding: 0;
}

ul.text-left li {
  position: relative;
  padding-left: 25px; /* Ajuste selon la taille du SVG */
}

ul.text-left li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 8px; /* Ajuste selon la taille de ton SVG */
  height: 8px;
  background: url('/wp-content/plugins/ydu_support/public/assets/svg/bullet-support.svg') no-repeat center center;
  background-size: contain;
}

body .primary {
  color: #5094a9;
}

.encarts-container .home_containers {
  min-height: auto;
  justify-content: start !important;
}

.encart ul.text-left {
  padding-left: 18px;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

span.uptime {
  display: inline-block;
  height: 1em;
  width: 1em;
  border: 3px solid #a2a2a2;
  border-radius: 50%;
  transition: 0.25s;
  background: #a2a2a2;
}

span.uptime.loaded {
  border: 3px solid #4da74c;
  background: #4da74c;
}

span.uptime.unloaded {
  border: 3px solid #d44646;
  background: #d44646;
}

@media screen and (max-width:992px) {
  .container_name {
    display: block;
  }

  .first_flex_input p {
    margin-bottom: 0;
  }

  .flex_input p, .container_name {
    flex-direction: column;
    gap: 0 !important;
  }

  .form_demande .flex_input .wpcf7-form-control-wrap, .form_contact .flex_input .wpcf7-form-control-wrap {
    width: 100%;
  }

  .container_name .selects_status {
    width: 100%;
    margin-top: 10px;
  }

  .contact_selects_status {
    width: 100%;
  }

  .home_containers .content_home {
    flex: 1;
  }

}

@media screen and (max-width:768px) {

  .onglets_header_subitem::after {
    content: "";
    background-image: url(/wp-content/uploads/2023/09/arrow-blue.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    right: 10px;
    top: 35%;
    height: 10px;
    width: 10px;
    display: block;
    transition: 0.17s;
}

.header_subitem_maintenances{
  text-align: left !important;
}

  .test_container {
    display: flex;
    width: 100%;
    flex-direction: column;
  }

  .onglets_maintenance {
    display: flex;
    gap: 15px;
  }

  .contact_selects_status{
    width: 100%;
  }

  .closing_modale {
    top: 20px;
    right: 15px;
  }
  
  .commentaire-client-onglets{
    width: 100%;
  }

  .container_onglets .style_header_subitem.appli_open + .content_subitem {
    max-height: 100%;
    opacity: 1;
    padding: 0px;
  }
}

@media screen and (max-width:480px){
  #select-site{
    font-size: 0.8rem;
  }
}