/* VARIABLES */
/* RESET */
/* BOX-SIZING */
* {
  box-sizing: border-box; /* Opera/IE 8+ */
  /* transition : background-color 0.4s ease, color 0.4s ease; */
}

/* SCROLLBAR IE */
html {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* RESET */
a {
  color: #000;
}
a:hover {
  color: black;
}

BODY {
  position: relative;
  margin: 0px;
  padding: 0px;
  font-family: "Cooper", Arial, sans-serif;
  max-width: 100%;
  min-width: 300px;
  background: radial-gradient(196.85% 86.28% at 69.15% 19.43%, #EA6030 0%, #AE1221 50%, #452321 100%), #D9D9D9;
}

HR {
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0em;
  -webkit-margin-end: 0em;
  border-style: none;
}

FORM {
  margin: 0px;
  padding: 0px;
}

button, input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

IMG {
  border: 0;
  width: auto;
  height: auto;
  display: block;
  user-select: none;
}

H1, H2, H3, H4 {
  margin: 0px;
  padding: 0px;
  font-weight: normal;
  font-size: 1em;
}

P {
  margin: 0px;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}
a[href], a[onclick], a[popup] {
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #000;
}

:focus {
  outline: none;
}

::-moz-focus-inner {
  border: 0;
}

input {
  border: none;
}

textarea {
  resize: vertical;
}

INPUT::-ms-clear {
  display: none;
}

PRE {
  padding: 15px;
  background-color: #e8e8e8;
  font-size: 14px;
  color: #000;
}

.ck_edit_fix A {
  text-decoration: underline;
}
.ck_edit_fix img {
  display: inline-block;
}
.ck_edit_fix ul {
  list-style-none: circle;
  margin-left: 20px;
}
.ck_edit_fix ul li {
  margin-left: 20px;
}

@font-face {
  font-family: "Cooper";
  src: url(css/font/Cooper-Regular.ttf) format("ttf"), url(css/font/Cooper-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Cooper";
  src: url(css/font/Cooper-Bold.ttf) format("ttf"), url(css/font/Cooper-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "casaloca";
  src: url(css/src/icons/fonts/casaloca.eot);
  src: url(css/src/icons/fonts/casaloca.eot#iefix) format("embedded-opentype"), url(css/src/icons/fonts/casaloca.woff2) format("woff2"), url(css/src/icons/fonts/casaloca.ttf) format("truetype"), url(css/src/icons/fonts/casaloca.woff) format("woff"), url(css/src/icons/fonts/casaloca.svg#casaloca) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change font */
  font-family: "casaloca" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-facebook:before {
  content: "\e901";
}

.icon-instagram:before {
  content: "\e902";
}

.icon-spark:before {
  content: "\e903";
}

.icon-star:before {
  content: "\e904";
}

/* LAYOUT */
.header_address {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 20px;
  color: #FBF7C8;
  font-weight: 600;
  background-color: #FF95BC;
  z-index: 1000;
}

header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
  z-index: 501;
  font-size: 0;
}
header .burger-w {
  display: none;
}
header .header-menu-w {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-basis: calc(100% - 61px);
}
header .header-menu-w ul.main-menu {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: left;
  padding-left: 0;
}
header .header-menu-w ul.main-menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
header .header-menu-w ul.main-menu li.current-menu-item a {
  color: #EA6030;
  font-weight: 600;
}
header .header-menu-w ul.main-menu li a {
  position: relative;
  display: block;
  padding: 0 5px;
  font-family: "Cooper", Arial, serif;
  color: #FBF7C8;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  transition: color 0.4s ease;
  user-select: none;
}
header .header-menu-w ul.main-menu li a:hover {
  color: #FF95BC;
}
header .header-mid {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: flex-start;
}
header .header-mid .logo_w {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  box-sizing: content-box;
  font-size: 0;
  z-index: 12;
}
header .header-mid .logo_w .logo {
  display: inline-block;
}
header .header-mid .logo_w .logo img {
  height: auto;
  width: 122px;
  padding: 10px 0;
}
header .header-right {
  display: flex;
  justify-content: flex-end;
  flex-basis: calc(100% - 61px);
}
header .nav-menu {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
header .nav-menu .secondary-menu {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
header .nav-menu .secondary-menu a.cta_main {
  display: block;
  margin-left: 15px;
  margin-top: 0;
  padding: 10px 20px;
  color: #AE1221;
  text-align: center;
  background-color: #FBF7C8;
  border: none;
  user-select: none;
  transition: background-color 0.4s ease, color 0.4s ease, border 0.4s ease;
}
header .nav-menu .secondary-menu a.cta_main:hover {
  color: #FF95BC;
  background-color: #fcf9d3;
}
header .social-menu {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 5px;
}
header .social-menu a {
  display: inline-block;
  vertical-align: middle;
  padding: 2px;
}
header .social-menu a span {
  color: #FBF7C8;
  font-size: 28px;
  transition: opacity 0.4s ease-in-out;
}
header .social-menu a:hover img {
  opacity: 0.8;
}

@media screen and (min-width: 1170px) {
  header .header-mid {
    gap: 25px;
  }
  header .header-menu-w .social-menu {
    display: none;
  }
  header .header-menu-w ul.main-menu li.menu-item-has-children {
    position: relative;
  }
  header .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu {
    position: absolute;
    top: 60px;
    display: none;
    width: 200px;
    background: #FFF;
    text-align: left;
    padding: 10px;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.12);
  }
  header .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li {
    margin: 10px 0;
    width: 100%;
  }
  header .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li a {
    color: #000;
  }
  header .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li a:hover {
    color: #EA6030;
  }
  header .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li.current-menu-item a {
    color: #EA6030;
  }
}
@media screen and (max-width: 1170px) {
  .cache {
    position: fixed;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 500;
  }
  header {
    padding: 0 20px;
  }
  header .social-menu {
    display: none;
  }
  header .header-menu-w {
    display: none;
  }
  header .burger-w {
    position: relative;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 10px;
    cursor: pointer;
  }
  header .burger-w span {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 0;
    background-color: #FBF7C8;
    transition: opacity 0.4s ease, background-color 0.4s ease, transform 0.4s ease;
  }
  header .burger-w span:first-child {
    top: calc(50% - 8px);
  }
  header .burger-w span:last-child {
    top: calc(50% + 8px);
  }
  header .burger-w.is-clicked span:nth-child(2) {
    opacity: 0;
  }
  header .burger-w.is-clicked span:first-child {
    transform: rotate(45deg) translate(6px, 6px);
  }
  header .burger-w.is-clicked span:last-child {
    transform: rotate(-45deg) translate(5px, -5px);
  }
  header.is-open {
    background-color: rgba(234, 96, 48, 0.1);
  }
  header.is-open .header-menu-w {
    position: absolute;
    top: 110px;
    left: 0;
    display: block;
    width: 100%;
    padding: 30px 20px 30px 20px;
    z-index: 10;
    overflow-y: auto;
  }
  header.is-open .header-menu-w .social-menu {
    display: block;
    text-align: center;
    margin-top: 5px;
  }
  header.is-open .header-menu-w .social-menu a {
    margin: 0 5px;
  }
  header.is-open .header-menu-w .social-menu a img {
    width: 25px;
  }
  header.is-open .header-menu-w ul.main-menu {
    display: block;
    width: 100%;
    padding-left: 0;
  }
  header.is-open .header-menu-w ul.main-menu li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5px 0;
    text-align: center;
  }
  header.is-open .header-menu-w ul.main-menu li a {
    display: block;
    padding: 10px 0;
  }
  header.is-open .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu {
    display: none;
    width: 100%;
    padding-left: 0;
  }
  header.is-open .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li {
    margin: 10px 0;
    width: 100%;
  }
  header.is-open .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li a {
    color: #000;
  }
  header.is-open .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li a:hover {
    color: #EA6030;
  }
  header.is-open .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li.current-menu-item a {
    color: #EA6030;
  }
  .home header.is-open {
    background-color: #AE1221;
  }
  .home header.is-open .header-menu-w {
    background-color: #AE1221;
  }
  .home header.is-open .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li a {
    color: #000;
  }
  .home header.is-open .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li a:hover {
    color: #EA6030;
  }
  .home header.is-open .header-menu-w ul.main-menu li.menu-item-has-children ul.sub-menu li.current-menu-item a {
    color: #EA6030;
  }
}
@media screen and (max-width: 700px) {
  header .burger-w {
    width: 40px;
    height: 50px;
    padding: 6px 0;
    text-align: center;
  }
  header.is-open .nav-menu {
    top: 77px;
  }
  header .nav-menu .secondary-menu .social-menu {
    display: none;
  }
  header .nav-menu .secondary-menu a.cta_main {
    margin-left: 10px;
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 550px) {
  header .header-mid .logo_w .logo img {
    height: auto;
    width: 100%;
    max-width: 100px;
  }
  header.is-open .header-menu-w {
    position: absolute;
    top: 80px;
  }
}
.footer {
  position: relative;
  width: 100%;
}
.footer .footer-w {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 30px;
  padding: 50px 50px;
}
.footer .footer-social {
  display: flex;
  justify-content: space-between;
  gap: 1px;
  padding: 0 40px;
  border-radius: 25px 25px 0 0;
  overflow: hidden;
}
.footer .footer-social a {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
  padding: 50px 20px;
  gap: 5px;
  color: #AE1221;
  font-size: 26px;
  line-height: 30px;
  font-weight: 600;
  background-color: #FBF7C8;
}
.footer .footer-social a:first-child {
  border-top-left-radius: 50px;
}
.footer .footer-social a:last-child {
  border-top-right-radius: 50px;
}
.footer .footer-social a [class^=icon-] {
  color: #FF95BC;
  transition: transform 0.2s ease-in-out;
}
.footer .footer-social a:hover {
  color: #FBF7C8;
  background-color: #3AA895;
}
.footer .footer-social a:hover [class^=icon-] {
  transform: rotate(45deg);
}
.footer .logo_w {
  display: block;
}
.footer .logo_w img {
  width: 244px;
  height: auto;
}
.footer .footer_top {
  position: absolute;
  top: -18px;
  right: 55px;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  color: #FFF;
  font-size: 23px;
  line-height: 38px;
  text-align: center;
  background-color: #EA6030;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
.footer .footer_top:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent #FFF transparent;
}
.footer .footer_top:hover {
  background-color: #AE1221;
}
.footer ul.footer-menu {
  display: block;
  margin: 0;
  padding: 0;
}
.footer ul.footer-menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
}
.footer ul.footer-menu li a {
  position: relative;
  display: block;
  color: #FBF7C8;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  padding: 5px 5px;
  transition: color 0.4s ease;
  user-select: none;
}
.footer ul.footer-menu li a:hover {
  color: #EA6030;
}
.footer .footer-bottom {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 10px 15px;
  gap: 5px;
  background-color: #FF95BC;
}
.footer .footer_address,
.footer .footer_copyright {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 20px;
  color: #FBF7C8;
  font-weight: 600;
}
.footer .footer_copyright {
  font-weight: 400;
}

@media screen and (max-width: 800px) {
  .footer .footer-social a {
    padding: 40px 20px;
    font-size: 20px;
    line-height: 24px;
  }
  .footer .footer-social a:first-child {
    border-top-left-radius: 30px;
  }
  .footer .footer-social a:last-child {
    border-top-right-radius: 30px;
  }
}
@media screen and (max-width: 600px) {
  .footer .footer_top {
    display: block;
    margin: 0 auto;
  }
  .footer .footer_w {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
  }
  .footer .footer-social {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
  }
  .footer .footer-social a {
    padding: 20px;
    font-size: 18px;
  }
  .footer .footer-social a:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
  .footer .footer-social a:last-child {
    border-top-right-radius: 0;
  }
  .footer .footer-social a [class^=icon-] {
    color: #FF95BC;
    transition: transform 0.2s ease-in-out;
  }
  .footer .footer-social a:hover [class^=icon-] {
    transform: rotate(45deg);
  }
}
/* PAGE */
.container {
  width: 100%;
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 40px;
}

@media only screen and (max-width: 970px) {
  .container {
    padding: 0 20px;
  }
}
.row {
  position: relative;
  width: 100%;
  margin: 90px 0;
}

[class^=col-] {
  display: inline-block;
  vertical-align: middle;
}

.col-30 {
  width: 33.333%;
}

.col-40 {
  width: 40%;
}

.col-50 {
  width: 50%;
}

.col-60 {
  width: 60%;
}

.pr100 {
  padding-right: 100px;
}

.subtitle {
  display: block;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #AE1221;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}

h1, .h1_style {
  margin-bottom: 20px;
  font-family: "Cooper", Arial, serif;
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  color: #EA6030;
}

h2, .h2_style {
  margin-bottom: 15px;
  font-family: "Cooper", Arial, serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #000000;
}

h3, .h3_style,
h4, .h4_style {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 17px;
  line-height: 23px;
  color: #AE1221;
}

@media only screen and (max-width: 970px) {
  h1, .h1_style {
    font-size: 32px;
    line-height: 45px;
  }
  h2, .h2_style {
    font-size: 22px;
    line-height: 26px;
  }
  h3, .h3_style,
  h4, .h4_style {
    font-size: 16px;
    line-height: 22px;
  }
}
p {
  font-family: "Alata", Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #000000;
}
p strong, p b {
  font-weight: 600;
}

.title--w {
  margin-bottom: 50px;
  font-size: 0;
  display: flex;
  justify-content: space-between;
}
.title--w h1,
.title--w h2 {
  text-align: left;
  margin-bottom: 0;
}
.title--w .cta {
  text-align: right;
  height: fit-content;
}

@media only screen and (max-width: 650px) {
  .title--w {
    margin-bottom: 30px;
    display: block;
  }
  .title--w h1,
  .title--w h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .title--w .cta {
    text-align: left;
    height: auto;
  }
}
.iframe_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.iframe_container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post_content h2, .press_content h2 {
  margin-top: 15px;
  padding: 10px 0;
  font-size: 20px;
  line-height: 26px;
  color: #EA6030;
}
.post_content h3, .press_content h3 {
  padding: 0;
  font-size: 14px;
  line-height: 20px;
}
.post_content p, .press_content p {
  padding: 10px 0;
}
.post_content p strong, .post_content p b, .press_content p strong, .press_content p b {
  font-weight: bold;
}
.post_content ul, .post_content ol, .press_content ul, .press_content ol {
  list-style-position: inside;
  padding: 10px 0;
  margin: 0;
}
.post_content ul li, .post_content ol li, .press_content ul li, .press_content ol li {
  font-family: "Cooper", Arial, serif;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}
.post_content a, .press_content a {
  color: #EA6030;
  transition: color 0.4s ease;
}
.post_content a:hover, .press_content a:hover {
  color: #F2F2F2;
}
.post_content blockquote, .press_content blockquote {
  margin: 25px 0;
}
.post_content blockquote p, .press_content blockquote p {
  padding: 0;
  text-align: left;
  color: #000000;
  font-size: 17px;
  line-height: 22px;
}
.post_content .wp-caption, .press_content .wp-caption {
  width: 100% !important;
  height: auto;
  margin: 10px 0;
}
.post_content .wp-caption img, .press_content .wp-caption img {
  width: 100%;
}
.post_content .wp-caption .wp-caption-text, .press_content .wp-caption .wp-caption-text {
  font-size: 14px;
  line-height: 19px;
}
.post_content img, .press_content img {
  width: 100%;
  height: auto;
  margin: 10px 0;
}
.post_content hr, .press_content hr {
  border: 0.5px solid #e0e0e0;
  margin: 20px;
}
.post_content .twitter-tweet, .press_content .twitter-tweet {
  margin: 0 auto;
}

.cta--w {
  display: flex;
  margin-top: 20px;
  gap: 10px 15px;
  flex-wrap: wrap;
}
.cta--w.center {
  justify-content: center;
}

.cta {
  position: relative;
  display: inline-block;
  padding: 12px 23px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  user-select: none;
  border-radius: 0;
  transition: background-color 0.4s ease, color 0.4s ease !important;
  user-select: none;
  cursor: pointer;
}
.cta.cta_main {
  color: #FFFFFF;
  background-color: #3AA895;
}
.cta.cta_main:hover {
  color: #FBF7C8;
  background-color: #318f7f;
}
.cta.cta_white {
  color: #EA6030;
  background-color: #FFFFFF;
}
.cta.cta_white:hover {
  color: #AE1221;
  background-color: #FFF;
}
.cta.cta_secondary {
  color: #AE1221;
  border: 1px solid #FBF7C8;
  background-color: #FBF7C8;
}
.cta.cta_secondary:hover {
  color: #AE1221;
  background-color: #fcf9d3;
}
.cta.cta_pink {
  color: #FFFFFF;
  background-color: #FF95BC;
}
.cta.cta_pink:hover {
  color: #FFFFFF;
  background-color: #ffaac9;
}

input {
  padding: 15px;
  font-size: 14px;
  color: #000;
  width: 100%;
  background-color: #FFF;
}
input[type=submit] {
  background-color: #EA6030;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  padding: 15px 35px;
  width: auto;
  cursor: pointer;
  transition: background-color 0.4s ease;
}
input[type=submit]:hover {
  background-color: #AE1221;
}

ul.classic-text {
  margin: 0;
  list-style: none;
  padding-left: 0;
}
ul.classic-text li {
  margin-bottom: 20px;
}
ul.classic-text li .classic-text-title {
  margin-bottom: 5px;
}
ul.classic-text li:last-child {
  margin-bottom: 0;
}

.term_description {
  margin-bottom: 20px;
  margin-top: -20px;
}
.term_description p {
  margin-bottom: 12px;
  text-align: justify;
}

@media only screen and (max-width: 1000px) {
  .row {
    margin: 40px 0;
  }
}
@media screen and (max-width: 600px) {
  .post_content hr {
    margin: 30px 0;
  }
}
.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.center {
  text-align: center;
}

.plant-absolute {
  position: absolute;
}
.plant-absolute.plant-left {
  left: 0;
  bottom: -120px;
  height: auto;
  z-index: 10;
}
.plant-absolute.plant-left img {
  width: 109px;
  height: 245px;
}
.plant-absolute.plant-right {
  right: 0;
  top: 200vh;
}

.radius {
  border-radius: 10px;
}

.grecaptcha-badge {
  visibility: hidden;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.1);
}

::selection {
  background: rgba(0, 0, 0, 0.1);
}

.front-row {
  position: relative;
  margin-top: 0;
  margin-bottom: 100px;
}
.front-row:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  background-image: url(images/border.svg);
  background-repeat: repeat-x;
  width: 100%;
  height: 40px;
}

.head--row {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 0;
  margin-bottom: 0;
  min-height: calc(100vh - 200px);
  padding: 0 40px;
}
.head--row .head-title {
  position: relative;
  padding: 10px 30px;
  z-index: 5;
}
.head--row .head-title h1 {
  display: block;
  margin-bottom: 0;
  width: 100%;
  font-size: 60px;
  line-height: 70px;
  text-align: left;
  color: #FBF7C8;
  text-transform: none;
}
.head--row .head-background {
  position: absolute;
  bottom: 0;
  left: 40px;
  margin-top: 50px;
  margin-bottom: 0;
  width: calc(100% - 80px);
  height: calc(100% - 60px);
}
.head--row .head-background .head-background-img {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}

.head--content {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  text-align: left;
  padding: 40px 60px;
  z-index: 2;
}
.head--content .head--content-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 20px;
}
.head--content .head--content-text img {
  width: auto;
  max-width: 100%;
}
.head--content .head--content-text p {
  font-family: "Cooper", Arial, serif;
}
.head--content .cta--w {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  width: 400px;
  text-align: center;
}
.head--content p {
  color: #FBF7C8;
  font-size: 18px;
  line-height: 27px;
}

@media screen and (max-width: 1050px) {
  .head--content {
    flex-direction: column;
  }
  .head--content .head--content-text {
    justify-content: center;
    text-align: center;
  }
  .head--content .head--content-text img {
    display: inline-block;
    text-align: center;
  }
  .head--content .cta--w {
    flex-direction: row;
    width: 100%;
    justify-content: center;
  }
  .head--row .head-background {
    height: calc(100% - 50px);
  }
}
@media screen and (max-width: 970px) {
  .head--row {
    padding-left: 20px;
    padding-right: 20px;
    min-height: calc(100vh - 100px);
  }
  .head--row .head-background {
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 70px);
  }
  .head--row .head-background {
    height: calc(100% - 50px);
  }
}
@media screen and (max-width: 850px) {
  .head--row .head-background {
    height: calc(100% - 40px);
  }
  .head--content {
    padding: 40px;
  }
  .head--content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media screen and (max-width: 670px) {
  .head--row .head-title {
    padding: 10px 20px;
  }
  .head--row .head-background {
    left: 20px;
    width: calc(100% - 40px);
  }
  .head--content {
    padding: 30px;
    text-align: center;
  }
  .head--content .cta--w {
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  .head--row .head-title h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
.presentation-row {
  text-align: center;
}
.presentation-row img {
  width: 300px;
  margin: 0 auto;
}
.presentation-row .front-content {
  width: 100%;
  max-width: none;
  margin: 0 auto;
}
.presentation-row .front-content h2, .presentation-row .front-content h3, .presentation-row .front-content h4 {
  margin-top: 20px;
  color: #FBF7C8;
}
.presentation-row .front-content p {
  font-family: "Alata", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  color: #FBF7C8;
}
.presentation-row .front-content p + p {
  margin-top: 20px;
}

.single h1 {
  margin-bottom: 15px;
}
.single .post_thumbnail_w {
  position: relative;
  width: 100%;
  padding-bottom: 35%;
  overflow: hidden;
  margin-bottom: 35px;
  margin-top: 25px;
}
.single .post_thumbnail_w img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
}
.single .post_content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.single .post_content h2 {
  margin-bottom: 10px;
  margin-top: 15px;
}
.single .post_content h3 {
  margin-bottom: 5px;
  margin-top: 20px;
}
.single .post_content h4 {
  margin-bottom: 5px;
  margin-top: 20px;
}
.single .post_content p {
  font-family: "Alata", Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
  text-align: justify;
  padding: 6px 0;
}
.single .post_content ul, .single .post_content ol {
  padding: 10px 0;
}
.single .post_content ul li, .single .post_content ol li {
  font-family: "Alata", Arial, sans-serif;
  font-size: 14px;
  line-height: 19px;
}
.single .post_content img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.single .post_content a[data-fancybox] {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.single .post_content a[data-fancybox] img {
  margin: 0;
  max-width: 296px;
}
.single .post_content ul.post_gallery li {
  display: inline-block;
  vertical-align: top;
}
.single .post_content .iframe_container {
  margin-bottom: 20px;
  margin-top: 10px;
}
.single .post_content .cta--w {
  margin-top: 20px;
  margin-bottom: 20px;
}
.single .post_social {
  text-align: center;
  border-top: 0.5px solid #e0e0e0;
  border-bottom: 0.5px solid #e0e0e0;
  padding: 20px;
  margin: 20px;
}
.single .cta--w {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 600px) {
  .single .post_date {
    font-size: 14px;
    line-height: 20px;
  }
  .single .post_thumbnail_w {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-bottom: 25px;
  }
  .single .post_content {
    margin-bottom: 30px;
  }
  .single .post_content h2, .single .post_content .h2_style {
    padding: 10px 0;
  }
  .single .post_content p {
    padding: 10px 0;
  }
  .single .post_content ul, .single .post_content ol {
    padding: 10px 0;
  }
  .single .post_social {
    margin: 20px 0;
  }
  .single .list_article_title {
    font-size: 25px;
    line-height: 32px;
  }
  .single ul.list_article li.item_article {
    width: calc(100% - 30px);
  }
}
.classic--row {
  margin-top: 30px;
}
.classic--row .classic--bloc {
  display: flex;
  align-content: stretch;
  justify-content: space-between;
  font-size: 0;
}
.classic--row .classic--bloc.classic--bloc-image {
  gap: 20px;
}
.classic--row .classic--bloc.classic--bloc-image .classic_image {
  position: relative;
  height: 0;
  padding-top: 50%;
}
.classic--row .classic--bloc.classic--bloc-image .classic_image .classic_image-cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.classic--row .classic--bloc .classic_image {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  flex-basis: 50%;
  margin: 0;
}
.classic--row .classic--bloc .classic_image .classic_image-cover {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.classic--row .classic--bloc .classic_content {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  padding: 40px 30px;
}
.classic--row .classic--bloc .classic_content h1 {
  display: block;
  white-space: normal;
  margin-bottom: 5px;
  color: #FBF7C8;
}
.classic--row .classic--bloc .classic_content h2 {
  color: #FBF7C8;
  text-align: left;
}
.classic--row .classic--bloc .classic_content h3 {
  margin-bottom: 0;
  font-family: "Alata", Arial, sans-serif;
  color: #FF95BC;
  font-size: 12px;
  text-transform: uppercase;
}
.classic--row .classic--bloc .classic_content p {
  color: #FFFFFF;
  font-family: "Cooper", Arial, serif;
  font-size: 18px;
  line-height: 24px;
}
.classic--row .classic--bloc .classic_content .classic_desc {
  display: block;
  margin-top: 20px;
  white-space: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 18px;
  color: #838383;
}
.classic--row .classic--bloc .classic_content .classic_desc + .cta--w {
  margin-top: 30px;
}
.classic--row .classic--bloc .classic_content .cta--w {
  margin-top: 10px;
}

@media only screen and (max-width: 768px) {
  .classic--row {
    margin-top: 0;
  }
  .classic--row .classic--bloc {
    flex-wrap: wrap;
  }
  .classic--row .classic--bloc .classic_image {
    display: block;
    padding: 0 20px;
    width: 100%;
    flex-basis: 100%;
    height: 300px;
    margin-bottom: 0;
    order: 1;
  }
  .classic--row .classic--bloc .classic_content {
    display: block;
    width: 100%;
    flex-basis: 100%;
    padding: 20px;
    order: 2;
  }
  .classic--row .classic--bloc .classic_content .classic_desc {
    margin-top: 5px;
  }
  .classic--row .classic--bloc .classic_content h2 {
    font-size: 16px;
    line-height: 22px;
  }
}
.contact--page {
  font-size: 0;
}
.contact--page h2 {
  color: #FBF7C8;
}
.contact--page .contact--w .contact--image {
  width: 100%;
  height: 400px;
  margin: 0;
  margin-bottom: 25px;
}
.contact--page .contact--w .contact--image .swiper-slide {
  background-position: center;
  background-size: cover;
}
.contact--page .contact--w .contact--content {
  padding: 0 20px;
}
.contact--page .contact--w .contact--content h1 {
  display: block;
  width: 100%;
  white-space: normal;
  margin-bottom: 15px;
}
.contact--page .contact--w .contact--content .contact-desc {
  display: block;
  width: 100%;
  white-space: normal;
  font-weight: 300;
  color: #838383;
  margin-bottom: 30px;
}

.contact--form {
  padding: 40px;
  border-radius: 25px;
  background-color: #FBF7C8;
}

#map {
  height: 350px;
  width: 100%;
  margin-top: 20px;
}

.contact--bloc {
  display: inline-block;
  vertical-align: middle;
  width: 65%;
}
.contact--bloc:first-child {
  width: 35%;
  padding-right: 20px;
}
.contact--bloc h1, .contact--bloc h2, .contact--bloc h3 {
  color: #FBF7C8;
}
.contact--bloc p, .contact--bloc div {
  font-size: 15px;
  line-height: 18px;
  color: #FBF7C8;
  margin-bottom: 15px;
}
.contact--bloc p span, .contact--bloc div span {
  display: block;
  color: #000;
  font-size: 15px;
  line-height: 18px;
}
.contact--bloc p a, .contact--bloc div a {
  color: #EA6030;
  transition: color 0.4s ease;
}
.contact--bloc p a:hover, .contact--bloc div a:hover {
  color: #AE1221;
}
.contact--bloc ul.list-metro {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0;
  margin: 0 0 5px 0;
}
.contact--bloc ul.list-metro li {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 25px;
  height: 25px;
  text-align: center;
  font-size: 14px;
  line-height: 25px;
  border-radius: 50px;
}
.contact--bloc ul.list-metro li.metro_1 {
  color: #000;
  background-color: #fece00;
}
.contact--bloc ul.list-metro li.metro_4 {
  color: #FFF;
  background-color: #be418d;
}
.contact--bloc ul.contact-list {
  padding-left: 0;
}
.contact--bloc ul.contact-list li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.contact--bloc ul.contact-list li:nth-child(odd) {
  padding-right: 20px;
}
.contact--bloc ul.contact-list li span {
  display: block;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.contact--bloc .contact--social {
  display: block;
  width: 100%;
  margin-top: 20px;
}
.contact--bloc .contact--social a {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #EA6030;
  transition: background-color 0.4s ease;
}
.contact--bloc .contact--social a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 25px;
  color: #FBF7C8;
}
.contact--bloc .contact--social a:hover {
  background-color: #AE1221;
}

@media only screen and (max-width: 768px) {
  .contact--page .container {
    padding: 0;
  }
  .contact--bloc {
    display: block;
    width: 100%;
    padding: 0 20px;
    margin: 20px 0;
  }
  .contact--bloc:first-child {
    width: 100%;
  }
}
@media only screen and (max-width: 620px) {
  .contact--bloc ul.contact-list li {
    display: block;
    width: 100%;
  }
  .contact--bloc ul.contact-list li:nth-child(odd) {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) {
  .contact--page .contact--w {
    display: flex;
    align-items: center;
  }
  .contact--page .contact--w .contact--image {
    order: 2;
    height: calc(100vh - 200px);
    width: 50%;
    margin: 0;
  }
  .contact--page .contact--w .contact--content {
    width: 50%;
    order: 1;
    white-space: nowrap;
    padding-bottom: 50px;
    align-self: flex-end;
    padding: 0;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .contact--page .contact--w .contact--image {
    width: 40%;
  }
  .contact--page .contact--w .contact--content {
    width: 60%;
    padding-right: 50px;
  }
}
.page-template-template-contact section {
  max-width: 870px;
}

.form {
  max-width: 690px;
  width: 100%;
  margin: 0 auto;
}

form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  --gap: 20px;
  --number-of-items: 2;
  --number-of-gaps: 1;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
}
form div {
  display: block;
  position: relative;
  width: calc(100% / var(--number-of-items) - var(--gap) * var(--number-of-gaps) / var(--number-of-items));
}
form div.form_100 {
  width: 100%;
}
form div label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}
form div input,
form div textarea,
form div select {
  display: block;
  width: 100%;
  padding: 12px 10px;
  font-family: "Alata", Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  background-color: #FFF;
  border: 2px solid #F2F2F2;
  border-radius: 10px;
  transition: border 0.4s ease-out;
}
form div input:focus,
form div select:focus {
  border-color: #EA6030;
}
form div textarea {
  min-height: 64px;
}
form div textarea:focus {
  border-color: #EA6030;
}
form div input[type=submit] {
  border: none;
}
form div.wpcf7-response-output {
  margin: 0 0 20px 0;
  padding: 15px;
  border: none;
  font-size: 14px;
  white-space: normal;
}
form div.wpcf7-mail-sent-ok {
  background-color: #8BC34A;
  color: #FFF;
}
form div.wpcf7-mail-sent-ng,
form div.wpcf7-aborted {
  background-color: #EF5350;
  color: #FFF;
}
form div.wpcf7-spam-blocked {
  background-color: #ffe082;
}
form div.wpcf7-validation-errors,
form div.wpcf7-acceptance-missing {
  background-color: #ffe082;
}
form span.wpcf7-not-valid-tip {
  color: #F44336;
  font-size: 1em;
  font-weight: normal;
  display: block;
  margin-top: 5px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .contact--page h2 {
    padding: 0 20px;
  }
  form {
    margin-top: 20px;
  }
  form p.form_33, form p.form_66 {
    display: block;
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
}
.wpcf7 form .wpcf7-response-output {
  margin: 30px 0 0 0 !important;
  padding: 1rem 1.5rem !important;
  font-size: 0.9rem;
  line-height: 1.1rem;
  color: #FFF;
  border: none !important;
  border-radius: 0;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #20C964;
  background-color: rgba(32, 201, 100, 0.15);
}
.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  color: #FE283C;
  background-color: rgba(254, 40, 60, 0.15);
}
.wpcf7 form.spam .wpcf7-response-output, .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: #FE7528;
  background-color: rgba(254, 117, 40, 0.15);
}

.error404 section {
  position: relative;
  min-height: calc(100vh - 77px - 101px);
}
.error404 section .error_w {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

@media screen and (max-width: 1170px) {
  .error404 section {
    min-height: calc(100vh - 77px - 96px);
  }
}
@media screen and (max-width: 700px) {
  .error404 section {
    min-height: calc(100vh - 117px - 77px);
  }
}
/* SECTION */
.blog--page .blog--w .blog--item {
  width: calc(33.333% - 30px);
  margin-bottom: 15px;
}
.blog--page .blog--w .blog--item .blog--infos {
  padding: 20px 0;
  text-align: left;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05) rotate(5deg);
  }
  100% {
    transform: scale(1) rotate(0deg);
  }
}
.blog--w {
  --gap: 20px;
  --number-of-items: 3;
  --number-of-gaps: 2;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--gap) * 2) var(--gap);
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1400px;
  text-align: center;
}
.blog--w .badge {
  position: absolute;
  z-index: 10;
  transition: transform 0.2s ease;
}
.blog--w .badge.badge-spicy {
  top: 50px;
  left: -20px;
  width: 80px;
  height: auto;
  animation: pulse 4s 1s ease-in-out infinite;
}
.blog--w .badge.badge-piment {
  bottom: 100px;
  right: -20px;
  width: 100px;
  height: auto;
  animation: pulse 5s 2s ease-in-out infinite;
}
.blog--w .blog--item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(100% / var(--number-of-items) - var(--gap) * var(--number-of-gaps) / var(--number-of-items));
  margin: 0;
  overflow: hidden;
}
.blog--w .blog--item:before, .blog--w .blog--item:after {
  position: absolute;
  top: -5px;
  width: 20px;
  height: calc(100% + 10px);
  content: "";
  background-image: url(images/brush.svg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 5;
}
.blog--w .blog--item:before {
  left: -10px;
}
.blog--w .blog--item:after {
  right: -10px;
  transform: rotate(180deg);
}
.blog--w .blog--item .blog--item--content {
  overflow: hidden;
  position: relative;
}
.blog--w .blog--item .blog--image {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.blog--w .blog--item .blog--image .blog--cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.blog--w .blog--item .blog--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 103%;
  height: auto;
  min-height: 103%;
  opacity: 0.7;
  transition: opacity 0.4s ease;
}
.blog--w .blog--item .blog--infos {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  text-align: left;
  background-color: #FBF7C8;
  z-index: 3;
  transition: padding-bottom 0.4s ease;
}
.blog--w .blog--item .blog--infos .blog--title {
  font-family: "Cooper", Arial, serif;
  font-size: 20px;
  line-height: 26px;
  color: #AE1221;
  font-weight: 600;
  text-align: center;
  transition: color 0.4s ease;
}
.blog--w .blog--item .blog--infos p {
  margin-top: 5px;
  color: #EA6030;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.blog--w .blog--item .blog--infos .cta--w {
  margin-top: 15px;
  justify-content: center;
  text-align: center;
}
.blog--w .blog--item .blog--infos .cta {
  padding: 8px 18px;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #AE1221;
}
.blog--w .blog--item .blog--infos .cta:hover {
  color: #FFFFFF !important;
}
.blog--w.columns-4 {
  --number-of-items: 4;
  --number-of-gaps: 3;
}
.blog--w.columns-4 .blog--item .blog--image {
  padding-top: 125%;
}

@media only screen and (max-width: 1300px) {
  .blog--w .blog--item .blog--image {
    padding-top: 125%;
  }
  .blog--w.columns-4 {
    --number-of-items: 2;
    --number-of-gaps: 1;
  }
  .blog--w.columns-4 .blog--item .blog--image {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  .blog--w .badge.badge-spicy {
    top: 40px;
    left: -10px;
    width: 70px;
  }
  .blog--w .badge.badge-piment {
    bottom: 120px;
    right: -10px;
    width: 90px;
  }
}
@media only screen and (max-width: 900px) {
  .blog--w {
    --number-of-items: 1;
    --number-of-gaps: 0;
  }
  .blog--w .blog--item .blog--image {
    padding-top: 35%;
  }
  .blog--w.columns-4 .blog--item .blog--image {
    padding-top: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .blog--w .blog--item {
    width: 100%;
  }
  .blog--w .blog--item .blog--image {
    padding-top: 60%;
  }
}
@media only screen and (max-width: 600px) {
  .blog--w .blog--item {
    width: 100%;
  }
  .blog--w .blog--item .blog--image {
    padding-top: 100%;
  }
}
.row--cms h2 {
  color: #FBF7C8;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.row--cms h3 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.row--cms h4 {
  margin-top: 20px;
  margin-bottom: 5px;
}
.row--cms p {
  font-family: "Alata", Arial, sans-serif;
  color: #FBF7C8;
  font-size: 16px;
  line-height: 1.4;
  text-align: justify;
  padding: 6px 0;
}
.row--cms ul, .row--cms ol {
  padding: 10px 0;
}
.row--cms ul li, .row--cms ol li {
  font-family: "Cooper", Arial, serif;
  font-size: 14px;
  line-height: 19px;
}
.row--cms img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.row--cms a[data-fancybox] {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
}
.row--cms a[data-fancybox] img {
  margin: 0;
  max-width: 296px;
}
.row--cms ul.post_gallery {
  padding: 0;
}
.row--cms ul.post_gallery li {
  display: inline-block;
  vertical-align: top;
}
.row--cms .iframe_container {
  margin-bottom: 20px;
  margin-top: 10px;
}
.row--cms .cta--w {
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.row--cms .classic--bloc .cta--w {
  text-align: left;
}

.text--row .text--content {
  padding: 40px;
  border-radius: 25px;
  background-color: #FBF7C8;
}
.text--row .text--content > * {
  margin-top: 0;
}
.text--row .text--content h2 {
  color: #AE1221;
  text-align: left;
}
.text--row .text--content p {
  color: #AE1221;
}

@media screen and (max-width: 768px) {
  .text--row .text--content {
    padding: 20px;
  }
}
.cms-content {
  margin-bottom: 40px;
}

.center {
  text-align: center;
}

.image--cms {
  text-align: center;
}
.image--cms a {
  display: inline-block;
}
.image--cms a img {
  width: auto;
}

@media only screen and (max-width: 768px) {
  .row--cms .classic--bloc .classic_image {
    padding: 0 20px;
  }
}
.row--slider h2 {
  color: #FBF7C8;
}
.row--slider p {
  color: #FBF7C8;
}

.row--col {
  position: relative;
  padding: 100px 0 200px;
  border-bottom: 27px solid #F3EEC7;
  background-color: #3AA895;
}
.row--col h2 {
  color: #FBF7C8;
}
.row--col p {
  color: #FBF7C8;
}
.row--col .casa-illustration {
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
}
.row--col .badge.badge-cactus {
  position: absolute;
  top: -50px;
  right: 20px;
  width: 100px;
}

.presentation-gallery {
  margin-bottom: 20px;
}
.presentation-gallery:last-child {
  margin-bottom: 0;
}
.presentation-gallery .swiper-pagination-bullets {
  display: block;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
}
.presentation-gallery .swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #ee8059;
  margin: 0 5px;
}
.presentation-gallery .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #EA6030;
}

.gallery_w .gallery_item {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 16.6666666667%;
  font-size: 0;
  overflow: hidden;
}
.gallery_w .gallery_item img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: auto;
  transform: translate(-50%, -50%);
}

.gallery--w {
  position: relative;
  padding-bottom: 30px;
}
.gallery--w .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
}
.gallery--w .swiper-container .swiper-wrapper .swiper-slide a {
  display: block;
}
.gallery--w .swiper-container .swiper-wrapper .swiper-slide img {
  width: auto;
  height: 350px;
  border-radius: 10px;
  cursor: zoom-in;
}
.gallery--w .swiper-button {
  font-size: 0;
  position: absolute;
  top: -100px;
  right: 0;
}
.gallery--w .swiper-button .arrow {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  transition: color 0.4s ease;
}
.gallery--w .swiper-button .arrow span {
  line-height: 50px;
  font-size: 38px;
  color: #000000;
}
.gallery--w .swiper-button .arrow:hover span {
  color: #EA6030;
}

@media screen and (max-width: 650px) {
  .gallery--w .swiper-button {
    top: -80px;
  }
  .gallery--w .swiper-container .swiper-wrapper .swiper-slide img {
    width: 300px;
    height: auto;
  }
}
