/**
 * Theme Name: Twentytwentyfive-child
 * Template:   twentytwentyfive
 */

 @media only screen and (max-width: 767px) {
  .input-devis-fast,
  .select-devis-fast,
  .textarea-devis-fast,
  .submit-devis-fast {
    width: 100% !important;
  }

  .footer-main>div div div {
    width: 100%;
    text-align: center;
  }

  .header-title {
    font-size: 10px;
    text-align: center;
    font-size: 14px !important;
    width: 100% !important;
    margin-top: -10px !important;
  }
  .header-btn {
    display: none !important;
  }

  #modal-2 {
    background-image: linear-gradient(180deg, #D3D59C91 0%, #F3F3F34D 100%);
  }

}


 /** Contact form: demande de devis rapide */
.input-devis-fast,
.select-devis-fast,
.textarea-devis-fast,
.submit-devis-fast {
  padding: 8px  !important;
  font-size: 12px !important;
  border: solid 1px;
  border-radius: 10px;
  background-color: rgba(255, 0, 0, 0.130);
  width: 75%;
}

.input-devis-fast+span,
.select-devis-fast+span,
.textarea-devis-fast+span,
.submit-devis-fast+span,
.input-devis+span,
.select-devis+span,
.textarea-devis+span,
.submit-devis+span,
.wpcf7-response-output {
  font-size: 12px !important;

}

#form-container>div>div>div>form>p {
  margin-top: 0px !important;
  margin-bottom:10px !important;
}

::placeholder {
  color: black;
  opacity: 1;
}

.submit-devis-fast {
  background-color:#C71F24 !important;
  color:white;
  text-align: center;
  font-size: 15px;
  border-radius: 19px 19px 19px 19px;

}

.submit-devis-fast:hover {
  color:#000;
}

button,
a,
li,
ul {
  outline:none;
}

 /** Navbar */

.menu-item:hover,
.menu-sub-item:hover {
  color: #C71F24;
}

.menu-item>a:hover,
.menu-sub-item>a:hover {
  text-decoration: none;
}

.menu-item,
.menu-sub-item {
  text-decoration: none;
  font-weight: bold;
}

/** Contact form Devis */

.input-devis,
.select-devis,
.textarea-devis,
.submit-devis {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  border: solid 1px;
  border-radius: 10px;
  background-color: rgba(255, 0, 0, 0.13);
  width: 100%;
}

.submit-devis {
  background-color:#C71F24 !important;
  color:white;
  text-align: center;
  font-size: 15px;
  border-radius: 19px 19px 19px 19px;
}

.submit-devis:hover {
  color:#000;
}

.checkbox-devis>span {
  display:block !important;
  font-size: 15px;
}

/** header */

.header-title {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 600;
  stroke:#000;
  stroke-width: 0.5px;
  -webkit-text-stroke: 0.5px black;
  margin-top: 0;
  padding-top: 0 !important;
}

.header-btn {
  padding-bottom: 50px;
  color: #fff;
  line-height: 0.5;
}

.header-btn>a {
  background-color: #C71F24;
  font-size: 15px;
  font-weight: 600;
}

.header-btn:hover>a {
  color:#000;
}

.header-bottom-line {
  width: 100% !important;
  border-width: 0 0 2px 0;
  margin-top: 0px;
  color:#000;
}

/** Footer */

.footer-line {
  margin-top: 50px !important;
}

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

.footer-menu-1 {
  margin-top: 50px !important;
}

.footer-menu-1>ul li a,
.footer-menu-2>ul li a {
  text-decoration: none;
}

.footer-menu-1>ul li:hover,
.footer-menu-2>ul li:hover, 
.footer-phone:hover,
.footer-email:hover {
  color: #C71F24;
}

.footer-text {
  margin-top:-20px !important;
  padding-top:0;
}

.footer-main {
  padding-top: 20px !important;
  padding-bottom: 20px !important;

}

/** Contact page*/

.contact-right-side {
  margin-top: 50px;
}

.contact-phone:hover {
  color: #C71F24;
}

.contact-email:hover {
  color: #C71F24;
}

/** Diagnostics location page */

.icon-list>div>ul>li>a:hover {
  color: #C71F24;
}

 .icon-list-checked > div > ul > li > span {
   text-align: justify;
}


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

  .footer-menu-1 {
    margin-top: 20px !important;
  }
  .footer-menu-2 {
    margin-top: -15px !important;
  }
}