/* line 7, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Futura, "Arial Black";
}

/* line 14, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
main img {
  max-width: 100%;
}

/* line 19, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.box, .messages {
  padding: 1vw;
  background: rgba(255, 255, 255, 0.85);
  color: #000;
  margin-bottom: 10px;
  border-radius: 5px;
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.2);
  width: max-content;
}

/* line 28, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.box h2, .messages h2 {
  margin-top: 0;
}

/* line 35, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.accueil a {
  color: #1F8CD6;
}

/* line 39, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.accueil h2 a {
  color: inherit;
  text-decoration: none;
}

/* line 43, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.accueil > .box, .accueil > .messages {
  width: 50%;
}

/* line 46, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.accueil > .box:first-child, .accueil > .messages:first-child {
  margin-right: 15px;
}

/* line 51, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.accueil .sites-sur-mesure {
  width: 60%;
  min-height: 80vh;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  align-content: center;
}

/* line 62, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.accueil .notre-technologie {
  color: #000;
  background: #fff;
  padding-top: 2em;
  padding-bottom: 2em;
  margin: 2em 0;
}

/* line 68, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.accueil .notre-technologie h2:first-child {
  margin-top: 0;
}

/* line 71, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.accueil .notre-technologie .wrapper {
  display: grid;
  grid-template-columns: 50fr 50fr;
  grid-template-rows: auto;
  grid-column-gap: 2empx;
  align-items: center;
}

/* line 83, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.blog .share {
  margin: top;
  height: 20px;
  overflow: hidden;
}

/* line 88, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.fb_iframe_widget span {
  vertical-align: baseline !important;
}

/* line 92, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.call-to-action {
  display: block;
  margin-top: 10vh;
  background: linear-gradient(to bottom, #f6f8f9 0%, #e5ebee 50%, #d7dee3 51%, #f5f7f9 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  width: 160px;
  height: 100px;
  text-align: center;
  line-height: 100px;
  color: #000;
  text-decoration: none;
  border-radius: 2px;
  border-width: 5px;
  border-top-color: #fff;
  border-left-color: #fff;
  border-bottom-color: #000;
  border-right-color: #000;
  font-size: 18px;
}

/* line 112, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.formulaire-contact input[type="text"],
.formulaire-contact input[type="email"] {
  width: 302px;
}

/* line 116, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.formulaire-contact textarea {
  width: 302px;
  height: 100px;
  font-family: inherit;
}

/* line 131, ../../../../../Users/flavigne/www/titaneweb/scss/content.scss */
.error {
  color: red;
  font-weight: bold;
}

/*# sourceMappingURL=content.css.map */