@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

.material-icons-two-tone.md-48 {
  font-size: 46px;
}
.material-icons-two-tone.md-dark {
  color: rgba(0, 0, 0, 0.54);
}
.material-icons-two-tone.md-dark.md-inactive {
  color: rgba(0, 0, 0, 0.26);
}
.material-icons.md-light {
  color: rgba(255, 255, 255, 1);
}
.material-icons.md-light.md-inactive {
  color: rgba(255, 255, 255, 0.3);
}

html {
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  min-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: black;
}
footer {
  width: 100%;
  height: 100%;
  background-color: black;
  margin-top: auto;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer a {
  color: #fff;
}
.ContenantFil {
  margin-left: 10px;
}
input::placeholder {
  font-size: 14px;
}

.ContenantMentions {
  padding-top: 25px;
  padding-bottom: 30px;
}

.ContenantNetwork {
  padding-top: 25px;
  padding-bottom: 5px;
}

/* return top */

#returnOnTop {
  background: url("../../img/footer/return_on_top.png") no-repeat;
  bottom: 1%;
  cursor: pointer;
  display: none;
  filter: alpha(opacity=50);
  /* IE < 8 */
  height: 48px;
  opacity: 0.5;
  position: fixed;
  right: 1%;
  width: 48px;
}

#returnOnTop:hover {
  filter: alpha(opacity=100);
  /* IE < 8 */
  opacity: 1;
}

/* menu */
.FadeMenu {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 1000;
  display: none;
  margin-top: -28px;
}

/* loader */

#FondFade {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 1000;
  display: none;
}

.FondFade {
  display: block;
}

#loader {
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

#loader span {
  display: inline-block;
  width: 5px;
  height: 30px;
  background-color: #6b9c9d;
}

#loader span:nth-child(1) {
  animation: grow 1s ease-in-out infinite;
}

#loader span:nth-child(2) {
  animation: grow 1s ease-in-out 0.15s infinite;
}

#loader span:nth-child(3) {
  animation: grow 1s ease-in-out 0.3s infinite;
}

#loader span:nth-child(4) {
  animation: grow 1s ease-in-out 0.45s infinite;
}

@keyframes grow {
  0%,
  100% {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
  }

  50% {
    -webkit-transform: scaleY(1.8);
    -ms-transform: scaleY(1.8);
    -o-transform: scaleY(1.8);
    transform: scaleY(1.8);
  }
}

/* divers */

.TexteDroite {
  text-align: right;
}

.Surligne {
  text-decoration: underline;
}

.Cursor {
  cursor: pointer;
}

.Gras {
  font-weight: bolder;
}

.Centre {
  text-align: center;
}
.ClearFloat {
  float: none;
  clear: both;
}

.DimGray {
  color: dimgray;
}

.Orange {
  color: orange;
}

#div-produit-detail {
  background-color: white;
}

/* Material */
.material-middle {
  vertical-align: middle;
}

.material-flex {
  display: flex;
  align-items: center;
}

.material-font-25 {
  font-size: 2.5rem;
}

.material-fill-0 {
  font-variation-settings: "FILL" 0;
}

.material-fill-1 {
  font-variation-settings: "FILL" 1;
}

.color_firebrick {
  color: firebrick;
}

.color_white {
  color: white;
}
