@import url("https://fonts.googleapis.com/css2?family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* --------- Variables ---------- */
/* Fonts */
/* Font size */
/* Font weight */
/* Font style */
/* Colors */
/* Images */
/* Buttons */
/* Spaces */
/* ------------- General ------------------- */
body, p {
  font-family: "Montserrat", sans-serif;
  font-size: 16px; }

body a {
  text-decoration: none;
  color: #d379e1;
  font-weight: 700; }
  body a:hover {
    text-decoration: none;
    color: #66419E; }

.topbutton {
  height: 45px;
  width: 45px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  Z-index: 10000;
  background-image: url("../img/backtotop.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: none; }

.grecaptcha-badge {
  display: none;
  visibility: hidden; }

/* ------------- Pages ------------------- */
h1, h1.entry-title {
  font-family: "Montserrat", sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.1;
  display: inline-block; }
  h1:after, h1.entry-title:after {
    content: "";
    display: inline-block;
    float: right;
    position: relative;
    right: 80px;
    bottom: 35px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    background: #0afff9;
    background: -webkit-linear-gradient(308deg, #0afff9 0%, rgba(222, 32, 167, 0.6110819328) 100%);
    background: -o-linear-gradient(308deg, #0afff9 0%, rgba(222, 32, 167, 0.6110819328) 100%);
    background: linear-gradient(38deg, #0afff9 0%, rgba(222, 32, 167, 0.6110819328) 100%);
    z-index: -1;
    margin-bottom: -35px; }

h3 {
  font-family: "Arvo", sans-serif; }

section {
  margin: 50px 0 50px 0; }

/* Timeline */
section.timeline main {
  min-width: 500px;
  max-width: 600px;
  margin: auto; }
section.timeline div.content {
  font-size: 1em;
  line-height: 1.75em;
  border-top: 3px solid;
  border-image: linear-gradient(to right, #743ad5 0%, #d53a9d 100%);
  border-image-slice: 1;
  border-width: 3px;
  margin: 0;
  padding: 40px;
  counter-increment: section;
  position: relative; }
  section.timeline div.content:before {
    content: counter(section);
    position: absolute;
    border-radius: 50%;
    padding: 10px;
    height: 50px;
    width: 50px;
    background-color: #211d74;
    text-align: center;
    color: #fff;
    font-size: 1em; }
section.timeline div.content:nth-child(odd) {
  border-right: 3px solid;
  padding-left: 0; }
  section.timeline div.content:nth-child(odd):before {
    left: 100%;
    margin-left: -20px; }
section.timeline div.content:nth-child(even) {
  border-left: 3px solid;
  padding-right: 0; }
  section.timeline div.content:nth-child(even):before {
    right: 100%;
    margin-right: -20px; }
section.timeline div.content:first-child {
  border-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }
section.timeline div.content:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

/* Liens et boutons */
a, .entry-content a, .entry-content p a:not(.btn) {
  text-decoration: none;
  color: #d379e1;
  font-weight: 700; }
  a:hover, .entry-content a:hover, .entry-content p a:not(.btn):hover {
    color: #66419E; }

a.btn {
  color: #fff;
  background-color: #d379e1;
  border: none;
  margin-top: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-box-shadow: 3px 3px 0px 0px #D8D8D8;
  box-shadow: 3px 3px 0px 0px #D8D8D8;
  padding: 15px 18px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500; }
  a.btn:hover {
    background-color: #48d4da; }

.wpcf7 input[type=submit]:hover {
  background-color: #48d4da; }

/* Navigation */
header#wrapper-navbar {
  position: relative;
  z-index: 1000;
  height: 200px; }
  header#wrapper-navbar nav img {
    width: 200px;
    height: auto; }

body.page:not(.home) {
  background-image: url("../img/fond-pages.jpg");
  background-size: 55%;
  background-repeat: no-repeat;
  background-position: top right; }
  body.page:not(.home) header#wrapper-navbar {
    height: 180px; }

#mega-menu-wrap-primary {
  top: 50px;
  float: left;
  display: block; }
  #mega-menu-wrap-primary ul.mega-sub-menu {
    -webkit-box-shadow: 3px 3px 0px 0px #D8D8D8;
    box-shadow: 3px 3px 0px 0px #D8D8D8; }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label .mega-toggle-label-closed {
    display: block;
    background-image: url(../img/menu.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 45px;
    height: 45px;
    font-size: 0; }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1:after {
    display: none; }

/* Slider */
section#hero {
  margin-top: 0px;
  margin-bottom: -240px;
  position: relative;
  bottom: 200px;
  width: 100%;
  height: 650px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right; }
  section#hero .carousel-inner {
    overflow: visible; }
  section#hero h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.1; }
  section#hero h3 {
    font-size: 20px;
    line-height: 1;
    font-weight: 500;
    display: inline-block;
    color: #211d74;
    z-index: 100; }
    section#hero h3:before {
      content: '';
      display: inline-block;
      background-color: #48d4da;
      height: 20px;
      position: relative;
      top: 30px;
      z-index: -1;
      width: 101%; }
  section#hero a.btn {
    margin-top: 20px; }
  section#hero a.controls {
    opacity: 0.75;
    position: relative;
    top: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain; }
    section#hero a.controls.previous {
      background-image: url(../img/icon-previous.png); }
    section#hero a.controls.next {
      background-image: url(../img/icon-next.png);
      float: right; }
    section#hero a.controls:hover {
      opacity: 1; }

/* Sections */
section#select {
  text-align: center; }
  section#select h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px; }
  section#select select {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 15px 70px 15px 18px;
    font-size: 18px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url(../img/icon-next.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right; }

section.content-img h2, #section-clients h2, #section-chiffres h2, section#form h2, #section-outils h2 {
  font-size: 35px;
  font-weight: 700; }
section.content-img h3, #section-clients h3, #section-chiffres h3, section#form h3, #section-outils h3 {
  font-size: 20px;
  font-style: italic; }
section.content-img h4, #section-clients h4, #section-chiffres h4, section#form h4, #section-outils h4 {
  text-transform: uppercase;
  font-size: 18px; }

section.content-img h3 {
  color: #211d74; }
section.content-img h3.img-title {
  bottom: 60px;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
  color: #211d74;
  z-index: 100;
  position: absolute;
  display: block;
  background-color: #48d4da;
  background-position: bottom; }

#section-clients, section#form, #section-outils {
  background: url(../img/bg-stars.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  color: #fff; }
  #section-clients .row.justify-content-center, section#form .row.justify-content-center, #section-outils .row.justify-content-center {
    margin: 30px; }
  #section-clients img, section#form img, #section-outils img {
    max-width: 150px;
    margin-bottom: 20px; }

#section-clients p.number, #section-chiffres p.number, #section-outils p.number {
  font-size: 50px;
  font-weight: 700;
  color: #d379e1; }
#section-clients p.cta, #section-chiffres p.cta, #section-outils p.cta {
  margin-top: 20px;
  font-family: "Arvo", sans-serif;
  font-size: 30px;
  font-style: italic; }

section#form form h2, section#form form h3 {
  text-align: center; }
section#form form h3 {
  margin-bottom: 30px; }
section#form form input[type=text], section#form form input[type=email], section#form form select, section#form form input[type=submit] {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: #66419E;
  color: #fff;
  margin-top: 15px; }
section#form form textarea {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: #66419E;
  color: #fff;
  margin-top: 15px; }
section#form form input[type=submit] {
  background-color: #48d4da;
  border-color: #48d4da;
  -webkit-box-shadow: 3px 3px 0px 0px #D8D8D8;
  box-shadow: 3px 3px 0px 0px #D8D8D8;
  padding: 9px 18px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 300px;
  float: right; }
  section#form form input[type=submit]:hover {
    background-color: #d379e1;
    border-color: #d379e1; }

footer img.logo {
  width: 200px;
  margin-bottom: 15px; }
footer h2, footer p {
  font-size: 16px;
  text-transform: uppercase; }
footer p.company-address:before {
  content: "";
  display: block;
  float: left;
  background-image: url("../img/localisation.png");
  width: 40px;
  height: 40px;
  position: relative;
  top: 10px;
  background-size: contain; }
footer .company-phone a {
  background-image: url("../img/phone.png");
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 20px;
  padding: 15px 15px 15px 40px;
  background-color: #fff;
  border: 1px solid #d379e1;
  color: #d379e1;
  -webkit-box-shadow: 3px 3px 0px 0px #D8D8D8;
  box-shadow: 3px 3px 0px 0px #D8D8D8;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500; }
  footer .company-phone a:hover {
    background-color: #fff;
    border: 1px solid #48d4da;
    color: #48d4da; }
footer .social-links img {
  width: 40px;
  height: auto; }
  footer .social-links img:hover {
    position: relative;
    top: 1px;
    right: 1px; }
footer ul#menu-footer {
  margin-top: 20px;
  padding-left: 0; }
  footer ul#menu-footer li {
    list-style-type: none;
    text-transform: uppercase;
    margin-top: 8px; }
    footer ul#menu-footer li a {
      text-decoration: none;
      color: black; }
      footer ul#menu-footer li a:hover {
        color: #211d74;
        border-bottom: 2px solid #d379e1; }
footer nav#footer-credits p {
  font-size: 14px;
  text-align: center; }
footer nav#footer-credits a {
  text-decoration: none;
  color: #211d74; }
  footer nav#footer-credits a:hover {
    color: #d379e1; }

/* ------------- Responsive ------------------- */
@media only screen and (max-width: 992px) {
  /* Titres*/
  body, p {
    font-size: 15px; }

  section .text-end {
    text-align: left !important; }
  section a.btn {
    margin-bottom: 15px; }

  h1, h1.entry-title {
    font-size: 27px; }

  section#select h2, section#hero h2, h2, section.content-img h2, #section-clients h2, #section-chiffres h2, section#form h2, #section-outils h2 {
    font-size: 27px; }

  #section-chiffres p.cta {
    font-size: 20px; }

  section.content-img h3.img-title {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    display: inline-block; }

  /* Medias */
  header#wrapper-navbar {
    height: 150px; }

  section#hero {
    height: 500px;
    background-size: 52%; }

  .image {
    -webkit-order: -1 !important;
    -ms-flex-order: -1 !important;
    order: -1 !important; }

  .image {
    text-align: center; }

  .content-img img {
    width: 60%; }

  #section-clients img, section#form img {
    max-width: 120px; } }
@media only screen and (max-width: 768px) {
  #section-clients, section#form, #section-outils {
    background-image: none;
    background-color: #2c3174; }

  section#select select {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 70px 10px 10px;
    font-size: 14px;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    background-image: url(../img/icon-next.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right; } }
@media only screen and (max-width: 500px) {
  section#hero {
    background-size: 42%;
    background-position: 100% 12%; }
    section#hero h3 {
      font-size: 16px; } }
/* Animations */

/*# sourceMappingURL=theme.css.map */
