/* body -------------------------------------------------------------------------------------------------------------- */
body {
  color: #1f1f1f;
  font: Arial, Helvetica, sans-serif;
  background-color: #fcfcfc;
}
/* /body ------------------------------------------------------------------------------------------------------------- */

/* navbar ------------------------------------------------------------------------------------------------------------ */
#headNav {
  background-image: url(../img/banner.png);
  height: 299px;
}

.navbar {
  background-color: rgb(9, 100, 188);
  border-bottom: solid 5px rgb(76, 142, 254);
}

.navbar-default {
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px;
}

.navbar-fixed-top {
  border-bottom: solid 3px rgb(76, 142, 254) !important;
}

.navbar li:hover {
  background-color: rgb(76, 142, 254);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  background-color: rgb(34, 34, 34) !important;
}

.navbar a {
  color: #fff !important;
}

#navLogo {
  display: none;
}

#navLogo img {
  height: 40px;
  margin-top: -10px;
}
/* /navbar ----------------------------------------------------------------------------------------------------------- */

/* wrap -------------------------------------------------------------------------------------------------------------- */
#wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  background-color: rgba(245, 245, 245, 0.8);
  z-index: 8000;
  display: none;
}

#wrapContent {
  margin: auto;
  margin-top: 35vh;
  height: 180px;
  width: 500px;
  background-color: #454747;
  color: #fff;
  text-align: center;
  padding-top: 5px;
  border-radius: 1px;
}

#wrap a {
  color: rgb(76, 142, 254);
}

#wrap a:hover {
  color: rgb(76, 142, 254);
}
/* /wrap ------------------------------------------------------------------------------------------------------------- */

/* concepteur -------------------------------------------------------------------------------------------------------- */
#titreConcepteur {
  text-align: center;
}

#conception select {
  width: 100%;
}

.info {
  display: block;
  color: rgb(76, 142, 254);
  font-size: 1.5em;
  position: absolute;
  top: -5px;
  left: -10px;
}

.curseurPointer:hover {
  cursor: pointer;
}

.info i:hover {
  text-shadow: 0px 0px 4px rgba(150, 150, 150, 1);
}

[id^="info"] {
  display: none;
  text-align: center;
  margin-top: 10px;
}

[id^="infoUp"] {
  margin-top: 5px;
}

[id^="info"] p {
  margin-top: 20px;
  text-align: right;
}

#infoFinition .row {
  margin-bottom: 10px;
}
/* /concepteur ------------------------------------------------------------------------------------------------------- */

/* form -------------------------------------------------------------------------------------------------------------- */
.form-group {
  border-bottom: solid 1px #bfbfbf;
  padding-bottom: 15px;
}

#messageEmail,
#messagePhone,
#messageName,
#messageFirstname,
#messageZip,
#messageCity,
#messageStreet {
  color: red;
}

#zoneboutons {
  text-align: center;
}
/* /form ------------------------------------------------------------------------------------------------------------- */

/* prix -------------------------------------------------------------------------------------------------------------- */
#prixTotalFloat {
  color: rgb(9, 100, 188);
}

#prixTotalFixed {
  color: rgb(9, 100, 188);
}

#prixTotal,
#poidsTotal,
#coutLivraison,
#coutTotal {
  text-align: center;
  z-index: 4;
}
/* /prix ------------------------------------------------------------------------------------------------------------- */

/* aide -------------------------------------------------------------------------------------------------------------- */
#modalBox {
  padding-right: 40px;
  padding-left: 40px;
}

.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 1200;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none;
}

.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}

.modalDialog > div {
  width: 400px;
  position: relative;
  margin: 10% auto;
  padding: 5px 20px 13px 20px;
  border-radius: 2px;
  background: #fff;
}

.close {
  opacity: 1;
  z-index: 310;
  line-height: 25px;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
}
/* /aide ------------------------------------------------------------------------------------------------------------- */

/* devis ------------------------------------------------------------------------------------------------------------- */
#devis {
  display: none;
  margin-bottom: 50px;
}

#boutonDevis,
#boutonAide {
  background-color: rgb(9, 100, 188);
  border: solid 1px rgb(76, 142, 254);
  color: #fff;
}

#boutonDevis:hover,
#boutonAide:hover {
  background-color: rgb(76, 142, 254);
}

#listeSelectionClient span {
  font-weight: bold;
  font-size: 1.05em;
}

#listeSelectionClient li {
  list-style-type: none;
  padding-left: 1.3em;
  margin-left: 15px;
}

#listeSelectionClient li:before {
  display: inline-block;
  margin-left: -1.3em;
  width: 1.3em;
  font-family: FontAwesome;
}

#listeSelectionClient li:before {
  content: "\f00d";
  color: #929292;
}

#listeSelectionClient li.select:before {
  content: "\f00c" !important;
  color: rgb(9, 100, 188);
}

#listeSelectionClient .ligne {
  height: 15px;
  margin-bottom: 22px;
  content: none;
  border-bottom: 1px #e2e2e2 solid;
  width: 35%;
}

.prixDevis {
  color: red;
}

#d_proposition {
  font-size: 0.4em;
}
/* /devis ------------------------------------------------------------------------------------------------------------ */

/* pages ------------------------------------------------------------------------------------------------------------- */
#conteneurContact {
  height: 400px;
}

#conteneurConnaitre {
  margin-bottom: 50px;
}

#conteneurConnaitre .row {
  margin-top: 20px;
  margin-bottom: 20px;
}

#conteneurConnaitre h1 {
  text-align: center;
}

.conteneurConnaitrePaire {
  text-align: right;
}
/* /pages ------------------------------------------------------------------------------------------------------------ */

/* footer ------------------------------------------------------------------------------------------------------------ */
footer {
  background-color: rgb(9, 100, 188);
  padding-top: 15px;
  padding-bottom: 15px;
}

footer ul {
  list-style-type: none;
}

footer {
  text-align: center;
}

#socialFooter {
  margin-top: 15px;
}

#socialFooter i {
  color: #fff;
}

#linksFooter {
  margin-top: 15px;
}

#linksFooter a {
  color: #fff;
  font-size: 1.2em;
}

#footerPics {
  height: 100%;
}

#copyright {
  margin-top: 22px;
  color: #fff !important;
}

.cover-card {
  background: silver;
  padding: 0px;
  margin: 0px;
  height: 100px;
}
.cover-card > p {
  text-align: center;
  background-color: rgba(6, 6, 6, 0);
  color: rgba(6, 6, 6, 0);
  width: 100%;
  height: 100%;
  font-weight: bold;
  font-size: 15px;
  padding-top: 10px;
}
.cover-card:hover > p {
  background-color: rgba(6, 6, 6, 0.3);
  color: white;
  text-shadow: 3px 3px 10px #000;
}

/* /footer ----------------------------------------------------------------------------------------------------------- */

/* warning messages -------------------------------------------------------------------------------------------------- */
#messageLongueur {
  color: #d9534f;
  font-weight: bold;
  font-size: 0.9em;
  display: inline-block;
  margin-left: 5px;
}

#messageLongueur:not(:empty) {
  animation: warning-pulse 2s ease-in-out infinite;
}

@keyframes warning-pulse {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0.7;
  }
}
/* /warning messages ------------------------------------------------------------------------------------------------- */
