* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /*px*/ line-height: 22px;
  /*rem*/ line-height: 1.375rem;
  color: #1e272e;
}
.invisible,
.hide,
.hidden,
.sr-only {
  position: absolute !important;
  overflow: hidden !important;
  padding: 0 !important;
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: circle(0) !important;
  clip-path: circle(0) !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  white-space: nowrap !important;
}
.skip-link {
  position: absolute;
  top: -100px;
  left: 0;
  background: #185abc;
  color: #fff;
  /*px*/ padding: 10px 20px;
  /*rem*/ padding: 0.625rem 1.25rem;
  text-decoration: none;
  z-index: 10000;
  font-weight: 500;
}
.skip-link:focus {
  top: 0;
  outline: 3px solid #ebd24c;
  outline-offset: 2px;
}
.mandatory {
  color: red;
}
small {
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
h1 {
  /*px*/ font-size: 42px;
  /*rem*/ font-size: 2.625rem;
  /*px*/ line-height: 42px;
  /*rem*/ line-height: 2.625rem;
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 600;
}
@media only screen and (max-width: 992px) {
  h1 {
    /*px*/ font-size: 40px;
    /*rem*/ font-size: 2.5rem;
    /*px*/ line-height: 46px;
    /*rem*/ line-height: 2.875rem;
  }
}
@media only screen and (max-width: 768px) {
  h1 {
    /*px*/ font-size: 35px;
    /*rem*/ font-size: 2.1875rem;
    /*px*/ line-height: 39px;
    /*rem*/ line-height: 2.4375rem;
    /*px*/ margin-bottom: 10px;
    /*rem*/ margin-bottom: 0.625rem;
  }
}
h2 {
  /*px*/ font-size: 32px;
  /*rem*/ font-size: 2rem;
  /*px*/ line-height: 38px;
  /*rem*/ line-height: 2.375rem;
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 1.25rem;
  font-weight: 500;
}
@media only screen and (max-width: 992px) {
  h2 {
    /*px*/ font-size: 28px;
    /*rem*/ font-size: 1.75rem;
    /*px*/ line-height: 34px;
    /*rem*/ line-height: 2.125rem;
  }
}
@media only screen and (max-width: 768px) {
  h2 {
    /*px*/ font-size: 24px;
    /*rem*/ font-size: 1.5rem;
    /*px*/ line-height: 28px;
    /*rem*/ line-height: 1.75rem;
    /*px*/ margin-bottom: 10px;
    /*rem*/ margin-bottom: 0.625rem;
  }
}
h3 {
  /*px*/ font-size: 22px;
  /*rem*/ font-size: 1.375rem;
  /*px*/ line-height: 28px;
  /*rem*/ line-height: 1.75rem;
  /*px*/ margin-bottom: 15px;
  /*rem*/ margin-bottom: 0.9375rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h3 {
    /*px*/ margin-bottom: 10px;
    /*rem*/ margin-bottom: 0.625rem;
  }
}
h4 {
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  /*px*/ line-height: 24px;
  /*rem*/ line-height: 1.5rem;
  /*px*/ margin-bottom: 15px;
  /*rem*/ margin-bottom: 0.9375rem;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  h4 {
    /*px*/ margin-bottom: 10px;
    /*rem*/ margin-bottom: 0.625rem;
  }
}
p {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /*px*/ line-height: 22px;
  /*rem*/ line-height: 1.375rem;
  /*px*/ margin-bottom: 15px;
  /*rem*/ margin-bottom: 0.9375rem;
}
@media only screen and (max-width: 768px) {
  p {
    /*px*/ margin-bottom: 10px;
    /*rem*/ margin-bottom: 0.625rem;
  }
}
p:last-child {
  margin-bottom: 0;
}
p strong {
  font-weight: 500;
}
p.soft {
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.center {
  text-align: center;
}
ul,
ol {
  /*px*/ margin: 20px 0 20px 30px;
  /*rem*/ margin: 1.25rem 0 1.25rem 1.875rem;
}
ul li,
ol li {
  /*px*/ margin-bottom: 10px;
  /*rem*/ margin-bottom: 0.625rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}
ul li strong,
ol li strong {
  font-weight: 500;
}
ul {
  list-style: inside disc;
}
a {
  color: #185abc;
}
a:hover {
  color: #2d80e5;
}
a:focus {
  color: #9461f7;
  outline: 2px solid #9461f7;
  outline-offset: 2px;
}
a:focus:not(:focus-visible) {
  outline: none;
}
.button-icon {
  position: relative;
  /*px*/ padding-right: 40px;
  /*rem*/ padding-right: 2.5rem;
}
.button-icon:after {
  text-transform: initial;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.button,
button {
  color: #1e272e;
  border-radius: 5px;
  text-decoration: none;
  /*px*/ padding: 10px 15px;
  /*rem*/ padding: 0.625rem 0.9375rem;
  text-align: center;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /*px*/ line-height: 16px;
  /*rem*/ line-height: 1rem;
  text-transform: uppercase;
  border: 2px solid #1e272e;
  display: inline-block;
  background: transparent;
  cursor: pointer;
  letter-spacing: 0.5px;
}
.button:hover,
button:hover {
  transition: all 0.5s ease;
  background: #1e272e;
  color: #fff;
  border-color: #1e272e;
}
.button:focus,
button:focus {
  background: #185abc;
  color: #fff;
  border-color: #185abc;
  outline: 3px solid #ebd24c;
  outline-offset: 2px;
}
.more {
  position: relative;
  /*px*/ padding-right: 40px;
  /*rem*/ padding-right: 2.5rem;
  text-decoration: none;
}
.more:after {
  text-transform: initial;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.more:after {
  content: "arrow_forward";
}
.more:not(.button):hover:after {
  animation: move-r-arrow 1s linear forwards;
}
.actions {
  /*px*/ margin-top: 10px;
  /*rem*/ margin-top: 0.625rem;
}
.actions a {
  display: inline-block;
  /*px*/ margin-bottom: 10px;
  /*rem*/ margin-bottom: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .actions a {
    /*px*/ margin-bottom: 5px;
    /*rem*/ margin-bottom: 0.3125rem;
  }
}
.actions a:last-child {
  margin-bottom: 0;
}
.disponibilite {
  /*px*/ margin-top: 12px;
  /*rem*/ margin-top: 0.75rem;
  font-size: 0.85rem;
  color: #26902b;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.dispo-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #26902b;
  flex-shrink: 0;
}
img {
  max-width: 100%;
}
.tabs-nav {
  margin: 0;
  padding: 0;
}
.tabs-nav li {
  display: inline-block;
  margin: 0;
}
.tabs-nav li a {
  display: block;
  padding: 10px 15px;
  text-decoration: none;
  color: #7f8c8d;
}
.tabs-nav li.active a {
  color: #ea4880;
}
.tabs-content {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  overflow: hidden;
}
.tabs-content div:not(:first-child) {
  display: none;
}
form > div {
  /*px*/ margin-bottom: 15px;
  /*rem*/ margin-bottom: 0.9375rem;
}
form label {
  display: block;
}
form label:not(.error) {
  text-transform: uppercase;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
  font-weight: 500;
  /*px*/ margin-bottom: 10px;
  /*rem*/ margin-bottom: 0.625rem;
}
form label.error {
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  color: red;
  /*px*/ margin-top: 5px;
  /*rem*/ margin-top: 0.3125rem;
  text-transform: none;
  font-weight: normal;
}
form input {
  display: block;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
}
form textarea {
  display: block;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  border: 1px solid rgba(0, 0, 0, 0.2);
  min-height: 200px;
  width: 100%;
}
form .flex {
  display: flex;
  flex-wrap: wrap;
}
form .flex > div {
  width: 50%;
}
form .flex > div:first-child {
  /*px*/ padding-right: 10px;
  /*rem*/ padding-right: 0.625rem;
}
form .flex > div:last-child {
  /*px*/ padding-left: 10px;
  /*rem*/ padding-left: 0.625rem;
}
.social {
  margin-left: 0;
  margin-bottom: 0;
}
.social li {
  display: inline-block;
  margin: 0;
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
}
.social li a {
  display: block;
  border: 2px solid #1e272e;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  position: relative;
}
.social li a svg {
  max-height: 20px;
  max-width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.social li a.facebook:hover {
  background: #3b5998;
  border-color: #3b5998;
}
.social li a.facebook:hover svg {
  fill: #fff;
}
.social li a.facebook:focus {
  background: rgba(59, 89, 152, 0.5);
  border-color: rgba(59, 89, 152, 0.5);
}
.social li a.facebook:focus svg {
  fill: #fff;
}
.social li a.linkedin:hover {
  background: #1d87be;
  border-color: #1d87be;
}
.social li a.linkedin:hover svg {
  fill: #fff;
}
.social li a.linkedin:focus {
  background: rgba(29, 135, 190, 0.5);
  border-color: rgba(29, 135, 190, 0.5);
}
.social li a.linkedin:focus svg {
  fill: #fff;
}
.social li a.malt:hover {
  background: #fc5757;
  border-color: #fc5757;
}
.social li a.malt:hover svg {
  fill: #fff;
}
.social li a.malt:focus {
  background: rgba(252, 87, 87, 0.5);
  border-color: rgba(252, 87, 87, 0.5);
}
.social li a.malt:focus svg {
  fill: #fff;
}
.social li a.github:hover {
  background: #989a9d;
  border-color: #989a9d;
}
.social li a.github:focus {
  background: rgba(152, 154, 157, 0.5);
  border-color: rgba(152, 154, 157, 0.5);
}
.toggle {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  left: initial;
  cursor: pointer;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  z-index: 1000;
  border-radius: 100%;
  box-shadow: 3px 4px 8px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  width: 65px;
  height: 65px;
  margin: 0;
  border: 2px solid transparent;
}
@media only screen and (max-width: 768px) {
  .toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.toggle:focus {
  outline: 3px solid #9461f7;
  outline-offset: 2px;
  border-color: #185abc;
}
.toggle .bar1,
.toggle .bar2,
.toggle .bar3 {
  width: 30px;
  height: 3px;
  margin-bottom: 6px;
  transition: all 0.6s;
  background: #1e272e;
  display: block;
}
.toggle .bar3 {
  margin-bottom: 0;
}
.menu-open .toggle {
  box-shadow: none;
  position: fixed;
  left: 10px;
  background: none;
}
.menu-open .toggle .bar1 {
  transform: rotate(45deg) translate(9px, 6px);
}
.menu-open .toggle .bar2 {
  opacity: 0;
}
.menu-open .toggle .bar3 {
  transform: rotate(-45deg) translate(10px, -7px);
}
.reveal {
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .reveal {
    opacity: 1;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  .reveal {
    opacity: 1 !important;
  }
}
@keyframes slide_top {
  0% {
    transform: translateY(100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide_bottom {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide_left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide_right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes move-r-arrow {
  0% {
    right: 15px;
  }
  50% {
    right: 10px;
  }
  100% {
    right: 15px;
  }
}
.structure {
  max-width: 1280px;
  margin: 0 auto;
}
article header {
  min-height: 100vh;
}
@media only screen and (max-width: 1200px) {
  article header {
    /*px*/ padding: 50px 0;
    /*rem*/ padding: 3.125rem 0;
  }
}
@media only screen and (max-width: 768px) {
  article header {
    min-height: 0;
    padding: 0;
  }
}
article header nav {
  background: #fff;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
  opacity: 0;
  transition: opacity ease 1s;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  article header nav {
    opacity: 1;
    position: absolute;
    top: -999999px;
    left: 0;
    width: 60%;
    height: 100vh;
    z-index: 100;
    /*px*/ padding: 80px 30px 30px;
    /*rem*/ padding: 5rem 1.875rem 1.875rem;
    text-align: center;
  }
}
article header nav.open {
  top: 0;
  position: fixed;
}
article header nav.anim {
  opacity: 1;
}
article header nav ul {
  max-width: 1280px;
  margin: 0 auto;
  /*px*/ padding: 20px 30px;
  /*rem*/ padding: 1.25rem 1.875rem;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  article header nav ul {
    padding: 0;
    text-align: left;
  }
}
article header nav ul li {
  display: inline-block;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  article header nav ul li {
    display: block;
  }
}
article header nav ul li a {
  color: #1e272e;
  text-decoration: none;
  /*px*/ padding: 20px 10px;
  /*rem*/ padding: 1.25rem 0.625rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  article header nav ul li a {
    /*px*/ padding: 0 0 20px;
    /*rem*/ padding: 0 0 1.25rem;
    display: block;
    font-weight: 300;
  }
}
article header nav ul li a.sel {
  font-weight: 400;
}
article header > div {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  /*px*/ padding: 30px;
  /*rem*/ padding: 1.875rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  article header > div {
    /*px*/ padding: 20px;
    /*rem*/ padding: 1.25rem;
    position: static;
    transform: none;
  }
}
article header > div > div:first-child {
  width: 40%;
  opacity: 0;
  animation: slide_left 0.5s linear forwards;
  animation-delay: 0.3s;
}
@media only screen and (max-width: 768px) {
  article header > div > div:first-child {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    opacity: 1;
    animation: none;
  }
  article header > div > div:first-child > h1,
  article header > div > div:first-child p,
  article header > div > div:first-child div,
  article header > div > div:first-child ul {
    width: 100%;
  }
  article header > div > div:first-child h1 {
    width: 70%;
  }
  article header > div > div:first-child .tabs-nav {
    order: 4;
    border-bottom: 1px solid #1e272e;
    /*px*/ margin-top: 20px;
    /*rem*/ margin-top: 1.25rem;
  }
  article header > div > div:first-child .tabs-nav li {
    display: inline-block;
  }
  article header > div > div:first-child .tabs-nav li.active {
    border-bottom: 1px solid #ea4880;
    position: relative;
    bottom: -1px;
  }
  article header > div > div:first-child .tabs-nav li a {
    /*px*/ padding: 7px !important;
    /*rem*/ padding: 0.4375rem !important;
  }
  article header > div > div:first-child .tabs-nav li a:after {
    content: none;
  }
  article header > div > div:first-child .actions {
    /*px*/ margin-top: 5px;
    /*rem*/ margin-top: 0.3125rem;
  }
}
article header > div > div:last-child {
  width: 60%;
}
@media only screen and (max-width: 768px) {
  article header > div > div:last-child {
    width: 100%;
  }
}
article header > div .tabs-nav {
  display: inline-block;
}
article header > div .tabs-nav li {
  display: block;
}
article header > div .tabs-nav li a {
  /*px*/ padding: 10px 60px 10px 0 !important;
  /*rem*/ padding: 0.625rem 3.75rem 0.625rem 0 !important;
  color: #1e272e;
  position: relative;
  /*px*/ padding-right: 40px;
  /*rem*/ padding-right: 2.5rem;
}
article header > div .tabs-nav li a:after {
  text-transform: initial;
  font-family: 'Material Icons';
  -webkit-font-feature-settings: 'liga';
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
article header > div .tabs-nav li a:after {
  content: "arrow_forward";
}
article header > div .tabs-nav li a:hover {
  color: #7f8c8d;
}
article header > div .tabs-nav li.active a:hover {
  color: #ea4880;
}
article header > div .actions {
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
}
article header > div .tabs-content svg .plan1 {
  opacity: 0;
  animation: slide_top 0.5s linear forwards;
  animation-delay: 1.5s;
}
article header > div .tabs-content svg .plan2 {
  opacity: 0;
  animation: slide_right 0.5s linear forwards;
  animation-delay: 1s;
}
article header > div .tabs-content svg .plan3 {
  opacity: 0;
  animation: fade_in 0.5s linear forwards;
  animation-delay: 0.5s;
}
article header > div .tabs-content p {
  opacity: 0;
  animation: slide_bottom 0.5s linear forwards;
  animation-delay: 1s;
}
article header#mentions {
  background: #e5e5e5;
}
article main section > div {
  max-width: 1280px;
  margin: 0 auto;
  /*px*/ padding: 30px;
  /*rem*/ padding: 1.875rem;
}
@media only screen and (max-width: 768px) {
  article main section > div {
    /*px*/ padding: 20px;
    /*rem*/ padding: 1.25rem;
  }
}
article main section > div h2 {
  text-align: center;
}
article main section > div p.teaser {
  text-align: center;
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  article main section > div p.teaser {
    width: 100%;
  }
}
article main section.presentation {
  text-align: center;
  background: #f9f9f9;
}
article main section.presentation h2 {
  color: #ea4880;
}
article main section.presentation figure {
  max-width: 130px;
  margin: 0 auto;
}
article main section.presentation figure img {
  border-radius: 100%;
}
article main section.presentation ul.stats {
  display: flex;
  justify-content: center;
  gap: 2rem;
  list-style: none;
  /*px*/ margin: 0 auto 30px;
  /*rem*/ margin: 0 auto 1.875rem;
  padding: 0;
}
article main section.presentation ul.stats li {
  display: inline-block;
  font-size: 0.9rem;
  color: #555;
}
article main section.presentation ul.stats li strong {
  display: block;
  font-size: 1.4rem;
  color: #ea4880;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  article main section.presentation ul.stats {
    flex-direction: column;
    gap: 0.75rem;
  }
  article main section.presentation ul.stats li strong {
    display: inline;
    margin-right: 0.3rem;
  }
}
article main section.presentation p {
  text-align: center;
  width: 70%;
  /*px*/ margin: 0 auto 20px;
  /*rem*/ margin: 0 auto 1.25rem;
}
@media only screen and (max-width: 768px) {
  article main section.presentation p {
    width: 100%;
  }
}
article main section.presentation p:last-child {
  margin-bottom: 0;
}
article main section.presentation p strong {
  background: #ea4880;
  color: #fff;
  font-weight: 400;
}
article main section.presentation .aside-info {
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
  /*px*/ padding-top: 20px;
  /*rem*/ padding-top: 1.25rem;
  border-top: 1px solid #e0e0e0;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 768px) {
  article main section.presentation .aside-info {
    width: 100%;
  }
}
article main section.presentation .aside-label {
  font-size: 0.7rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 0.4rem;
}
article main section.presentation .aside-info p {
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 0;
}
article main section.domaines > div > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
article main section.domaines > div > div > div {
  width: 33%;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
}
@media only screen and (max-width: 768px) {
  article main section.domaines > div > div > div {
    width: 100%;
    padding: 0;
    /*px*/ margin-top: 20px;
    /*rem*/ margin-top: 1.25rem;
  }
  article main section.domaines > div > div > div:first-child {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  article main section.domaines > div > div > div figure img {
    max-width: 200px;
  }
}
article main section.domaines > div > div > div h3 {
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
  color: #9461f7;
}
@media only screen and (max-width: 768px) {
  article main section.domaines > div > div > div h3 {
    /*px*/ margin: 0 0 5px;
    /*rem*/ margin: 0 0 0.3125rem;
  }
}
article main section.missions {
  background: #f9f9f9;
}
article main section.missions .tabs {
  display: flex;
  flex-wrap: wrap;
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
}
article main section.missions .tabs .tabs-nav {
  width: 30%;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
}
@media only screen and (max-width: 768px) {
  article main section.missions .tabs .tabs-nav {
    width: 100%;
    padding: 0;
  }
}
article main section.missions .tabs .tabs-nav li {
  display: block;
  background: rgba(0, 0, 0, 0.03);
  border-left: 4px solid #1e272e;
}
article main section.missions .tabs .tabs-nav li:hover {
  background: rgba(0, 0, 0, 0.1);
}
article main section.missions .tabs .tabs-nav li.active {
  border-color: #ea4880;
}
article main section.missions .tabs .tabs-nav li.active a {
  color: #ea4880;
}
article main section.missions .tabs .tabs-nav li a {
  color: #1e272e;
}
article main section.missions .tabs .tabs-content {
  width: 60%;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
}
@media only screen and (max-width: 768px) {
  article main section.missions .tabs .tabs-content {
    width: 100%;
    padding: 0;
    /*px*/ margin-top: 20px;
    /*rem*/ margin-top: 1.25rem;
  }
}
article main section.missions .tabs .tabs-content > div h3 {
  color: #ea4880;
}
article main section.missions .tabs .tabs-content > div li {
  margin-bottom: 0;
  list-style-position: initial;
}
article main section.missions .tabs .tabs-content > div li h4 {
  display: inline-block;
  /*px*/ margin-bottom: 5px;
  /*rem*/ margin-bottom: 0.3125rem;
  /*px*/ margin-top: 15px;
  /*rem*/ margin-top: 0.9375rem;
}
article main section.missions .tabs .tabs-content > div li p {
  /*px*/ margin-bottom: 5px;
  /*rem*/ margin-bottom: 0.3125rem;
}
article main section.missions .tabs .tabs-content > div li:first-child h4 {
  margin-top: 0;
}
article main section.realisations .projets {
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
}
article main section.realisations .projets > div {
  display: flex;
  flex-wrap: wrap;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
}
@media only screen and (max-width: 768px) {
  article main section.realisations .projets > div {
    padding: 0;
    /*px*/ margin-top: 30px;
    /*rem*/ margin-top: 1.875rem;
  }
  article main section.realisations .projets > div:first-child {
    margin-top: 0;
  }
}
article main section.realisations .projets > div > div {
  flex: 1;
  align-self: center;
  max-width: 45%;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
}
@media only screen and (max-width: 768px) {
  article main section.realisations .projets > div > div {
    max-width: 100%;
    padding: 0;
    /*px*/ margin-top: 15px;
    /*rem*/ margin-top: 0.9375rem;
  }
}
article main section.realisations .projets > div > div h3 {
  background: #1e272e;
  color: #fff;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  border-radius: 5px;
}
@media only screen and (max-width: 768px) {
  article main section.realisations .projets > div > div h3 {
    background: none;
    padding: 0;
    border-radius: 0;
    color: #1e272e;
  }
}
article main section.realisations .projets > div:nth-child(odd) > div h3 {
  /*px*/ margin-left: -50px;
  /*rem*/ margin-left: -3.125rem;
}
@media only screen and (max-width: 768px) {
  article main section.realisations .projets > div:nth-child(odd) > div h3 {
    margin-left: 0;
  }
}
article main section.realisations .projets > div:nth-child(even) {
  flex-direction: row-reverse;
}
article main section.realisations .projets > div:nth-child(even) > div h3 {
  text-align: right;
  /*px*/ margin-right: -50px;
  /*rem*/ margin-right: -3.125rem;
}
@media only screen and (max-width: 768px) {
  article main section.realisations .projets > div:nth-child(even) > div h3 {
    text-align: left;
    margin-right: 0;
  }
}
article main section.contact {
  background: #f9f9f9;
}
article main section.contact > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
article main section.contact > div > figure,
article main section.contact > div svg {
  width: 60%;
  /*px*/ padding: 0 70px;
  /*rem*/ padding: 0 4.375rem;
}
@media only screen and (max-width: 768px) {
  article main section.contact > div > figure,
  article main section.contact > div svg {
    display: none;
  }
}
article main section.contact > div > div {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  article main section.contact > div > div {
    width: 100%;
  }
}
article main section.contact > div > div h2 {
  text-align: left;
}
article main section.contact > div #msg-form {
  /*px*/ margin-top: 30px;
  /*rem*/ margin-top: 1.875rem;
  /*px*/ padding: 15px;
  /*rem*/ padding: 0.9375rem;
  border-radius: 5px;
}
article main section.contact > div #msg-form.success {
  color: green;
  background: rgba(0, 255, 0, 0.1);
  border: 1px solid green;
}
article main section.contact > div #msg-form.error {
  color: red;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid red;
}
article footer {
  background: #1e272e;
}
article footer > div {
  max-width: 1280px;
  margin: 0 auto;
  /*px*/ padding: 30px;
  /*rem*/ padding: 1.875rem;
  color: #fff;
  font-weight: 300;
}
@media only screen and (max-width: 768px) {
  article footer > div {
    /*px*/ padding: 20px;
    /*rem*/ padding: 1.25rem;
  }
}
article footer > div a {
  color: #fff;
  text-decoration: underline !important;
}
