/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

body {
  padding-top: 90px;
}
body .header {
    position: fixed;
    top: 0;
    z-index: 10;
    width: 100%;
}

body.sticky .header {
  -webkit-box-shadow: 0 0 5px 1px rgba(38,50,56,.4);
  box-shadow: 0 0 5px 1px rgba(38,50,56,.4);
  background-color: #fff;
}

body .hs_cos_wrapper_type_module {
  max-width: 1300px;
  margin: auto;
}

body .dnd-section, body .content-wrapper--blog-index, body .content-wrapper--blog-post {
  padding: 0px;
}

body .dnd-section > .row-fluid {
  max-width: none;
}

body .dnd-section .dnd-column {
  padding-left: 0px;
  padding-right: 0px;
}

/**/
body .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  // max-width: 1360px;
  margin: 0 auto;
}

body .header__container {
  width: 100%;
}

body .header__menu {
  width: 100%;
  text-align: center;
}

.custom-breadcrumb {
  max-width: 1364px;
  width: 95%;
  margin: 0 auto;
  opacity: .4;
  color: #2761f6;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
  padding: 0 0 30px;
}

.custom-breadcrumb a {
  color: #2761f6;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
}
.custom-breadcrumb li {
  color: #2761f6;
  font-family: 'Poppins';
  font-size: 12px;
  font-weight: 400;
}

.header .submenu.level-1>li {
  margin-right: 25px;
}

.header .navigation-primary .menu-item a {
  color: #0062ff;
  font-size: 16px;
  font-weight: 400;
}

.header .navigation-primary .menu-item a:hover, .navigation-primary .menu-item a:focus {
  position: relative;
}

.header .navigation-primary .menu-item a:hover:after, .navigation-primary .menu-item a:focus:after {
  position: absolute;
  bottom; 0px;
  left: 0px;
  right: 0px;
  height: 4px;
  background-color: #0062ff;
}

body .navigation-primary .menu-item a:hover, body .navigation-primary .menu-item a:focus {
    color: #fc7157;
    font-size: 16px;
    font-weight: 400;
}

body button, body .button {
  color: #fff;
  -webkit-box-shadow: 4px 4px 0 #2761f6;
  box-shadow: 4px 4px 0 #2761f6;
  border: 1px solid #2761f6;
  background-color: #fc7157;
  border-radius: 0px;
  margin: 20px;
}

body button:hover, body button:focus, body .button:hover, body .button:focus, body button:active, body .button:active {
  color: #263238;
  -webkit-box-shadow: 4px 4px 0 #2761f6;
  box-shadow: 4px 4px 0 #2761f6;
  border: 1px solid #2761f6;
  background-color: #fc7157;
  border-radius: 0px;
  margin: 20px;
}

.custom-breadcrumb ul {
  margin: 0px;
  padding-left: 0px;
}

.custom-breadcrumb li {
  margin: 0px;
  list-style: none;
  display: inline-block;
}

body h1 {
  text-align: center;
  font-weight: 600;
}

body h1:not(.blog-post__title) {
  margin: 80px auto 250px;
}

body .blog-post__body a, body .blog-post__body h3 {
  font-family: 'Poppins';
  font-weight: bold;
  color: #0062ff;
  font-size: 14px;
}

body .post-body h2, .related-post__title a, .blog-related-posts__list h3 {
  color: #263238;
  font-family: 'Poppins';
  font-size: 17px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}

body .blog-tag-filter__drop-down {
  display: none;
}

body .blog-tag-filter:after {
  content: none;
}

body .blog-tag-filter {
  display: flex;
  flex-wrap: wrap;
  width: auto;
  justify-content: center;
  margin: -230px auto 0;
  overflow: auto;
  max-width: 980px;
  justify-content: space-between;
}

body .blog-tag-filter .tags {
  color: #263238;
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  
  margin: 0 5px;
  padding: 5px 10px;
}

.blog-tag-filter .tags.active {
  color: #ffffff;
  font-family: 'Poppins';
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  background-color: #fc7157;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dnd_area-row-1-background-image {
  padding: 80px 20px 100px;
}

.post-listing, .blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1125px;
  width: 90%;
  margin: -90px auto 0;
  background-color: #fff;
  padding: 50px 25px;
}

.blog-related-posts__list {
  margin: 0 auto;
}

.post-item {
  padding: 10px;
  width: 30%;
  min-width: 250px;
  margin-bottom: 40px;
  
      background-color: #fff;
    -webkit-box-shadow: 4px 4px 0 transparent;
    box-shadow: 4px 4px 0 transparent;
    border: 1px solid transparent;
}

.post-item:first-child, .post-item:nth-child(2), .post-item:nth-child(6), .post-item:nth-child(7), .related-post {
  width: 47%;
}

.post-item .post-item-inner {
  display: flex;
  flex-direction: column;
}

.post-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 0 #263238;
    box-shadow: 4px 4px 0 #263238;
    border: 1px solid #263238;
}

body .post-item .hs-featured-image-wrapper, .related-post__image-wrapper a{
  position: relative;
  padding-top: 60%;
  overflow: hidden;
}

.post-item .hs-featured-image, .related-post__image-wrapper img {
  max-width: 100%;
  width: 100%;
  float: none;
  margin: 0;
  position: absolute;
  top: 0;
}
.post-body, .related-post__content {
 margin-top: 10px;
}

// .post-body .post-item-date, 
.related-post__tags, 
// .related-post__author, 
.related-post__button {
  display: none;
}

.post-body p, .related-post__post-summary p em {
  text-align: center!important;
}

.all-posts-link {
  display: none;
}

.topic-link {
    display: none;
}

.project-wrapper {
    margin: 80px 0;
}

.banner-animate-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    -webkit-transition: none;
    transition: none;
    position: relative;
    z-index: 1;
}

.banner-animate {
    -webkit-animation: scrollText 50s infinite linear;
    animation: scrollText 50s infinite linear;
}
.banner-animate, .banner-animate--item {
    position: relative;
    -webkit-transition: none;
    transition: none;
    padding: 0;
    display: inline-block;
    white-space: nowrap;
    font-family: 'Poppins';
    font-weight: 900;
}

.project-wrapper .banner-animate--item {
  color: #0062ff;
  text-shadow: none;
  font-size: 40px;
}

.project-wrapper .project-container {
    position: relative;
    background-color: rgba(0,98,255,.8);
    padding: 40px 0;
    margin-top: 32px;
    margin-bottom: 33px;
}
.project-wrapper .project-container:before {
    content: '';
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    height: 32px;
    background-image: url(https://www.motion4ever.com/wp-content/themes/motion4ever/img/deco/motif-bleu-large-1920.svg);
}

.leaflet-left, .project-wrapper .project-container lottie-player.illustration-gch {
    left: 0;
}

.project-wrapper .project-container lottie-player.illustration-drt {
    right: 0;
}

.project-wrapper .project-container lottie-player {
    max-width: 500px;
    width: 30%;
    position: absolute;
    bottom: 30px;
}
lottie-player {
    height: auto;
}
.project-wrapper .project-container p {
    width: 60%;
    max-width: 690px;
    font-weight: 300;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.project-wrapper .project-container h2 {
    color: #263238;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
    line-height: 58px;
    text-align: center;
}

.project-wrapper h2, .blog-related-posts__title {
  color: #263238;
  font-family: 'Poppins';
  font-size: 30px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
}

.project-wrapper p {
  width: 60%;
  max-width: 690px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.project-wrapper .button-secondary {
  margin: 15px auto 0;
  display: block;
  width: fit-content;
}

.project-wrapper .project-container .button-secondary {
    margin: 15px auto 0;
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.previous-posts-link, .next-posts-link {
  padding: 5px 15px;
}

.previous-posts-link, .next-posts-link, .button-secondary--white {
    color: #263238;
    background-color: #fff;
    -webkit-box-shadow: 4px 4px 0 #263238;
    box-shadow: 4px 4px 0 #263238;
    border: 1px solid #263238;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.button-secondary {
    display: inline-block;
    font-size: 16px;
    padding: 10px 20px;
    margin-top: 15px;
}
.banner h1 b, .banner h1 strong, .button-secondary, .header--main #menu-contact a {
    color: #fff;
    -webkit-box-shadow: 4px 4px 0 #2761f6;
    box-shadow: 4px 4px 0 #2761f6;
    background-color: #fc7157;
}
.button-secondary, .page-content ul, .row-content ul, .top-banner .intro p {
    font-family: 'Poppins';
    font-weight: 300;
}

body .related-post__author {
  // display: none;
}

body .blog-post__meta {
  // display: none;
}

body .blog-post__image {
  border-radius: none;
}

body .footer--site-page {
    background-color: #0062ff;
    border-top: none;
}

body .footer__follow-me {
  display: none;
}


@media screen and (max-width: 640px) {
  .post-item:first-child, .post-item:nth-child(2), .post-item:nth-child(6), .post-item:nth-child(7), .post-item {
   width: 100%;
  }
  
  body .blog-tag-filter {
    margin: -170px auto 0;
  }
}

.footer--bottom .footer--menu-legal, footer .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    padding: 60px 0;
}

.footer--bottom .footer--menu-legal {
    max-width: 1580px;
    width: 90%;
    margin: 0 auto;
    padding: 40px;
}

.footer--bottom .footer--menu-legal .menu-item {
    margin-right: 20px;
    max-width: 180px;
    list-style: none;
}

.footer--bottom .footer--menu-legal a {
    color: #0062ff;
    text-align: left;
}
.footer--bottom .footer--menu-legal a, footer .footer--menu .menu-item .sub-menu .menu-item a {
    font-family: 'Poppins';
    font-size: 12px;
    font-weight: 300;
}

.hr-front {
    height: 32px;
    background-image: url(https://www.motion4ever.com/wp-content/themes/motion4ever/img/deco/motif-bleu-large-1920.svg);
}

.seo-wrapper {
    position: relative;
    width: 80%;
    padding: 80px 0;
}
.seo-wrapper, .seo-wrapper p, footer .footer {
    max-width: 1090px;
    margin: 0 auto;
}

.seo-wrapper:after, .seo-wrapper:before {
    content: '';
    display: block;
    width: 66px;
    height: 71px;
    margin: 0 auto 10px;
    background-image: url(https://www.motion4ever.com/wp-content/themes/motion4ever/img/deco/feuilles-noires.svg);
    background-repeat: no-repeat;
}

.seo-wrapper:after {
    width: 74px;
    height: 59px;
    margin: 30px auto 0;
    background-image: url(https://www.motion4ever.com/wp-content/themes/motion4ever/img/deco/coeur-contour-bleu.svg);
}

.seo-wrapper h2, .seo-wrapper h3, .seo-wrapper p {
    text-align: center;
}

.seo-wrapper h2 {
    color: #0062ff;
    font-size: 28px;
    line-height: 32px;
    margin: 0 auto 20px;
}
.seo-wrapper h2, .seo-wrapper h3 {
    max-width: 1090px;
    font-family: 'Poppins';
    font-weight: 600;
}

.seo-wrapper h3 {
    margin: 20px auto;
    color: #263238;
    font-size: 14px;
}

.footer--agences {
    background-color: #3281ff;
    padding: 40px;
}
.footer--agences-container {
    max-width: 940px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

footer {
    background-color: #0062ff;
    margin-top: 40px;
}

.footer--bottom .footer--menu-legal, footer .footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 70%;
    padding: 60px 0;
}
.seo-wrapper, .seo-wrapper p, footer .footer {
    max-width: 1090px;
    margin: 0 auto;
}

footer .footer--col {
    width: 25%;
    min-width: 200px;
}

footer .footer--menu .menu-item {
    line-height: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

footer .footer--menu .menu-item a {
    color: #fff;
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
}

footer .footer--menu .menu-item .sub-menu {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

.footer--bottom .footer--menu-legal a, footer .footer--menu .menu-item .sub-menu .menu-item a {
    font-family: 'Poppins';
    font-weight: 300;
    font-size: 12px;
    font-weight: 300;
}

.hs-form-field input[type=text], .hs-form-field input[type=email], .hs-form-field input[type=phone], .hs-form-field input[type=number], .hs-form-field input[type=tel], .hs-form-field input[type=date], .hs-form-field select, .hs-form-field textarea {
	width: 100%;
}

div:not(.hs-fieldtype-booleancheckbox):not(.hs_recaptcha) > .input {
    margin-right: 0px!important;
    -webkit-box-shadow: 4px 4px 0 #263238;
    box-shadow: 4px 4px 0 #263238;
    border: 1px solid #263238;
}

label:not(.hs-form-booleancheckbox-display) {
	display: none!important;
}

textarea {
    height: 150px!important;
}

fieldset  > div:not(.hs-fieldtype-booleancheckbox):not(.hs_recaptcha):last-child .input {
    margin-right: 4px!important;
}

.hs-button {
	position: relative;
	background-color: #0062ff!important;
  -webkit-box-shadow: 4px 4px 0 #263238;
    box-shadow: 4px 4px 0 #263238;
    border: 1px solid #263238;

    padding-left: 50px;
}

.hs-button:after {
	content: '';
	position: absolute;
	left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-image: url(https://motion.motion4ever.net/wp-content/themes/motion4ever/img/deco/check.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.actions {
	clear: both;
}

.hs-richtext {
    color: #fff;
}

.hs_recaptcha, .hs-recaptcha {
  display: none;
}

body .blog-post__tag-link {
  display: none;
}

footer h2 {
    color: #fc7157;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 600;
}

footer h2 strong {
    text-shadow: -1px 0 #263238, 0 1px #263238, 1px 0 #263238, 0 -1px #263238;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 40px;
}

body .blog-section .blog-pagination {
  display: none;
}

body .blog-pagination__link {
  color: #263238;
  padding: 5px 15px;
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 0 #263238;
  box-shadow: 4px 4px 0 #263238;
  border: 1px solid #263238;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
} 

body .blog-pagination__link--active {
  border-radius: 0;
  background-color: #fc7157;
}

@media (max-width: 1279px) {
  body .header .button {
    /* display: none; */
  }
  
  body .header__container {
    padding: 10px;
    display: block;
  }
  
  body .blog-tag-filter {
    justify-content: space-evenly;
  }
  
  body .blog-tag-filter .tags, .blog-tag-filter .tags.active {
    font-size: 15px;
    padding: 5px 5px;
  }
  
  .post-listing, .blog-related-posts__list {
    margin: -35px auto 0;
  }
  
  body h1:not(.blog-post__title) {
    margin: 20px auto 200px;
  }
  
  .project-wrapper .project-container {
    margin-bottom: 0px;
  }
  
  footer {
    margin-top: 0;
  }
  
  .footer ul {
    padding: 0;
  }
  
  .footer--bottom .footer--menu-legal, footer .footer {
    width: 70%;
    padding: 0px;
  }
  
  footer .footer--col, .footer--bottom .footer--menu-legal .menu-item {
    width: 100%;
    max-width: none;
  }
  
  footer .footer--menu .menu-item {
    text-align: center;
  }
  
  .footer--agences-container {
        flex-direction: column;
  }
  
  .footer--agences-container a {
    margin-bottom: 20px;
  }
  
  .footer--bottom .footer--menu-legal {
    flex-direction: column;
    text-align: center;
  }
  
  .header__logo {
    margin-right: 0;
  }
  
  body.sticky .header {
    width: 100%;
  }
}
  
@media (max-width: 767px) {
  
  .header .navigation-primary .menu-item a {
    text-align: left;
  }
  
  body .header__navigation-toggle {
    display: block!important;
    right: 20px;
    position: absolute;
    top: 20px;
    z-index: 100;
  }
  body .header .header__navigation-toggle svg {
    fill: #0062ff;
  }
  body .header .header__navigation-toggle .header__mobile-menu-close-icon svg {
    fill: #fff;
  }
  
  body .header__navigation {
      width: 100%;
      -webkit-box-shadow: 8px 0 8px -10px #000, -8px 0 8px -10px #000;
      box-shadow: 8px 0 8px -10px #000, -8px 0 8px -10px #000;
      z-index: 10;
      background-color: #0062ff;
      background-image: url(https://www.motion4ever.com/wp-content/themes/motion4ever/img/logo-motion4ever.svg);
      background-repeat: no-repeat;
      background-position: 15px 15px;
        position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
  }
  
  body .header .navigation-primary .menu-item a {
    color: #fff;
  }
  
  body .header .submenu.level-1 {
    margin-top: 120px;
  }
  
  body .header__dnd--bottom {
    display: none;
    position: fixed;
    bottom: 50px;
    z-index: 200000;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
/* FIN RESPONSIVE */