/*
Theme Name: Zerif Lite Child
Theme URI: http://themeisle.com/themes/zerif-lite/
Template: zerif-lite
Author: Cyrille Sanson
Author URI: https://www.100Son.net
Description: CSS du thème enfant de Zerif Lite.
Updated: 2017-04-05 17:01:00

*/

/* Formulaire de contact */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    width: 100%;
}

.abus-alcool .widget-title {
  display: none;
  font-size: 2px;
}

.composition .widget-title {
  display: none;
}

.details .widget-title {
  display: none;
}

.fiche-technique .widget-title {
  display: none;
}

/* Barre en-tête */

.navbar {
  background-color: #f0f0f0;
  font-weight: bolder;
}

.navbar-brand {
  height: 100px;
}

a:focus {
  color: #F3A239 !important;
}

/* Couleur Détails et Fiche technique */

.iw-so-acc-title.iw-text-left {
  color: #404040 !important;
}

/* Cadre des détails et fiches techniques */

.iw-text-left {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
  border-radius: 20px;
  margin-bottom: 10px;
}

/* Decoration des fiches techniques */

table {
  border-width: 1px;
  border-style: solid;
  border-color: #cccccc;
}

table tr:nth-child(odd) {
  background-color: #ffffff;
}

table td {
  padding-left: 10px;
}

.widget-title {
  color: #F3A239 !important;
}

.widget-title:before {
  border-bottom: 2px solid #F3A239;
  width: 50% !important;
}

a:not(.nav) {
  color: #f3a239;
}

a:hover {
  color: #7f571f !important;
}

.wpcf7-form-control.wpcf7-submit.bouton-envoyer {
  background-color: #F3A239 !important;
}

.wpcf7-form-control.wpcf7-submit.bouton-envoyer:hover {
  background-color: #7f571f !important;
}
