/**
* Theme Name: GvaDevAIO
* Theme URI: https://gvadev.ch/products/web/gvadevaio/
* Author: GVADEV.CH
* Author URI: https://gvadev.ch/
* Description: An all in one magazine theme for Wordpress
* Version: 1.2.1
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Tags:  two-columns, left-sidebar,  custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
* Text Domain: gvadevaio
*/
/* WordPress Core
-------------------------------------------------------------- */
@import url("https://use.typekit.net/vwc3ilb.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none;
}

.alignnone {
  margin: 5px 20px 20px 0;
}

.w-100.alignnone {
  margin: 5px 0 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-block-button.aligncenter {
  justify-content: center;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.alignfull,
.alignwide {
  margin-left: calc(-100vw / 2 + 100% / 2);
  margin-right: calc(-100vw / 2 + 100% / 2);
  max-width: 100vw;
}

/*
.alignfull img {
  width: 100vw;
}
*/
/*
.alignwide {
  margin-left: calc(-100vw / 2 + 100% / 2 + 10px);
  margin-right: calc(-100vw / 2 + 100% / 2 + 10px);
  max-width: 100vw;
}
.alignfull {
  margin-left: calc(-100vw / 2 + 100% / 2 + 10px);
  margin-right: calc(-100vw / 2 + 50% + 10px);
  max-width: 100vw;
}
.alignfull {
	margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
}
*/
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.drp {
  height: 14px;
  width: 37px;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

a.text-decoration {
  text-decoration: underline;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

figcaption {
  font-size: 60%;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.gallery-caption {
  text-align: center;
}

.bypostauthor {
  font-weight: 400;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/*--------------------------------------------------------------
16.1 Galleries
--------------------------------------------------------------*/
.gallery-item {
  display: inline-block;
  text-align: left;
  vertical-align: top;
  margin: 0 0 1.5em;
  padding: 0 1em 0 0;
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-item a,
.gallery-item a:hover,
.gallery-item a:focus,
.widget-area .gallery-item a,
.widget-area .gallery-item a:hover,
.widget-area .gallery-item a:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  display: inline-block;
  max-width: 100%;
}

.gallery-item a img {
  display: block;
  -webkit-transition: -webkit-filter 0.2s ease-in;
  transition: -webkit-filter 0.2s ease-in;
  transition: filter 0.2s ease-in;
  transition: filter 0.2s ease-in, -webkit-filter 0.2s ease-in;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.gallery-item a:hover img,
.gallery-item a:focus img {
  -webkit-filter: opacity(60%);
  filter: opacity(60%);
}

.gallery-caption {
  display: block;
  text-align: left;
  padding: 0 10px 0 0;
  margin-bottom: 0;
}

/* Gallery Columns */
.gallery-item {
  max-width: 25%;
}

.gallery-columns-1 .gallery-item {
  max-width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.footer-nav {
  font-style: normal;
  font-size: 10.2px;
  letter-spacing: .25em;
  line-height: 2.2em;
  text-transform: uppercase;
  font-weight: 500;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
  box-shadow: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link,
#mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu li.mega-menu-column>ul.mega-sub-menu>li.mega-menu-item li.mega-menu-item>a.mega-menu-link {
  letter-spacing: normal !important;
  padding-left: 20px !important;
}

.selectWrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 0;
  background: transparent url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%2211%22%20viewBox%3D%220%200%2011%2011%22%3E%3Cpath%20d%3D%22M4.33%208.5L0%201L8.66%201z%22%20fill%3D%22%23561d28%22%2F%3E%3C%2Fsvg%3E') right 13px center no-repeat;
  text-transform: uppercase;

}

.selectWrapper select,
.selectWrapper select:focus,
.chosen-container {
  padding: 5px 10px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 200 !important;
  letter-spacing: .2em !important;
  line-height: 14px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
  outline: none;
  cursor: pointer;
  -moz-appearance: none !important;
  text-indent: 0.01px;
  text-overflow: ellipsis;
}

.selectWrapper select>option {
  text-transform: uppercase;
  font-family: futura-pt !important;
  margin-top: 10px;
  font-size: 16px !important;
  font-weight: 200 !important;
  letter-spacing: .2em !important;
  color: #222222 !important;
}

.wpcf7-form .selectWrapper select,
.wpcf7-form .selectWrapper select:focus {
  border: 1px solid #ced4da;
  text-align-last: center;
}

.msto-prev-next {
  margin: 0;
  padding: 4px 0;
  line-height: 1em;
  font-family: futura-pt;
  font-weight: 300;
  font-style: normal;
  font-size: 28px;
  letter-spacing: .03em;
  line-height: 1.4em;
  text-transform: none;
  color: #222;
  font-size: 14px
}

.card:nth-child(2) .msto-prev-next {
  text-align: right;
}

.msto-scroll-text .controls {
  display: none !important;
}

.gvadev-footer-widget-title {
  color: #0fb3ad;
  font-weight: 300;
}

.msto-scroll-text,
.msto-scroll-text>.carousel-inner {
  min-height: 250px;
}

.splangflag {
  height: 13px;
  width: auto;
}

.text-black {
  color: #000;
}

.select2-selection__arrow b {
  display: none;
}

.hover-link a:hover::after {
  background-color: rgba(250, 250, 250, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  padding: 30px;
  content: '';
  background-size: contain;
}

@media (min-width: 769px) {
  .alignwide {
    margin-left: calc(-100vw / 2 + 100% / 2 + 48px);
    margin-right: calc(-100vw / 2 + 100% / 2 + 48px);
    max-width: 100vw;
  }

  .msto-prev-next {
    font-size: 24px
  }
}

@media (min-width: 1460px) {
  .alignwide {
    margin-left: calc(-1460px/ 2 + 100% / 2);
    margin-right: calc(-1460px / 2 + 100% / 2);
    max-width: 1460px;
  }
}

/* GENERAL
-------------------------------------------------------------- */
img {
  max-width: 100%;
  height: auto;
}

.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

iframe {
  max-width: 100%;
}

.line-h-1 {
  line-height: 1;
}

.line-h-2 {
  line-height: 2;
}

.serif {
  font-family: 'Times New Roman', Times, serif;
}

.sans-serif {
  font-family: Arial, Helvetica, sans-serif;
}

.break-word {
  word-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.small-80 {
  font-size: 80% !important;
}

.small-70 {
  font-size: 70% !important;
}

.small-60 {
  font-size: 60% !important;
}

.small-50 {
  font-size: 50% !important;
}

.font-normal {
  font-style: normal !important;
}

.min-width-unset {
  min-width: unset !important;
}

.font-size-07to1 {
  font-size: 0.7rem;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-100 {
  font-weight: 100;
}

.text-shadow {
  text-shadow: 0 1px 0 #000;
}

.box-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
}

.popup-shadow {
  box-shadow: 1.25rem 1.25rem 9.75rem 0 rgba(0, 0, 0, .22) !important;
}

.popup-form-field,
.popup-form-field::placeholder {
  letter-spacing: .2em !important;
  font-weight: 200 !important;
  text-align: center !important;
  background-color: #f1f1f1 !important;
  padding-bottom: 0 !important;
  padding-top: 0 !important;
  border: 0 !important;
  outline: none !important;
  outline-style: none !important;
  outline-width: 0 !important;
  text-transform: capitalize !important;
  color: #222 !important;
}

.bg-f1f1f1 {
  background-color: #f1f1f1;
}

.bg-transparent {
  background-color: transparent;
}

.bg-blur {
  filter: blur(2px) !important;
  -webkit-filter: blur(2px) !important;
  -moz-filter: blur(2px) !important;
  -o-filter: blur(2px) !important;
  -ms-filter: blur(2px) !important;
}

.gd-blur,
.bg-darken {
  background: rgba(0, 0, 0, 0.7);
}

.bg-whiten {
  background: rgba(250, 250, 250, 0.9);
}

.letter-spacing-1 {
  letter-spacing: 1px;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.bg-ccc {
  background-color: #ccc;
}

.text-ccc {
  color: #ccc;
}

.bg-gray {
  background-color: #808080;
}

.noiretblanc {
  filter: grayscale(100%);
}

.logopartacc {
  display: flex;
  justify-content: center;
  padding: 5px 16px;
}

.logopartacc>ul {
  max-width: 1000px;
}

.logopartacc img {
  margin: 0;
}

#sgpb-close-button {
  font-family: sans-serif;
  font-size: 12px;
  font-weight: 300;
  right: 8px !important;
  top: 4px !important;
  bottom: auto !important;
}

.form-check-input {
  margin-top: 0;
}

#sgpb-popup-dialog-main-div {
  border-bottom-width: 0 !important;
  min-width: unset !important;
}

.border-y-transparent {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}

.square {
  width: 0px;
  height: 0px;
  padding-top: 100%;
  padding-right: 100%;
}

.border-left-6 {
  border-left-style: solid;
  border-left-width: 6px;
}

.border-bottom-1 {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.border-dashed {
  border-style: dashed !important;
}

.overflow-h {
  overflow: hidden;
}

.flex-no-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flex-equal-width {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}

.flex-equal-width-wo-b {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.flex-0-1-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.flex-0-0-45 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45%;
  flex: 0 0 45%;
}

.right0 {
  right: 0;
}

.top0 {
  top: 0;
}

.bottom0 {
  bottom: 0;
}

.left0 {
  left: 0;
}

.display-4 {
  font-size: 2rem;
}

.dnone {
  display: none;
}

.cursor-pointer {
  cursor: pointer;
}

.text-transform-none {
  text-transform: none;
}

.full-width-in-card {
  margin-left: -20px;
  margin-right: -20px;
}

input.search-field {
  overflow: hidden;
}

textarea:focus,
input:focus {
  outline: none !important;
}

*:focus {
  outline: none !important;
}

.gform_wrapper input {
  font-weight: inherit;
}

.gform_wrapper .top_label .gfield_label {
  font-weight: inherit;
  line-height: inherit;
}

.gform_wrapper label.gfield_label,
.gform_wrapper legend.gfield_label {
  font-weight: inherit;
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: transparent;
  border: none;
  padding: inherit;
}

.gform_wrapper.gform_wrapper .gform_footer input.button,
.gform_wrapper.gform_wrapper .gform_footer input[type="submit"] {
  border-radius: 0;
  width: auto;
}

.gform_wrapper>form div.validation_error {
  border-top: 1px solid #f72a0a;
  border-bottom: 1px solid #f72a0a;
  color: #f72a0a;
  font-weight: inherit;
}

.birthnotice-data-consent-form .gform_confirmation_message {
  border-top: 1px solid #003667;
  border-bottom: 1px solid #003667;
  color: #003667;
  font-size: 22px;
  padding: 16px 0 16px 0;
}

.birthnotice-data-consent-form .gform_confirmation_message :last-child {
  margin-bottom: 0;
}

.gform_wrapper>form li.gfield.gfield_error {
  border: none;
  background-color: transparent;
  padding-top: inherit;
  padding-bottom: inherit;
}

.gform_wrapper>form .gfield_required,
.gform_wrapper>form .validation_message,
.gform_wrapper>form li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  color: #f72a0a;
  font-weight: inherit;
}

.gform_wrapper>form li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper>form li.gfield_error textarea {
  border-color: #f72a0a;
}

.gform_wrapper>form .field_description_below .gfield_description {
  padding-top: 0;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper .charleft {
  display: none;
}

.gform_wrapper input {
  border: 1px solid #ced4da;
}

.gform_wrapper>form li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus,
.gform_wrapper.birthnotice-data-consent-form_wrapper input:not([type="submit"]):focus {
  border-color: #006fb7;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
  padding: .375rem .75rem;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper .top_label input.large.datepicker,
.gform_wrapper.birthnotice-data-consent-form_wrapper .top_label input.medium.datepicker,
.gform_wrapper.birthnotice-data-consent-form_wrapper .top_label input.small.datepicker {
  width: 100%;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper ul.gfield_checkbox,
.gform_wrapper.birthnotice-data-consent-form_wrapper ul.gfield_radio {
  display: flex;
  justify-content: center;
  margin-right: -0.5em;
  margin-left: -0.5em;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper .gfield_checkbox li,
.gform_wrapper.birthnotice-data-consent-form_wrapper .gfield_radio li {
  display: flex;
  flex-direction: column-reverse;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper label.gfield_label {
  font-size: 20px;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper .gfield_checkbox label,
.gform_wrapper.birthnotice-data-consent-form_wrapper .gfield_radio label {
  color: #003667;
  text-transform: lowercase;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper .gfield_checkbox label::after,
.gform_wrapper.birthnotice-data-consent-form_wrapper .gfield_radio label::after {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #003667;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper .gfield_checkbox input,
.gform_wrapper.birthnotice-data-consent-form_wrapper .gfield_radio input {
  opacity: 0;
  width: 0;
  height: 0;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
.gform_wrapper.birthnotice-data-consent-form_wrapper ul.gfield_radio li input[type="radio"]:checked+label {
  font-weight: inherit;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper .gfield_checkbox li input[type="checkbox"]:checked+label::after,
.gform_wrapper.birthnotice-data-consent-form_wrapper .gfield_radio li input[type="radio"]:checked+label::after {
  background-color: #003667;
  border: 1px solid #003667;
}

body .gform_wrapper.birthnotice-data-consent-form_wrapper ul li.field_description_below div.ginput_container_radio {
  margin-top: 0;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper .gform_footer {
  text-align: center;
}

.gform_wrapper.birthnotice-data-consent-form_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type="submit"] {
  background-color: #003667;
  border: none;
  color: #fff;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 0.2em;
  padding: 0.25em 0.75em;
  text-transform: uppercase;
}

blockquote {
  display: block;
  position: relative;
  padding: 15px 20px 15px 45px !important;
  margin: 0;
  font-family: 'Georgia', 'Times New Roman', 'serif';
  border: 0;
  font-size: 95%;
  clear: both;
  color: #808080;
  font-style: italic;
}

blockquote:before {
  content: "\201C";
  position: absolute;
  left: 4px;
  top: 0;
  font-family: 'Georgia', 'Times New Roman', 'serif';
  font-size: 60px;
  font-weight: bold;
  color: #808080;
}

blockquote:after {
  content: "";
}

.maps-overlay {
  background: transparent;
  position: relative;
  width: 100%;
  height: 520px;
  top: 520px;
  margin-top: -520px;
  z-index: 999999999;
}

.card-deck:not(.std-card.not-cover) .card-img-top {
  -o-object-fit: cover;
  object-fit: cover;
}

.msto-share>h3.gvadev-widget-title {
  font-family: 'futura-pt', sans-serif;
  font-style: normal;
  font-size: 34px;
  color: #808080;
  letter-spacing: 1px;
  font-weight: 300;
}

.msto-more {
  background-color: #f7edec;
}

.msto-footer-menu li>ul,
.msto-footer-menu li.lang-item {
  display: none;
}

.msto-footer-menu ul {
  flex-direction: column;
}

.msto-footer-menu ul li a {
  color: #444;
  text-transform: uppercase;
  font-size: 14px;
}

.jtc-img {
  height: 400px !important;
  text-align: center;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.jtc-img>a>img,
.jtc-img>img {
  height: 400px !important;
  width: auto !important;
  max-width: none !important;
  text-align: center;
  object-fit: cover;
  transform: translate(40px);
}

.msto-fp-testim p {
  font-weight: 500;
}

.sp-searchandfilter .searchandfilter>ul {
  display: flex;
  padding: 20px 0;
  justify-content: center;
  flex-wrap: wrap;
}

.sp-searchandfilter .searchandfilter>ul>li {
  flex-grow: 1;
  flex-basis: 0;
  flex-shrink: 1;
  padding: 0;
  margin: 20px 0;
}

.sp-searchandfilter .searchandfilter>ul>li .selection {
  display: flex;
  background: #fff;
  justify-content: center;
}

.sp-searchandfilter .searchandfilter>ul>li .selectWrapper {
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  text-align: center;
  position: relative;
  height: auto;
  text-transform: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: inline-block;
  padding-left: 30px;
  padding-right: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #444;
  padding-bottom: 10px;
  min-width: 271px;
  font-size: 16px;
}

.select2-container {
  width: auto !important;
}

span[id^="select2-_sft_specialites"] {
  color: #0fb3ad !important;
}

ul[id^="select2-_sft_specialites"] .select2-results__option--highlighted[aria-selected] {
  background-color: #0fb3ad !important;
  color: #444;
}

span[id^="select2-_sfm"] {
  color: #0fb3ad !important;
}

ul[id^="select2-_sfm"] .select2-results__option--highlighted[aria-selected] {
  background-color: #0fb3ad !important;
  color: #444;
}

/*
span[id^="select2-_sfm_ville"]{
  color: #f8c5b7 !important;
}
ul[id^="select2-_sfm_ville"] .select2-results__option--highlighted[aria-selected] {
	background-color: #f8c5b7 !important;
	color: #444;
}
span[id^="select2-_sfm_langue"]{
  color: #859f92 !important;
}
ul[id^="select2-_sfm_langue"] .select2-results__option--highlighted[aria-selected] {
	background-color: #859f92 !important;
	color: #444;
}
span[id^="select2-_sfm_Canton"]{
  color: #ffe289 !important;
}
ul[id^="select2-_sfm_Canton"] .select2-results__option--highlighted[aria-selected] {
	background-color: #ffe289 !important;
	color: #444;
}
*/
.select2-container--open .select2-dropdown--below {
  border: 0;
  border-radius: 0;
  box-shadow: 0px 1px 1px 0px #222 !important;
  padding: 0 6px 6px;
}

.select2-search__field,
.select2-search__field:focus {
  max-height: 30px;
  font-size: 16px;
  border: 0 !important;
  border-bottom: 1px solid #ccc !important;
  outline: none;
  background: url(images/search-png.png) no-repeat center right;
  background-size: auto 20px;
  padding: 3px;
}

.select2-results__option {
  font-size: 16px;
  padding: 2px 6px;
}


.sf-input-text {
  border-bottom: 1px solid rgb(68, 68, 68);
  border-top: 0;
  border-left: 0;
  border-right: 0;
  color: rgb(15, 179, 173);
  font-weight: 300;
  padding-bottom: 10px;
  opacity: 1 !important;
  color: #0fb3ad !important;
  background: #fff;
  text-align: center;
}

.sf-input-text::placeholder {
  color: #0fb3ad !important;
  opacity: 1;
}


/*WOO------------------------*/
.woocommerce form input {
  border: 1px solid #ccc;
}

.woocommerce form input.qty {
  border: 1px solid #f8c5b7;
  font-size: 80% !important;
  font-weight: 300;
  padding: 3px 3px 3px 12px;
}

form.woocommerce-cart-form input.qty {
  border: 1px solid #f1f1f1;
  padding: 1px 3px 1px 12px;
}

.woocommerce div.product form.cart .button {
  font-size: 60%;
}

.woocommerce .select2-container {
  width: 100% !important;
}

.woocommerce .select2-container .select2-selection__arrow {
  right: 6px;
}

.woocommerce .select2-selection__rendered {
  border: 1px solid #ccc !important;
  text-align: left !important;
  display: block !important;
  padding: 2px 5px !important;
}

.woocommerce form .form-row {
  padding: 3px;
  margin: 0 0 6px;
  display: block;
  width: 100%;
}

.form-row.form-row-wide>label {
  margin: 0 20px 0 0;
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-direction: column;
  align-content: start;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  font-weight: 300;
  font-size: 80% !important;
  padding: 7px 12px !important;
}

.woocommerce th,
.woocommerce td,
.woocommerce label,
.woocommerce div.product form.cart .variations label,
.woocommerce bdi {
  font-weight: 400 !important;
}

.woocommerce h2 {
  font-weight: 300 !important;
}

.woocommerce {
  font-size: 18px;
}

.woocommerce-billing-fields .form-row,
.woocommerce-shipping-fields .form-row,
.woocommerce form .form-row {
  display: block;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
  max-width: unset;
}

.woocommerce-notices-wrapper {
  margin-bottom: 40px;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
  border: 0;
  border-top: 4px solid #f8c5b6 !important;
  margin: 0;
  background-color: rgba(248, 197, 182, 0.2);
}

.msto-checkout-form h3 {
  font-family: 'futura-pt', sans-serif !important;
  font-style: normal !important;
}

h3#ship-to-different-address {
  font-size: 100%;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: rgba(248, 197, 182, 0.2);
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
  border: 1em solid rgba(248, 197, 182, 0.3);
  border-right-color: transparent;
  border-left-color: transparent;
  border-top-color: transparent;
  top: -.90em;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
  background-color: rgba(248, 197, 182, 0.3);
}

.woocommerce .button,
.woocommerce-cart .button {
  border: 1px solid #f8c5b6 !important;
  color: #f8c5b6 !important;
  background-color: transparent !important;
  padding: 13px 26px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: .1em;
  border-radius: 0 !important;
  opacity: 1 !important;
  text-transform: uppercase;
}

.woocommerce .button:hover,
.woocommerce-cart .button:hover {
  color: #fff !important;
  background: #f8c5b6 !important;
}

.woocommerce-cart td.product-thumbnail,
.woocommerce-cart td.product-thumbnail img {
  padding: 1px !important;
  width: 90px;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 128px;
  padding: 0 8px !important;
  font-size: 80%;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
  display: none;
}

.woocommerce table.shop_table {
  border-radius: 0;
}

.woocommerce table.shop_table th {
  border-bottom: 0 !important;
}

.product-categories {
  list-style: none;
}

.msto-woo .woocommerce-Price-amount {
  color: #343a40;
}

nav.msto-brcb,
nav.msto-brcb a {
  color: #343a40 !important;
  font-size: 80% !important;
}

.woocommerce-product-gallery .flex-control-nav img {
  padding: 10px 10px 0 0 !important;
}

.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before,
.woocommerce div.product .stock,
.woocommerce ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce a.remove,
a.shipping-calculator-button:hover {
  color: #f8c5b7 !important;
}

.woocommerce a.remove:hover {
  background: #f8c5b7 !important;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button {
  margin-left: 20px;
}

.woo-cart-count-nb {
  width: 22px;
  height: 22px;
  right: -9px;
  top: -14px;
  font-size: 15px;
  font-weight: 300;
}

.msto-woo > .woocommerce-products-header > h1{
  display: none !important;
}

.related.products .add_to_cart_button {
  display: none;
}

.bg-spec {
  background: url("images/spec-img.jpg") no-repeat top;
  background-size: cover;
}

.pagination {
  width: 100%;
  justify-content: center;
}

.pagination .nav-links {
  display: flex;
  width: 100%;
  justify-content: center;
}

.pagination .nav-links a {
  color: #0fb3ad;
  padding: 0 5px;
}

.log-reg-icons {
  width: 24px;
  height: auto;
}

.lang-flags img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}

.cookiealert {
  box-shadow: 0.25rem 0.25rem 3.75rem 0 rgba(0, 0, 0, .62) !important;
  position: fixed;
  bottom: 10px;
  left: 20px;
  right: 20px;
  width: auto;
  margin: 0 !important;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  transform: translateY(100%);
  transition: all 500ms ease-out;
  color: #ecf0f1;
  background: #859f92;
}

.cookiealert.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}

.cookiealert .acceptcookies {
  margin-left: 10px;
  vertical-align: baseline;
}



#msto-specialistes .card-body {
  max-width: 300px;
}

@media (min-width: 470px) {
  .font-size-07to1 {
    font-size: 1rem;
  }

  .jtc-img {
    height: auto !important;
    display: block;
  }

  .jtc-img>img,
  .jtc-img>a>img {
    height: auto !important;
    width: 100% !important;
    max-width: 100% !important;
    transform: translate(0px);
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 22px;
  }

  .cookiealert {
    right: auto;
    width: auto;
margin-right: 150px !important;
  }
}

.shopmodal {
  position: relative;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  min-height: 100%;
  padding-bottom: 20px;
}

.modal.fade .modal-dialog.shopmodal {
  transform: translate3d(0, 1vh, 0);
}

.modal.in .modal-dialog.shopmodal {
  transform: translate3d(0, 0, 0);
}

@media (min-width: 768px) {
  .display-4 {
    font-size: 2.5rem;
  }

  #sgpb-popup-dialog-main-div {
    min-width: 500px;
  }

  .msto-scroll-text,
  .msto-scroll-text>.carousel-inner {
    min-height: 200px;
  }

  .msto-scroll-text>.carousel-inner {
    display: flex;
    align-items: center;
  }

  .sp-searchandfilter .searchandfilter>ul>li {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 30px;
    margin: 30px 0;
    text-align: center;
  }

  .woocommerce div.product form.cart .button {
    font-size: 80%;
  }

  .woocommerce ul.products.columns-3 li.product,
  .woocommerce-page ul.products.columns-3 li.product {
    width: 30.75%;
  }

  .shopmodal {
    position: fixed;
    bottom: 20px;
    left: auto;
    top: auto;
    right: 20px;
    transform: translateY(100%);
    transition: all 500ms ease-out;
  }
}

@media (min-width: 992px) {
  .display-4 {
    font-size: 3.2rem;
  }
}

/* HEADER
-------------------------------------------------------------- */
nav.navbar {
  height: 65px;
}

nav.navbar .navbar-brand {
  white-space: normal;
  height: 65px;
  margin: 0;
}

nav.navbar .navbar-brand .img-logo {
  margin: 1px 0;
  max-height: 50px;
}

nav.navbar .mobnav-btn {
  font-size: 2rem;
}

.offcanvas-collapse {
  position: fixed;
  width: 100%;
  top: 65px;
  bottom: 0;
  overflow-y: auto;
  transition: -webkit-transform 1s ease-in-out;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out, -webkit-transform 1s ease-in-out;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.offcanvas-collapse.open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

#mob-nav-icon {
  width: 30px;
  height: 55px;
  position: relative;
  margin: 5px 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#mob-nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 0;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#mob-nav-icon span:nth-child(1) {
  top: 15px;
}

#mob-nav-icon span:nth-child(2),
#mob-nav-icon span:nth-child(3) {
  top: 25px;
}

#mob-nav-icon span:nth-child(4) {
  top: 35px;
}

#mob-nav-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#mob-nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

#mob-nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#mob-nav-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.header-bshadow {
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 768px) {
  nav.navbar {
    height: 118px;
  }

  nav.navbar .navbar-brand .img-logo {
    height: auto;
    max-height: 118px;
    margin: 0;
  }

  nav.navbar #top-desc-n-menu {
    height: 118px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  nav.navbar #top-desc-n-menu .nav-item {
    border: 1px solid #fff;
    margin-right: 0.5rem;
    max-height: 31px;
    overflow: hidden;
  }

  nav.navbar #top-desc-n-menu .nav-item a {
    padding: 0;
    color: #fff;
    font-size: 10px;
    line-height: 29px;
    font-weight: 300;
    letter-spacing: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  nav.navbar #top-desc-n-menu i::before {
    font-size: 25px;
    line-height: 29px;
  }

  nav.navbar #top-desc-n-menu .top-desc {
    letter-spacing: 3px;
  }
}

/* WP POST STYLING
-------------------------------------------------------------- */
.gdm-post-stats {
  position: absolute;
  right: 2px;
  top: 2px;
  padding: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
}

.gdm-post-cat {
  position: absolute;
  font-size: 0.8rem;
}

.gdm-post-cat a {
  color: #fff;
}

.masonry-related .grid-sizer,
.masonry-related .card-ctn {
  width: 100%;
  margin: 0;
}

.masonry-related .card-img.position-relative {
  height: auto;
  overflow: hidden;
}

.card-title {
  font-size: 1.2rem;
}

.modal-dialog.modal-msto-sp {
  max-width: 550px;
}

.modal-msto-sp i {
  min-width: 42px;
  display: inline-block;
  text-align: right;
}

.msto-sp-card .card-img-top {
  max-width: 239px !important;
  max-height: 239px !important;
}

#gvadev-login-popup-form label {
  display: none;
}

@media (min-width: 470px) {

  .masonry-related .grid-sizer,
  .masonry-related .card-ctn {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .masonry-related .card-img.position-relative {
    height: 120px;
  }
}

@media (min-width: 769px) {

  .masonry-related .grid-sizer,
  .masonry-related .card-ctn {
    width: calc(33% - 10px);
    margin: 5px;
  }

  .masonry-related .card-img.position-relative {
    height: 120px;
  }
}

@media (min-width: 992px) {

  .masonry-related .grid-sizer,
  .masonry-related .card-ctn {
    width: calc(33.33% - 10px);
    margin: 5px;
  }

  .masonry-related .card-img.position-relative {
    height: 140px;
  }
}

@media (min-width: 1300px) {

  .masonry-related .grid-sizer,
  .masonry-related .card-ctn {
    width: calc(25% - 10px);
    margin: 5px;
  }

  .masonry-related .card-img.position-relative {
    height: 120px;
  }
}

@media (min-width: 1600px) {
  .masonry-related .card-img.position-relative {
    height: 150px;
  }
}

body {
  padding-top: 150px;
  font-family: 'futura-pt', sans-serif;
  font-weight: 300;
  font-size: 22px;
}

#site-header {
  /* box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2); */
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

p {
  font-size: 20px;
}

b,
strong {
  font-weight: 400;
}

.gvadev-site-container {
  max-width: none;
}


.futura {
  font-family: 'futura-pt', sans-serif;
}

h1,
.h1 {
  font-family: 'futura-pt', sans-serif;
  font-weight: 200;
  font-style: normal;
  font-size: 21px;
  letter-spacing: .46em;
  line-height: 1.6em;
  text-transform: uppercase;
}

h1.del {
  letter-spacing: .16em;
}

h3 {
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 25px;
  letter-spacing: .03em;
  line-height: 1.2em;
  text-transform: none;
}

h1.msto-p-title {
  margin: 0 0 13px;
  font-weight: 300;
  font-style: normal;
  font-size: 38px;
  letter-spacing: .01em;
  line-height: 1.2em;
  text-transform: none;
  color: #222;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

h4.msto-front-p {
  font-size: 80%;
  letter-spacing: 0.2em;
  font-weight: 300;
  color: #343a40;
}

.h2-msto-front-p {
  font-family: "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 40px;
  font-weight: 100;
  color: #f8c5b7;
}

.card-deck:not(.std-card) img.card-img-top,
.carousel img.card-img-top {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  height: 100%;
}

.gd-social-lnk:hover {
  text-decoration: none !important;
}



/* #footer a.gd-social-lnk {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

} */

.search-form-msto {
  background: #fff;
  border-color: rgba(110, 110, 110, 0.05);
  padding: 0;
}

.search-form-msto .selectWrapper {
  background: #fff;
}

.search-form-msto select,
.search-form-msto select:focus {
  background: transparent;
  border: 0;
  max-width: 300px;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.search-form-msto .select2-container--default .select2-results__option,
.search-form-msto .select2-container .select2-selection--single .select2-selection__rendered {
  letter-spacing: 1px;
  text-transform: uppercase;
}

.search-form-msto .select2-container--default .select2-results__option--highlighted[aria-selected],
.search-form-msto .select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #859f92;
  color: #fff;
}

.search-form-msto .select2-container--default .select2-results>.select2-results__options {
  max-height: none;
  overflow-y: auto;
}

.select2-container *:focus {
  outline: none;
}

a {
  color: #f8c5b6;
}

a:hover {
  color: #869e93;
}

.msto-btn {
  color: #f8c5b6;
  cursor: pointer;
}

.msto-btn a,
.msto-btn .btn,
.msto-btn input.submit,
.msto-btn.submit {
  border: 2px solid #f8c5b6;
  color: #f8c5b6;
  background-color: #fff;
  padding: 5px 26px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: .1em;
  border-radius: 0;
}

.msto-btn.small a,
.msto-btn.small input.submit,
.msto-btn.small.submit {
  border: 1px solid #f8c5b6;
  font-size: 12px;
}

.msto-btn a:hover,
.msto-btn.submit:hover {
  background-color: #f8c5b6 !important;
  color: #1d1d1d !important;
  text-decoration: none;
}

.msto-btn.bleu {
  color: #0fb3ad;
}

.msto-btn.thin-border a {
  border-width: 1px !important;
}

.msto-btn.bleu a,
.msto-btn.bleu .btn,
.msto-btn.bleu input.submit,
.msto-btn.bleu.submit {
  border: 1px solid #0fb3ad !important;
  color: #0fb3ad !important;
  border-radius: 0 !important;
}

.msto-btn.small.bleu a,
.msto-btn.small.bleu .btn {
  border: 1px solid #0fb3ad;
}

.msto-btn.small.kaki a,
.msto-btn.small.kaki .btn {
  border: 1px solid #859f92;
}

.msto-btn.bleu a:hover,
.msto-btn.bleu .btn:hover,
.msto-btn.bleu input.submit:hover,
.msto-btn.bleu.submit:hover,
.msto-bg-bleu {
  background-color: #0fb3ad !important;
  color: #fff !important;
  opacity: 1;
}

.msto-btn.jaune {
  color: #ffe289;
}

.msto-btn.jaune a {
  border: 2px solid #ffe289;
  color: #ffe289;
}

.msto-btn.jaune a:hover {
  background-color: #ffe289 !important;
}


.msto-btn.kaki {
  color: #859f92;
}

.msto-btn.kaki a {
  border: 2px solid #859f92;
  color: #859f92;
}

.msto-btn.kaki a:hover,
.msto-bg-kaki {
  background-color: #859f92 !important;
  color: #fff !important;
}

/*
.jointheclub{
  max-height: 362px;
}
*/
figure.msto-fp-jointc {
  position: relative;
}

figure.msto-fp-jointc figcaption {
  background: #859f92;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  margin: 0;
  font-family: 'Times New Roman', Times, serif;
  font-weight: 200;
  color: #fff;
  text-align: center;
}

.msto-btn.rose {
  color: #f8c5b7;
}

.msto-rose {
  color: #f8c5b7;
}

.msto-btn.rose a {
  border: 2px solid #f8c5b7;
  color: #f8c5b7;
}

.msto-btn.rose a:hover {
  background-color: #f8c5b7;
}


.msto-entry-content h3 {
  color: #1d1d1d;
  font-family: "Times New Roman", Times, serif;
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  letter-spacing: .0288px;
  line-height: 1.2em;
  text-transform: none;
  margin-bottom: 17px;
}

.msto-entry-content>p {
  margin-bottom: 17px;
  margin-top: 0;
  color: #000;
  font-weight: 300;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0em;
  line-height: 1.3em;
  text-transform: none;
}

.msto-entry-content>p>strong {
  font-weight: 400;
}

.msto-entry-content>p>img {
  padding: 17px;
}

.msto-entry-content .image-gallery-wrapper {
  display: flex;
  padding: 17px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.msto-entry-content .image-gallery-wrapper>p {
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: calc(50% - 10px);
}

.msto-entry-content .image-gallery-wrapper>p:nth-child(2n+0) {
  margin-right: 0;
}

.msto-entry-content .image-gallery-wrapper>p>img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.msto-footer-logo img {
  max-width: 170px !important;
}

.img-logo.mothst {
  width: 229px;
}

.tbr-rplct {
  min-width: 56px;
}

.wp-block-columns {
  margin-bottom: 0;
}

.wp-block-columns.has-background {
  padding: 2rem 2rem 1rem;
}

.wp-block-column {
  margin-bottom: 1rem;
}

@media (min-width:600px) and (max-width:781px) {
  .wp-block-column {
    flex-basis: calc(50% - 0.5rem) !important;
  }

  .wp-block-column:nth-child(2n) {
    margin-left: 1rem;
  }
}

.wp-block-column> :last-child {
  margin-bottom: 0;
}

.wp-block-button__link {
  border-radius: 0;
  font-size: 0.65em;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0.25em 0.75em;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
  text-decoration: none;
}

.wp-block-button__link.has-background {
  padding: calc(0.25em + 2px) calc(0.75em + 2px);
}

.wp-block-button__link.is-style-outline,
.is-style-outline .wp-block-button__link {
  border-width: 1px;
}

.msto-entry-content .wp-block-group.alignwide>.wp-block-group__inner-container,
.msto-entry-content .wp-block-group.alignfull>.wp-block-group__inner-container,
.msto-entry-content .block-announcement.alignwide .wp-block-group__inner-container,
.msto-entry-content .block-announcement.alignfull .wp-block-group__inner-container {
  margin-right: auto;
  margin-left: auto;
  max-width: calc((1620px - 160px) * 0.66666);
}

@media (min-width: 768px) {

  .msto-entry-content .wp-block-group.alignwide,
  .msto-entry-content .wp-block-group.alignfull {
    padding-right: 80px;
    padding-left: 80px;
  }

  .msto-entry-content .wp-block-group.alignwide>.wp-block-group__inner-container,
  .msto-entry-content .wp-block-group.alignfull>.wp-block-group__inner-container,
  .msto-entry-content .block-announcement.alignwide .wp-block-group__inner-container,
  .msto-entry-content .block-announcement.alignfull .wp-block-group__inner-container {
    width: 66.666%;
    max-width: calc((1620px - 160px) * 0.66666);
  }

}

.wp-block-group .alignfull,
.wp-block-group.alignwide .alignwide,
.wp-block-group.alignwide .alignfull {
  max-width: 100%;
}

.wp-block-column .wp-block-image+.wp-block-group.has-background {
  margin-top: -1em;
}

.msto-entry-content .clinic-services-title {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1.75rem;
  margin-bottom: 1.5rem
}

.clinic-services a {
  color: inherit !important;
  text-decoration: none;
}

@media (min-width: 480px) {
  .clinic-services {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(2, 1fr);
  }

  .clinic-services .wp-block-column {
    display: flex;
    flex-direction: column;
    margin-left: 0 !important;
    margin-bottom: 0 !important;
  }

  .clinic-services .wp-block-column .wp-block-group {
    flex-grow: 1;
  }

  .clinic-services .block-link-group {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .clinic-services .wp-block-column .wp-block-buttons {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

@media (min-width: 1280px) {
  .clinic-services {
    grid-template-columns: repeat(4, 1fr);
  }
}

.msto-entry-content>.entry-title {
  font-family: "Times New Roman", Times, serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.2;
  margin-bottom: 39px;
  text-transform: none;
}

.msto-entry-content h2,
.msto-entry-content .h2-like {
  font-size: 0.818em;
  font-weight: 300;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin-bottom: 1.5em;
}

.msto-entry-content h2+.has-medium-font-size,
.msto-entry-content .h2-like+.has-medium-font-size {
  margin-top: -0.25em;
  margin-bottom: 1em;
}

.msto-entry-content>.entry-title+.subtitle {
  margin-top: -30px;
  margin-bottom: 47px;
}

.block-announcement {
  display: flex;
  overflow-x: hidden;
}

.block-announcement__step {
  flex: 0 0 100%;
  transition: transform 0.5s ease-in-out, height 0.5s ease-in-out;
  transform: translateX(0);
}

.block-announcement__step.has-blue-background-color {
  padding-top: 3rem;
}

.block-announcement__step .wp-block-group__inner-container {
  height: 0;
  overflow-y: hidden;
}

.block-announcement__step .instructions {
  margin-top: -1.25em;
  margin-bottom: 1.5rem;
}

.block-announcement[data-current-step="2"] .block-announcement__step {
  transform: translateX(-100%);
}

.block-announcement[data-current-step="3"] .block-announcement__step {
  transform: translateX(-200%);
}

.block-announcement[data-current-step="1"] .block-announcement__step:nth-child(1) .wp-block-group__inner-container,
.block-announcement[data-current-step="2"] .block-announcement__step:nth-child(2) .wp-block-group__inner-container,
.block-announcement[data-current-step="3"] .block-announcement__step:nth-child(3) .wp-block-group__inner-container {
  height: auto;
}

.block-announcement[data-current-step="3"] .image-wrapper {
  max-width: 30em;
  margin-right: auto;
  margin-left: auto;
}

.slider-announcement-templates {
  margin-bottom: 1rem;
  overflow-x: hidden;
}

.slider-announcement-templates .carousel-inner {
  margin-right: 2rem;
  margin-left: 2rem;
  width: calc(100% - 4rem);
}

.slider-announcement-templates .carousel-control-prev,
.slider-announcement-templates .carousel-control-next {
  opacity: 1;
  justify-content: flex-start;

}

.slider-announcement-templates .carousel-control-next {
  justify-content: flex-end;
}

.slider-announcement-templates .carousel-control-next-icon,
.slider-announcement-templates .carousel-control-prev-icon {
  width: 18px;
  height: 30px;
}

.slider-announcement-templates .carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath fill='none' stroke='%23003667' stroke-width='1' stroke-miterlimit='10' d='M11 19.2L1.5 9.8l9-9'/%3E%3C/svg%3E");
}

.slider-announcement-templates .carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 20'%3E%3Cpath fill='none' stroke='%23003667' stroke-width='1' stroke-miterlimit='10' d='M1.5 19.2L11 9.8l-9-9'/%3E%3C/svg%3E");
}

.slider-announcement-templates+.wp-block-buttons {
  margin-right: 2rem;
}

ol.has-text-align-center,
ul.has-text-align-center,
ol.has-text-align-right,
ul.has-text-align-right {
  list-style-position: inside;
  margin-left: 0;
  padding-left: 0;
}

#sbi_images{
	display: flex !important;
	flex-wrap: wrap !important;
}

#sb_instagram.sbi_col_10 #sbi_images .sbi_item,
#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
#sb_instagram.sbi_col_6 #sbi_images .sbi_item,
#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
  width: 50%;
}


.msto-offcanvas-inner {
  padding: 36px 10px 36px 20px;
}


.msto-offcanvas-inner .nav-link,
.msto-offcanvas-inner .mega-menu-link,
.mega-menu-link {
  color: #222;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: .18em !important;
  color: #222222 !important;
  padding-bottom: .118em;
}

.mega-menu-link>img {
  height: 12px;
  width: 18px;
}

#mega-menu-wrap-primary #mega-menu-primary>li.mega-lang-item>a.mega-menu-link {
  padding: 0 5px 0 5px;
}

.mega-menu-item-has-children>.mega-sub-menu>li {
  margin: 6px 0 0 3px !important;
}

.msto-off-c.open {
  top: 0;
  width: 88%;
  left: 0;
}

.mmi-r .mega-menu-item {
  padding-left: 5px !important;
  padding-right: 20px !important;
}

.mmi-l .mega-menu-item {
  padding-right: 5px !important;
  padding-left: 20px !important;
}

.mmi .mega-menu-item {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.mmi .mega-menu-item .card-deck .card:first-child {
  margin-right: 5px !important;
}

.mmi .mega-menu-item .card-deck .card:last-child {
  margin-left: 5px !important;
}

#mob-nav-icon span {
  height: 1px;
}

#gvadev-copyright {
  white-space: nowrap;
}

.msto-social-lnk .gd-social a,
a.msto-social-lnk {
  width: 25px;
  height: 25px;
  border-radius: 5px;
  color: #fff;
  background: #869e93;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 10px;
}

.msto-social-lnk .gd-social a.facebook {
  background: #ffe289;
}

.msto-social-lnk .gd-social a.youtube {
  background: #0fb3ad;
}

.msto-social-lnk .gd-social a.instagram {
  width: 28px;
  height: 28px;
  color: #f8c5b7;
  background: transparent;
  padding: 0;
  font-size: 37px;
}

.msto-social-lnk .gd-social a.whatsapp {
  width: 28px;
  height: 28px;
  font-size: 20px;
}

.share-icon-mobile i{
  width: 29px;
  height: 29px;
  font-size: 20px;
  border-radius: 5px;
  padding: 0 0 0 3px;
  color: #fff;
  background: #869e93;
}

.share-iconmobile i{
  width: 28px;
  height: 28px;
  color: #f8c5b7;
  background: transparent;
  padding: 0;
  font-size: 37px;
}

.cat-readmore {
  font-weight: 400;
  font-size: 14px;
  color: #26b1ab;
  white-space: nowrap;
}

p.cat-card-excpt {
  font-size: 22px;
}

.megamenu-sep {
  border-left: 0 !important;
}

.msto-bleu {
  color: #0fb3ad;
}

.msto-kaki {
  color: #859f92;
}

del {
  color: rgba(#ccc, 0.5);
  text-decoration: none;
  position: relative;
}

del:before {
  content: " ";
  display: block;
  width: 150%;
  border-top: 2px solid #ccc;
  height: 36px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: rotate(-52deg);
}

del.futur:before {
  border-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0.25em;
  padding: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: rgba(0, 54, 103, 0.25);
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus,
.slick-dots .slick-active button {
  background: #003667;
}

.wp-block-columns.slick-initialized {
  margin-right: calc(-100vw / 2 + 100% / 2);
  margin-left: calc(-100vw / 2 + 100% / 2);
}

.wp-block-columns.slick-initialized .slick-list {
  padding: 0 calc(50vw - 125px) !important;
}

.wp-block-columns.slick-initialized .slick-slide {
  margin-right: 1rem;
  margin-left: 1rem;
  max-width: 250px;
}

.crtsc small {
  margin-left: auto !important;
}

.crtsc small a {
  color: #ccc;
  font-weight: 200;
}

.prod-cat-wgt ul {
  padding-left: 0;
}

.prod-cat-wgt li>a {
  font-size: 16px !important;
  font-weight: 200 !important;
  letter-spacing: .2em !important;
  color: #222222 !important;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  body {
    padding-top: 0;
  }

  #site-header {
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
  }

  .gvadev-site-container {
    max-width: 1620px;
  }

  #ctt {
    padding: 40px 80px;
  }

  .msto-h-ctt {
    padding: 0 80px;
  }

  .msto-entry-content {
    width: 66.66000000000001%;
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 17px;
  }

  .msto-entry-content h3 {
    color: #1d1d1d;
    font-family: "Times New Roman", Times, serif;
    font-weight: 400;
    font-style: italic;
    font-size: 25px;
    letter-spacing: .03em;
    line-height: 1.2em;
    text-transform: none;
    margin-bottom: 17px;
  }

  .msto-entry-content>p {
    margin-bottom: 17px;
    margin-top: 0;
    color: #000;
    font-weight: 300;
    font-style: normal;
    font-size: 22px;
    letter-spacing: 0em;
    line-height: 1.3em;
    text-transform: none;
  }

  .msto-entry-content>p>strong {
    font-weight: 400;
  }

  .msto-entry-content>p>img {
    padding: 17px;
  }

  .msto-entry-content .image-gallery-wrapper {
    padding: 17px;
  }

  .msto-entry-content .image-gallery-wrapper>p {
    margin-right: 10px;
    margin-bottom: 10px;
    min-width: unset;
  }

  .msto-entry-content .image-gallery-wrapper>p:nth-child(2n+0) {
    margin-right: 10px;
  }

  .msto-entry-content .image-gallery-wrapper>p:last-child {
    margin-right: 0;
  }

  .img-logo.mothst {
    max-width: 420px;
  }

  .htopl,
  .htopc,
  .htopr {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
  }

  .htopl input.search-field {
    text-transform: uppercase;
    font-size: 9.5px;
    letter-spacing: 1.33px;
    padding-left: 0;
    color: rgb(34, 34, 34);
    outline: 0;
    width: 116px;
  }

  #desk-main-menu .nav-link,
  #desk-main-menu .mega-menu-link,
  .mega-menu-link,
  .msto-menu-link {
    font-size: 16px !important;
    font-weight: 200 !important;
    letter-spacing: .2em !important;
    color: #222222 !important;
  }

  #desk-main-menu .mega-sub-menu .mega-menu-link {
    font-size: 12px !important;
  }

  #desk-main-menu .nav-link:hover,
  #desk-main-menu .mega-menu-link:hover,
  #desk-main-menu .mega-current-menu-item>.mega-menu-link {
    font-weight: 400 !important;
  }
/*
  #sb_instagram.sbi_col_8 #sbi_images .sbi_item {
    width: 12.5%;
  }
*/
  .wp-block-column:not(:first-child) {
    margin-left: 1rem;
  }

  .card-deck.msto-cat-cd .card {
    margin-left: 7px;
    margin-right: 7px;
    ;
  }

  #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-megamenu>ul.mega-sub-menu {
    box-shadow: 0px 1px 1px 0px #222 !important;
  }

  .megamenu-sep {
    border-left: 1px solid #ccc !important;
  }

  figure.msto-fp-jointc figcaption {
    position: absolute;
    right: 10%;
    width: 264px;
    height: 264px;
    top: 50%;
    transform: translate(0, -50%);
    border-radius: 50%;
    font-size: 24px;
    font-weight: 200;
  }
	
	#sb_instagram.sbi_col_10 #sbi_images .sbi_item,
#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
#sb_instagram.sbi_col_6 #sbi_images .sbi_item,
#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
  width: 33.33%;
}
	
}

@media (min-width: 940px) {
  .img-logo.mothst {
    width: unset;
  }
}

@media (min-width: 1200px) {

	#sb_instagram.sbi_col_10 #sbi_images .sbi_item,
#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
#sb_instagram.sbi_col_6 #sbi_images .sbi_item,
#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
  width: 25%;
}
}


@media (min-width: 1600px) {

	#sb_instagram.sbi_col_10 #sbi_images .sbi_item,
#sb_instagram.sbi_col_3 #sbi_images .sbi_item,
#sb_instagram.sbi_col_4 #sbi_images .sbi_item,
#sb_instagram.sbi_col_5 #sbi_images .sbi_item,
#sb_instagram.sbi_col_6 #sbi_images .sbi_item,
#sb_instagram.sbi_col_7 #sbi_images .sbi_item,
#sb_instagram.sbi_col_8 #sbi_images .sbi_item,
#sb_instagram.sbi_col_9 #sbi_images .sbi_item {
  width: 12.5%;
}
}



.grecaptcha-badge {
  visibility: hidden;
}

.btn-unstyled {
  border: none;
  background: none;
  color: inherit;
  letter-spacing: inherit;
  font-weight: inherit;
  outline: none;
  padding: 0;
  text-transform: inherit;
}

.has-medium-font-size {
  font-size: 24px;
  line-height: 1.3;
}

.has-large-font-size,
.has-huge-font-size {
  line-height: 1.2;
}

.has-medium-font-size>em,
.has-large-font-size>em,
.has-huge-font-size>em {
  font-family: 'Times New Roman', Times, serif;
}

/* Gutenberg text color options */

.has-black-color[class] {
  color: #212529;
}

.has-green-color[class] {
  color: #0fb3ad;
}
/*
.has-blue-color[class] {
  color: #003667;
}
*/
.has-red-color[class] {
  color: #f72a0a;
}

.has-yellow-color[class] {
  color: #ffe289;
}

.has-salmon-color[class] {
  color: #f8c5b7;
}

.has-blue-light-color[class] {
  color: #e6edf7;
}

.has-khaki-color[class] {
  background-color: #e6edf7;
}

.has-white-color[class] {
  color: #fff;
}

/* Gutenberg background-color options */
.has-background {

  &:not(.has-background-background-color) a:not(.wp-block-button__link),
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: currentColor;
  }
}

.has-background {
  padding: 1.5rem;
}

.has-black-background-color[class] {
  background-color: #000;
}

.has-green-background-color[class] {
  background-color: #0fb3ad;
}

.has-blue-background-color[class] {
  background-color: #003667;
}

.has-red-background-color[class] {
  background-color: #f72a0a;
}

.has-yellow-background-color[class] {
  background-color: #ffe289;
}

.has-salmon-background-color[class] {
  background-color: #f8c5b7;
}

.has-blue-light-background-color[class] {
  background-color: #e6edf7;
}

.has-khaki-background-color[class] {
  background-color: #e6edf7;
}

.has-white-background-color[class] {
  background-color: #fff;
}

.ga-event>* {
  pointer-events: none;
}


.choixlangue li.gchoice label {
  display: flex !important;
  min-width: 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-transform: none !important;
}

.fam-je-re-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background-color: white;
  border-radius: 40px;
  color: #fbbc46;
  border: 1px solid #fbbc46;
  text-transform: uppercase;
  font-weight: 200;
  font-size: 26px;
  padding: 12px 30px;
  letter-spacing: 0.2em;
}

.fam-je-re-btn:hover{
  background-color: #fbbc46;
  color: white;
}


.wg-lang-switcher {
	position: fixed;
	bottom: 40px !important;
	right: 3px !important;
  z-index: 99;
}
