@charset "UTF-8";
html {
  background: #222;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

a {
  color: #4183C4;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-weight: 300;
  font-size: 2.3rem;
  margin: 0;
}

h2 {
  font-weight: 300;
  font-size: 2.2rem;
  margin: 0 0 30px 0;
}

h3 {
  font-size: 1.8rem;
  margin: 0 0 20px 0;
}

h4 {
  font-size: 1.5rem;
  margin: 0 0 10px 0;
}

p, address, ul, ol, pre {
  margin: 0 0 20px 0;
}

p, address, ul, ol {
  font-size: 1.38rem;
  color: #666;
  font-weight: 300;
  line-height: 1.6;
}

pre {
  padding: 10px;
  background: #eee;
  border-radius: 2px;
}

.container,
.text-container {
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

.text-container {
  max-width: 1000px;
}

.container {
  max-width: 1000px;
}

header {
  color: #fff;
  padding: 20px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header a {
  color: #fff;
  text-decoration: none;
  z-index: 1;
  position: relative;
}
header a:hover {
  text-decoration: none;
}
header .company-name {
  font-size: 1.7em;
}

.content {
  background: #fff;
  padding: 1px 0 0 0;
  position: relative;
}

.screenshot {
  height: auto;
  display: block;
  margin: 0 auto;
  box-shadow: 0 1px 0 #ccc, 0 1px 1px #eee;
  border-radius: 2px;
  padding: 20px 0 0;
  background: url("/images/screenshot-buttons.svg") 4px 4px no-repeat #DDD;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

#map { /* la carte DOIT avoir une hauteur sinon elle n'apparaît pas */
  height: 800px;
}

.agree-term {
  display: inline-block;
  width: auto;
}

.form-group {
  display: flex;
  align-items: baseline;
}

section, footer {
  padding: 150px 0;
  background: #fff;
  margin-top: -2px;
}
section.diagonal, footer.diagonal {
  -webkit-transform: skewY(-5deg);
  -moz-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
}
section.diagonal > div, footer.diagonal > div {
  -webkit-transform: skewY(5deg);
  -moz-transform: skewY(5deg);
  -ms-transform: skewY(5deg);
  transform: skewY(5deg);
}
section.hero, footer.hero {
  color: #ffffff;
  background: #3035A4;
  text-align: left;
  margin-top: -100px;
  padding-top: 250px;
}
section.hero h2, footer.hero h2, section.hero p, footer.hero p {
  max-width: 90%;
}
section.hero h2, footer.hero h2 {
  font-size: 3.5rem;
}
section.hero p, footer.hero p {
  font-size: 1.8rem;
  color: #fff;
}
section.hero a:not(.button), footer.hero a:not(.button) {
  color: #ffffff;
  font-style: italic;
}
section.alternate, footer.alternate {
  background: #eee;
}

.button {
  padding: 13px 38px;
  border-radius: 3px;
  display: inline-block;
  color: #3035A4;
  text-decoration: none;
  cursor: pointer;
  margin: 20px 0 0 0;
  border: 1px solid #fff;
  background: #fff;
  text-decoration: none !important;
}
.button:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.button:active {
  opacity: 1;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  transform: translateY(1px);
}

.halves {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}
.halves > div {
  flex: 1 0 100%;
}
@media (min-width: 620px) {
  .halves > div {
    flex: 1;
  }
  .halves > div + div {
    padding-left: 20px;
    margin: 0;
  }
}

.aligned-top {
  align-items: flex-start;
}

.image-grid {
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: wrap;
  text-align: center;
  margin: 0 -20px;
}
.image-grid li {
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #3035A4;
  line-height: 0;
}
@media (min-width: 450px) {
  .image-grid li {
    flex: 1 1 50%;
  }
}
@media (min-width: 768px) {
  .image-grid li {
    flex: 1 1 30%;
  }
}
.image-grid li img {
  min-width: 100%;
}
.image-grid li > a:hover {
  opacity: 0.9;
}
.image-grid .square-image {
  height: 320px;
}
.image-grid .square-image img {
  min-height: 100%;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.image-grid .details {
  line-height: 1.2;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  padding: 20px;
}
.image-grid .name {
  font-size: 1.3rem;
  color: #4183C4;
}
.image-grid .position {
  margin-top: 5px;
  color: #fff;
}
.image-grid .filler {
  border: 0;
}

.image-list,
.image-list li {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.patterned {
  background: #222 url("/images/pattern.png");
}
.patterned,
.patterned p {
  color: #fefefe;
}

section.map, footer.map {
  position: relative;
  height: 100px;
  overflow: hidden;
}

section.map > div, footer.map > div {
  position: absolute;
  top: -200px;
  left: 0;
  right: 0;
  bottom: -200px;
}

/* From https://www.w3schools.com/howto/howto_css_custom_checkbox.asp */
/* Customize the label (the container) */
.checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #3035A4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert-red {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-green {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-orange {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.alert-blue {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

#haWidgetDesktop {
  display: none;
}
@media (min-width: 620px) {
  #haWidgetDesktop {
    width: 100%;
    height: 1294px;
    border: none;
    display: block;
  }
}

@media (min-width: 620px) {
  #haWidgetMobile {
    display: none;
  }
}

.hiddenOnMobile {
  display: none;
}
@media (min-width: 620px) {
  .hiddenOnMobile {
    display: block;
  }
}

blockquote {
  margin: 1.8em 0.8em;
  border-left: 2px solid #666;
  padding: 0.1em 1em;
  color: #666;
  font-size: 22px;
  font-style: italic;
}

.responsive-video-container {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.responsive-video-container iframe,
.responsive-video-container object,
.responsive-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog-posts {
  list-style: none;
  padding: 0;
}
.blog-posts li {
  margin: 100px 0;
}

.blog-post h3 {
  margin: 0;
}
.blog-post h3 a {
  color: #000;
  text-decoration: none;
  font-weight: normal;
  font-size: 1.3em;
}
.blog-post h2 {
  text-align: left;
}
.blog-post .post-details {
  margin: 5px 0;
  font-size: 1.2rem;
}
.blog-post .post-details .blog-filter {
  display: inline-block;
  text-align: left;
}
.blog-post .post-details .blog-filter a {
  position: relative;
  top: -5px;
}
.blog-post .post-details a {
  text-decoration: none;
}
.blog-post .post-details .post-date {
  position: relative;
  top: -3px;
  margin-left: 5px;
}
.blog-post .post-details:after {
  content: "";
  display: table;
  clear: both;
}
.blog-post .post-content .button {
  margin: 30px 0 0 0;
}

.pagination {
  text-align: center;
}

.blog-filter {
  text-align: center;
}
.blog-filter a {
  background: #eee;
  padding: 3px 5px;
  font-size: 0.8em;
  border-radius: 5px;
  color: #888;
  transition: 0.2s ease-in-out;
}
.blog-filter a:hover {
  color: #555;
  text-decoration: none;
}

.button[type=blue], input[type=submit] {
  color: #fff;
  text-decoration: none;
  padding: 20px 30px;
  border-radius: 3px;
  transition: 0.2s ease-in-out;
  border: 1px solid #3035A4;
  background: #3035A4;
  cursor: pointer;
}

.button[type=blue]:hover, input[type=submit]:hover {
  border: 1px solid #3035A4;
  background: #FFC461;
}

.button[type=blue]:active, input[type=submit]:active {
  transform: translateY(1px);
}

textarea,
input,
button,
select {
  font-family: inherit;
  font-size: inherit;
}

.button[type=blue], input[type=submit] {
  margin: 20px 0 0 0;
}

.button[type=blue],
label,
input,
textarea {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

textarea {
  resize: vertical;
  height: 250px;
}

label {
  margin: 30px 0 10px 0;
  font-size: 1.2em;
}

.button[type=blue],
input,
textarea {
  padding: 20px;
  font-size: 1.2em;
  border-radius: 3px;
}

.button[type=blue],
input,
textarea {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  outline: none;
  border: 1px solid #DDDDDD;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  box-shadow: 0 0 5px rgb(81, 203, 238);
  border: 1px solid rgb(81, 203, 238);
}

.border-new {
  border-left: 2px solid rgba(255, 255, 255, 0.6);
}

.nav-open header {
  background: #444;
  z-index: 10;
}
@media (min-width: 620px) {
  .nav-open header {
    background: none;
  }
}
.nav-open nav {
  margin: 20px 0 0 0;
  border: 0;
}
.nav-open nav a {
  display: block;
}
@media (min-width: 620px) {
  .nav-open nav {
    border: 0;
    padding: 0 20px;
  }
  .nav-open nav a {
    display: inline;
  }
}

nav {
  text-transform: uppercase;
  font-size: 0.8em;
  width: 100%;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav li {
  display: block;
}
@media (min-width: 620px) {
  nav {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0 20px;
  }
  nav li {
    display: inline-block;
  }
}
nav a {
  margin: 0 3px;
  padding: 20px 10px;
  color: rgba(255, 255, 255, 0.8);
  transition: 0.2s ease-in-out;
  display: none;
  font-size: 1rem;
}
@media (min-width: 620px) {
  nav a {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    display: block;
    padding: 10px;
  }
}
nav a.nav-toggle {
  display: inline;
  position: absolute;
  right: 10px;
  top: -22px;
  font-size: 1.9em;
  border: 0;
}
@media (min-width: 620px) {
  nav a.nav-toggle {
    display: none;
  }
}
nav a.nav-toggle:hover {
  border: 0;
}
nav a:hover {
  color: #fff;
}
@media (min-width: 620px) {
  nav a:hover {
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    display: block;
    padding: 10px;
  }
}
@media (min-width: 620px) {
  nav a.highlight {
    border: 1px #ccc solid;
    border-radius: 5px;
  }
  nav a.highlight:hover {
    background: #fff;
    color: #3035A4;
  }
}
nav a.active {
  color: #fff;
}

footer {
  padding: 100px 0 50px 0;
  position: relative;
  background: #222;
  color: #fff;
}
footer,
footer a {
  color: #999;
}
footer h2 {
  font-size: 1.4em;
  margin: 30px 0;
  color: #ccc;
}
footer .footer-columns {
  display: flex;
  flex-flow: wrap;
  margin: -10px -10px 10px -10px;
}
footer a {
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer .legal-line {
  width: 100%;
  padding: 30px 0 0 0;
  margin: 0;
}
footer .legal-line a {
  font-style: italic;
}

.footer-links {
  width: 100%;
  margin: 10px;
  padding: 0;
  flex: 1 0 180px;
}
.footer-links li {
  list-style: none;
  margin: 15px 0;
}
.footer-links li a svg {
  fill: #999;
  margin-right: 10px;
  transition: fill 0.2s ease;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 22px;
  height: 22px;
}
.footer-links li a:hover {
  text-decoration: none;
}
.footer-links li a:hover svg {
  fill: #fff;
}

.editor-link {
  display: none;
  margin-top: 0;
}
.editor-link .btn {
  background-color: #f7e064;
  color: #333;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 10px;
  border-radius: 2px;
}
.editor-link .btn:hover {
  background-color: #f4d525;
  text-decoration: none;
  color: #333;
}

.cms-editor-active .editor-link {
  display: block;
}

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