/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.3.6,
* Autoprefixer: v10.3.1
* Browsers: last 4 version
*/

/*
 Theme Name:  HELLIPSE
 Template:    Divi
*/

/* Theme customization starts here
------------------------------------------------------- */

/* FONTELLO ICONS */
@font-face {
  font-family: "hellipse-icons";
  font-style: normal;
  font-weight: normal;
  src: url("/wp-content/themes/divi-child/font/hellipse-icons.eot?37708260")
      format("embedded-opentype"),
    url("/wp-content/themes/divi-child/font/hellipse-icons.woff2?37708260")
      format("woff2"),
    url("/wp-content/themes/divi-child/font/hellipse-icons.woff?37708260")
      format("woff"),
    url("/wp-content/themes/divi-child/font/hellipse-icons.ttf?37708260")
      format("truetype"),
    url("/wp-content/themes/divi-child/font/hellipse-icons.svg?37708260#hellipse-icons")
      format("svg");
}
src: url('../font/fontello.eot?37708260');
  src: url('../font/fontello.eot?37708260#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?37708260') format('woff2'),
       url('../font/fontello.woff?37708260') format('woff'),
       url('../font/fontello.ttf?37708260') format('truetype'),
       url('../font/fontello.svg?37708260#fontello') format('svg');
[class^="icon-"]:before,
[class*=" icon-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: "hellipse-icons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1em;
  margin-left: 0;
  margin-right: 0.5em !important;
  speak: never;
  text-align: center;
  text-decoration: inherit;
  text-transform: none;
  width: 1em;
}
.icon-app:before {
  content: "\e800";
}
.icon-arrow:before {
  content: "\e801";
}
.icon-code:before {
  content: "\e802";
}
.icon-excel:before {
  content: "\e803";
}
.icon-eye:before {
  content: "\e804";
}
.icon-landscape:before {
  content: "\e805";
}
.icon-map:before {
  content: "\e806";
}
.icon-painting:before {
  content: "\e807";
}
.icon-running:before {
  content: "\e808";
}
.icon-team:before {
  content: "\e809";
}
.icon-tools:before {
  content: "\e80a";
}
.icon-book:before {
  content: "\e80b";
}
.icon-linkedin:before {
  content: "\e80c";
}
.icon-mail:before {
  content: "\e80d";
}
.icon-medium:before {
  content: "\e80e";
}
.icon-paperplane:before {
  content: "\e80f";
}
.icon-link:before {
  content: "\e810";
} /* '' */
.icon-rss:before {
  content: "\e811";
} /* '' */
.icon-twitter:before {
  content: "\f309";
} /* '' */
.icon-facebook:before {
  content: "\f30c";
} /* '' */
.icon-clock-alt:before { 
  content: '\e812'; 
} /* 'î ’' */

/* Blog Index page */
.blog h1 {
  text-align: left;
  margin: 20px 0 0;
}
.blog article h2 a {
  color: #21336B;
  font-weight: 500;
}
.blog article {
  color: #21336B;
}
.blog article p {
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 20px;
  font-size: 18px;
}
.blog .et_pb_post {
  margin: 0;
}
.blog article p.post-date {
  font-size: 10px;
  margin: 4px 0 0 10px;
  color: #21336B;
}
.blog #pre-content {
  padding: 5vh;
  background: #fafafa;
}
.blog #pre-content .search-form {
  display: flex;
  justify-content: center;
}
.blog #pre-content .search-form .search-field {
  border-radius: 180px;
  padding: 10px 5px;
  width: 420px;
}
.blog #pre-content .search-form .search-submit {
  background: red;
}
.blog #filter-list {
  display: flex;
  flex-wrap: wrap;
}
.post-tag-list li {
  background: rgba(241, 224, 255, 0.25);
  border-radius: 100px;
  display: flex;
  height: auto;
  justify-content: center;
  margin: 5px;
  padding: 3px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'roc-grotesk-wide';
  font-weight: 300;
}
.blog #filter-list li a, .blog .blog-list article .post-tag-list li a {
  color: #21336b;
  margin: auto 5px;
}
.post-tag-list li:before {
  background: rgba(241, 224, 255, 1);
  border-radius: 100%;
  content: "";
  height: 17px;
  margin: auto 5px auto 0;
  width: 17px;
}
.blog #main-content, .archives #main-content, .single-post #main-content {
  background: -webkit-linear-gradient( top, #fafafa, #fafafa 35%, #ffffff 35%, #ffffff );
  max-width: 1600px;
  margin: auto;
}
.blog #main-content.blog-list .container::before {
  width: 0;
}
.blog .container {
  width: 100%;
}
.blog .blog-list article {
  background: none;
  height: 100%;
  display: block;
  padding: 40px 0;
  width: 100%;
  padding-right: 10%;
  padding-left: 10%;
  border-bottom: 1px solid #dadada;
}
.blog .blog-list #content-area {
  align-content: center;
  display: grid;
  /*grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 400px);*/
  grid-template-columns: none;
  grid-template-rows: none;
  gap: 25px 25px;
  justify-content: center;
}
.blog .blog-list article img {
  max-width: 100%;
}
.blog .blog-list article .post-meta {
  display: flex;
}
.post-tag-list {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 20px 0;
}
.blog .blog-list article .post-ttr {
  font-weight: bold;
  margin-right: 1em;
}
.blog article:nth-child(1) .excerpt-content {
  padding: 50px 50px 20px;
}
.blog #content-area article:nth-child(1) {
  align-self: center;
  grid-column: span 2;
  grid-row: 1;
  justify-self: center;
  background: #fafafa;
  color: #21336B;
  padding: 0;
}
.blog #content-area article {
  align-self: center;
  justify-self: center;
}
.blog .pagination {
  grid-column: span 2;
  text-align: right;
  padding: 10px 20px 0 0;
}
.blog .page-numbers.current {
  background: #21336B;
  border-radius: 100%;
  padding: 5px 14px 0 0;
  height: 32px;
  width: 32px;
  display: inline-block;
  color: white;
}
.blog .page-numbers {
  margin: 0 8px;
  color: #21336B;
  font-size: 16px;
  padding: 8px;
}
.blog a.next.page-numbers, .blog a.prev.page-numbers {
  visibility: hidden;
}
.blog a.next.page-numbers:before, .blog a.prev.page-numbers:after {
  content: "\e801";
  font-family: 'hellipse-icons';
  display: inline-block;
  visibility: initial;
}
.blog a.prev.page-numbers:after {
  transform: rotate(180deg);
}
.blog article:nth-child(1) .excerpt-content {
  padding: 0px 50px 20px;
}
.blog #menu-padding.reduce-menu-padding {
  background-color: #fff !important;
}
.blog .mobile_menu_bar::before {
  background-color: #21336B;
}
.blog .container, .single-post .container{
  width: auto;
  max-width: 1600px;
}
/* SINGLE POST - GLOBAL */
body.custom-background.single-post, body.custom-background.blog {
  background-color: #ffffff;
}
.single-post article * {
  color: #21336b;
}
.single-post #menu-principal li {
  display: inline-block;
}
.single-post .reduce-menu-padding #menu-principal {
  padding: 0;
}
.single-post article h1,
article h2,
article h3 {
  font-family: roc-grotesk-wide, sans-serif;
}
.single-post article h2 {
  font-size: 1.6rem;
  margin: 42px 0 20px;
}
.single-post article p {
  font-size: 1rem;
  padding: 0;
}
.single-post article .entry-content p:first-child {
  font-weight: bold;
}
.single-post article hr {
  width: 20%;
  margin: 0 0 30px;
}
.single-post .featured-img {
  margin: 40px 0;
}
.single-post .featured-img-label,
figcaption {
  font-size: 12px;
  font-weight: lighter;
  line-height: 150%;
  display: block;
}

/* SINGLE POST - BREADCRUMB */
#breadcrumb {
  font-family: roc-grotesk-wide;
  margin: 30px 0 20px;
  font-size: 14px;
}
#breadcrumb * {
  color: #21336b;
  font-weight: 500;
}

/* SINGLE POST - META */
.single-post .reading-time, .blog .reading-time {
  color: #21336b;
  font-family: "roc-grotesk-wide";
}
.single-post .published {
  color: #21336b;
  font-size: 10px;
  font-weight: 100;
  margin: 0 5px;
}

/* SINGLE POST - SHARE ICONS */
.single-post article .share-button-wrapper {
  display: block;
  width: 65%;
  float: left;
  margin: 20px 0 25px 35%;
}
.single-post article .share-button-wrapper a:not(:last-child) {
  margin: 0 4px;
}
.single-post [class*="social-icons"] {
  background: #ffcdc6;
  border-radius: 50%;
  height: 32px;
  width: 32px;
  display: block;
  float: left;
  color: #21336b;
  font-size: 18px;
  position: relative;
}
.single-post [class*="social-icons"]:before {
  margin: 0 !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.single-post .social-icons-rss {
  background: #b4e965;
}

/* SINGLE POST - AUTHOR BLOC */
.single-post .author-bloc {
  width: auto;
  height: auto;
  background: rgba(255, 205, 198, 0.25);
  padding: 18px 20px 22px;
  border-radius: 13px;
  margin: 40px 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.single-post .author-bloc img.avatar {
  width: 70px;
  height: 70px;
  float: left;
  display: block;
}
.single-post .author-bloc .author-meta {
  float: left;
  width: 85%;
  padding: 0 10px;
  color: #21336b;
}
.single-post .author-bloc span.author-name {
  display: block;
  font-size: 14px;
  font-family: "roc-grotesk-wide";
}
.single-post .author-bloc span.author-expertise {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  margin: -3px 0px;
}
.single-post .author-bloc .linkedinLink {
  margin: auto;
}

/* SINGLE POST - COMMENTS */
.single-post #comment-wrap {
  margin-bottom: 50px;
}
.single-post #comment-wrap {
  padding-top: 0px;
}
.single-post #comment-wrap * {
  color: #21336b;
}
.single-post #comment-wrap h3 {
  font-family: "roc-grotesk-wide";
  font-size: 24px;
}
.single-post .comment-content{
  font-weight: 300;
}
.single-post .comment #respond{
  margin: 0;
  padding: 30px 75px;
}
.single-post #comment-wrap #commentform textarea,
section#comment-wrap #commentform input:not([type="submit"]) {
  background: none;
  border: 2px solid #21336b;
  border-radius: 6px;
  padding: 20px;
  font-weight: 400;
  color: #21336b;
}
.single-post #comment-wrap #commentform input#submit {
  background-color: #fff4bd;
  position: relative;
  border-radius: 32px;
  overflow: hidden;
  border-color: RGBA(0, 0, 0, 0);
  padding: 12px 20px 12px 40px;
  -webkit-transition: background-color 300ms ease 0ms,
    background-image 300ms ease 0ms;
  -o-transition: background-color 300ms ease 0ms,
    background-image 300ms ease 0ms;
  transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
  font-family: roc-grotesk-wide;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
}
.single-post #comment-wrap #commentform p.form-submit:before {
  content: "\e80f";
  font-family: "hellipse-icons";
  position: absolute;
  z-index: 1;
  top: 13px;
  margin-left: 16px;
  font-size: 16px;
}
.single-post #comment-wrap #commentform p.form-submit {
  position: relative;
}
.single-post #comment-wrap h1 {
  margin: 0 0 30px 0;
  font-size: 20px;
}
.single-post #comment-wrap article {
  padding: 0;
  margin-bottom: 0;
  margin: 0 0 20px;
}
.single-post #comment-wrap img {
  display: none;
}
.single-post #comment-wrap .comment_postinfo .fn {
  display: block;
  font-family: "roc-grotesk-wide";
  font-size: 16px;
}
.single-post #comment-wrap li.comment {
  background-color: #fafafa;
  padding: 20px 20px 5px;
  margin: 0 0 13px 0;
}
.single-post #comment-wrap ul.children li {
  margin: 0;
  padding: 0;
}
.single-post #comment-wrap ul.children li article {
  border-left: 1px solid #21336b;
  margin-left: -25px;
  padding-left: 25px !important;
}
.single-post #comment-wrap .reply-container {
  margin: 25px 0;
  display: block;
  float: none;
  text-align: right;
}
.single-post #comment-wrap .reply-container a {
  border: none;
  text-transform: uppercase;
  font-family: "roc-grotesk-wide";
  font-size: 14px;
  background: none;
  display: block;
  padding: 0;
  bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  top: 0 !important;
  float: none;
}
.single-post #comment-wrap .reply-container a:after {
  content: none;
}
.single-post p.comment-form-url {
  display: none;
}

/* SINGLE-POST - RELATED POSTS */
.single-post .related-posts li {
  list-style: none;
}
.single-post .related-posts li.related-post {
  display: block;
  padding: 20px 0;
  width: 100%;
}
.single-post .related-posts li.related-post:before {
  content: "";
  border-top: 1px solid #dadada;
  width: 140%;
  display: block;
  margin: 0 0 42px -20%;
}
.single-post .entry-content .related-posts ul {
  padding: 0;
}
.single-post .related-posts li.related-post .excerpt {
  font-size: 16px;
  line-height: 23px;
}
.single-post .related-posts a.btn.icon-arrow, .blog a.btn.icon-arrow {
  background-color: #aaf8ff;
  border-radius: 60px;
  padding: 12px 20px 8px;
  font-family: roc-grotesk-wide;
  display: inline-block;
  margin: 18px 0;
  font-weight: 500;
  color: inherit;
}
.single-post .related-posts a.btn.icon-arrow:before {
  content: "\e801";
  font-size: 28px;
  vertical-align: middle;
}
.post-tag-list li.code{
  background: rgba(255, 205, 198, 0.25);
}
.post-tag-list li.code:before {
  background: #ffcdc6;
}
.post-tag-list li.design {
  background: rgba(241, 224, 255, 0.25);
}
.post-tag-list li.design:before {
  background: #f1e0ff;
}
.post-tag-list li.eco-conception {
  background: rgba(255, 244, 189, 0.25);
}
.post-tag-list li.eco-conception:before {
  background: #fff4bd;
}
.post-tag-list li.agilite, .post-tag-list li.opalite {
  background: rgba(170, 248, 255, 0.25);
}
.post-tag-list li.agilite:before, .post-tag-list li.opalite:before {
  background: rgba(170, 248, 255, 1);
}
.single-post .related-posts ul.post-tag-list {
  display: inline-block;
  margin: 10px 0 20px 0;
}
.single-post .related-posts ul.post-tag-list li {
  display: inline-block;
  margin: 3px 0px;
}
/* Related post article plugin bug hack */
.single-post li.category {
  display: none;
}

/* SINGLE POST - HEADER */
body.single-post #main-content .container {
  padding-top: 100px;
}
.single-post #menu-padding.reduce-menu-padding {
  background-color: #ffffff !important;
}
.single-post header #menu-padding.mobile-background {
  background-color: #fff !important;
}
.single-post #wtr-progress.top.shown {
  top: 0 !important;
}
.single-post #wtr-progress {
  z-index: 1;
}
.single-post .mobile_menu_bar::before {
  background: #21336b;
}
/*** RESPONSIVE MEDIA QUERIES ***/
/* Responsive Styles Large Desktop And Below */
@media all and (max-width: 1600px) {
  .owl-item .sa_hover_container {
    margin-bottom: -15rem !important;
    padding-bottom: 25rem !important;
  }
}
/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1600px) {
  .featured-img img {
    margin: 0 0 0 -150px !important;
    max-width: 100% !important;
  }
}
/* Responsive Styles Large Desktop And Above */
@media all and (min-width: 1405px) {
  .typeform-widget {
    width: 50vw;
  }
}
/* Responsive Styles Larger than 1200 */
@media all and (min-width: 1200px) {
  body.single-post #main-content .container {
    padding: 200px 150px !important;
  }
  .single-post .related-posts li.related-post {
    background: #fafafa;
    padding: 40px 40px 20px !important;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 35%;
    flex: 1 0 35%;
    margin: 10px;
  }
  .single-post .related-posts li.related-post:before {
    content: none;
  }
  .single-post .related-posts ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
/* Responsive Styles Standard Desktop Only */
@media all and (min-width: 980px) and (max-width: 1405px) {
  #section-contactblog h2 {
    font-size: 4rem;
  }
  #section-contactblog .text-contact {
    padding-right: 10vw !important;
  }
  #section-contactblog .text-blog {
    padding-right: 0vw !important;
  }
}
/* Responsive Styles Standard Desktop And Below */
@media all and (max-width: 1200px) {
  #home_slider.sa_owl_theme .carousel-text-container {
    width: 100%;
  }
  #home_slider.sa_owl_theme .carousel-image-container {
    margin: 0 10%;
    width: 60%;
  }
  #home_slider.sa_owl_theme .owl-nav .owl-next {
    right: 50px;
  }
  #home_slider.sa_owl_theme .owl-nav .owl-prev {
    left: 20px;
  }
  .slider-hellipsiens {
    -ms-grid-columns: (33%) [10];
    grid-template-columns: repeat(10, 33%);
  }
  .mission .mockup.mockup-active img {
    height: 425px !important;
    margin: 0 !important;
    max-width: 425px !important;
    width: 425px !important;
  }
  .mission .mockup img {
    height: 325px !important;
    margin: 50px 0 !important;
    max-width: 325px !important;
    width: 325px !important;
  }
  #section-missions .mission-row {
    padding-right: 8vw !important;
  }
  .slider-missions {
    -moz-column-gap: 100px !important;
    -webkit-column-gap: 100px !important;
    column-gap: 100px !important;
  }
  .mission-row h3 {
    font-size: 1.5rem !important;
  }
}
/* Responsive Styles Larger than tablet */
@media all and (min-width: 980px) {
  body.single-post #main-content .container {
    padding: 200px 80px;
  }
  .single-post #et-main-area {
    padding: 0 10%;
  }
  .single-post #main-content {
    background: -webkit-linear-gradient(
      top,
      #fafafa,
      #fafafa 20%,
      #ffffff 20%,
      #ffffff
    );
  }
  .single-post .author-bloc {
    max-width: 50%;
  }
  .single-post .featured-bloc hr {
    display: none;
  }
  .featured-img img {
    margin: 0 0 0 -40%;
    max-height: 600px;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 120%;
  }
  .single-post article .share-button-wrapper {
    float: right;
    width: auto;
    margin: 20px;
    text-align: center;
  }
  .single-post article .share-button-list {
    width: 35px;
    display: inline-block;
  }
  .single-post article .share-button-wrapper a {
    margin: 5px 0 !important;
  }
  .single-post #wtr-progress.top.shown {
    top: 61px !important;
  }
  .blog article:nth-child(1) .entry-featured-image-url {
    display: block;
    position: relative;
    margin-bottom: 0;
    height: 100%;
    width: 50%;
    float: left;
    margin-right: 80px;
  }
  .blog #content-area article:nth-child(1) img {
    height: 100%;
    padding: 0;
    margin-bottom: 0;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
  }
  .blog article:nth-child(1) .excerpt-content {
    padding: 50px 50px 20px;
  }
  .blog #main-content, .archives #main-content {
    background: #fff;
  }
  .blog .blog-list article:not(:first-child){
    padding: 60px 10% 30px;
  }
  .blog #pre-content {
    margin-top: 13vh;
  }
  .blog h1 {
    text-align: center;
    margin: 20px;
}
}
/* Responsive Styles Tablet And Below */
@media all and (max-width: 980px) {
  .owl-item .sa_hover_container {
    margin-bottom: -8rem !important;
    padding-bottom: 12rem !important;
  }
  .home .carousel-text-container h3 {
    font-size: 2.125rem;
  }
  .home .carousel-text-container p {
    font-size: 1rem;
  }
  #home_slider.sa_owl_theme .carousel-image-container {
    margin: -25px 0 0 -40px;
    width: 100%;
  }
  ul.vslider {
    -webkit-animation: vslider-tb infinite 6s cubic-bezier(0.83, 0, 0.17, 1);
    animation: vslider-tb infinite 6s cubic-bezier(0.83, 0, 0.17, 1);
    font-family: roc-grotesk-wide, sans-serif;
    padding-left: 0;
  }
  .mission .mockup.mockup-active img {
    height: 250px !important;
    margin: 0 !important;
    max-width: 250px !important;
    width: 250px !important;
  }
  .mission .mockup img {
    height: 200px !important;
    margin: 33px 0 !important;
    max-width: 200px !important;
    width: 200px !important;
  }
  .slider-missions {
    -moz-column-gap: 40px !important;
    -webkit-column-gap: 40px !important;
    column-gap: 40px !important;
    padding-left: 10vw !important;
  }
  .mission-row img {
    float: left;
    margin-right: 10px !important;
    max-width: 100px;
  }
  .mission-row .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .mission-active-mockup:after {
    content: "";
    height: 0;
    left: calc(50% - 20px);
    opacity: 0;
    position: absolute;
    width: 0;
    z-index: 9;
    bottom: -20px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid white;
  }
  .mission-hellipsien {
    margin-top: 4%;
  }
  .single-post #wtr-progress {
    z-index: 99999;
  }
  .blog article p {
    font-size: 16px;
  }
}
/* Responsive Styles Tablet Only */
@media all and (min-width: 768px) and (max-width: 980px) {
  body.single-post #main-content .container {
    padding: 100px;
  }
}
/* Responsive Styles > 768 */
@media all and (min-width: 768px) {
  .blog .blog-list article {
    border-bottom: none;
    background: #fafafa;
  }
}
/* Responsive Styles Smartphone Only */
@media all and (max-width: 767px) {
  body.single-post #main-content .container {
    padding: 100px 50px;
  }
  .et-pb-slider-arrows a {
    margin-left: 4vw;
    margin-right: 4vw;
    top: 50%;
  }
  .et-pb-arrow-prev {
    display: none;
  }
  #footer-icons .footer-icon {
    margin-left: 0px !important;
    margin-right: 58px !important;
  }
  ul.vslider {
    -webkit-animation: vslider-sm infinite 6s cubic-bezier(0.83, 0, 0.17, 1);
    animation: vslider-sm infinite 6s cubic-bezier(0.83, 0, 0.17, 1);
    font-family: roc-grotesk-wide, sans-serif;
    padding-left: 0;
  }
  .slider-hellipsiens {
    -ms-grid-columns: (80%) [10];
    grid-template-columns: repeat(10, 80%);
  }
  .mission-row img {
    float: left;
    margin-right: 10px !important;
    max-width: 60px;
  }
  .mission-hellipsien {
    margin-top: 3%;
  }
  /* https://css-tricks.com/line-clampin/#the-hide-overflow-place-ellipsis-pure-css-way */
  .truncate-overflow {
    --lh: 1.7rem;
    line-height: var(--lh);
  }
  .truncate-overflow p {
    --max-lines: 5;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    position: relative;
  }
  .truncate-overflow p::before {
    /* "bottom" */
    inset-inline-end: 0;
    content: "";
    inset-block-end: 0;
    position: absolute;
  }
  .truncate-overflow p::after {
    /* "right" */
    width: 1rem;
    content: "";
    height: 1rem;
    inset-inline-end: 0;
    position: absolute;
  }
  .fit-content {
    font-size: 1rem;
    margin: 3px !important;
  }
  #home_slider .owl-dots {
    display: block !important;
  }
  #home_slider.sa_owl_theme .owl-nav button {
    display: none;
  }
  .blog #content-area article {
    grid-column: span 2;
  }
}
/* Responsive Styles larger than smarphone Portrait */
@media all and (min-width: 479px) {
}
/* Responsive Styles Smartphone Portrait */
@media all and (max-width: 479px) {
  .mission .mockup.mockup-active img {
    height: 175px !important;
    max-width: 175px !important;
    width: 175px !important;
  }
  .mission .mockup img {
    height: 150px !important;
    margin: 30px 0 !important;
    max-width: 150px !important;
    padding: 10px !important;
    width: 150px !important;
  }
  .single-post .author-bloc img.avatar {
    display: none;
  }
  .blog h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
/* Specific Screen Styles */
@media (min-height: 1600px) {
  .line-objectifs {
    top: 13vh !important;
  }
  .line-header-top {
    top: -15vh !important;
  }
}
@media (max-height: 1024px) and (max-width: 980px) {
  .line-header-top {
    top: -35vh !important;
  }
}
