@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/
main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/
details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
  font-family: "Montserrat";
}

html,
body {
  max-width: 100%;
}

a {
  text-decoration: none;
}

.search-title {
  font-weight: 600;
  color: #96154A;
}
.search-title span {
  font-weight: 700;
}

h2,
.h2,
.h2 * {
  color: #96154A;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1024px) {
  h2,
  .h2,
  .h2 * {
    font-size: 27px;
    margin-top: 0;
  }
}
h2 span,
.h2 span,
.h2 * span {
  font-weight: 700;
}

h3,
.h3,
.h3 * {
  color: #96154A;
  font-weight: 500;
}
h3 span,
.h3 span,
.h3 * span {
  font-weight: 700;
}

.btn {
  transition: all 0.3s ease;
  cursor: pointer;
  background-color: #fff;
  color: #96154A;
  text-decoration: none;
}
.btn:hover {
  border-color: #ff5c84 !important;
  color: #fff !important;
  background-color: #ff5c84 !important;
}
.btn.green {
  color: #4bc1be !important;
  background-color: #fff !important;
  border-color: #4bc1be !important;
}
.btn.green:hover {
  color: #fff !important;
  background-color: #4bc1be !important;
}
.btn.yellow {
  color: #ffcb05 !important;
  background-color: #fff !important;
  border-color: #ffcb05 !important;
}
.btn.yellow:hover {
  color: #fff !important;
  background-color: #ffcb05 !important;
}

.author-articles {
  display: grid;
  gap: 60px 20px;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) {
  .author-articles {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .author-articles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.author-articles .article-item {
  width: unset !important;
}

@media only screen and (min-width: 1024px) {
  .article-item {
    width: calc((100% - 20px) / 2);
  }
}
.article-item .article-heading {
  height: unset !important;
  aspect-ratio: 320/220;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.article-item .article-heading:hover img {
  transform: scale(1.5);
}
.article-item .article-heading img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.article-item .article-heading .category {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: #4dc1be;
  padding: 10px 15px;
  border-radius: 7px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  z-index: 3;
}
.article-item .article-infos .date {
  color: #96154A;
  font-size: 14px;
}
.article-item .article-infos .title {
  font-weight: 700;
  font-size: 16px;
}
.article-item .article-infos .read-more {
  display: block;
  width: fit-content;
  font-size: 16px;
  color: #96154A;
  padding: 15px 20px;
  border: solid 2px #96154A;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px; 
  position: relative;
  z-index: 1;
}

.content-wrapper {
  padding-right: 35px;
  padding-left: 35px;
}
@media only screen and (min-width: 1024px) {
  .content-wrapper {
    padding-right: 135px;
    padding-left: 135px;
  }
}

.fit-content {
  overflow: hidden;
}
.fit-content img {
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.fit-cover {
  overflow: hidden;
}
.fit-cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

:has(> .blog-header) {
  position: sticky;
  top: 0;
  z-index: 5;
}

.blog-header {
  position: sticky;
  top: 0;
  z-index: 5;
}
.blog-header .logo-header {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}
.blog-header .logo-header .logo-container {
  height: 50px;
}
@media only screen and (min-width: 768px) {
  .blog-header .logo-header .logo-container img {
    object-position: left;
  }
}
.blog-header .header-menu {
  background-color: #4dc1be;
  padding-top: 20px;
  padding-bottom: 20px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .blog-header .header-menu {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.blog-header .header-menu .item {
  color: #fff;
  font-family: "Montserrat";
  font-weight: 700;
  text-decoration: none;
  font-size: 14px;
  width: 50%;
  text-align: center;
  padding: 12.5px 0;
}
@media only screen and (min-width: 768px) {
  .blog-header .header-menu .item {
    width: auto;
  }
}

.blog-heading {
  background-color: #96154A;
  padding-top: 35px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) {
  .blog-heading {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-heading {
    padding-top: 90px;
  }
}
.blog-heading .search-title {
  margin: 0;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .blog-heading {
    padding-top: 60px;
    padding-bottom: 70px;
    background-image: url("https://8716685.fs1.hubspotusercontent-na1.net/hubfs/8716685/Images%20blog/Groupe%20de%20masques%2017@2x.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
  }
}
@media only screen and (min-width: 768px) {
  .blog-heading .left {
    width: 50%;
  }
}
.blog-heading .blog-title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
@media only screen and (min-width: 1024px) {
  .blog-heading .blog-title {
    font-size: 49px;
  }
}
.blog-heading .search-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media only screen and (min-width: 768px) {
  .blog-heading .search-wrapper {
    flex-direction: row;
  }
}
.blog-heading .search-wrapper .search-input {
  padding: 10px 15px;
  color: #96154A;
  outline: none;
  border-radius: 7px;
  border: none;
  font-family: "Montserrat";
}
@media only screen and (min-width: 768px) {
  .blog-heading .search-wrapper .search-input {
    flex-grow: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .blog-heading .search-wrapper .search-input {
    padding: 20px 25px;
  }
}
.blog-heading .search-wrapper .search-input::placeholder {
  font-style: italic;
  font-family: "Montserrat";
  font-size: 12px;
}
.blog-heading .search-wrapper .search-submit {
  cursor: pointer;
  background-color: #f6abb6;
  color: #96154A;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 7px;
  font-family: "Montserrat";
  font-weight: 600;
  width: fit-content;
  border: none;
}
.blog-heading .search-wrapper .search-submit:hover {
  background-color: #fff;
}

.articles-listing {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 1024px) {
  .articles-listing {
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 60px;
  }
}
.articles-listing .popular-articles {
  flex-shrink: 0;
  margin: 40px 0 60px;
}
@media only screen and (min-width: 1024px) {
  .articles-listing .popular-articles {
    width: 25%;
    margin: 0;
  }
}
.articles-listing .popular-articles .fav-articles-container .fav-item {
  width: 100%;
  padding-bottom: 35px;
}
.articles-listing .popular-articles .fav-articles-container .flickity-viewport {
  border-bottom: solid 2px rgba(0, 0, 0, 0.2);
}
.articles-listing .popular-articles .fav-articles-container .flickity-button-icon {
  transform: scale(0.5);
}
.articles-listing .popular-articles .fav-articles-container .heading {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
}
.articles-listing .popular-articles .fav-articles-container .heading .number-container {
  height: 45px;
  width: 45px;
  background-color: #4dc1be;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15%;
}
.articles-listing .popular-articles .fav-articles-container .heading .number-container .number {
  color: #fff;
  font-weight: 700;
  font-size: 25px;
}
.articles-listing .popular-articles .fav-articles-container .heading .date {
  color: #4dc1be;
}
.articles-listing .popular-articles .fav-articles-container .article-title {
  color: #000000;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  text-decoration: none;
}
.articles-listing .popular-articles .fav-articles-container .flickity-page-dots {
  bottom: -40px !important;
}
.articles-listing .popular-articles .flickity-button {
  background: transparent;
}
.articles-listing .popular-articles .flickity-button.previous {
  left: -40px;
}
.articles-listing .popular-articles .flickity-button.next {
  right: -40px;
}
@media only screen and (min-width: 1024px) {
  .articles-listing .all-articles {
    width: 66.6666666667%;
  }
}
.articles-listing .all-articles .article-highlight {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: solid 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 1024px) {
  .articles-listing .all-articles .article-highlight {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.articles-listing .all-articles .article-highlight .article-item {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .articles-listing .all-articles .article-highlight .article-item .article-heading {
    aspect-ratio: unset;
    height: 280px !important;
  }
}
.articles-listing .articles-container {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media only screen and (min-width: 1024px) {
  .articles-listing .articles-container {
    flex-direction: row;
    gap: 70px 20px;
    flex-wrap: wrap;
  }
}

.article-content-download {
  background-color: #96154A;
  border-radius: 7px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  margin-top: 55px;
}
.article-content-download.green {
  background-color: #4bc1be;
}
.article-content-download.yellow {
  background-color: #ffcb05;
}
@media only screen and (min-width: 768px) {
  .article-content-download {
    background-size: contain;
    padding: 50px 50px 50px 130px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 90px;
  }
}
.article-content-download .bg-1 {
  position: absolute;
  top: 40px;
  left: 40px;
  width: 60px;
  display: none;
}
@media only screen and (min-width: 768px) {
  .article-content-download .bg-1 {
    display: block;
  }
}
.article-content-download .bg-2 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.article-content-download .bg {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 0;
}
.article-content-download .text-content {
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .article-content-download .text-content {
    margin: 0;
  }
}
.article-content-download .text-content .title * {
  color: #fff;
  text-align: center;
  margin: 0;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .article-content-download .text-content .title * {
    padding: 0px;
    text-align: left;
  }
}
.article-content-download .text-content .download {
  display: block;
  width: fit-content;
  padding: 15px 20px;
  border-radius: 7px;
  font-weight: 700;
  font-size: 16px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 768px) {
  .article-content-download .text-content .download {
    margin: 0;
  }
}
.article-content-download .image {
  margin: 0 50px;
  position: relative;
  z-index: 1;
  max-height: 300px;
}
@media only screen and (min-width: 768px) {
  .article-content-download .image {
    aspect-ratio: 165/200;
    max-height: 720px;
  }
}

.single-article {
  margin-top: 100px;
}
@media only screen and (min-width: 1024px) {
  .single-article {
    display: flex;
    justify-content: space-between;
    align-items: top;
    height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .single-article .article-content {
    width: 66.6666666667%;
  }
}
.single-article .article-content .featured-image {
  aspect-ratio: 320/220;
  border-radius: 7px;
  position: relative;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .single-article .article-content .featured-image {
    aspect-ratio: 715/300;
  }
}
.single-article .article-content .featured-image .category {
  position: absolute;
  top: 25px;
  left: 20px;
  background-color: #4dc1be;
  padding: 10px 15px;
  border-radius: 7px;
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}
.single-article .article-content .publish-date {
  color: #96154A;
  font-size: 14px;
  margin-bottom: 20px;
}
.single-article .article-content .publish-date span {
  font-weight: 700;
}
.single-article .article-content .content {
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.single-article .article-content .content * {
  margin: 10px auto;
  line-height: 1.7;
}
.single-article .article-content .content h1 {
  font-size: 27px;
  color: #96154A;
}
.single-article .article-content .content h2 {
  color: #96154A;
  font-size: 20px;
  font-weight: 600;
}
.single-article .article-content .content p {
  font-size: 15px;
}
.single-article .article-content .content a {
  color: #96154A;
}
.single-article .article-content .more {
  border: solid 2px #96154A;
  display: block;
  width: fit-content;
  color: #96154A;
  padding: 15px 20px;
  border-radius: 7px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
@media only screen and (min-width: 1024px) {
  .single-article .side-infos {
    width: 25%;
    position: sticky;
    top: 200px;
    height: fit-content;
  }
}
.single-article .side-infos .author {
  margin-top: 60px;
  display: flex;
  gap: 15px;
  margin-bottom: 45px;
}
@media only screen and (min-width: 1040px) {
  .single-article .side-infos .author {
    margin-top: 0;
  }
}
.single-article .side-infos .author .picture {
  height: 70px;
  width: 70px;
  border-radius: 20%;
}
.single-article .side-infos .author .id {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.single-article .side-infos .author .id * {
  margin: 0;
  font-size: 15px;
}
.single-article .side-infos .author .id .name {
  font-weight: 700;
  text-decoration: none;
  color: #000000;
}
.single-article .side-infos .cta-content {
  border-radius:10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
  background-color: #96154A;
  max-width: 255px;
  padding: 50px 42px 22px;
}
.single-article .side-infos .cta-content.green {
  background-color: #4bc1be;
}
.single-article .side-infos .cta-content.yellow {
  background-color: #ffcb05;
}
.single-article .side-infos .cta-content .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.single-article .side-infos .cta-content .image-container {
  position: relative;
  z-index: 1;
  vertical-align: top;
  line-height: 0;
}
.single-article .side-infos .cta-content .download {
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  z-index: 3;
  transition: all 0.3s ease;
}
.single-article .side-infos .share .icons-container {
  display: flex;
  gap: 15px;
  align-items: start;
}
.single-article .side-infos .share .icons-container .icon {
  padding: 10px;
  background-color: #96154A;
  border-radius: 5px;
}
.single-article .side-infos .share .icons-container .icon .icon-item {
  height: 15px;
  width: 15px;
}

.similar-articles {
  margin-top: 90px;
}
.similar-articles .title * {
  color: #96154A;
}
.similar-articles .similar-articles-container {
  display: grid;
  gap: 60px;
}
@media only screen and (min-width: 768px) {
  .similar-articles .similar-articles-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .similar-articles .similar-articles-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.similar-articles .similar-articles-container .article-item {
  width: unset !important;
}

/*  FOOTER */
.blog-footer {
  margin-top: 130px;
  background-color: #4dc1be;
  padding-top: 50px;
  padding-bottom: 35px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='1366' height='384' viewBox='0 0 1366 384'%3E%3Cdefs%3E%3CclipPath id='clip-path'%3E%3Crect id='Rectangle_2025' data-name='Rectangle 2025' width='1366' height='384' transform='translate(6960 3448)' fill='%23fff' stroke='%23707070' stroke-width='1'/%3E%3C/clipPath%3E%3CclipPath id='clip-path-2'%3E%3Crect id='Rectangle_190' data-name='Rectangle 190' width='493.566' height='370.174' fill='none'/%3E%3C/clipPath%3E%3C/defs%3E%3Cg id='Groupe_de_masques_16' data-name='Groupe de masques 16' transform='translate(-6960 -3448)' clip-path='url(%23clip-path)'%3E%3Crect id='Rectangle_2010' data-name='Rectangle 2010' width='1366' height='310' transform='translate(6960 3274)' fill='%234dc1be'/%3E%3Cpath id='Union_1' data-name='Union 1' d='M0,414V262.11C-51.827,242.826-81,221.051-81,198c0-78.977,342.5-143,765-143s765,64.023,765,143c0,23.345-29.927,45.384-83,64.848V414Z' transform='translate(6959 3422)' fill='%2396154a'/%3E%3Cg id='Groupe_306' data-name='Groupe 306' transform='translate(5265.297 3470.823)'%3E%3Cg id='Groupe_305' data-name='Groupe 305' transform='translate(1618.137 0.003)'%3E%3Cg id='Groupe_304' data-name='Groupe 304' clip-path='url(%23clip-path-2)'%3E%3Cpath id='Tracé_860' data-name='Tracé 860' d='M2002.479,698.757,1779.516,570.03c-97.245-56.145-221.592-22.826-277.736,74.419L1373.053,867.411l399.04,230.386Z' transform='translate(-1479.737 -306.497)' fill='%23ef9aa9'/%3E%3Cpath id='Tracé_861' data-name='Tracé 861' d='M1345.26,1193.711,1068.288,283.826a122.3,122.3,0,0,0-152.61-81.382L5.795,479.416,0,460.381,909.884,183.409a142.193,142.193,0,0,1,177.439,94.622L1364.3,1187.917Z' transform='translate(-704.37 -100.054)' fill='%23fff'/%3E%3Cpath id='Tracé_862' data-name='Tracé 862' d='M1845.7,216.718c-2.075-6.817-4.455-18.836-4.693-22.679a20.927,20.927,0,0,1,14.159-21.026l.2-.069,34.053-10.366.206-.055A20.927,20.927,0,0,1,1913.1,172.1c1.945,3.326,6.663,14.628,8.739,21.447s4.455,18.833,4.693,22.678a20.927,20.927,0,0,1-14.158,21.026l-.2.069-34.055,10.366-.206.055a20.928,20.928,0,0,1-23.471-9.57c-1.945-3.324-6.664-14.631-8.74-21.448' transform='translate(-1743.968 -91.372)' fill='%2396154a'/%3E%3Cpath id='Tracé_863' data-name='Tracé 863' d='M1880.555,206.449a7.237,7.237,0,0,0-4.863,7.176,132.789,132.789,0,0,0,3.884,18.4,132.769,132.769,0,0,0,7.028,17.445,7.238,7.238,0,0,0,8.037,3.249l31.542-9.6a7.238,7.238,0,0,0,4.864-7.176,132.907,132.907,0,0,0-3.884-18.4,132.826,132.826,0,0,0-7.028-17.445,7.239,7.239,0,0,0-8.037-3.249Z' transform='translate(-1763.572 -111.025)' fill='%23ef9aa9'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: cover;
  background-position-x: center;
  background-repeat: no-repeat;
  background-position-y: 195px;
}
@media only screen and (min-width: 1024px) {
  .blog-footer {
    padding-top: 70px;
    padding-bottom: 45px;
    background-position-x: left;
    background-position-y: 120px;
  }
}
.blog-footer .newsletter-bloc {
  margin: 50px 0 40px;
  padding: 35px 25px;
  border-radius: 7px;
  background-color: #fff;
}
@media only screen and (min-width: 1024px) {
  .blog-footer .newsletter-bloc {
    width: 66.6666666667%;
    margin: 0 auto 55px;
  }
}
.blog-footer .newsletter-bloc .heading {
  color: #96154A;
  display: flex;
  gap: 25px;
}
@media only screen and (min-width: 1024px) {
  .blog-footer .newsletter-bloc .heading {
    align-items: center;
    gap: 40px;
  }
}
.blog-footer .newsletter-bloc .heading .element {
  height: 55px;
  width: 55px;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .blog-footer .newsletter-bloc .heading .element {
    height: 80px;
    width: 80px;
  }
}
.blog-footer .newsletter-bloc .heading p {
  margin: 0;
}
.blog-footer .newsletter-bloc .heading .first {
  font-size: 20px;
  font-weight: 500;
}
.blog-footer .newsletter-bloc .heading .second {
  font-weight: 700;
  font-size: 25px;
}
.blog-footer .newsletter-bloc .newsletter-form {
  display: flex;
  flex-direction: column;
}
.blog-footer .newsletter-bloc .newsletter-form .legal-consent-container ul {
  list-style-type: none;
  padding: 0px;
}
.blog-footer .newsletter-bloc .newsletter-form .legal-consent-container a {
  color: #000;
  font-weight: 600;
}
@media only screen and (min-width: 1024px) {
  .blog-footer .newsletter-bloc .newsletter-form form {
    display: grid;
    grid-template-areas: "mail submit" "legal legal";
    align-items: end;
    grid-template-columns: 1fr;
    gap: 0px 20px;
  }
  .blog-footer .newsletter-bloc .newsletter-form form .hs_email {
    grid-area: mail;
    margin-left: 120px;
  }
  .blog-footer .newsletter-bloc .newsletter-form form .legal-consent-container {
    margin-left: 120px;
    grid-area: legal;
  }
  .blog-footer .newsletter-bloc .newsletter-form form input[type=submit] {
    grid-area: submit;
  }
}
.blog-footer .newsletter-bloc .newsletter-form label {
  display: block;
  color: #96154A;
  font-size: 12px;
  font-style: italic;
  margin-bottom: 6px;
}
.blog-footer .newsletter-bloc .newsletter-form input[type=email],
.blog-footer .newsletter-bloc .newsletter-form .mail {
  height: 45px;
  outline: none;
  border: solid 1px #96154A;
  border-radius: 10px;
  font-family: "Montserrat";
  width: 100%;
  padding: 0 10px;
}
@media only screen and (min-width: 1024px) {
  .blog-footer .newsletter-bloc .newsletter-form input[type=email],
  .blog-footer .newsletter-bloc .newsletter-form .mail {
    height: 58px;
    flex-grow: 2;
  }
}
.blog-footer .newsletter-bloc .newsletter-form input[type=submit],
.blog-footer .newsletter-bloc .newsletter-form .submit {
  display: block;
  color: #96154A;
  background-color: #f6abb6;
  border: none;
  font-family: "Montserrat";
  font-weight: 600;
  width: fit-content;
  padding: 20px 25px;
  border-radius: 10px;
  cursor: pointer;
  margin: 15px auto 0;
}
.blog-footer .logo-bottom {
  margin-top: 40px;
  height: 60px;
}
.blog-footer .footer-home {
  display: block;
  color: #fff;
  width: fit-content;
  margin: 30px auto 0;
  font-size: 14px;
  text-decoration: underline;
}
.blog-footer .footer-legals {
  font-size: 14px;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin-bottom: 0;
}
.blog-footer .footer-legals a {
  color: #fff;
  text-decoration: none;
}

.results-container {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr;
}
@media only screen and (min-width: 768px) {
  .results-container {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (min-width: 1024px) {
  .results-container {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.results-container .article-item {
  width: auto !important;
}

.results-title {
  font-weight: 600;
  margin: 60px 0;
}
.results-title span {
  font-weight: 700;
}

table {
  border: solid 1px #96154A;
}
table a {
  color: #96154A;
  font-weight: 600;
}

.results-heading {
  background-color: #96154A;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.results-heading .results-title {
  text-align: center;
  color: #fff;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .results-heading .results-title {
    text-align: left;
  }
}

.results-article-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media only screen and (min-width: 768px) {
  .results-article-2 {
    grid-template-columns: 1fr 1fr;
    gap: 60px 20px;
    width: 66.6666666667%;
  }
}
.results-article-2 .article-item {
  width: unset !important;
}

.side-form {
  border-radius: 5px;
  background-color: #96154A;
  padding: 100px 30px 40px;
  margin: 90px auto 0;
  position: relative;
}
.side-form .bg-1 {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 75px;
}
.side-form .bg-2 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
@media only screen and (min-width: 768px) {
  .side-form {
    margin: 90px 0;
  }
}
.side-form .text-content {
  margin-bottom: 30px;
}
.side-form .text-content * {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin: 0;
  line-height: 1.3;
}
.side-form .text-content .second {
  margin-top: 15px;
  font-weight: 700;
}
.side-form .form-content {
  position: relative;
  z-index: 1;
}
.side-form .form-content form {
  display: flex;
  flex-direction: column;
  color: #fff;
}
.side-form .form-content form label {
  font-style: italic;
  font-weight: 300;
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.side-form .form-content form input[type=email] {
  border-radius: 5px;
  height: 40px;
  border: none;
  padding: 0 5px;
  width: 100%;
}
.side-form .form-content form input[type=submit] {
  display: block;
  color: #96154A;
  background-color: #f6abb6;
  border: none;
  font-family: "Montserrat";
  font-weight: 600;
  width: fit-content;
  padding: 20px 25px;
  border-radius: 10px;
  cursor: pointer;
  margin: 0px auto 0;
}
.side-form .form-content form .submit {
  display: block;
  color: #96154A;
  background-color: #f6abb6;
  border: none;
  font-family: "Montserrat";
  font-weight: 600;
  width: fit-content;
  padding: 20px 25px;
  border-radius: 10px;
  cursor: pointer;
  margin: 30px auto 0;
}
.side-form .form-content form .legal-consent-container {
  font-size: 12px;
}
.side-form .form-content form .legal-consent-container ul {
  list-style-type: none;
  padding: 0px;
}
.side-form .form-content form .legal-consent-container a {
  color: #fff;
  font-weight: 600;
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0;
}
.pagination .prev,
.pagination .next {
  height: 40px;
  aspect-ratio: 1/1;
  border-radius: 40px;
  border: solid 2px #96154A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .prev:before,
.pagination .next:before {
  content: "";
  transform: translateX(-1px);
  height: 13px;
  aspect-ratio: 1/1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --%3E%3Csvg fill='%2396154A' height='800px' width='800px' version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 330 330' xml:space='preserve'%3E%3Cpath id='XMLID_92_' d='M111.213,165.004L250.607,25.607c5.858-5.858,5.858-15.355,0-21.213c-5.858-5.858-15.355-5.858-21.213,0.001 l-150,150.004C76.58,157.211,75,161.026,75,165.004c0,3.979,1.581,7.794,4.394,10.607l150,149.996 C232.322,328.536,236.161,330,240,330s7.678-1.464,10.607-4.394c5.858-5.858,5.858-15.355,0-21.213L111.213,165.004z'/%3E%3C/svg%3E");
}
.pagination .prev.off,
.pagination .next.off {
  pointer-events: none;
  opacity: 0;
}
.pagination .next {
  transform: rotate(0.5turn);
}
.pagination .pages-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 0 30px;
}
.pagination .pages-container .page {
  color: #96154A;
}
.pagination .pages-container .page.in {
  font-weight: 600;
}

/*# sourceMappingURL=style.css.map */





/* =================================================== */
/* New Blog Design */
/* =================================================== */

.container,
.row-fluid .container[class*="span"] { margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; float: none; box-sizing: border-box; }
.container:after,
.row-fluid .container[class*="span"]:after { clear: both; content: ""; display: table; }

.article-item .article-heading img { border-radius: 10px; }
.articles-listing .popular-articles{position:sticky;top:200px;    height: fit-content;}
.update-articles { width: 100%; display: inline-block; }
.update-articles .articles-wrap { width: 100%; display: inline-block; position: relative; z-index: 1; }
.update-articles .articles-wrap:after { content: ''; position: absolute; top: 30%; left: -350px; background-image: url(https://8716685.fs1.hubspotusercontent-na1.net/hubfs/8716685/listing-left.png); width: 500px; height: 500px; background-size: contain; background-position: center; background-repeat: no-repeat; z-index: -1; }
.update-articles .articles-wrap:before { content: ''; position: absolute; bottom:0; right: -300px; background-image: url(https://8716685.fs1.hubspotusercontent-na1.net/hubfs/8716685/listing-right.png); width: 400px; height: 400px; background-size: contain; background-position: center; background-repeat: no-repeat; z-index: -1; }
.update-articles .articles-wrap .articles-listing { margin-top: 70px; gap: 112px; }

.update-articles .all-articles h2.articles-listing-title { font-size: 30px; font-weight: 500; line-height: 37px; margin-bottom: 40px; }

.update-articles .all-articles .article-item { position: relative; z-index: 1; }
.update-articles .all-articles .article-item a.full-link { width: 100%; display: inline-block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; height: 100%; z-index: 1; }
.update-articles .all-articles .article-item:hover img { transform: scale(1.5); }
.update-articles .all-articles .article-item .article-heading { border-radius:10px;  }
.update-articles .all-articles .article-item .article-infos .date { line-height: 25px; color: #96154A; margin: 30px 0 0 0; }
.update-articles .all-articles .article-item .article-infos .read-more { margin: 0; border-radius: 10px; padding: 15px 22px; font-weight: 600; }
.update-articles .all-articles .article-item .title { line-height: 24px; color: #000000; margin: 20px 0; }

.update-articles .all-articles .article-highlight { border-bottom: 1px solid #707070; }
.update-articles .all-articles .article-highlight .title { font-size: 18px; line-height: 29px; }

.update-articles .pagination { margin: 70px 0 0 0; }
.update-articles .pagination .next.off, .update-articles .pagination .prev.off { display: none; }

.update-articles .popular-articles button.flickity-button { display: none; }
.update-articles .popular-articles h2.articles-listing-title { line-height: 35px; }
.update-articles .popular-articles .date { font-size: 14px; line-height: 25px; margin: 0; }
.update-articles .popular-articles .fav-articles-container .article-title { font-weight: 500; line-height: 24px }
.update-articles .popular-articles .fav-articles-container .flickity-viewport { border-bottom: 1px solid #707070; }
.update-articles .popular-articles .fav-articles-container .flickity-page-dots li { border-color: #9a9a9a; border-width: 1px; border-style: solid; background: #ffffff; opacity: 1; }
.update-articles .popular-articles .fav-articles-container .flickity-page-dots li.dot.is-selected { background: #8e8e8e; }


.update-articles-detail { width: 100%; display: inline-block; padding: 50px 0 0 0;  position: relative; z-index: 1; }
.update-articles-detail .single-article { padding: 0; margin: 0; display: flex; align-items: flex-start; justify-content: space-between; gap: 112px; }
.update-articles-detail .single-article .article-content .publish-date { width: 100%; display: inline-block; margin: 0; line-height: 25px; }
.update-articles-detail .single-article .article-content .content { padding:15px 0 0 0; }
.update-articles-detail .single-article .article-content .content h1 { width: 100%; display: inline-block; margin: 0; }
.update-articles-detail .single-article .article-content .content h1 span { width: 100%; display: inline-block; }
.update-articles-detail .single-article .article-content .content h2 { font-size: 20px !important; font-weight: 600 !important; line-height: 32px !important; text-align: left !important; width: 100%; display: inline-block; }
.update-articles-detail .single-article .article-content .content h3 { font-size: 18px !important; font-weight: 600 !important; line-height: 28px !important; text-align: left !important; width: 100%; display: inline-block; }
.update-articles-detail .single-article .article-content .content h4 { font-size: 16px !important; font-weight: 600 !important; line-height: 26px !important; text-align: left !important; width: 100%; display: inline-block; }
.update-articles-detail .single-article .article-content .content p { font-size: 15px !important; line-height: 25px !important; font-style: normal; text-align: left; color: #000000; width: 100%; display: inline-block; }
.update-articles-detail .single-article .article-content .content strong { font-weight: bold; }
.update-articles-detail .single-article .article-content .content p strong { font-weight: bold !important; }
.update-articles-detail .single-article .article-content .content p i { font-style: italic; }
.update-articles-detail .single-article .article-content .content ul, .single-article .article-content .content ol { width: 100%; display: inline-block; padding-left: 25px; }
.update-articles-detail .single-article .article-content .content ul li, .single-article .article-content .content ol li { width: 100%; }
.update-articles-detail .single-article .article-content .content table ul li::marker, .single-article .article-content .content table ol li::marker { color: #96154A; font-weight: 600; }
.update-articles-detail .single-article .article-content .content blockquote { background-color: #ffcb0540; padding: 15px 15px 15px 30px; border-left: 5px solid #96154A; border-radius: 10px; color: #000; }
.update-articles-detail .single-article .article-content .more { font-size: 15px; font-weight: 600; font-style: normal; text-align: center; color: #96154A; padding: 10px 22px; }
.update-articles-detail .single-article .article-content .content img { width: 100% !important; display: inline-block; max-width: 100% !important; object-fit: contain; object-position: center; border-radius: 10px; }

.update-articles-detail .single-article .side-infos .author .id { gap: 0; margin-top: 10px; line-height: 25px; }
.update-articles-detail .single-article .side-infos .share { width: 100%; display: inline-block; margin-top: 45px; }
.update-articles-detail .single-article .side-infos .share h3.title { margin-top: 0; font-size: 22px; line-height: 29px; }
.update-articles-detail .single-article .side-infos .share .icons-container .icon .icon-item { height: 18px; width: 18px; }
.update-articles-detail .single-article .side-infos .share .icons-container .icon { padding: 8px; }
.update-articles-detail .single-article .side-infos .cta-content { gap: 30px; max-width: 266px; }
.update-articles-detail .single-article .side-infos .cta-content .bg { top: 12px; left: 8px; transform: rotate(200deg); width: 140px; height: 130px; }
.update-articles-detail:after { background-position: 50%; background-repeat: no-repeat; background-size: contain; content: ""; height: 360px; position: absolute; width: 120px; z-index: -1; background-image: url(https://8716685.fs1.hubspotusercontent-na1.net/hubfs/8716685/crop-listing-right.png); bottom: 0; right: 0; }

.update-articles .tag-listing .article-item { position: relative; z-index: 1; }
.update-articles .tag-listing .article-item a.full-link { bottom: 0; display: inline-block; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; z-index: 1; }
.update-articles .tag-listing .article-item .article-heading .category { margin: 0; }
.update-articles .tag-listing .article-item .date { line-height: 25px; margin: 30px 0 0; }
.update-articles .tag-listing .article-item .title { color: #000; line-height: 24px; margin: 20px 0; }
.update-articles .tag-listing .article-item .read-more { border-radius: 10px; font-weight: 600; margin: 0; padding: 15px 22px; }
.update-articles .tag-listing .article-item:hover img { transform: scale(1.5); }

.update-articles .author-articles .article-item { position: relative; z-index: 1; }
.update-articles .author-articles .article-item a.full-link { bottom: 0; display: inline-block; height: 100%; left: 0; position: absolute; right: 0; top: 0; width: 100%; z-index: 1; }
.update-articles .author-articles .article-item p.date { color: #96154A; line-height: 25px; margin: 30px 0 0; }
.update-articles .author-articles .article-item .title { color: #000; line-height: 24px; margin: 20px 0; }
.update-articles .author-articles .article-item .read-more { border-radius: 10px; font-weight: 600; margin: 0; padding: 15px 22px; }
.update-articles .author-articles .article-item:hover img { transform: scale(1.5); }


.search-hero-sec { width: 100%; display: inline-block; margin-top:50px; }
.search-hero-sec .hero-inner { width:calc(100% - 60px); padding: 0; background-color: #96154A; max-width: 1200px; margin: 0 auto; border-radius: 10px; display: flex; align-items: center; justify-content: space-between; overflow: hidden; }
.search-hero-sec .hero-inner .left, .search-hero-sec .hero-inner .right { width: 50%; display: inline-block; position: relative; z-index: 1;  }
.search-hero-sec .hero-inner .left { padding: 60px 60px 80px 60px; }
.search-hero-sec .hero-inner .title { width: 100%; display: inline-block; }
.search-hero-sec .hero-inner .title h1 { font-size: 49px; font-weight: bold; line-height: 55px; font-style: normal; text-align: left; color: #ffffff; width: 100%; display: inline-block; margin: 0; }
.search-hero-sec .hero-inner .form { width: 100%; display: inline-block; margin: 32px 0 0 0; position: relative; z-index: 1; }
.search-hero-sec .hero-inner .form form { width: 100%; display: flex; align-items: flex-start; justify-content: flex-start; position: relative; z-index: 1; gap: 10px; }
.search-hero-sec .hero-inner form .search-input { border-radius: 10px; background: #ffffff; border: none; width: 100%; display: inline-block; font-size: 12px; font-weight: 300; line-height: 20px; font-style: italic; text-align: left; color: #96154A; padding: 14px 16px; }
.search-hero-sec .hero-inner form .search-input::placeholder { font-size: 12px; font-weight: 300; line-height: 30px; font-style: italic; text-align: left; color: #96154A; }
.search-hero-sec .hero-inner form [type=submit] { width: auto; display: inline-block; border-color: #f6abb6; border-width: 2px; border-style: solid; border-radius: 10px; background: #f6abb6; padding: 15px 24px; font-size: 16px; font-weight: 600; font-style: normal; text-align: center; color: #96154A; cursor: pointer; }
.search-hero-sec .hero-inner form [type=submit]:hover { background: #ffffff; border-color: #ffffff; }
.search-hero-sec .hero-inner .left-element { top: 20px; display: inline-block; left:20px; position: absolute; width: auto; transform: rotate(-75deg); }
.search-hero-sec .hero-inner .left-element img { width: 100%; display: inline-block; max-width: 100px; object-fit: contain; object-position: center; }
.search-hero-sec .hero-inner .right { text-align:right; }
.search-hero-sec .hero-inner .right img.desktop {  width: 100%; display: inline-block; vertical-align: top; }
.search-hero-sec .hero-inner .right img { display: inline-block; height: 100%; line-height: 0; vertical-align: top; width: 100%; object-fit: cover; object-position: right; max-width: 90%; }
.search-hero-sec .hero-inner .right img.mobile { display: none; }


.result-post { width: 100%; display: inline-block; position: relative; z-index: 1; overflow: hidden; }
.result-post .results-title { font-size: 21px; line-height: 37px; text-align: left; color: #96154a; font-weight: normal; width: 100%; display: inline-block; }
.result-post .results-title .result-post-count { font-weight: normal; }
.result-post .results-title span { font-weight: 700; }
.result-post .results-container { gap: 60px 20px; }
.result-post .article-item a.full-link {bottom: 0;display: inline-block;height: 100%;left: 0;position: absolute;right: 0;top: 0;width: 100%;z-index: 1;}
.result-post .article-item { position: relative; z-index: 1; }
.result-post .article-item p.date { color: #96154A; line-height: 25px; margin: 30px 0 0; }
.result-post .article-item .title { color: #000; line-height: 24px; margin: 20px 0; }
.result-post .article-item .read-more { border-radius: 10px; font-weight: 600; margin: 0; padding: 15px 22px; }
.result-post .article-item:hover img { transform: scale(1.5); }

.result-post:after { background-position: 50%; background-repeat: no-repeat; background-size: contain; content: ""; height: 400px; position: absolute; width: 400px; z-index: -1; background-image: url(https://8716685.fs1.hubspotusercontent-na1.net/hubfs/8716685/listing-left.png); left: -300px; top: 12%; }
.result-post:before { background-position: 50%; background-repeat: no-repeat; background-size: contain; content: ""; height: 400px; position: absolute; width: 400px; z-index: -1; background-image: url(https://8716685.fs1.hubspotusercontent-na1.net/hubfs/8716685/listing-right.png); bottom: 0; right: -300px; }


@media(min-width:768px){
  .container,.row-fluid .container[class*="span"] { width:750px; }
}
@media(min-width:992px){
  .container,.row-fluid .container[class*="span"] { width:970px; }
}
@media(min-width:1144px){
  .container,.row-fluid .container[class*="span"] { width:1114px; }
}



@media(max-width:1143px){
  .update-articles .articles-wrap .articles-listing {  gap: 40px; }
  .articles-listing .popular-articles { width: 27%; }
  .articles-listing .all-articles {  width: 68.666667%; }
  .articles-listing .all-articles .article-highlight { margin-bottom: 60px;  padding-bottom: 60px; }

  .update-articles-detail .single-article { gap: 40px; }
  .update-articles-detail .single-article .article-content { width: 68.666667%; }
  .update-articles-detail .single-article .side-infos { width: 27%; }
}

@media(max-width:1023px) {
  .articles-listing .popular-articles { margin: 0; }
  .side-form { margin-bottom: 0; }
  .articles-listing .popular-articles { width: 100%;position:initial; }
  .articles-listing .all-articles { width: 100%; }
  .update-articles .popular-articles h2.articles-listing-title { margin-top: 0; margin-bottom: 30px; }
  .update-articles .articles-wrap .articles-listing { margin-top: 40px; flex-wrap: wrap; }
  .articles-listing .articles-container { gap: 30px; }
  .update-articles .all-articles .article-item .article-infos .date { margin: 20px 0 0; }
  .update-articles .all-articles .article-item .title { margin: 10px 0; }
  .update-articles .all-articles h2.articles-listing-title { font-size: 24px; line-height: 34px; margin-bottom: 30px; }

  .search-hero-sec .hero-inner .title h1 { font-size: 29px; line-height: 34px; }
  .search-hero-sec .hero-inner .form form { flex-wrap: wrap; }
  .search-hero-sec .hero-inner .left { padding:50px 30px 50px; }
  .search-hero-sec .hero-inner .left-element { top: 10px; display: inline-block; left: -10px; }
}

@media(max-width:991px){
  .search-hero-sec .hero-inner {flex-wrap: wrap;}
  .search-hero-sec .hero-inner .left, .search-hero-sec .hero-inner .right { width: 100%; }
  .search-hero-sec .hero-inner .form { margin: 20px 0 0; }
  .search-hero-sec .hero-inner .left { padding:50px 30px 30px 30px; }
  .update-articles-detail .single-article {flex-wrap: wrap;}

  .update-articles-detail .single-article .article-content { width: 100%;  }
  .update-articles-detail .single-article .article-content .featured-image { margin-bottom: 20px; }
  .update-articles-detail .single-article .article-content .content h1 span { margin: 0; line-height: 1.3; }
  .update-articles-detail .single-article .side-infos { width: 100%; }
  .update-articles-detail .single-article .side-infos .author { margin: 0 0 30px 0; }
  .update-articles-detail .single-article .side-infos .cta-content { max-width: 100%; }
  .update-articles-detail .single-article .side-infos .share { margin-top: 30px; }
  .update-articles-detail .single-article .side-infos .share h3.title br { display: none; }
  .related-sec .similar-articles { margin-top: 50px; }
  .results-article-2 { width: 100%; gap: 40px 20px; }
  .result-post .results-title { margin: 40px 0; }
  .search-hero-sec .hero-inner .right img.mobile {
    display: inline-block;
    max-width: 360px;
    height: 170px;
    margin-top: -50px;
    object-position: top; 
  }
  .search-hero-sec .hero-inner .right img.desktop { display: none; }
}


@media(max-width:767px){
  .container { padding-left: 30px; padding-right: 30px; }
  .update-articles .articles-wrap:after, .update-articles .articles-wrap:before { display: none; }
  .update-articles .articles-listing .all-articles .article-highlight { margin-bottom: 30px; padding-bottom: 30px; }
  .update-articles .pagination { margin: 40px 0 0; }

  .related-sec:after { display: none; }
  .update-articles-detail:after { display: none; }
  .update-articles-detail .single-article .article-content .content h1 span { font-size: 22px; }
  .related-sec .title h2 { margin: 0 0 30px 0; }
  .related-sec .article-item .article-infos .date { margin: 20px 0 0; }
  .related-sec .article-item .article-infos .title { margin: 15px 0; }
  .similar-articles .similar-articles-container { gap: 30px; }
  .update-articles-detail .single-article .side-infos .cta-content { padding: 30px 30px 22px; overflow: hidden; }
  .update-articles-detail .single-article .side-infos .cta-content .bg { height: 110px; left: 0; top: -12px; transform: rotate(200deg); width: 100px; }
  .update-articles .tag-listing .article-item .date, .update-articles .author-articles .article-item .date { margin: 20px 0 0; }
  .update-articles .tag-listing .article-item .title, .update-articles .author-articles .article-item .title { margin: 15px 0; }
  .update-articles .author-articles { gap: 30px 20px; }
  .result-post:after, .result-post:before { display: none; }
  .result-post .article-item p.date { margin: 20px 0 0; }
  .result-post .article-item .title {margin: 15px 0; }
  .result-post .results-container {  gap: 30px 20px; }
}