@charset "UTF-8";
/*!
Theme Name: Starter
Theme URI: http://underscores.me/
Author: Alicia
Author URI:
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: starter
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Kori is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url("https://use.typekit.net/fol2kgp.css");
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 1em;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  line-height: 1.2em;
}
ul li {
  list-style: none outside none;
}
a {
  transition: all ease 0.3s;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
/* old 1410px */
/*!
 * Bootstrap Grid v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}
*, *::before, *::after {
  box-sizing: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1092px) {
  .container {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1310px;
  }
}
@media (min-width: 1700px) {
  .container {
    max-width: 1310px;
  }
}
.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 100%;
  }
}
@media (min-width: 1092px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1310px;
  }
}
@media (min-width: 1700px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1310px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.offset-1 {
  margin-left: 8.3333333333%;
}
.offset-2 {
  margin-left: 16.6666666667%;
}
.offset-3 {
  margin-left: 25%;
}
.offset-4 {
  margin-left: 33.3333333333%;
}
.offset-5 {
  margin-left: 41.6666666667%;
}
.offset-6 {
  margin-left: 50%;
}
.offset-7 {
  margin-left: 58.3333333333%;
}
.offset-8 {
  margin-left: 66.6666666667%;
}
.offset-9 {
  margin-left: 75%;
}
.offset-10 {
  margin-left: 83.3333333333%;
}
.offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1092px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1700px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xxl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    order: -1;
  }
  .order-xxl-last {
    order: 13;
  }
  .order-xxl-0 {
    order: 0;
  }
  .order-xxl-1 {
    order: 1;
  }
  .order-xxl-2 {
    order: 2;
  }
  .order-xxl-3 {
    order: 3;
  }
  .order-xxl-4 {
    order: 4;
  }
  .order-xxl-5 {
    order: 5;
  }
  .order-xxl-6 {
    order: 6;
  }
  .order-xxl-7 {
    order: 7;
  }
  .order-xxl-8 {
    order: 8;
  }
  .order-xxl-9 {
    order: 9;
  }
  .order-xxl-10 {
    order: 10;
  }
  .order-xxl-11 {
    order: 11;
  }
  .order-xxl-12 {
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-clip: border-box;
}
.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1092px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1700px) {
  .d-xxl-none {
    display: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column-reverse {
  flex-direction: column-reverse !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !important;
}
.flex-grow-0 {
  flex-grow: 0 !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-shrink-1 {
  flex-shrink: 1 !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
.justify-content-around {
  justify-content: space-around !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-baseline {
  align-items: baseline !important;
}
.align-items-stretch {
  align-items: stretch !important;
}
.align-content-start {
  align-content: flex-start !important;
}
.align-content-end {
  align-content: flex-end !important;
}
.align-content-center {
  align-content: center !important;
}
.align-content-between {
  align-content: space-between !important;
}
.align-content-around {
  align-content: space-around !important;
}
.align-content-stretch {
  align-content: stretch !important;
}
.align-self-auto {
  align-self: auto !important;
}
.align-self-start {
  align-self: flex-start !important;
}
.align-self-end {
  align-self: flex-end !important;
}
.align-self-center {
  align-self: center !important;
}
.align-self-baseline {
  align-self: baseline !important;
}
.align-self-stretch {
  align-self: stretch !important;
}
@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1092px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1700px) {
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
}
.m-0 {
  margin: 0 !important;
}
.mt-0, .my-0 {
  margin-top: 0 !important;
}
.mr-0, .mx-0 {
  margin-right: 0 !important;
}
.mb-0, .my-0 {
  margin-bottom: 0 !important;
}
.ml-0, .mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1, .my-1 {
  margin-top: 0.25rem !important;
}
.mr-1, .mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1, .my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1, .mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2, .my-2 {
  margin-top: 0.5rem !important;
}
.mr-2, .mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2, .my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2, .mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3, .my-3 {
  margin-top: 1rem !important;
}
.mr-3, .mx-3 {
  margin-right: 1rem !important;
}
.mb-3, .my-3 {
  margin-bottom: 1rem !important;
}
.ml-3, .mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4, .my-4 {
  margin-top: 1.5rem !important;
}
.mr-4, .mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4, .my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4, .mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5, .my-5 {
  margin-top: 3rem !important;
}
.mr-5, .mx-5 {
  margin-right: 3rem !important;
}
.mb-5, .my-5 {
  margin-bottom: 3rem !important;
}
.ml-5, .mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0, .py-0 {
  padding-top: 0 !important;
}
.pr-0, .px-0 {
  padding-right: 0 !important;
}
.pb-0, .py-0 {
  padding-bottom: 0 !important;
}
.pl-0, .px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1, .py-1 {
  padding-top: 0.25rem !important;
}
.pr-1, .px-1 {
  padding-right: 0.25rem !important;
}
.pb-1, .py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1, .px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2, .py-2 {
  padding-top: 0.5rem !important;
}
.pr-2, .px-2 {
  padding-right: 0.5rem !important;
}
.pb-2, .py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2, .px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3, .py-3 {
  padding-top: 1rem !important;
}
.pr-3, .px-3 {
  padding-right: 1rem !important;
}
.pb-3, .py-3 {
  padding-bottom: 1rem !important;
}
.pl-3, .px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4, .py-4 {
  padding-top: 1.5rem !important;
}
.pr-4, .px-4 {
  padding-right: 1.5rem !important;
}
.pb-4, .py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4, .px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5, .py-5 {
  padding-top: 3rem !important;
}
.pr-5, .px-5 {
  padding-right: 3rem !important;
}
.pb-5, .py-5 {
  padding-bottom: 3rem !important;
}
.pl-5, .px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1, .my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2, .my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3, .my-n3 {
  margin-top: -1rem !important;
}
.mr-n3, .mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3, .my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3, .mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4, .my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5, .my-n5 {
  margin-top: -3rem !important;
}
.mr-n5, .mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5, .my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5, .mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto, .my-auto {
  margin-top: auto !important;
}
.mr-auto, .mx-auto {
  margin-right: auto !important;
}
.mb-auto, .my-auto {
  margin-bottom: auto !important;
}
.ml-auto, .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1092px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1400px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1700px) {
  .m-xxl-0 {
    margin: 0 !important;
  }
  .mt-xxl-0, .my-xxl-0 {
    margin-top: 0 !important;
  }
  .mr-xxl-0, .mx-xxl-0 {
    margin-right: 0 !important;
  }
  .mb-xxl-0, .my-xxl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xxl-0, .mx-xxl-0 {
    margin-left: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .mt-xxl-1, .my-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xxl-1, .mx-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xxl-1, .my-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xxl-1, .mx-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .mt-xxl-2, .my-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xxl-2, .mx-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xxl-2, .my-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xxl-2, .mx-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .mt-xxl-3, .my-xxl-3 {
    margin-top: 1rem !important;
  }
  .mr-xxl-3, .mx-xxl-3 {
    margin-right: 1rem !important;
  }
  .mb-xxl-3, .my-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xxl-3, .mx-xxl-3 {
    margin-left: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .mt-xxl-4, .my-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xxl-4, .mx-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xxl-4, .my-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xxl-4, .mx-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .mt-xxl-5, .my-xxl-5 {
    margin-top: 3rem !important;
  }
  .mr-xxl-5, .mx-xxl-5 {
    margin-right: 3rem !important;
  }
  .mb-xxl-5, .my-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xxl-5, .mx-xxl-5 {
    margin-left: 3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .pt-xxl-0, .py-xxl-0 {
    padding-top: 0 !important;
  }
  .pr-xxl-0, .px-xxl-0 {
    padding-right: 0 !important;
  }
  .pb-xxl-0, .py-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xxl-0, .px-xxl-0 {
    padding-left: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .pt-xxl-1, .py-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xxl-1, .px-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xxl-1, .py-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xxl-1, .px-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .pt-xxl-2, .py-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xxl-2, .px-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xxl-2, .py-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xxl-2, .px-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .pt-xxl-3, .py-xxl-3 {
    padding-top: 1rem !important;
  }
  .pr-xxl-3, .px-xxl-3 {
    padding-right: 1rem !important;
  }
  .pb-xxl-3, .py-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xxl-3, .px-xxl-3 {
    padding-left: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .pt-xxl-4, .py-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xxl-4, .px-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xxl-4, .py-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xxl-4, .px-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .pt-xxl-5, .py-xxl-5 {
    padding-top: 3rem !important;
  }
  .pr-xxl-5, .px-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-5, .py-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xxl-5, .px-xxl-5 {
    padding-left: 3rem !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xxl-n1, .my-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xxl-n1, .mx-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xxl-n1, .my-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xxl-n1, .mx-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xxl-n2, .my-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xxl-n2, .mx-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xxl-n2, .my-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xxl-n2, .mx-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .mt-xxl-n3, .my-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xxl-n3, .mx-xxl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xxl-n3, .my-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xxl-n3, .mx-xxl-n3 {
    margin-left: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xxl-n4, .my-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xxl-n4, .mx-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xxl-n4, .my-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xxl-n4, .mx-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mt-xxl-n5, .my-xxl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xxl-n5, .mx-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n5, .my-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xxl-n5, .mx-xxl-n5 {
    margin-left: -3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mt-xxl-auto, .my-xxl-auto {
    margin-top: auto !important;
  }
  .mr-xxl-auto, .mx-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-auto, .my-xxl-auto {
    margin-bottom: auto !important;
  }
  .ml-xxl-auto, .mx-xxl-auto {
    margin-left: auto !important;
  }
}
input[type=text], input[type=email], input[type=submit], input[type=tel], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.grecaptcha-badge {
  display: none !important;
}
body.page-template-tpl-maintenance {
  background-color: #041434;
}
body.page-template-tpl-maintenance header {
  display: none;
}
body.page-template-tpl-maintenance footer {
  display: none;
}
body.page-template-tpl-maintenance .maintenance {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
}
body.page-template-tpl-maintenance .maintenance h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 15px;
}
body.page-template-tpl-maintenance .maintenance h2 {
  color: #fff;
  font-size: 30px;
}
* {
  cursor: url("../img/cursor.png"), auto !important;
}
body:hover .custom-cursor {
  opacity: 1;
}
.custom-cursor {
  display: block;
  height: 1.875rem;
  left: -0.9375rem;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: -0.9375rem;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s ease;
  width: 1.875rem;
  z-index: 1000000;
}
.custom-cursor .cursor {
  background: #fbc561 url("../img/cursor_pointer.svg") center center no-repeat;
  border-radius: 100%;
  float: left;
  height: 1.875rem;
  margin-left: 0.125rem;
  margin-top: 0.125rem;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  width: 1.875rem;
}
.custom-cursor-active .cursor {
  background-color: transparent;
  background-size: contain;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}
@font-face {
  font-family: "Morro";
  src: url("../fonts/Morro-Regular.woff2") format("woff2"), url("../fonts/Morro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?erf0tf");
  src: url("../fonts/icomoon.eot?erf0tf#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?erf0tf") format("truetype"), url("../fonts/icomoon.woff?erf0tf") format("woff"), url("../fonts/icomoon.svg?erf0tf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ico_skype:before {
  content: "";
}
.icon-ico_burger:before {
  content: "";
}
.icon-ico_close_menu:before {
  content: "";
}
.icon-ico_email:before {
  content: "";
}
.icon-ico_fb:before {
  content: "";
}
.icon-ico_tel:before {
  content: "";
}
.icon-ico_twitter:before {
  content: "";
}
.text-center {
  text-align: center;
}
.overlay-devis {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 50;
}
#page {
  position: relative;
}
body {
  color: black;
  font-family: Arboria;
  font-size: 16px;
}
body.home .logo_inner {
  display: none !important;
}
body:not(.home) #header {
  margin-bottom: 43px;
}
body:not(.home) #header .logo_home {
  display: inline-blocks;
}
body:not(.home) #header .logo_inner {
  display: none;
}
#header {
  position: relative;
}
#header .anim1 {
  width: 81px;
  height: 296px;
  background-color: #5b8efd;
  position: absolute;
  z-index: -1;
}
#header .anim2 {
  top: 0;
  left: 0;
  width: 100%;
  height: 296px;
  background-color: #0a3eb1;
  position: absolute;
  z-index: -2;
  border-radius: 0 0 300px 0;
}
#header #burger_menu {
  display: inline-block;
  cursor: pointer;
  width: 51px;
  height: 36px;
  margin-top: 29px;
}
#header #burger_menu i {
  color: #fbc561;
  font-size: 36px;
}
#header #burger_menu:hover i {
  color: #f89382;
}
#header .logo {
  display: inline-block;
  margin-left: 43px;
}
#header.inner {
  background-color: #0a3eb1;
  padding-bottom: 43px;
  margin-bottom: 0 !important;
}
#header.inner .logo_home {
  display: inline-block !important;
}
#header.inner .logo_inner {
  display: none !important;
}
#menu_principal {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100vh;
  left: 0;
  background-color: #0a3eb1;
  z-index: 99;
  padding-top: 30px;
}
#menu_principal .reseaux {
  display: inline-block;
  margin: 8px 30px 0 0;
}
#menu_principal .reseaux a {
  margin: 0 12px;
  float: left;
  display: inline-block;
  color: white;
  font-size: 45px;
}
#menu_principal .reseaux a:hover {
  color: #f89382;
}
#menu_principal .container {
  position: relative;
}
#menu_principal #close_menu {
  position: absolute;
  top: 0;
  right: 15px;
  background: transparent url(../img/ico/ico_close_menu.svg) no-repeat center center;
  width: 33px;
  height: 33px;
  background-size: cover;
  transition: all ease 0.3s;
}
#menu_principal #close_menu:hover {
  transform: rotate(90deg);
  background-size: 80%;
}
#menu_principal .menu-menu-principal-container > ul > li {
  padding-bottom: 10px;
}
#menu_principal .menu-menu-principal-container > ul > li > a {
  opacity: 0.5;
  color: #ffffff;
  font-size: 30px;
  font-weight: 900;
  font-style: normal;
  letter-spacing: 1.8px;
  line-height: 1em;
}
#menu_principal .menu-menu-principal-container > ul > li > a:hover {
  opacity: 1;
  color: #fbc561;
}
#menu_principal .menu-menu-principal-container > ul > li.current_page_item > a, #menu_principal .menu-menu-principal-container > ul > li.current_page_ancestor > a {
  opacity: 1;
  color: #fbc561;
}
#menu_principal .sub-menu {
  margin-top: 20px;
  flex-wrap: wrap;
}
#menu_principal .sub-menu > li {
  padding-bottom: 10px;
  padding-left: 10px;
}
#menu_principal .sub-menu > li > a {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
}
#menu_principal .sub-menu > li > a:hover {
  opacity: 1;
  color: #fbc561;
}
#menu_principal .sub-menu > li.current_page_item > a, #menu_principal .sub-menu > li.current_page_ancestor > a {
  opacity: 1;
  color: #fbc561;
}
#intro {
  padding: 43px 0 0 0;
}
#intro .bulles_animation {
  position: absolute;
  top: 290px;
  left: 15px;
  background: transparent url(../img/bulles_animation.svg) no-repeat 0 0;
  width: 90px;
  height: 90px;
  background-size: cover;
}
#intro img.dev {
  margin: 0 auto;
  display: block;
}
#intro #animation_container {
  position: absolute;
  left: -337px;
  top: 0;
}
#intro h1 {
  color: #000000;
  font-family: "arboria";
  font-size: 35px;
  font-weight: 300;
  margin: 29px 0 27px 0;
}
#intro h1 strong {
  display: inline-block;
  width: 100%;
  font-weight: 700;
}
#intro h1 strong span {
  color: #0a3eb1;
  font-family: Morro;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
#intro h1 strong span .char1 {
  color: #fbc561;
}
#intro h1 strong span .char2 {
  color: #f89382;
}
#intro h1 strong span .char3 {
  color: #5b8efd;
}
#intro h2 {
  color: #000000;
  font-size: 30px;
  font-weight: 300;
}
#intro h2 span {
  font-weight: 500;
  position: relative;
}
#intro h2 span, body.page-template-tpl-prestations .contenu h2 strong {
  position: relative;
}
#intro h2 span:after, body.page-template-tpl-prestations .contenu h2 strong:after {
  z-index: -1;
  content: " ";
  left: 7px;
  right: 7px;
  position: absolute;
  height: 19px;
  background-color: #f7daa8;
  bottom: -7px;
  transition: all ease 0.3s;
}
#intro h2 span:hover:after, body.page-template-tpl-prestations .contenu h2 strong:hover:after {
  left: 0;
  right: 0;
  height: 5px;
  background-color: #f89382;
}
.bouton {
  border-radius: 27px;
  border: 4px solid #ffffff;
  color: #ffffff !important;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  padding: 12px 24px 13px;
  display: inline-block;
  text-decoration: none !important;
}
.bouton.rose {
  background-color: #f89382;
}
.bouton.rose:hover {
  border-color: #f89382;
  background-color: white;
  color: #f89382 !important;
}
.bouton.jaune {
  background-color: #fbc561;
}
.bouton.jaune:hover {
  background-color: white;
  border-color: #fbc561;
  color: #fbc561 !important;
}
.bouton.bleu {
  background-color: #5b8efd;
}
.bouton.bleu:hover {
  background-color: white;
  border-color: #5b8efd;
  color: #5b8efd !important;
}
.bouton.no-border {
  border: 0px;
}
.dde_devis_home {
  padding: 10px 0;
  text-align: center;
}
#integrations {
  padding: 73px 0 74px 0;
  position: relative;
}
#integrations .texte h1, #integrations .texte h2, #integrations .texte h3, #integrations .texte h4, #integrations .texte h5, #integrations .texte h6 {
  font-size: 25px;
  font-weight: 300;
  line-height: 1.2em;
  margin-bottom: 21px;
}
#integrations .texte h1 strong, #integrations .texte h2 strong, #integrations .texte h3 strong, #integrations .texte h4 strong, #integrations .texte h5 strong, #integrations .texte h6 strong {
  color: #5b8efd;
  font-weight: 700;
}
#integrations .texte p {
  font-size: 19px;
  line-height: 1.36em;
  margin-bottom: 33px;
}
#integrations .texte p strong {
  color: #5b8efd;
  font-weight: 700;
}
#integrations .select_integrations {
  margin-bottom: 71px;
}
#integrations .select_integrations.open {
  border: 2px solid #f2f4f5;
  border-radius: 33px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}
#integrations .select_integrations.open > span {
  margin-bottom: 15px;
  border: 2px solid white;
}
#integrations .select_integrations.open .options {
  display: inline-block;
}
#integrations .select_integrations .options {
  display: none;
}
#integrations .select_integrations > span {
  display: inline-block;
  width: 100%;
  border-radius: 33px;
  background-color: #e6e9ec;
  color: #000000;
  font-size: 25px;
  padding: 14px 24px 22px;
  cursor: pointer;
  position: relative;
}
#integrations .select_integrations > span i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  color: #0a3eb1;
  font-size: 30px;
}
#integrations .select_integrations .option {
  position: relative;
  padding-left: 110px;
  padding-right: 36px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#integrations .select_integrations .option img {
  position: absolute;
  left: 36px;
  width: 30px;
  top: 50%;
  transform: translateY(-50%);
}
#integrations .select_integrations .option a {
  font-size: 26px;
  font-weight: 300;
  color: black;
}
#integrations #liste_prestations {
  margin: 50px 0;
}
#integrations #liste_prestations .carre {
  padding: 30px;
  float: left;
  width: 33.33%;
  height: 240px;
  background-color: #f2f4f5;
  position: relative;
}
#integrations #liste_prestations .carre .image {
  height: 78px;
  position: relative;
}
#integrations #liste_prestations .carre img {
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  position: absolute;
}
#integrations #liste_prestations .carre span.titre {
  color: #000000;
  font-size: 38px;
  font-weight: 300;
  display: inline-block;
  width: 100%;
  margin-bottom: 17px;
}
#integrations #liste_prestations .carre p {
  color: #848484;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.26em;
}
#integrations #liste_prestations .carre a {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #0a3eb1;
  font-size: 30px;
  background: #fbc561 url(../img/ico/ico_fleche_bleu.svg) no-repeat 30px 174px;
  padding: 36px 24px;
}
#integrations #liste_prestations .carre a b {
  width: 100%;
  font-size: 61px;
  font-weight: 900;
  line-height: 1em;
}
#integrations #liste_prestations .carre:hover a {
  opacity: 1;
}
#integrations #liste_prestations .dernier_carre {
  padding: 63px 30px 0 30px;
  float: left;
  width: 33%;
  height: 240px;
  background-color: #0a3eb1;
  position: relative;
}
#integrations #liste_prestations .dernier_carre a {
  color: white;
  font-size: 30px;
  font-weight: 300;
  background: transparent url(../img/ico/ico_fleche_blanche.svg) no-repeat 0 bottom;
  padding-bottom: 45px;
  display: inline-block;
}
#integrations #liste_prestations .dernier_carre a:hover {
  background-position: 15px bottom;
}
#etudes_cas {
  position: relative;
}
#etudes_cas .container {
  max-width: 100%;
}
#etudes_cas #etudes_cas_container {
  background-color: #f89382;
  padding: 24px 15px 324px 15px;
  position: relative;
}
#etudes_cas .anim1 {
  display: inline-block;
  height: 0;
  width: 0;
  border-top: 200px solid #5b8efd;
  border-right: 200px solid transparent;
  right: 15px;
  transform: rotate(90deg);
  position: absolute;
  transition: all ease 0.3s;
}
#etudes_cas .anim2 {
  width: 80px;
  height: 80px;
  background-color: #fbc561;
  position: absolute;
  top: 85px;
  right: 75px;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}
#etudes_cas .titre {
  display: inline-block;
  color: #ffffff;
  font-family: "Morro";
  font-size: 42px;
  font-weight: 400;
  text-transform: uppercase;
  border-bottom: 1px solid white;
  padding-bottom: 9px;
  margin-bottom: 8px;
}
#etudes_cas .titre_etude {
  color: #ffffff;
  font-size: 50px;
  font-weight: 300;
  display: inline-block;
  margin-bottom: 19px;
  width: 100%;
}
#etudes_cas p {
  color: #ffffff;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.66em;
  margin-bottom: 34px;
}
#etudes_cas .les_images_mobiles {
  padding: 0 60px;
  margin: -280px 0 0 0;
}
#etudes_cas .les_images_mobiles .image {
  text-align: center;
}
#etudes_cas .les_images_mobiles .image img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
#etudes_cas .ico_fleche_blanche_small {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #5b8efd url(../img/ico/ico_fleche_blanche_small.svg) no-repeat center center;
  cursor: pointer;
}
#etudes_cas .ico_fleche_blanche_small.right {
  transform: rotate(180deg);
  right: 0;
}
#etudes_cas .ico_fleche_blanche_small:hover {
  background-color: #0a3eb1;
}
#etudes_cas .slick-arrow {
  position: absolute;
  top: 208px;
  left: 15px;
  z-index: 2;
}
#etudes_cas .slick-arrow.right {
  left: auto;
  right: 15px;
}
#etudes_cas .slick-slide {
  transition: all ease 0.3s;
}
#clients {
  margin: 60px 0 0 0;
  background-color: #f2f4f5;
  padding-bottom: 68px;
}
#clients .slick-slide {
  text-align: center;
  padding-top: 50px;
}
#clients .image {
  height: 100px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#clients .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 150px;
  width: auto;
  height: auto;
  max-height: 100px;
}
#clients .titre {
  display: inline-block;
  color: #dae2e6;
  font-family: "Morro";
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  margin-top: -33px;
  margin-bottom: 25px;
}
#clients .titre .char1, #clients .titre .char6, #clients .titre .char10 {
  color: #fbc561;
}
#clients .titre .char2, #clients .titre .char8, #clients .titre .char13 {
  color: #0a3eb1;
}
#clients .titre .char3, #clients .titre .char7, #clients .titre .char12 {
  color: #f89382;
}
#clients .titre .char5, #clients .titre .char11 {
  color: #5b8efd;
}
#clients .bloc {
  display: inline-block;
  text-align: center;
  position: relative;
  border-radius: 5px;
  background-color: #ffffff;
  padding: 55px 15px 29px 15px;
  width: 240px;
}
#clients .bloc .titre_client {
  font-size: 26px;
  font-weight: 300;
  line-height: 1em;
  display: inline-block;
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}
#clients .bloc p {
  color: #848484;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.25em;
}
#clients .ico_fleche_blanche_small {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: white url(../img/ico/ico_fleche_bleue_small.svg) no-repeat center center;
  cursor: pointer;
}
#clients .ico_fleche_blanche_small.right {
  transform: rotate(180deg);
  right: 0;
}
#clients .ico_fleche_blanche_small:hover {
  background-color: #f89382;
}
#clients .slick-arrow {
  position: absolute;
  top: 155px;
  left: 0px;
  z-index: 2;
}
#clients .slick-arrow.right {
  left: auto;
  right: 0px;
}
#qsn {
  position: relative;
  overflow: hidden;
}
#qsn #qsn_top {
  background-color: #0a3eb1;
  text-align: center;
  padding: 40px;
}
#qsn .titre {
  display: inline-block;
  color: white;
  font-family: "Morro";
  font-size: 50px;
  font-weight: 400;
  line-height: 1em;
  z-index: 1;
  position: relative;
}
#qsn .titre .char1, #qsn .titre .char5, #qsn .titre .char9, #qsn .titre .char12 {
  color: #f89382;
}
#qsn .titre .char3, #qsn .titre .char8, #qsn .titre .char11, #qsn .titre .char17 {
  color: #5b8efd;
}
#qsn .titre .char7, #qsn .titre .char10, #qsn .titre .char14 {
  color: #fbc561;
}
#qsn #qsn_bottom {
  padding: 25px 0 44px;
  position: relative;
  text-align: center;
}
#qsn #qsn_bottom:after {
  content: " ";
  position: absolute;
  top: -67px;
  right: -50px;
  width: 119px;
  height: 164px;
  background: transparent url(../img/ico/ico_main.svg) no-repeat 0 0;
  background-size: cover;
}
#qsn #qsn_bottom p {
  color: #000000;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 37px;
  padding: 0 20px;
}
#footer #footer_top {
  background: transparent url(../img/Footer.svg) no-repeat center bottom;
  background-size: auto 100%;
  height: 274px;
  padding-top: 38px;
  text-align: center;
}
#footer #footer_top .texte {
  display: inline-block;
  max-width: 720px;
}
#footer #footer_top .texte #logo_footer {
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  margin-bottom: 30px;
}
#footer #footer_top .texte a {
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  font-weight: 900;
}
#footer #footer_top .texte a.text {
  position: relative;
  padding-left: 40px;
  margin-bottom: 15px;
}
#footer #footer_top .texte i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 34px;
}
#footer #footer_top .texte i.icon-ico_email {
  font-size: 22px;
  transform: translateY(-47%);
}
#footer #footer_bottom {
  text-align: center;
  padding: 6px 0;
}
#footer #footer_bottom .texte {
  width: 720px;
  max-width: 100%;
  margin-bottom: 60px;
  display: inline-block;
}
#footer #footer_bottom p {
  color: #848484;
  font-size: 13px;
  font-weight: 300;
}
#footer #footer_bottom p a {
  color: #848484;
  font-weight: 300;
  text-decoration: underline;
}
#footer #footer_bottom p a:hover {
  color: #f89382;
}
.icone {
  display: inline-block;
  background-size: cover !important;
}
.icone.tel {
  background: transparent url(../img/ico/ico_tel.svg) no-repeat 0 0;
  width: 17px;
  height: 28px;
}
.icone.email {
  background: transparent url(../img/ico/ico_email.svg) no-repeat 0 0;
  width: 26px;
  height: 20px;
}
#contact_rapide {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 4;
}
#contact_rapide a {
  float: left;
  width: 50%;
  display: inline-block;
  line-height: 48px;
  background-color: #f2f4f5;
  color: #5b8efd;
  font-size: 19px;
  font-weight: 900;
}
#contact_rapide a.devis {
  background-color: #f89382;
  color: #ffffff;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.34px;
  text-transform: uppercase;
}
.icone .tel {
  width: 22px;
  height: 36px;
}
.icone .email {
  width: 34px;
  height: 26px;
}
.contact_stuff {
  position: absolute;
  top: 42px;
  right: -7px;
}
.contact_stuff .reseaux {
  display: inline-block;
  margin: 8px 30px 0 0;
}
.contact_stuff .reseaux a {
  margin: 0 12px;
  float: left;
  display: inline-block;
  color: #f89382;
  font-size: 24px;
}
.contact_stuff .reseaux a:hover {
  color: #0a3eb1;
}
.contact_stuff .ouverture {
  float: right;
  padding-left: 27px;
  background: transparent url(../img/ico/ico_tel_bleu.svg) no-repeat 0 center;
}
.contact_stuff .ouverture a {
  color: #5b8efd;
  font-size: 21px;
  font-weight: 900;
  display: block;
  transition: all ease 0.3s;
}
.contact_stuff .ouverture a:hover {
  color: #f89382;
}
.contact_stuff .ouverture span {
  color: #0a3eb1;
  font-size: 17px;
  font-weight: 300;
  display: inline-block;
}
.wpcf7-form .row {
  margin-left: -10px;
  margin-right: -10px;
}
.wpcf7-form .row > div {
  padding-right: 10px;
  padding-left: 10px;
}
.wpcf7-form p.small {
  font-size: 14px;
  font-weight: 700;
}
.wpcf7-form p.small a {
  color: #f89382;
  font-weight: 700;
  text-decoration: underline;
}
.wpcf7-form p.small a:hover {
  color: #fbc561;
}
.wpcf7-form p.dontworrybehappy {
  color: #848484;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 18px;
}
.dde_devis {
  box-shadow: 10px 13px 16px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  background-color: #ffffff;
  text-align: center;
  padding: 0 15px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.dde_devis .titre {
  background-color: #fbc561;
  width: calc(100% + 66px);
  margin: 0 -33px;
  display: inline-block;
  color: #ffffff;
  font-size: 29px;
  font-weight: 700;
  padding: 12px 32px 18px;
  margin-bottom: 22px;
}
.dde_devis p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.5em;
  margin-bottom: 29px;
}
.dde_devis p b {
  color: #5b8efd;
}
.dde_devis p.small {
  margin-bottom: 36px;
}
.dde_devis .soustitre {
  display: inline-block;
  width: 100%;
  color: #5b8efd;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.dde_devis p.dontworrybehappy {
  color: #848484;
  font-size: 15px;
  line-height: 1.2em;
  font-weight: 300;
  font-style: italic;
  margin-bottom: 18px;
}
.dde_devis form > p {
  margin-bottom: 0;
}
.dde_devis .pour_logo span {
  font-size: 29px;
  display: inline-block;
  width: 100%;
}
.dde_devis .pour_logo span.focused {
  position: relative;
}
.dde_devis .pour_logo span.focused:before {
  content: "Ne soyez pas timide, parlez nous de votre projet :)";
  font-size: 14px;
  text-align: center;
  line-height: 1.2em;
  padding: 10px;
  background: #fff;
  max-width: 340px;
  width: 250px;
  height: auto;
  color: #000;
  border-radius: 10px;
  position: absolute;
  top: -60px;
  left: 0;
}
.wpcf7-form-control-wrap {
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
}
.pour_logo {
  position: relative;
}
.pour_logo label {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 5px;
}
.pour_logo > i {
  position: absolute;
  top: 38px;
  left: 17px;
  color: #848484;
  font-size: 18px;
  z-index: 3;
}
.pour_logo > i.fa-envelope, .pour_logo > i.fa-comment-lines {
  top: 40px;
}
.pour_logo > i.fa-phone {
  top: 39px;
}
.wpcf7-text, textarea {
  border-radius: 25px;
  background-color: #e6e9ec;
  color: black;
  font-size: 18px;
  font-weight: 300;
  line-height: 46px;
  height: 49px;
  padding: 0 30px 0 50px;
  width: 100%;
  border: 1px solid white;
  transition: all ease 0.3s;
  font-family: Arboria;
}
.wpcf7-text:focus, textarea:focus {
  outline: 0 none;
  border: 1px solid #fbc561;
}
.wpcf7-text.wpcf7-not-valid, textarea.wpcf7-not-valid {
  border: 1px solid #dc3232;
}
.wpcf7-text::placeholder, textarea::placeholder {
  color: #848484;
}
textarea {
  height: 125px;
  line-height: 1.2em;
  resize: none;
  padding-top: 15px;
}
.codedropz-upload-container {
  padding: 0;
}
.codedropz-upload-handler {
  border: 1px dashed #5b8efd;
  padding: 24px;
  text-align: center;
}
.codedropz-upload-handler .codedropz-upload-inner h3, .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap, .codedropz-upload-handler .codedropz-upload-inner .codedropz-btn-wrap a, .codedropz-upload-handler .codedropz-upload-inner span {
  font-size: 16px;
  font-weight: 300;
  line-height: auto;
  color: #000000;
  margin: 0;
  padding: 0;
}
.codedropz-upload-handler .codedropz-upload-inner h3, .codedropz-upload-handler .codedropz-upload-inner h3 + span {
  display: none;
}
.codedropz-upload-handler .dnd-upload-counter {
  display: none;
}
.dnd-upload-status .dnd-upload-details {
  height: 50px;
}
.dnd-upload-status .dnd-upload-details .remove-file {
  top: 0;
  line-height: 20px;
}
.dnd-upload-status .dnd-upload-details .name {
  padding: 0;
  padding-bottom: 6px;
  padding-right: 60px;
}
.dnd-upload-status .dnd-upload-details .name span, .dnd-upload-status .dnd-upload-details .name em {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin: 0;
  padding: 0;
}
.dnd-upload-status .dnd-upload-details span.has-error {
  font-size: 16px;
  transform: translateY(-14px);
}
.ajax-loader {
  float: right;
  margin: -38px 0px 0 0 !important;
}
*[data-name="pageencours"], .pageencours {
  display: none !important;
}
.wpcf7-submit {
  font-family: Arboria;
  padding: 10px 25px 14px;
  border-radius: 27px;
  background-color: #fbc561;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 0 auto 4px;
  cursor: pointer;
  transition: all ease 0.3s;
  white-space: normal;
}
.wpcf7-submit:hover {
  background-color: #5b8efd;
}
.wpcf7-not-valid-tip {
  font-size: 16px !important;
}
.contenu p {
  font-size: 21px;
  font-weight: 300;
  line-height: 1.66em;
  margin-bottom: 12px;
}
.contenu p strong {
  color: #5b8efd;
}
.contenu p a {
  text-decoration: underline;
  color: #000;
}
.contenu p em {
  font-style: italic;
  font-size: 16px;
}
.contenu h2 {
  font-size: 30px;
  line-height: 1.51em;
  font-weight: 300;
  margin-bottom: 15px;
}
.contenu ul {
  margin-bottom: 10px;
}
.contenu ul li {
  padding: 0 0 10px 20px;
  font-weight: 300;
  position: relative;
}
.contenu ul li:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 9px;
  height: 5px;
  width: 5px;
  background-color: #fbc561;
}
body.page-template-tpl-prestations .contenu h1 {
  line-height: 0.9em;
  font-size: 35px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 25px;
}
body.page-template-tpl-prestations .contenu h1 strong {
  color: #fbc561;
  font-family: "Morro";
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  display: inline-block;
  width: 100%;
}
body.page-template-tpl-prestations .contenu h2 {
  margin-bottom: 35px;
}
body.page-template-tpl-prestations .contenu h3 {
  color: #fbc561;
  font-family: "Morro";
  font-size: 35px;
  font-weight: 400;
  margin-bottom: 15px;
}
body.page-template-tpl-prestations .contenu strong {
  font-weight: 700;
}
body.page-template-tpl-prestations .contenu code {
  position: relative;
  text-decoration: underline;
  margin-right: 27px;
  cursor: pointer;
  font-family: Arboria;
  font-weight: 300;
  display: inline-block;
}
body.page-template-tpl-prestations .contenu code:after {
  color: #5b8efd;
  font-family: "Font Awesome 5 Pro";
  font-size: 15px;
  font-weight: 400;
  content: "";
  text-decoration: none;
  position: absolute;
  right: -22px;
}
body.page-template-tpl-prestations .contenu code em {
  visibility: hidden;
  z-index: 1;
  width: auto;
  padding: 10px;
  background: #fff;
  color: #000;
  position: absolute;
  bottom: 20px;
  left: 50%;
  border-radius: 5px;
  font-size: 16px;
  transform: translateY(9px);
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px rgba(56, 54, 54, 0.86);
  display: block;
  min-width: 150px;
}
body.page-template-tpl-prestations .contenu code:hover em {
  visibility: visible;
  transform: translateY(-10px);
}
#header_prestations .contenu {
  position: relative;
  overflow: hidden;
}
#header_prestations h1 .char1, #header_prestations h1 .char6, #header_prestations h1 .char10 {
  color: #fbc561;
}
#header_prestations h1 .char2, #header_prestations h1 .char8, #header_prestations h1 .char13 {
  color: #0a3eb1;
}
#header_prestations h1 .char3, #header_prestations h1 .char7, #header_prestations h1 .char12 {
  color: #f89382;
}
#header_prestations h1 .char5, #header_prestations h1 .char11 {
  color: #5b8efd;
}
#details_prestations {
  margin-top: 20px;
  background-color: #f2f4f5;
  padding: 20px 0;
}
#details_prestations h3 {
  margin-bottom: 5px;
}
#details_prestations h3 .char1, #details_prestations h3 .char6, #details_prestations h3 .char10 {
  color: #fbc561;
}
#details_prestations h3 .char2, #details_prestations h3 .char8, #details_prestations h3 .char13 {
  color: #0a3eb1;
}
#details_prestations h3 .char3, #details_prestations h3 .char7, #details_prestations h3 .char12 {
  color: #f89382;
}
#details_prestations h3 .char5, #details_prestations h3 .char11 {
  color: #5b8efd;
}
#details_prestations .liste_technologies {
  margin-top: 30px;
}
#details_prestations .liste_technologies .bloc {
  display: inline-block;
  width: 218px;
  max-width: 100%;
  height: 148px;
  border-radius: 5px;
  border: 1px solid #d8e2e6;
  background-color: #ffffff;
  position: relative;
  margin-bottom: 35px;
  overflow: hidden;
}
#details_prestations .liste_technologies .bloc img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 60%;
  width: 100%;
  height: 100%;
}
#inclus_prix {
  padding: 20px 0;
  background-color: #fbc561;
}
#inclus_prix .container {
  position: relative;
}
#inclus_prix .image {
  position: absolute;
  top: 10px;
  width: 50px;
}
#inclus_prix .image img {
  width: 100%;
  height: auto;
}
#inclus_prix h4 {
  color: #ffffff;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.06em;
  padding-left: 63px;
  margin-bottom: 15px;
}
#inclus_prix h4 strong {
  font-family: "Morro";
}
#inclus_prix ul li {
  font-size: 21px;
  font-weight: 300;
  line-height: 26px;
  padding-left: 35px;
  background: transparent url(../img/ico/ico_like.svg) no-repeat 0 0;
  padding-bottom: 10px;
  background-size: 20px auto;
  display: inline-block;
  width: 100%;
}
#confiance {
  padding: 20px 0;
}
#confiance .bonhomme {
  position: relative;
}
#confiance .bonhomme:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: calc(175px / 3);
  height: calc(392px / 3);
  background: transparent url(../img/bonhomme_like.svg) no-repeat 0 0;
  z-index: 1;
  background-size: cover;
  transform: translateX(-50%);
  top: -55px;
  left: 50%;
}
#confiance .titre_bleu {
  background-color: #0a3eb1;
  text-align: center;
  height: 313px;
  border-radius: 0 0 0 70px;
  padding: 64px 15px 15px 15px;
  margin-bottom: 40px;
}
#confiance .titre_bleu h5 {
  color: #ffffff;
  font-size: 38px;
  font-weight: 300;
  line-height: 38px;
  background: transparent url(../img/ico/ico_fleche_blanche.svg) no-repeat center bottom;
  padding-bottom: 66px;
  transition: all ease 0.3s;
}
#confiance .titre_bleu h5 strong {
  color: #ffffff;
  font-family: "Morro";
  font-size: 52px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
#confiance .titre_bleu h5 strong .char1, #confiance .titre_bleu h5 strong .char5, #confiance .titre_bleu h5 strong .char8 {
  color: #fbc561;
}
#confiance .titre_bleu h5 strong .char2, #confiance .titre_bleu h5 strong .char6, #confiance .titre_bleu h5 strong .char9 {
  color: #f89382;
}
#confiance .titre_bleu h5 strong .char3, #confiance .titre_bleu h5 strong .char7, #confiance .titre_bleu h5 strong .char10 {
  color: #5b8efd;
}
#confiance .titre_bleu:hover h5 {
  background-position: 95% bottom;
}
#confiance .bloc {
  background-color: #f2f4f5;
  padding: 0 15px 25px 15px;
  text-align: center;
  margin-bottom: 40px;
  height: calc(100% - 40px);
}
#confiance .bloc .picto {
  margin-top: -30px;
  width: 100%;
  height: 117px;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#confiance .bloc .picto img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#confiance .bloc p {
  font-size: 18px;
  line-height: 23px;
}
#confiance .bloc p strong {
  font-weight: bold;
}
#confiance .contenu p {
  font-size: 17px;
  line-height: 1.8em;
}
#intro_ccm {
  padding: 20px 0;
  background-color: #0a3eb1;
  text-align: center;
  position: relative;
}
#intro_ccm h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 19px;
}
#intro_ccm h1 .format {
  background-color: #fbc561;
}
#intro_ccm h1 .cms {
  background-color: #f89382;
}
#intro_ccm p {
  color: #fff;
}
#intro_ccm .bouton {
  margin-top: 44px;
}
#intro_ccm .composition {
  position: relative;
  margin-top: 203px;
  padding-bottom: 126px;
}
#intro_ccm .composition .nuage-1 {
  position: absolute;
  left: calc(50% + 62px);
  top: -88px;
}
#intro_ccm .composition .nuage-2 {
  position: absolute;
  right: calc(50% + 22px);
  top: -43px;
}
#intro_ccm .composition .laptop {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#intro_ccm .composition .laptop img {
  max-width: 100%;
}
#intro_ccm .composition .file-love {
  width: 61px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
}
#reception_ccm {
  background-color: #f2f4f5;
  padding-top: 20px;
  margin-top: -20px;
}
#reception_ccm h2 {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 0.9em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 32px;
}
#reception_ccm h2 strong {
  color: #ffffff;
  font-family: "Morro";
  font-size: 44px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
#reception_ccm h2 strong .char1, #reception_ccm h2 strong .char4, #reception_ccm h2 strong .char7 {
  color: #fbc561;
}
#reception_ccm h2 strong .char3, #reception_ccm h2 strong .char9 {
  color: #0a3eb1;
}
#reception_ccm h2 strong .char5, #reception_ccm h2 strong .char8 {
  color: #f89382;
}
#reception_ccm h2 strong .char2, #reception_ccm h2 strong .char6 {
  color: #5b8efd;
}
#reception_ccm p {
  font-weight: 400;
  line-height: 1.6em;
}
#reception_ccm .composition {
  margin-top: 50px;
  padding-bottom: 25px;
}
#reception_ccm .composition .reception-fichiers {
  text-align: center;
  width: 100%;
}
#reception_ccm .composition .reception-fichiers img {
  max-width: 100%;
}
#integration_ccm {
  background-color: #f89382;
  position: relative;
}
#integration_ccm h2 {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 0.9em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 32px;
}
#integration_ccm h2 strong {
  color: #ffffff;
  font-family: "Morro";
  font-size: 49px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
#integration_ccm h2 strong .char5, #integration_ccm h2 strong .char9 {
  color: #fbc561;
}
#integration_ccm h2 strong .char2, #integration_ccm h2 strong .char8, #integration_ccm h2 strong .char10 {
  color: #0a3eb1;
}
#integration_ccm h2 strong .char3, #integration_ccm h2 strong .char6 {
  color: #5b8efd;
}
#integration_ccm p {
  font-weight: 400;
  line-height: 1.6em;
}
#integration_ccm .composition {
  padding-top: 45px;
}
#integration_ccm .composition .haut-gauche {
  display: none;
}
#integration_ccm .composition .haut-droite {
  display: block;
}
#integration_ccm .composition .bas-gauche {
  display: none;
}
#integration_ccm .composition .bas-droite {
  display: none;
}
#livraison_ccm {
  padding: 50px 0;
}
#livraison_ccm h2 {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 0.5em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 32px;
}
#livraison_ccm h2 strong {
  color: #ffffff;
  font-family: "Morro";
  font-size: 49px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
#livraison_ccm h2 strong .char1, #livraison_ccm h2 strong .char4, #livraison_ccm h2 strong .char7 {
  color: #fbc561;
}
#livraison_ccm h2 strong .char3, #livraison_ccm h2 strong .char9 {
  color: #0a3eb1;
}
#livraison_ccm h2 strong .char5, #livraison_ccm h2 strong .char8 {
  color: #f89382;
}
#livraison_ccm h2 strong .char2, #livraison_ccm h2 strong .char6 {
  color: #5b8efd;
}
#livraison_ccm .contenu {
  margin-bottom: 50px;
}
#livraison_ccm p {
  font-weight: 400;
  line-height: 1.6em;
}
#livraison_ccm .composition .laptop-2, #livraison_ccm .composition .laptop-3 {
  text-align: center;
  width: 100%;
}
#livraison_ccm .composition .laptop-2 img, #livraison_ccm .composition .laptop-3 img {
  max-width: 100%;
}
#parledenous_ccm {
  background-color: #f2f4f5;
  padding: 50px 0 90px;
  margin-top: -120px;
}
#parledenous_ccm h2 {
  color: #000;
  font-size: 36px;
  font-weight: 300;
  line-height: 0.9em;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 32px;
}
#parledenous_ccm h2 strong {
  color: #ffffff;
  font-family: "Morro";
  font-size: 44px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
#parledenous_ccm h2 strong .char1, #parledenous_ccm h2 strong .char5, #parledenous_ccm h2 strong .char10 {
  color: #fbc561;
}
#parledenous_ccm h2 strong .char6, #parledenous_ccm h2 strong .char11, #parledenous_ccm h2 strong .char14 {
  color: #0a3eb1;
}
#parledenous_ccm h2 strong .char2, #parledenous_ccm h2 strong .char7, #parledenous_ccm h2 strong .char11 {
  color: #5b8efd;
}
#parledenous_ccm h2 strong .char3, #parledenous_ccm h2 strong .char9, #parledenous_ccm h2 strong .char13 {
  color: #f89382;
}
#parledenous_ccm .slick-slide p {
  font-size: 17px;
  font-weight: 400;
}
#parledenous_ccm .slick-slide div {
  text-align: center;
  color: #5b8efd;
  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.68px;
  line-height: 35px;
  text-transform: uppercase;
  margin-top: 37px;
  position: relative;
}
#parledenous_ccm .slick-slide div:before {
  content: "";
  position: absolute;
  max-width: 402px;
  width: 100%;
  height: 2px;
  background: #fff;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}
#parledenous_ccm .slick-slide div > span span {
  font-weight: 700;
}
#parledenous_ccm .ico_fleche_blanche_small {
  display: inline-block;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: white url(../img/ico/ico_fleche_bleue_small.svg) no-repeat center center;
  cursor: pointer;
}
#parledenous_ccm .ico_fleche_blanche_small.right {
  transform: rotate(180deg);
  right: 0;
}
#parledenous_ccm .ico_fleche_blanche_small:hover {
  background-color: #f89382;
}
#parledenous_ccm .slick-arrow {
  position: absolute;
  bottom: -40px;
  left: 0;
  z-index: 1;
}
#parledenous_ccm .slick-arrow.right {
  left: auto;
  right: 0px;
}
#services_ccm {
  background-color: #fbc561;
  padding: 46px 0;
}
#services_ccm h2 {
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 30px;
}
#services_ccm h2 strong {
  color: #5b8efd;
  font-weight: 700;
}
#services_ccm .bloc {
  background-color: #fff;
  padding: 12px;
  margin-bottom: 30px;
}
#services_ccm .bloc .img {
  text-align: center;
  height: 85px;
  margin-bottom: 2px;
}
#services_ccm .bloc .img img {
  max-width: 100%;
}
#services_ccm .bloc .text {
  text-align: center;
}
#services_ccm .bloc .text p {
  font-size: 22px;
  margin-bottom: 0;
}
#alors_ccm {
  padding-bottom: 50px;
}
#alors_ccm h2 {
  color: #000;
  font-size: 50px;
  font-weight: 300;
  line-height: 0.9em;
  margin-top: 60px;
  margin-bottom: 32px;
  position: relative;
}
#alors_ccm h2 strong {
  color: #ffffff;
  font-family: "Morro";
  font-size: 65px;
  font-weight: 400;
  display: inline-block;
  width: 100%;
  margin-bottom: 3px;
}
#alors_ccm h2 strong .char1, #alors_ccm h2 strong .char4 {
  color: #fbc561;
}
#alors_ccm h2 strong .char5 {
  color: #0a3eb1;
}
#alors_ccm h2 strong .char3 {
  color: #f89382;
}
#alors_ccm h2 strong .char2, #alors_ccm h2 strong .char7 {
  color: #5b8efd;
}
#alors_ccm h2:before {
  content: "";
  position: absolute;
  bottom: -45px;
  left: -35px;
  width: 275px;
  height: 275px;
  background: url("../img/ellipse.svg") no-repeat center center;
  z-index: -5;
}
#alors_ccm p {
  font-size: 23px;
  font-weight: 300;
  margin-bottom: 25px;
}
#alors_ccm .bouton {
  font-size: 16px;
}
#alors_ccm .image {
  height: 250px;
  margin-top: -50px;
  position: relative;
  z-index: -5;
}
#alors_ccm .image img {
  max-height: 100%;
}
#titre_contenu {
  text-align: center;
}
#titre_contenu .colorize_me {
  color: #0a3eb1;
}
#titre_contenu .colorize_me .char1, #titre_contenu .colorize_me .char5, #titre_contenu .colorize_me .char9, #titre_contenu .colorize_me .char13, #titre_contenu .colorize_me .char17, #titre_contenu .colorize_me .char20 {
  color: #fbc561;
}
#titre_contenu .colorize_me .char3, #titre_contenu .colorize_me .char7, #titre_contenu .colorize_me .char11, #titre_contenu .colorize_me .char15, #titre_contenu .colorize_me .char18, #titre_contenu .colorize_me .char21 {
  color: #f89382;
}
#titre_contenu .colorize_me .char4, #titre_contenu .colorize_me .char8, #titre_contenu .colorize_me .char12, #titre_contenu .colorize_me .char16, #titre_contenu .colorize_me .char19, #titre_contenu .colorize_me .char22 {
  color: #5b8efd;
}
#titre_contenu h1 {
  color: black;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 25px;
  text-transform: uppercase;
}
#titre_contenu h1 b {
  display: inline-block;
  width: 100%;
  font-size: 50px;
  font-family: "Morro";
  font-weight: 400;
  margin-bottom: 15px;
}
.fond_gris {
  background-color: #f2f4f5;
}
.fond_rose {
  background-color: #f89382;
}
body.page-template-default .contenu {
  padding: 20px 0;
}
body.page-template-default .contenu .titre_centre {
  text-align: center;
}
body.page-template-default .contenu .fond_blanc {
  padding: 29px 0;
}
body.page-template-default .contenu .fond_gris {
  padding: 29px 0;
}
body.page-template-default .contenu .fond_gris h3 {
  margin: 12px 0 30px;
}
body.page-template-default .contenu .contact_devis p.small {
  text-align: center;
  font-size: 14px;
}
body.page-template-default .contenu .contact_devis p.small a {
  font-size: 16px;
}
body.page-template-default .contenu .contact_devis p.dontworrybehappy {
  text-align: center;
  font-size: 15px;
  margin-bottom: 20px;
}
body.page-template-default .contenu .contact_devis .soustitre {
  color: #fbc561;
  font-size: 25px;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 21px;
}
body.page-template-default .contenu .contact_devis .soustitre_alt {
  color: #5b8efd;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  margin: 0 0 19px 0;
}
body.page-template-default .contenu .contact_devis .wpcf7-form .wpcf7-submit {
  border-radius: 27px;
}
body.page-template-default .contenu .contact_devis .wpcf7-form .wpcf7-form-control-wrap {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
body.page-template-default .contenu .contact_devis .wpcf7-form .wpcf7-form-control-wrap.fichiers {
  margin-bottom: 0;
}
body.page-template-default .contenu .contact_devis .wpcf7-form .wpcf7-text {
  border-radius: 25px;
}
body.page-template-default .contenu .contact_devis .wpcf7-form .wpcf7-textarea {
  border-radius: 15px;
  height: 150px;
}
body.page-template-default .contenu .contact_devis .intro_gauche {
  padding-left: 73px;
  position: relative;
}
body.page-template-default .contenu .contact_devis .intro_gauche:before {
  content: " ";
  background: transparent url(../img/coeur.svg) no-repeat 0 0;
  width: 51px;
  height: 44px;
  position: absolute;
  top: 26px;
  left: 0;
}
body.page-template-default .contenu .contact_devis ul li {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  padding-left: 35px;
  position: relative;
}
body.page-template-default .contenu .contact_devis ul li strong {
  color: #5b8efd;
  font-weight: 700;
}
body.page-template-default .contenu .contact_devis ul li a {
  color: black;
}
body.page-template-default .contenu .contact_devis ul li a:hover {
  color: #f89382;
}
body.page-template-default .contenu .contact_devis ul li i {
  color: #5b8efd;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.page-template-default .contenu .contact_devis ul li i.icon-ico_email {
  font-size: 18px;
}
body.page-template-default .contenu .contact_devis h2 {
  font-size: 25px;
  line-height: 107%;
  margin: 10px 0 30px;
}
body.page-template-default .contenu .contact_devis h2 strong {
  font-weight: 700;
}
body.page-template-default .contenu .contact_devis h3 {
  margin-bottom: 21px;
}
body.page-template-default .contenu .contact_devis h3 strong {
  font-size: 60px;
}
body.page-template-default .contenu .contact_devis p {
  font-size: 16px;
}
body.page-template-default .contenu .fond_rose {
  padding: 29px 0;
}
body.page-template-default .contenu .fond_rose a {
  text-decoration: none;
}
body.page-template-default .contenu .fond_rose a:hover {
  color: white;
}
body.page-template-default .contenu img {
  max-width: 100%;
  height: auto;
}
body.page-template-default .contenu h3 {
  text-transform: uppercase;
  color: #5b8efd;
  font-size: 25px;
  font-weight: 300;
  margin-bottom: 25px;
}
body.page-template-default .contenu h3 strong {
  display: inline-block;
  width: 100%;
  font-size: 67px;
  font-family: "Morro";
  text-transform: none;
}
body.page-template-default .contenu h3 strong .char1, body.page-template-default .contenu h3 strong .char4 {
  color: #fbc561;
}
body.page-template-default .contenu h3 strong .char2 {
  color: #5b8efd;
}
body.page-template-default .contenu h3 strong .char3 {
  color: #0a3eb1;
}
body.page-template-default .contenu h3 strong .char5 {
  color: #f89382;
}
body.page-template-default .contenu h4 {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 20px;
}
body.page-template-default .contenu h5 {
  color: #ffffff;
  font-family: "Morro";
  font-size: 67px;
  font-weight: 400;
  margin-bottom: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
  margin: 0 0 30px 0px;
  background-color: #46b450;
  color: white;
  padding: 20px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
  margin: 0 0 30px 0px;
  background-color: #ffb900;
  color: white;
  padding: 20px;
}
.g-partner {
  position: absolute;
  top: -3px;
  right: 20px;
  height: 75px;
}
.g-partner img {
  height: 100%;
}
.page-template-tpl-listeMaintenances {
  background: #F0F1F2 url(../img/Montagnes.svg) center bottom no-repeat;
}
.maintenance_section {
  background-color: #F0F1F2;
  font-size: 15px;
  font-family: sofia-pro, sans-serif;
}
.maintenance_section a {
  color: black;
}
.maintenance_section .container_search {
  display: flex;
  justify-content: center;
  color: black;
}
.maintenance_section .container_search .search {
  display: inline-flex;
  align-items: center;
  padding: 10px;
  border-radius: 30px;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 48px;
  margin-top: 50px;
  background-color: white;
}
.maintenance_section .container_search .search input#search {
  padding: 10px 10px 10px 25px;
  width: 500px;
  border-radius: 30px;
  margin-right: 10px;
}
.maintenance_section .container_search .search i {
  color: #000;
  padding-right: 20px;
}
.maintenance_section .container_table {
  display: flex;
  justify-content: center;
}
.maintenance_section .container_table .margin_all_table {
  margin: 0px 40px 40px;
}
.maintenance_section .container_table table {
  width: 100%;
  border-collapse: collapse;
}
.maintenance_section .container_table table thead tr th {
  color: black;
  cursor: pointer;
  font-weight: bold;
}
.maintenance_section .container_table table thead tr .th_left {
  text-align: start;
}
.maintenance_section .container_table table thead tr .th_center {
  text-align: center;
}
.maintenance_section .container_table table thead tr .fa-chevron-down {
  margin-left: 5px;
}
.maintenance_section .container_table table tbody {
  background-color: white;
}
.maintenance_section .container_table table tbody tr {
  border-bottom: 1px solid #E3E3E3;
}
.maintenance_section .container_table table tbody tr .button_vert {
  background-color: #B4F6DC;
  color: #019A5F;
  font-weight: bolder;
  padding: 7px 10px;
  border-radius: 30px;
}
.maintenance_section .container_table table tbody tr .button_orange {
  background-color: rgba(255, 136, 0, 0.178);
  color: #f80;
  font-weight: bolder;
  padding: 7px 10px;
  border-radius: 30px;
}
.maintenance_section .container_table table tbody tr .button_rouge {
  background-color: #F6B4B4;
  color: #9A0101;
  font-weight: bolder;
  padding: 7px 10px;
  border-radius: 30px;
}
.maintenance_section .container_table table tbody tr .tab_contact {
  width: 196px;
}
.maintenance_section .container_table table tbody tr td {
  color: black;
  text-align: center;
  padding: 20px 3px;
}
.maintenance_section .container_table table tbody tr td strong {
  font-weight: bold;
}
.maintenance_section .container_table table tbody tr td img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background-color: white;
  padding: 5px;
  border-radius: 30px;
  border: 1px solid #E3E3E3;
  margin-left: 4px;
}
.maintenance_section .container_table table tbody tr td img.bg_black {
  background-color: #000;
}
.maintenance_section .container_table table tbody tr td img.bg_gray {
  background-color: #707070;
}
.maintenance_section .container_table table tbody tr td img.bg_red {
  background-color: #b33c3c;
}
.maintenance_section .container_table table tbody tr td img.bg_blue {
  background-color: #2c93fa;
}
.maintenance_section .container_table table tbody tr td .fa-link {
  border: 1px solid black;
  padding: 7px 5px;
  border-radius: 30px;
}
.maintenance_section .container_table table tbody tr td .fa-check-maintenance {
  padding: 9px 9px;
  border-radius: 30px;
  background-color: #17DD91;
  color: white;
}
.maintenance_section .container_table table tbody tr td .fa-xmark-maintenance {
  padding: 9px 12px;
  border-radius: 30px;
  background-color: #FF4500;
  color: white;
}
.maintenance_section .container_table table tbody tr td .fa-minus-maintenance {
  padding: 9px 9px;
  border-radius: 30px;
  border: 1px solid #B9B9B9;
  color: #B9B9B9;
  background-color: white;
}
.maintenance_section .container_table table tbody tr td .client {
  width: 50px;
}
.maintenance_section .container_table table tbody tr td .textLeft {
  text-align: left;
  margin-left: 4px;
  width: 92px;
}
.maintenance_section .container_table table tbody tr td select {
  background-color: #E5E5E5;
  padding: 7px 10px;
  border-radius: 30px;
  color: #727171;
}
.maintenance_section .container_table table tbody tr td .check_absolute {
  position: absolute;
  top: -5px;
  left: -14px;
}
.maintenance_section .container_table table tbody tr td .check_absolute2 {
  position: absolute;
  top: -5px;
  left: -16px;
}
.maintenance_section .container_table table tbody tr td .check_absolute3 {
  position: absolute;
  top: -22px;
  left: -29px;
}
.maintenance_section .container_table table tbody tr td[data-field-selector="derniere_interaction"] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
}
.maintenance_section .container_table table tbody::before {
  content: "@";
  display: block;
  line-height: 18px;
  text-indent: -99999px;
  background-color: #F0F1F2;
}
.maintenance_section .container_table .tab_popup {
  width: 900px;
}
.maintenance_section .container_table .tab_popup thead tr th {
  width: 20%;
}
.maintenance_section .container_table .tab_popup tbody tr td {
  padding: 4px;
}
.maintenance_section:has(.interface_client) {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #0a3eb1;
  background-image: url(/wp-content/themes/decoupe2psd/sass/../img/Team.svg);
  background-size: 130%;
  background-repeat-y: no-repeat;
}
.maintenance_section:has(.interface_client) .interface_client {
  padding: 25px 15px;
  background: white;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  color: #000;
  position: relative;
  z-index: 1;
}
.maintenance_section:has(.interface_client) .interface_client .client {
  display: flex;
  flex-direction: column;
}
.maintenance_section:has(.interface_client) .interface_client .client .logoClient {
  max-height: 150px;
  display: flex;
  align-items: center;
}
.maintenance_section:has(.interface_client) .interface_client .client .logoClient img {
  max-width: 270px;
  padding: 0 15px;
  margin-left: -15px;
}
.maintenance_section:has(.interface_client) .interface_client .client .text_client {
  margin: 30px 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
.maintenance_section:has(.interface_client) .interface_client .client .text_client h1 {
  font-size: 35px;
}
.maintenance_section:has(.interface_client) .interface_client .container_table table thead tr .th_center {
  text-align: center;
  font-size: 12px;
  padding: 0 5px;
}
.maintenance_section:has(.interface_client) .interface_client .container_table table tbody {
  background: inherit;
}
.maintenance_section:has(.interface_client) .interface_client .container_table table tbody::before {
  content: none;
}
.maintenance_section:has(.interface_client) .interface_client .infos table thead {
  background-color: rgba(0, 0, 0, 0.23);
}
.maintenance_section:has(.interface_client) .interface_client .infos_maintenance {
  width: 100%;
  display: flex;
  justify-content: center;
}
.maintenance_section:has(.interface_client) .interface_client .infos_maintenance > * {
  display: flex;
  justify-content: center;
  background-color: #f8f8f8;
  padding: 10px;
  max-width: 800px;
  max-height: 500px;
  overflow: auto;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.maintenance_section:has(.interface_client) .interface_client .infos_maintenance:hover > * {
  position: inherit;
}
.maintenance_section:has(.interface_client) .interface_client .infos_maintenance .tab_popup thead tr th:first-child {
  width: 100px;
}
.maintenance_section:has(.interface_client) .interface_client .maintenance_table {
  line-height: 1.5;
}
.maintenance_section:has(.interface_client) .interface_client .maintenance_table td {
  padding: 8px 0 8px 5px;
  text-align: center;
}
.maintenance_section:has(.interface_client) .interface_client .maintenance_table:nth-child(even) {
  background-color: #e3e3e3;
}
.deconnection {
  background: #0a3eb1;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  text-transform: uppercase;
  z-index: 999;
}
.deconnection:hover {
  color: #8f0707;
}
.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
}
.slick-dots li {
  margin: 0 0.25rem;
  cursor: pointer;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: 2px solid #040a1b;
  border-radius: 100%;
  background-color: white;
  cursor: pointer;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #040a1b;
}
@media screen and (min-width: 768px) {
  .maintenance_section:has(.interface_client) {
    padding: 30px 0;
    overflow: hidden;
  }
  .maintenance_section:has(.interface_client) .interface_client {
    background: #f6f6f6;
    padding: 25px 25px;
    width: 75vw;
  }
  .maintenance_section:has(.interface_client) .interface_client .client {
    justify-content: space-between;
    margin: 0 55px 20px;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .text_client {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
    margin: 10px 0 20px;
  }
  .maintenance_section:has(.interface_client) .interface_client .container_table table thead tr .th_center {
    text-align: center;
    font-size: 16px;
    padding: 0 10px;
  }
  .maintenance_section:has(.interface_client) .interface_client .container_table .margin_all_table {
    margin: 0px 40px 20px;
  }
  .maintenance_section:has(.interface_client) .interface_client:before, .maintenance_section:has(.interface_client) .interface_client:after {
    content: "";
    height: 98%;
    position: absolute;
    width: 100%;
    z-index: -1;
  }
  .maintenance_section:has(.interface_client) .interface_client:before {
    background: #fafafa;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
    left: -5px;
    top: 4px;
    transform: rotate(-2.7deg);
    -webkit-transform: rotate(-2.7deg);
    -moz-transform: rotate(-2.7deg);
  }
  .maintenance_section:has(.interface_client) .interface_client:after {
    background: white;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    right: -3px;
    top: 1px;
    transform: rotate(1.4deg);
    -webkit-transform: rotate(1.4deg);
    -moz-transform: rotate(1.4deg);
  }
  .deconnection {
    background: white;
    color: black;
  }
  .slick-dots {
    bottom: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .maintenance_section:has(.interface_client) .interface_client {
    width: 50vw;
  }
  .maintenance_section:has(.interface_client) .interface_client .client {
    flex-direction: row;
    justify-content: center;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .logoClient {
    margin-left: 5%;
    height: 150px;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .logoClient img {
    max-width: 370px;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .text_client {
    margin-right: 5%;
    display: none;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .text_client h1 {
    font-size: 43px;
  }
}
@media screen and (min-width: 1600px) {
  .maintenance_section:has(.interface_client) .interface_client .client {
    justify-content: space-between;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .logoClient img {
    max-width: 330px;
  }
  .maintenance_section:has(.interface_client) .interface_client .client .text_client {
    display: block;
  }
}
.infos {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.infos .maintenance_infos, .infos .axeptio_infos, .infos .hebergement_infos, .infos .domaine_infos, .infos .email_infos, .infos .sauvegarde_distante {
  display: none;
}
.infos:hover .maintenance_infos, .infos:hover .axeptio_infos, .infos:hover .hebergement_infos, .infos:hover .domaine_infos, .infos:hover .email_infos, .infos:hover .sauvegarde_distante {
  display: flex;
  justify-content: center;
  position: absolute;
  background-color: #f8f8f8;
  padding: 10px;
  max-width: 800px;
  max-height: 500px;
  overflow: auto;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.1);
}
.infos table thead {
  background-color: rgba(0, 255, 0, 0.178);
}
.infos table tbody tr.intervention_type_maj {
  background-color: #e7ffc7;
}
.infos table tbody tr.intervention_type_correction {
  background-color: #ffe5b4;
}
.infos table tbody tr.intervention_type_ajouts {
  background-color: #b5dffc;
}
.infos table tbody tr.intervention_type_autres {
  background-color: #efc8ff;
}
.page-template-tpl-listeMaintenanceMathias .side_contact {
  display: none;
}
.page-template-tpl-listeMaintenanceMathias .ti-widget-container {
  display: none;
}
.display_flex {
  display: flex;
  justify-content: space-between;
}
.display_flex .maintenance_add {
  font-size: 15px;
  margin-left: 15px;
}
.display_flex .maintenance_add a {
  font-size: 16px;
}
.add {
  cursor: pointer;
  margin-left: 5px;
  font-weight: bold;
}
.popup_aside .popup_container {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.438);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 10;
  color: black;
}
.popup_container.active {
  display: flex;
}
.popup {
  height: 320px;
  width: 900px;
  border-radius: 10px;
  padding: 5px;
  background-color: #F0F1F2;
  animation: animationA 1s ease-in-out 0.5s backwards;
  border: 1px solid black;
}
.popup #button_send {
  padding: 10px 15px;
  background-color: #b3ff00;
  cursor: pointer;
  border-top-right-radius: 10px;
}
.popup #button_close {
  padding: 10px 15px;
  background-color: rgba(255, 0, 0, 0.534);
  cursor: pointer;
  border-top-left-radius: 10px;
}
.popup tbody td {
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
}
.popup tbody #dateToday, .popup tbody #typeinter, .popup tbody #time, .popup tbody #qui-select, .popup tbody #msg, .popup tbody #infos_complementaires {
  height: 200px;
  border: 1px solid black;
  margin-top: 10px;
}
.popup tbody input, .popup tbody select, .popup tbody textarea {
  padding: 0 3.5px;
  text-align: center;
}
@keyframes animationA {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.popupMessage {
  color: black;
  font-size: 24px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
}
.popupMessage .popupSucces {
  color: green;
}
.bloc_list_article {
  background: white;
  margin: 0 5px;
  margin-bottom: 50px;
  border-radius: 8px;
  padding-bottom: 15px;
  box-shadow: 0px 4px 12px 0px #a3a3a3;
  transition: all ease-in 0.3s;
}
.bloc_list_article:hover {
  scale: 1.05;
}
.bloc_list_article img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.bloc_list_article header, .bloc_list_article footer, .bloc_list_article div:not(.post-thumbnail) {
  padding: 0 16px;
}
.bloc_list_article .entry-header {
  padding-top: 10px;
}
.bloc_list_article .entry-title {
  font-size: 20px;
  margin-bottom: 5px;
}
.bloc_list_article .entry-title a {
  color: black;
  font-weight: 600;
  text-align: center;
}
.bloc_list_article .entry-content p, .bloc_list_article .entry-content a {
  color: black !important;
  font-size: 19px;
  line-height: 1.36;
  font-weight: 300;
}
.bloc_list_article .entry-footer {
  text-align: center;
}
.bloc_list_article.etude_de_cas {
  padding-bottom: 0;
  position: relative;
  height: 540px;
  background-color: #0a3eb1;
}
.bloc_list_article.etude_de_cas img {
  transition: all ease-in 0.3s;
  height: 100%;
  opacity: 0.72;
}
.bloc_list_article.etude_de_cas .entry-header {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bloc_list_article.etude_de_cas .entry-header .entry-title a {
  font-size: 40px;
  color: white;
  opacity: 700;
}
.bloc_list_article.etude_de_cas .entry-footer {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
}
.bloc_list_article.etude_de_cas:hover img {
  opacity: 0.42;
}
body.hfeed #titre_contenu, body.single #titre_contenu {
  margin-bottom: 25px;
}
body.hfeed .sidebar, body.single .sidebar {
  background-color: #f89382;
  border-radius: 15px;
  padding: 25px 20px;
  color: white;
  margin-bottom: 40px;
}
body.hfeed .sidebar h2, body.single .sidebar h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 30px;
}
body.hfeed .sidebar .content p, body.single .sidebar .content p {
  font-size: 18px;
  line-height: 1.66em;
  margin-bottom: 12px;
  padding-bottom: 20px;
  font-weight: 400;
}
body.hfeed .sidebar.bleu_clair, body.single .sidebar.bleu_clair {
  background-color: #5b8efd;
}
body.hfeed .sidebar.bleu_fonce, body.single .sidebar.bleu_fonce {
  background-color: #0a3eb1;
}
body.hfeed .sidebar.jaune, body.single .sidebar.jaune {
  background-color: #fbc561;
}
body.hfeed .sidebar.gris, body.single .sidebar.gris {
  background-color: #f2f4f5;
}
body.hfeed .sidebar.rose h2, body.single .sidebar.rose h2 {
  font-size: 26px;
}
body.hfeed .sidebar .hbspt-form span, body.single .sidebar .hbspt-form span {
  color: #fff !important;
}
body.hfeed .content_single.titre_articles, body.single .content_single.titre_articles {
  margin-top: 80px;
  border-top: 1px solid #d8d8d8;
  padding: 50px 0 50px;
}
body.hfeed .content_single.titre_articles h2, body.single .content_single.titre_articles h2 {
  text-align: center;
  margin-bottom: 0;
}
body.hfeed .content_single h2, body.single .content_single h2 {
  font-size: 38px;
  line-height: 1.166;
}
body.hfeed .content_single h3, body.single .content_single h3 {
  font-size: 24px;
  line-height: 1.333;
  margin-bottom: 15px;
}
body.hfeed .content_single h4, body.single .content_single h4 {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}
body.hfeed .content_single p, body.single .content_single p {
  font-size: 16px;
  line-height: 1.5;
}
body.hfeed .content_single p strong, body.single .content_single p strong {
  color: #000;
}
body.hfeed .content_single img, body.single .content_single img {
  max-width: 100%;
  margin: 0;
}
body.hfeed .content_single strong, body.single .content_single strong {
  font-weight: bold;
}
body.hfeed .content_single li, body.single .content_single li {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
  padding: 0 0 0 20px;
  margin-bottom: 20px;
}
body.hfeed .content_single li:has(a)::before, body.single .content_single li:has(a)::before {
  top: 60%;
  left: 0;
  transform: translateY(-50%);
  width: auto;
  height: auto;
  font-family: "Font Awesome 6 Pro";
  content: "";
  background-color: transparent;
  color: #001373;
  font-size: 14px;
  transition: all ease-in 0.3s;
}
body.hfeed .content_single li:has(a):hover::before, body.single .content_single li:has(a):hover::before {
  left: 5px;
}
body.hfeed .content_single li a, body.single .content_single li a {
  color: #001373;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
}
body.hfeed .content_single .citation, body.single .content_single .citation {
  background-color: rgba(251, 197, 97, 0.5);
  padding: 16px;
  padding-top: 70px;
  color: black;
  position: relative;
  border-radius: 15px;
}
body.hfeed .content_single .citation span, body.single .content_single .citation span {
  display: block;
  text-align: right;
  padding-top: 10px;
  font-weight: bold;
}
body.hfeed .content_single .citation::after, body.single .content_single .citation::after {
  content: "";
  background-image: url("../img/quotes_left.svg");
  width: 40px;
  height: 37px;
  left: 20px;
  top: 20px;
  position: absolute;
}
body.hfeed .content_single .info, body.single .content_single .info {
  display: flex;
  border-radius: 16px;
  background: #F5F6F9;
}
body.hfeed .content_single .info .colonne_gauche, body.single .content_single .info .colonne_gauche {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  font-size: 14px;
  line-height: 1.57;
  color: #fff;
  background-color: #5b8efd;
  min-width: 115px;
  position: relative;
}
body.hfeed .content_single .info .colonne_gauche .picto, body.single .content_single .info .colonne_gauche .picto {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  gap: 10px;
  text-align: center;
  flex-direction: column;
  font-weight: 600;
}
body.hfeed .content_single .info .colonne_gauche .picto::before, body.single .content_single .info .colonne_gauche .picto::before {
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
}
body.hfeed .content_single .info .contenu, body.single .content_single .info .contenu {
  padding: 24px;
}
body.hfeed .content_single .info.bon_a_savoir .colonne_gauche, body.single .content_single .info.bon_a_savoir .colonne_gauche {
  background-color: #16B579;
}
body.hfeed .content_single .info.bon_a_savoir .colonne_gauche .picto::before, body.single .content_single .info.bon_a_savoir .colonne_gauche .picto::before {
  background-image: url("../img/circle_info.svg");
}
body.hfeed .content_single .info.a_lire_aussi .colonne_gauche, body.single .content_single .info.a_lire_aussi .colonne_gauche {
  background-color: #0a3eb1;
}
body.hfeed .content_single .info.a_lire_aussi .colonne_gauche .picto::before, body.single .content_single .info.a_lire_aussi .colonne_gauche .picto::before {
  background-image: url("../img/circle_plus.svg");
}
body.hfeed .content_single .info.attention .colonne_gauche, body.single .content_single .info.attention .colonne_gauche {
  background-color: #f89382;
}
body.hfeed .content_single .info.attention .colonne_gauche .picto::before, body.single .content_single .info.attention .colonne_gauche .picto::before {
  background-image: url("../img/warning.svg");
}
body.hfeed .content_single .info.important .colonne_gauche, body.single .content_single .info.important .colonne_gauche {
  background-color: #fbc561;
}
body.hfeed .content_single .info.important .colonne_gauche .picto::before, body.single .content_single .info.important .colonne_gauche .picto::before {
  background-image: url("../img/circle_important.svg");
}
.blog .featured-article {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f5d116;
}
.blog .featured-article .article-image {
  flex: 1;
  margin-right: 20px;
}
.blog .featured-article .article-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.blog .featured-article .article-content {
  flex: 1;
  height: 390px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blog .featured-article h1 {
  font-size: 3em;
  margin-bottom: 10px;
  color: #000;
}
.blog .featured-article .read-more {
  display: inline-block;
  margin-top: 10px;
  color: #000;
  text-decoration: none;
}
.blog .featured-article .read-more:hover {
  color: #5b8efd;
  font-weight: 700;
}
.blog .articles-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}
.blog .article-card {
  padding: 15px;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.blog .article-card:hover {
  transform: translateY(-5px);
}
.blog .article-card:hover .card-content a {
  color: #5b8efd;
}
.blog .article-card .card-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 10px;
}
.blog .article-card .card-content h2 {
  font-size: 1.2em;
  margin: 0;
}
.blog .article-card .card-content a {
  text-decoration: none;
  color: #000;
}
.single-blog .entry-header {
  margin: 40px 0;
}
.single-blog .post-thumbnail {
  display: flex;
  justify-content: center;
}
.single-blog .entry-content h2 {
  margin: 40px 0 20px;
}
.single-blog .entry-content h3 {
  margin: 30px 0 15px;
}
.blog .wpcf7 label, .single .wpcf7 label {
  font-size: 14px;
  width: 130px;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.blog .wpcf7 input, .single .wpcf7 input {
  box-sizing: border-box;
  padding: 0 15px;
  margin-top: 5px;
  border: none;
  border-radius: 15px;
  min-height: 27px;
  max-height: 40px;
  background-color: #f5f8fa;
}
.blog .wpcf7 .wpcf7-submit, .single .wpcf7 .wpcf7-submit {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: all 0.15s linear;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
}
.blog .wpcf7 .wpcf7-submit:hover, .single .wpcf7 .wpcf7-submit:hover {
  background-color: #ff8f73;
}
.joinchat__header {
  position: relative;
}
.joinchat__header::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12%;
  transform: translateX(-50%);
  width: 40px;
  height: 40px;
  background-image: url("https://www.decoupe2psd.com/wp-content/uploads/2025/04/lionel.jpg");
  background-size: cover;
  background-position-y: center;
  border-radius: 50%;
}
.joinchat__header::after {
  content: "";
  position: absolute;
  top: 36px;
  left: 52px;
  transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background-image: url("../img/online-whatsapp.svg");
  background-size: cover;
  z-index: 9999;
}
.joinchat__header__text {
  margin-left: 40px;
  color: #fff;
}
.joinchat__box__scroll {
  background: url("../img/background-whatsapp.jpg");
  background-size: 50%;
}
@media (min-width: 500px) {
  .joinchat__header::before {
    top: 10px;
    left: 10%;
    width: 50px;
    height: 50px;
  }
  .joinchat__header::after {
    top: 46px;
    left: 57px;
    width: 10px;
    height: 10px;
  }
  .joinchat__header__text {
    margin-left: 55px;
  }
}
@media (max-width: 767px) {
  .card-columns {
    column-count: 2;
  }
  #etudes_cas .container {
    padding-right: 0;
    padding-left: 0;
  }
  #etudes_cas #etudes_cas_container {
    padding-right: 15px;
    padding-left: 15px;
  }
  body:not(.home) #header .anim1 {
    height: 90px;
  }
  body:not(.home) #header .anim2 {
    height: 90px;
  }
  .dde_devis {
    margin-top: 40px;
  }
  #alors_ccm {
    text-align: center;
  }
  .fond_rose img {
    max-width: 30% !important;
  }
  #axeptio_main_button {
    bottom: 60px !important;
  }
}
@media (min-width: 768px) {
  .contact_stuff .ouverture {
    padding-right: 110px;
  }
  body:not(.home) #header .anim1, body:not(.home) #header .anim2 {
    top: 110px;
  }
  body:not(.home) #header .anim2 {
    width: 43%;
  }
  body:not(.home) #header .logo_home {
    display: none;
  }
  body:not(.home) #header .logo_inner {
    display: inline-block;
  }
  body.page-template-default .contenu {
    padding: 50px 0;
  }
  body.page-template-default .contenu .fond_rose {
    border-radius: 0 0 240px 0;
  }
  body.page-template-default .contenu .contact_devis {
    padding-top: 30px;
  }
  body.page-template-default .contenu .contact_devis h2 {
    margin: 0 0 41px 0;
    font-size: 31px;
  }
  body.page-template-default .contenu .contact_devis ul {
    margin-bottom: 57px;
  }
  body.page-template-default #header .anim1 {
    height: 180px;
    width: 15px;
    z-index: 0;
  }
  body.page-template-default #header .anim2 {
    height: 180px;
    border-radius: 0 0 130px 0;
    width: 90%;
    z-index: -1;
  }
  #header .logo {
    margin-left: 0;
  }
  #header .container {
    position: relative;
    padding-top: 30px;
  }
  #header #burger_menu {
    position: absolute;
    right: 15px;
    margin: 0;
    top: 49px;
  }
  #header .anim2 {
    width: 50%;
  }
  #header .anim3 {
    top: 0;
    right: 0;
    width: 36%;
    height: 200px;
    background-color: #f2f4f5;
    position: absolute;
    z-index: -2;
  }
  #header.inner .fond_bleu_fonce {
    background-color: #032e8e;
    top: 0;
    right: 0;
    height: 140px;
    max-height: 100%;
    position: absolute;
    z-index: 0;
  }
  #header.inner .ouverture {
    background: transparent url(../img/ico/ico_tel.svg) no-repeat 0 center;
  }
  #header.inner .ouverture a, #header.inner .ouverture span {
    color: #fff;
  }
  #header.inner .ouverture a:hover {
    color: #f89382;
  }
  #menu_principal {
    text-align: center;
  }
  #menu_principal .menu-menu-principal-container > ul > li {
    padding-bottom: 34px;
  }
  #menu_principal .menu-menu-principal-container > ul > li.menu-item-has-children {
    padding-bottom: 0;
  }
  #menu_principal .menu-menu-principal-container > ul > li > a {
    font-size: 35px;
  }
  #menu_principal .sub-menu {
    justify-content: center;
    display: flex;
  }
  #menu_principal .sub-menu > li {
    padding-left: 0;
    padding-bottom: 35px;
  }
  #menu_principal .sub-menu > li > a {
    margin: 0 15px;
  }
  #menu_principal .sub-menu > li > a:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: -15px;
    right: 0;
    width: 0;
    height: 2px;
    background-color: white;
    transition: all ease 0.3s;
  }
  #menu_principal .sub-menu > li > a:hover:after {
    width: 100%;
  }
  #menu_principal .sub-menu > li.current_page_item > a:after, #menu_principal .sub-menu > li.current_page_ancestor > a:after {
    width: 100%;
  }
  #intro {
    padding-bottom: 50px;
  }
  #intro .bulles_animation {
    width: 140px;
    height: 140px;
    top: 270px;
  }
  #intro h1 {
    font-size: 61px;
  }
  #intro h2 {
    font-size: 45px;
  }
  #integrations .texte h1, #integrations .texte h2, #integrations .texte h3, #integrations .texte h4, #integrations .texte h5, #integrations .texte h6 {
    font-size: 33px;
    line-height: 1.5em;
    margin-bottom: 36px;
  }
  #integrations .texte p {
    font-size: 21px;
  }
  #clients .titre {
    font-size: 92px;
    line-height: 76px;
    margin-top: -75px;
    margin-bottom: 24px;
  }
  #clients .content {
    display: none;
  }
  #clients .bloc {
    margin: 0 20px;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #clients .bloc .image {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0);
  }
  #clients .bloc .titre_client {
    font-size: 33px;
    display: none;
  }
  #clients .bloc:hover .titre_client, #clients .bloc:hover .content {
    display: inline-block;
  }
  #qsn .titre {
    font-size: 120px;
  }
  #qsn .container {
    position: relative;
  }
  #qsn .container .anim1 {
    position: absolute;
    left: 0;
    top: -400px;
    width: 475px;
    height: 475px;
    background-color: #5b8efd;
    border-radius: 50%;
  }
  #qsn #qsn_top {
    background-image: url(../img/Team.svg);
    background-repeat: no-repeat;
    background-position: center calc(100% + 70px);
    padding-bottom: 321px;
  }
  #qsn #qsn_top .container {
    padding-top: 150px;
  }
  #qsn #qsn_bottom {
    padding: 60px 0 80px;
  }
  #qsn #qsn_bottom:after {
    top: -285px;
    width: 382px;
    height: 528px;
  }
  .contenu h2 {
    font-size: 33px;
    margin-bottom: 35px;
  }
  body.page-template-tpl-prestations .contenu h1 {
    font-size: 43px;
    margin-bottom: 41px;
  }
  body.page-template-tpl-prestations .contenu h1 strong {
    font-size: 48px;
  }
  body.page-template-tpl-prestations .contenu h3 {
    font-size: 76px;
  }
  #inclus_prix {
    padding: 76px 0 70px 0;
  }
  #inclus_prix .image {
    top: 57px;
    width: 90px;
  }
  #inclus_prix h4 {
    font-size: 74px;
    padding-left: 125px;
    background-size: auto;
    margin-bottom: 74px;
    background-position: 0px 57px;
  }
  #inclus_prix ul {
    column-count: 2;
  }
  #inclus_prix ul li {
    padding-left: 65px;
    background-size: auto;
    padding-bottom: 54px;
  }
  #confiance {
    padding: 61px 0;
  }
  #confiance .bonhomme:before {
    left: 95px;
    width: calc(175px / 2);
    height: calc(392px / 2);
    transform: translate(0, 0);
    top: -150px;
  }
  #confiance .titre_bleu {
    margin: 0;
  }
  #confiance .contenu {
    margin: 66px 0;
  }
  .dde_devis {
    margin: 0;
  }
  .dde_devis p span.focused:before {
    top: -50px;
  }
  #header_prestations {
    padding: 28px 0 0 0;
  }
  #intro_ccm h1 br {
    display: none;
  }
  #intro_ccm .composition {
    padding-bottom: 206px;
  }
  #intro_ccm .composition .nuage-1 {
    position: absolute;
    left: calc(50% + 137px);
    top: -88px;
  }
  #intro_ccm .composition .nuage-2 {
    position: absolute;
    right: calc(50% + 92px);
    top: -43px;
  }
  #intro_ccm .composition .file-love {
    width: 112px;
    top: -80px;
  }
  #reception_ccm h2 {
    margin-top: 100px;
  }
  #reception_ccm .contenu {
    text-align: center;
  }
  #reception_ccm .composition {
    margin-top: 86px;
  }
  #integration_ccm {
    padding: 150px 0;
  }
  #integration_ccm .contenu {
    text-align: center;
  }
  #integration_ccm .composition .haut-gauche {
    display: block;
    position: absolute;
    top: 45px;
    right: calc(50% - 140px);
  }
  #integration_ccm .composition .haut-droite {
    display: none;
  }
  #integration_ccm .composition .bas-gauche {
    display: none;
  }
  #integration_ccm .composition .bas-droite {
    display: block;
    position: absolute;
    bottom: 45px;
    left: calc(50% + 34px);
  }
  #livraison_ccm {
    padding: 86px 0;
  }
  #livraison_ccm .contenu {
    text-align: center;
  }
  #parledenous_ccm .slick-slide p {
    text-align: center;
  }
  #parledenous_ccm .slick-slide div {
    margin-top: 77px;
  }
  #services_ccm h2 {
    margin-bottom: 50px;
  }
  #services_ccm .bloc {
    width: 187px;
    height: 187px;
    margin: 0 auto 70px;
    padding: 30px 12px;
  }
  #services_ccm .bloc .text p {
    font-size: 25px;
  }
  #alors_ccm h2 strong {
    font-size: 95px;
  }
  #alors_ccm h2:before {
    bottom: -80px;
  }
  #alors_ccm p {
    font-size: 28px;
  }
  #alors_ccm .image {
    height: 450px;
    margin-top: -80px;
    z-index: 5;
  }
  #titre_contenu {
    height: 167px;
  }
  #titre_contenu .colorize_me {
    color: white;
  }
  #titre_contenu h1 {
    color: white;
  }
  #titre_contenu h1 b {
    font-size: 65px;
  }
  #details_prestations .liste_technologies li:nth-child(1) {
    margin-top: 100px;
  }
  #details_prestations .liste_technologies li:nth-child(3) {
    margin-top: 200px;
  }
  .g-partner {
    left: 215px;
    height: 100px;
  }
  body.hfeed #header .anim1, body.single #header .anim1 {
    height: 180px;
    width: 15px;
    z-index: 0;
  }
  body.hfeed #header .anim2, body.single #header .anim2 {
    height: 180px;
    border-radius: 0 0 130px 0;
    width: 90%;
    z-index: -1;
  }
  body.hfeed #header .anim3, body.single #header .anim3 {
    z-index: -3;
  }
}
@media (min-width: 1092px) {
  body:not(.home) #header .anim1, body:not(.home) #header .anim2 {
    top: 172px;
  }
  body:not(.home) #header .anim2 {
    width: 33%;
  }
  body.page-template-default #header .anim1, body.page-template-default #header .anim2 {
    height: 290px;
  }
  body.page-template-default #header .anim2 {
    width: 100% !important;
  }
  #header {
    height: 172px;
  }
  #header .anim1 {
    height: 640px;
    width: 20%;
    top: 172px;
  }
  #header .anim2 {
    height: 640px;
    width: 44%;
    top: 172px;
  }
  #header .anim3 {
    height: 445px;
    width: 38%;
  }
  #header .logo img {
    width: 191px;
  }
  body.home #header {
    height: auto;
  }
  body.home #header .anim1, body.home #header .anim2 {
    top: 0;
  }
  #intro {
    padding-bottom: 141px;
  }
  #intro .bulles_animation {
    left: 40px;
    width: 186px;
    height: 186px;
    top: 600px;
  }
  #intro h1 {
    margin: 23px 0 78px 0;
  }
  #menu_principal {
    padding-top: 36px;
  }
  #menu_principal .sub-menu {
    margin-top: 40px;
  }
  #menu_principal .sub-menu > li > a {
    margin: 0 37px;
  }
  #integrations {
    padding-top: 105px;
  }
  #integrations #liste_prestations {
    position: absolute;
    width: 720px;
    top: 28px;
    right: 0;
  }
  #integrations #liste_prestations .carre, #integrations #liste_prestations .dernier_carre {
    width: 240px;
  }
  #integrations .text-center {
    text-align: left;
  }
  #etudes_cas {
    margin: 180px 0 0 0;
  }
  #etudes_cas .fond_rose {
    position: absolute;
    content: " ";
    top: 0;
    right: 0;
    left: 50%;
    z-index: -1;
    bottom: 0;
  }
  #etudes_cas .titre_etude {
    font-size: 74px;
    line-height: 79px;
    margin-bottom: 49px;
  }
  #etudes_cas .titre {
    margin-bottom: 26px;
  }
  #etudes_cas .text-center {
    text-align: left;
  }
  #etudes_cas #etudes_cas_container {
    padding-top: 87px;
    padding-bottom: 24px;
  }
  #etudes_cas .anim1 {
    left: 15px;
    right: auto;
    transform: rotate(0);
    top: -45px;
  }
  #etudes_cas .anim2 {
    left: 75px;
    right: auto;
    top: 30px;
  }
  #etudes_cas .les_images_mobiles {
    top: 47px;
    margin: 0;
    position: absolute;
    right: 15px;
    width: 450px;
    padding: 0 80px;
  }
  #etudes_cas .slick-arrow {
    width: 51px;
    height: 51px;
  }
  #etudes_cas p {
    margin-bottom: 49px;
  }
  #clients {
    max-height: 555px;
    position: relative;
    z-index: 1;
    margin-top: 208px;
    /*
        .slick-active{
            margin-top: 100px;
        }
        .slick-active:nth-child(2){
            margin-top: 50px;
        }*/
  }
  #clients .bloc {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
  #clients .slick-arrow {
    width: 51px;
    height: 51px;
  }
  #clients .slick-list {
    margin-right: 60px;
    margin-left: 60px;
  }
  #clients .slick-current {
    padding-top: 165px;
  }
  #clients .slick-current + .slick-slide {
    padding-top: 75px;
  }
  #clients .slick-current + .slick-slide + .slick-slide {
    padding-top: 122px;
  }
  #footer #footer_top {
    height: 413px;
    padding-top: 68px;
  }
  #footer #footer_top .texte a.text {
    font-size: 32px;
  }
  #footer #footer_top .texte #logo_footer {
    margin-bottom: 68px;
  }
  #footer .tr_md {
    text-align: right;
  }
  #footer #footer_bottom .texte {
    text-align: left;
  }
  #details_prestations {
    margin: 148px 0 0 0;
    padding: 75px 0 70px 0;
  }
  #details_prestations .liste_technologies {
    margin-top: -162px;
  }
  #details_prestations .liste_technologies .card:nth-child(1) {
    margin-top: 60px;
  }
  #details_prestations .liste_technologies .card:nth-child(3) {
    margin-top: 90px;
  }
  #inclus_prix {
    border-radius: 0 0 260px 0;
  }
  #inclus_prix ul {
    margin: 0 120px;
  }
  .dde_devis {
    padding: 0 15px;
    margin-top: 8px;
  }
  body.page-template-tpl-prestations .contenu h1 strong {
    font-size: 88px;
  }
  #intro_ccm {
    padding: 82px 0 20px 0;
    border-bottom-right-radius: 155px;
  }
  #intro_ccm h1 {
    font-size: 50px;
  }
  #reception_ccm {
    padding-top: 150px;
    margin-top: -150px;
    padding-bottom: 240px;
  }
  #reception_ccm h2 {
    margin-top: 195px;
    margin-bottom: 69px;
    font-size: 46px;
  }
  #reception_ccm h2 strong {
    font-size: 67px;
  }
  #reception_ccm .contenu {
    max-width: 920px;
    margin: auto;
  }
  #reception_ccm p {
    line-height: 2.2em;
  }
  #integration_ccm {
    border-top-left-radius: 155px;
    margin-top: -171px;
    padding: 281px 0 249px;
  }
  #integration_ccm h2 {
    margin-bottom: 60px;
    font-size: 46px;
    margin-top: 0;
  }
  #integration_ccm h2 strong {
    font-size: 67px;
  }
  #integration_ccm .contenu {
    max-width: 920px;
    margin: auto;
  }
  #integration_ccm .composition .haut-gauche {
    display: block;
    position: absolute;
    top: 70px;
    right: 50%;
  }
  #integration_ccm .composition .haut-droite {
    display: block;
    position: absolute;
    top: 148px;
    left: calc(50% + 220px);
  }
  #integration_ccm .composition .bas-gauche {
    display: block;
    position: absolute;
    bottom: 91px;
    right: calc(50% + 15px);
  }
  #integration_ccm .composition .bas-droite {
    display: block;
    position: absolute;
    bottom: 160px;
    left: calc(50% + 190px);
  }
  #livraison_ccm h2 {
    margin-bottom: 78px;
    font-size: 46px;
    margin-top: 143px;
  }
  #livraison_ccm h2 strong {
    font-size: 67px;
  }
  #livraison_ccm .contenu {
    max-width: 920px;
    margin: 0 auto 116px;
  }
  #parledenous_ccm {
    padding: 188px 0 152px;
    border-bottom-right-radius: 155px;
    margin-top: -157px;
    position: relative;
    z-index: 5;
  }
  #parledenous_ccm h2 {
    margin-bottom: 109px;
    font-size: 46px;
    margin-top: 3px;
  }
  #parledenous_ccm h2 strong {
    font-size: 67px;
  }
  #parledenous_ccm .slick-arrow {
    width: 51px;
    height: 51px;
    bottom: unset;
    top: 58px;
  }
  #parledenous_ccm .slick-slide p {
    max-width: 920px;
    margin: auto;
    font-size: 21px;
  }
  #services_ccm {
    padding: 311px 0 102px;
    border-bottom-right-radius: 155px;
    margin-top: -206px;
  }
  #services_ccm h2 {
    font-size: 46px;
    margin-bottom: 81px;
  }
  #services_ccm .bloc .text p {
    font-size: 30px;
  }
  #alors_ccm {
    padding-bottom: 142px;
  }
  #alors_ccm h2 {
    margin-top: 101px;
    margin-bottom: 17px;
  }
  #alors_ccm h2 strong {
    font-size: 120px;
  }
  #alors_ccm h2:before {
    bottom: -95px;
    left: -65px;
    width: 475px;
    height: 475px;
  }
  #alors_ccm p {
    font-size: 46px;
    margin-bottom: 49px;
  }
  #alors_ccm .bouton {
    font-size: 18px;
  }
  #alors_ccm .image {
    height: 590px;
    margin-top: -93px;
    margin-left: 36px;
  }
  #titre_contenu {
    height: 247px;
    padding: 7px 0 0 0;
  }
  #titre_contenu h1 {
    font-size: 43px;
    line-height: 160%;
  }
  #titre_contenu h1 b {
    font-size: 80px;
  }
  body.page-template-default .contenu {
    margin-bottom: 53px;
  }
  body.page-template-default .contenu .fond_gris {
    padding: 88px 0 120px;
  }
  body.page-template-default .contenu .fond_rose {
    padding: 52px 0;
  }
  body.page-template-default .contenu .fond_rose h4 {
    margin-top: 89px;
    margin-bottom: 16px;
  }
  body.page-template-default .contenu .fond_rose h5 {
    margin-bottom: 20px;
    margin-top: 34px;
  }
  body.page-template-default .contenu .contact_devis ul {
    margin-bottom: 107px;
  }
  body.page-template-default .contenu .contact_devis ul li {
    font-size: 26px;
  }
  #confiance .bloc {
    height: auto;
  }
  .g-partner {
    left: 280px;
    height: 135px;
    right: unset;
  }
  body.hfeed #header .anim1, body.single #header .anim1 {
    height: 290px;
    width: 15px;
    z-index: 0;
  }
  body.hfeed #header .anim2, body.single #header .anim2 {
    width: 100% !important;
    height: 290px;
  }
}
@media (min-width: 1092px) and (min-height: 850px) {
  .menu-menu-principal-container > ul {
    padding-top: 80px;
  }
}
@media (min-width: 1400px) {
  body:not(.home) #header .anim2 {
    width: 37%;
  }
  #etudes_cas #etudes_cas_container {
    padding-bottom: 109px;
  }
  #etudes_cas .container {
    max-width: 1310px;
  }
  #inclus_prix ul li:nth-child(3) {
    background-image: none;
  }
  #confiance .bonhomme:before {
    width: 175px;
    height: 392px;
    left: -14px;
    top: -390px;
  }
  #confiance .bloc {
    margin-top: 59px;
  }
  #confiance .bloc.marge {
    margin-top: calc(59px + 89px);
  }
  #integration_ccm .composition .haut-gauche {
    display: block;
    position: absolute;
    top: 70px;
    right: calc(50% + 132px);
  }
  #integration_ccm .composition .haut-droite {
    display: block;
    position: absolute;
    top: 148px;
    left: calc(50% + 240px);
  }
  #integration_ccm .composition .bas-gauche {
    display: block;
    position: absolute;
    bottom: 77px;
    right: calc(50% + 133px);
  }
  #integration_ccm .composition .bas-droite {
    display: block;
    position: absolute;
    bottom: 146px;
    left: calc(50% + 312px);
  }
}
@media (min-width: 1300px) {
  #etudes_cas .les_images_mobiles {
    width: 620px;
    padding: 0;
  }
  #etudes_cas .les_images_mobiles .slick-current {
    margin-top: 167px;
  }
  #etudes_cas .les_images_mobiles .slick-arrow {
    top: 96px;
    left: 169px;
  }
  #etudes_cas .les_images_mobiles .slick-arrow.right {
    left: 240px;
  }
}
@media (min-width: 1600px) {
  #header .anim2 {
    border-radius: 0 0 440px 0;
  }
  #etudes_cas .anim1 {
    left: -100px;
    top: 53px;
  }
  #etudes_cas .anim2 {
    left: -40px;
    top: 120px;
  }
  #etudes_cas .les_images_mobiles {
    width: 807px;
  }
  #etudes_cas .les_images_mobiles .slick-arrow {
    left: 257px;
  }
  #etudes_cas .les_images_mobiles .slick-arrow.right {
    left: 328px;
  }
  .g-partner {
    left: 125px;
  }
}
@media (min-width: 1430px) {
  .g-partner {
    left: 365px;
  }
}
@media (min-width: 1600px) {
  .g-partner {
    left: 55px;
  }
}
@media (min-width: 1700px) {
  #integrations #liste_prestations {
    width: 960px;
  }
  body:not(.home) #header .anim2 {
    width: 40.5%;
  }
  #etudes_cas {
    margin: 66px 0 0 0;
  }
  #qsn #qsn_bottom:after {
    right: 200px;
  }
  .g-partner {
    left: 110px;
  }
}
