/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

#g-navigation2 .g-main-nav .g-dropdown {
  background: #949494;
}
.disableClick {
  pointer-events: none;
  cursor: default;
}
#newlink a. {
  display: inline;
}
#adminForm a[href*=language] {
  display: none;
}
#newsbutton .button {
  margin: 10px;
}
#g-testimonials2 a {
  color: #ffffff;
}
.h1toh2-header {
  font-size: 3.8rem;
  font-weight: 300;
  line-height: 2;
  font-family: "Architects Daughter";
  margin: 0.75rem 0 1.5rem 0;
  text-rendering: optimizeLegibility;
}
.h1toh2 {
  color: #e41414;
  font-family: "Architects Daughter";
  font-weight: 400;
  font-size: 1.9rem;
  text-rendering: optimizeLegibility;
}
#g-testimonials.g-testimonials4:before {
  background: linear-gradient(40deg, #e41414, #2a363b);
  opacity: 0.8;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.smallbutton {
  font-family: "Architects Daughter";
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #e41414;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2rem;
  margin: 0 0 0.5rem 0;
  padding: 1rem 2rem;
  vertical-align: middle;
  text-shadow: none;
  transition: all 0.2s;
}
.smallbutton:hover {
  font-family: "Architects Daughter";
  font-weight: 500;
  font-size: 0.7rem;
  line-height: 1;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  background: #b51010;
  color: #ffffff;
  border: 1px solid transparent;
  border-radius: 2rem;
  margin: 0 0 0.5rem 0;
  padding: 1rem 2rem;
  vertical-align: middle;
  text-shadow: 2px;
  transition: all 0.2s;
}
.pg-category-box-title {
  bottom: -1em;
}
.pg-category-box {
  margin: 1.5em;
}
.card {
  border: 0px;
}
.superposition-simple {
  position: relative;
  width: 220px;
  height: 158px;
}
.superposition-simple .image-originale {
  display: block;
  width: 220px;
  height: 158px;
}
.superposition-simple .texte-original {
  color: #fff;
  font-size: 30px;
  line-height: 1.5em;
  text-shadow: 2px 2px 2px #000;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 158px;
}
.superposition-simple .texte-hover {
  position: absolute;
  top: 0;
  width: 220px;
  height: 158px;
  opacity: 0;
  transition: 0.5s ease;
}
.superposition-simple:hover .texte-normal {
  opacity: 0;
}
.superposition-simple:hover .texte-hover {
  opacity: 1;
}
.superposition-simple .texte-normal {
  transition: 0.5s ease;
}
/*# sourceMappingURL=custom_32.css.map */