/*!
Theme Name:     BPCE 2025 
Theme URI: 		
Description: 	Thème Myshareplan S2H v2
Version: 		1.1.9
Author:         S2H
Text Domain:    kingbee
*/
@import url("customassets/custom.css");
:root {
  --prim-color: #000; /*noir*/
  --sec-color: #581D74; /*#Violet*/
  --sec-color-light: #9176B4;
  --third-color: #FF216F; /*fusch*/
  --fourth-color: #DDDDDD; /*gris light*/
  --fourth-color: rgb(227, 220, 235); /*gris light*/
  --fifth-color: #007AA5; /*bleugris*/
  --sixth-color: #00A193; /*vert*/
  --header-height: 80px;
  --logo-header-sm-w: 60px;
  --logo-header-md-w: 65px;
  --logo-header-lg-w: 80px;
}
@media only screen and (max-width: 1200px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (max-width: 920px) {
  :root {
    --header-height: 80px;
  }
}
@media only screen and (max-width: 575.99px) {
  :root {
    --header-height: 50px;
  }
}

/*--------------------------------------------------------------
# COULEURS & HABILLAGES
--------------------------------------------------------------*/
.bg_c_1 {
  background: var(--prim-color);
}
.bg_c_2 {
  background-color: var(--sec-color);
}
.bg_c_2b {
  background-color: var(--sec-color-light);
}
.bg_c_3 {
  background-color: var(--third-color);
}
.bg_c_4 {
  background-color: var(--fourth-color);
}
.bg_c_5 {
  background-color: var(--fifth-color);
}
.bg_c_w {
  background-color: #FFF
}
.brd_c_1 {
  border-collapse: collapse;
  border: 1px solid var(--prim-color);
}
.brd_c_2 {
  border: 1px solid var(--sec-color);
  border-collapse: collapse;
}
.brd_c_b_4, #header {
  border-bottom: 1px solid var(--fourth-color);
}
/*texte*/
.t_c_1 {
  color: var(--prim-color);
}
.t_c_2, a.t_c_2 {
  color: var(--sec-color) !important; /*rouge*/
}
.t_c_3 {
  color: var(--third-color);
}
.t_c_w, .t_c_w p {
  color: #FFF
}
.hr_c_1 {}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}
:target:before {
  content: "";
  display: block;
  height: 100px;
  margin: -100px 0 0;
}
body {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
  color: rgb(25, 25, 25);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a, a img, button {
  text-decoration: none;
  background-color: transparent;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
a img:hover, a img:focus {
  opacity: 0.6
}
a:active, a:hover {
  outline: 0;
  text-decoration: none
}
svg:not(:root) {
  overflow: hidden;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.7em;
}
.bloc-important sup {
  top: -1.2em;
}
.chapo sup {
  top: -0.6em
}
sub {
  bottom: -0.25em;
}
textarea:hover, input:hover, textarea:active, input:active, textarea:focus, input:focus, button:focus, button:active, button:hover, label:focus, .btn:active, .btn.active, .btn:focus {
  outline: 0px !important;
  box-shadow: none !important;
}
button {
  overflow: visible;
  background-color: transparent;
  border: none;
}
button, select {
  text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled], html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
hr {
  box-sizing: content-box;
  height: 0;
}
audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden], template {
  display: none;
}
img {
  border: 0;
}
figure {
  margin: 0 2.5rem 1rem 0;
}
input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td, th {
  padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 15px;
}
.title-wrapper {
  margin-bottom: 70px;
}
h1.entry-title, h2.entry-title, .modal-title {
  color: var(--sec-color);
  font-weight: 900;
}
h1.entry-title {
  font-size: 40px;
}
h2 {
  font-size: 30px;
  font-weight: 600;
}
h2.entry-title, h2.entry-title a, p.h2 {
  font-size: calc(24px + .40vw);
  line-height: calc(26px + .40vw);
  font-weight: 800
}
.underline-small {
  display: inline-block;
  position: relative;
}
.underline-small::after {
  content: '';
  height: 1px;
  width: 44%;
  background: #001F40;
  position: absolute;
  left: calc(28%);
  bottom: -25px;
}
.entry-header h1 {
  margin-top: 0px;
}
h2.boxed-title {
  font-size: calc(14px + .40vw);
  line-height: calc(18px + .40vw);
  text-transform: uppercase;
  letter-spacing: 0.05rem
}
h3, p.h3, p.h3 a {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
}
h4 {
  font-size: 1rem;
  line-height: 1.1rem;
  margin-bottom: 5px;
    font-weight: 600
}
p {
  margin-bottom: 1.5em;
}
p, a p, li, li a {
  color: #101010;
}
p a, li a {
  color: #000000;
  text-decoration: underline
}
h3 a{
	color: var(--sec-color-light);
	text-decoration: underline;
}
p a:hover, li a:hover, p a:focus, li a:focus, h3 a:hover, h3 a:focus {
  color: var(--sec-color);
}
.text-sm {
  font-size: 0.6rem;
}
.type-page {
  text-align: justify
}
.type-page h2 {
  color: #5C5C5B;
  font-weight: 200;
}
.type-page h3 {
  font-size: 1.2rem;
  text-transform: uppercase;
  color: #2A3867;
  text-align: left;
  font-weight: 600;
}
.type-page h4 {
  color: #7F7F7F
}
.type-page p bold, .type-page p strong {
  color: #00ACE9
}
h3.widget-title {
  font-size: 1.2rem;
}
.h5 {
  font-size: 120%
}
ul {
  padding: 0 0 1em 0
}
li {
  margin-bottom: 0.5rem;
  margin-left: 18px;
}
article li {
  list-style: inside
}
ul.list-unstyled li {
  margin-left: 0;
  list-style: none;
}
.fw-700 {
  font-weight: 700
}
.erreur {
  color: red !important
}
@media (min-width: 1399px) {
  body {
    font-size: 20px;
    line-height: 27px;
  }
  h2 {
    font-size: 40px;
  }
}
/*--------------------------------------------------------------
# TEXTE 2 COLONNES
--------------------------------------------------------------*/
@media (min-width: 1000px) {
  .texte-2-colonnes {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
  }
}
@media (min-width: 642px) and (max-width: 1000px) {
  .texte-2-colonnes {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
@media (max-width: 641px) {
  .texte-2-colonnes {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
/*--------------------------------------------------------------
# KINGBEE / BOOTSTRAP  EXTENDED
--------------------------------------------------------------*/
.no-puce {
  list-style: none
}
.dropdown-toggle {
  background-color: #FFF;
  border: 1px solid var(--prim-color);
  color: var(--prim-color);
}
.dropdown-toggle [aria-expanded="false"], .btn-primary:focus, .btn-primary:hover {
  background-color: var(--sec-color) !important;
}
.fullwidth-block {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.margin-t-15 {
  margin-top: 15px;
}
.margin-t-35 {
  margin-top: 35px;
}
.margin-t-50 {
  margin-top: 50px;
}
.margin-t-70 {
  margin-top: 70px;
}
.margin-t-90 {
  margin-top: 90px;
}
.margin-b-15 {
  margin-bottom: 15px;
}
.margin-b-35 {
  margin-bottom: 35px;
}
.margin-b-50 {
  ;
  margin-bottom: 50px;
}
.margin-b-70 {
  margin-bottom: 70px;
}
.margin-b-90 {
  margin-bottom: 90px;
}

@media (max-width: 1041px) {

.margin-b-70 {
  margin-bottom: 50px;
}
.margin-b-90 {
  margin-bottom: 70px;
}
    
    
}



@media (min-width: 1040px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 1000px;
  }
  @media (min-width: 1279px) {
    .container, .container-lg, .container-md, .container-sm {
      max-width: 1200px;
    }
  }
  .px-lg-70 {
    padding-left: 70px;
    padding-right: 70px;
  }
  .ps-lg-70 {
    padding-left: 70px;
  }
  .pe-lg-70 {
    padding-right: 70px;
  }
  .py-lg-70 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .my-lg-70 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .mt-lg-70 {
    margin-top: 70px;
  }
  .mb-lg-70 {
    margin-bottom: 70px;
  }
  .px-lg-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .py-lg-120 {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .ps-lg-120 {
    padding-left: 120px;
  }
  .px-lg-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .py-lg-150 {
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .px-lg-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1300px;
  }
  .px-xl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-xl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-xl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
  .px-xxl-120 {
    padding-left: 120px;
    padding-right: 120px;
  }
  .px-xxl-150 {
    padding-left: 150px;
    padding-right: 150px;
  }
  .px-xxl-200 {
    padding-left: 200px;
    padding-right: 200px;
  }
}
@media (min-width: 1800px) {
  .container {
    max-width: 1480px;
  }
}
/*--------------------------------------------------------------
# FX
--------------------------------------------------------------*/
.ombre-bot {
  box-shadow: 0 8px 6px -2px rgba(0, 0, 0, 0.25) !important;
}
.ombre-halo {
  box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.15);
}
.ombre-top-inset {
  box-shadow: inset 0px 24px 20px -15px rgba(0, 0, 0, 0.38);
}
.rotate90ah, .rotate-90 {
  transform: rotate(-90deg)
}
.rotate90 {
  transform: rotate(90deg)
}
img.grayscaled {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media only screen and (max-width: 575.99px) {
  .rotate90ah, .rotate-90-xs {
    transform: rotate(-90deg);
    transform-origin: center center;
  }
}

/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/
#header, #barrenavigation, #header #section-nav-user {
  -o-transition: .2s ease-out;
  -ms-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -webkit-transition: .2s ease-out;
  transition: .2s ease-out;
}
#header {
  height: var(--header-height);
  position: fixed;
  top: 0px;
  background-color: #FFF;
  width: 100%;
  z-index: 1100;
}
#header.scrolled {
  background-color: rgba(255, 255, 255, 0.95);
}
#barrenavigation {
  height: var(--header-height);
}
#logo-wrapper {
  padding-top: 30px
}
#logoHeader {
  max-width: var(--logo-header-sm-w);
  height: auto;
}
.page-wrapper {
  padding-top: calc(var(--header-height) - 46px);
}
.page-content {
  margin-top: 70px
}
@media (min-width: 941px) {
  #header {
    margin-bottom: 0
  }
  #logo-wrapper {
    padding-top: 42px
  }
  #logoHeader {
    max-width: 80px;
  }
  .page-wrapper {
    padding-top: calc(var(--header-height) - 36px);
  }
}
/*--------------------------------------------------------------
# HEADER WITH SCROLLED FX
--------------------------------------------------------------*/
body.customize-support, body.customize-support #header {
  margin-top: 28px
}
@media screen and (max-width: 782px) {
  body.customize-support, body.customize-support #header {
    margin-top: 46px
  }
}
.top {
  position: relative;
  /* Chrome, Safari*/
  -webkit-animation-name: ease-inAnimation;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  /* Mozilla */
  -moz-animation-name: ease-inAnimation;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  /* Standard syntax */
  animation-name: ease-inAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
.scrolled {
  position: relative;
  /* Chrome, Safari*/
  -webkit-animation-name: ease-outAnimation;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-delay: 0;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  /* Mozilla */
  -moz-animation-name: ease-outAnimation;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease-out;
  -moz-animation-delay: 0;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  /* Standard syntax */
  animation-name: ease-outAnimation;
  animation-duration: 0.5s;
  animation-timing-function: ease-out;
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
@-webkit-keyframes ease-inAnimation {
  0% {
    height: calc(var(--header-lg-h) - 50px);
  }
  100% {
    top: 0px;
  }
}
@-moz-keyframes ease-inAnimation {
  0% {
    height: calc(var(--header-lg-h) - 50px);
  }
  100% {
    top: 0px;
  }
}
@keyframes ease-inAnimation {
  0% {
    height: calc(var(--header-lg-h) - 50px);
  }
  100% {
    top: 0px;
  }
}
@-webkit-keyframes ease-outAnimation {
  0% {
    top: 0;
  }
  100% {
    height: calc(var(--header-lg-h) - 50px);
  }
}
@-moz-keyframes ease-outAnimation {
  0% {
    top: 0;
  }
  100% {
    height: calc(var(--header-lg-h) - 50px);
  }
}
@keyframes ease-outAnimation {
  0% {
    top: 0;
  }
  100% {
    height: calc(var(--header-lg-h) - 50px);
  }
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
#header-content {
  padding-bottom: 30px
}
#header-top a {
  color: #FFF;
  padding: 5px 0 5px
}
#header-top .horaires {}
#header-top .sep {
  color: #fff;
  margin: 0 5px
}
.navbar, #primaryNav, #menu-menu-top {
  padding: 0;
  height: var(--header-height);
}
.navbar.main-nav {
  z-index: 1000;
}
#primaryNav li {
  display: flex;
  font-size: 18px;
  list-style-position: inside;
  border-left: 1px solid var(--fourth-color);
  margin: 0;
}
#primaryNav li a {
  color: #000;
  transition: 0.3s;
  margin: auto 50px
}
#primaryNav li:last-child {
 background-color: var(--sec-color);
}
#primaryNav li:last-child  a{
  color: #FFF;
}
#primaryNav li a:hover, #primaryNav li a:focus {
  color: var(--fifth-color);
  margin-left: 60px;
  margin-right: 40px;
}
#primaryNav li:last-child:hover, #primaryNav li:last-child:focus {
  background-color: var(--sec-color-light);
}
#primaryNav li:last-child a:hover, #primaryNav li:last-child a:focus {
  color: #FFF;
}
#menu-menu-footer li {
  list-style: none;
  text-align: center;
  margin-bottom: 5px;
}
#menu-menu-footer a, .footer a {
  text-decoration: none;
  color: rgb(25, 25, 25);
}
#menu-menu-footer li a:before {
  display: inline-block;
  content: '';
  width: 20px;
  height: 15px;
  background-image: url(images/arrow-r-red.svg);
  background-repeat: no-repeat;
}
#mmenu-menu-footer a:hover, #menu-menu-footer a:focus, .footer a:hover, .footer a:focus {
  color: #EB323C;
}
#menu-menu-docs li a {
  color: #EC661C
}

#menu-bando-titre a{
    font-size: 18px
}
@media (max-width: 980px) {
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-1 a.mega-menu-logo img.mega-menu-logo {
    width: 40px;
  }
}
@media (min-width: 1199px) {
  #primaryNav li {
    font-size: 22px;
  }
}
/*--------------------------------------------------------------
# HAMBURGER
--------------------------------------------------------------*/
.hamburger {
  padding: 15px 15px;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: auto 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.9;
}
.hamburger.is-active:hover {
  opacity: 0.9;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: var(--prim-color);
}
.hamburger-box {
  width: 32px;
  height: 24px;
  display: flex;
  position: relative;
  margin: auto;
  z-index: 1000
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 3px;
  background-color: var(--prim-color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*--------------------------------------------------------------
# LIENS & BOUTONS
--------------------------------------------------------------*/
.btn {
  padding: 5px 20px;
}
.btn_sm {
  font-size: 16px;
  padding: 10px 30px !important;
}
@media only screen and (max-width: 575.99px) {
  .btn_xs_sm {
    padding: 10px 10px !important;
  }
}
.btn_xs {
  -webkit-border-radius: 6px !important;
  -moz-border-radius: 6px !important;
  border-radius: 6px !important;
  font-size: 11px;
  padding: 4px 11px !important;
  margin-right: 5px
}
#modal-login .submit .button:hover {
  color: #ec343a !important;
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.rounded-bkg {
  padding: 3px 10px;
  border-radius: 25px;
  display: inline-block;
  font-size: 80%
}
a[href $='.pdf'] {
  font-size: 20px;
  font-weight: 600;
  background-repeat: no-repeat;
  color: var(--sec-color);
  padding: 0;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
a[href $='.pdf']:before {
  font-size: 20px;
  font-family: dashicons;
  content: "\f190";
  margin-right: 4px;
  vertical-align: middle
}
a[href $='.pdf']:hover, a[href $='.pdf']:focus {
  text-decoration: none;
  color: var(--third-color);
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*--------------------------------------------------------------
# SLICK
--------------------------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}
/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}
.slick-prev::before, .slick-next::before {
  font-size: 15px !important;
  opacity: .25 !important;
}
.slickcaroussel .item {
  position: relative;
}
.overlay-slick {
  position: absolute;
  background-color: #001F40;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1000
}
.slickcaroussel .nom {
  height: 80px /* 3 x la valeur font-size h3*/
}
.slickcaroussel h3 {
  font-size: 35px;
  line-height: 45px;
  font-weight: 600;
  text-transform: uppercase
}
.slickcaroussel .texte_intro {
  height: 220px;
}
.slickcaroussel .texte_intro p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  color: #FFF;
}
.slickcaroussel img {
  max-height: 260px;
  width: auto;
}
.slickcaroussel .btnplus {
  color: #FFF;
  font-size: 13px;
  padding: 9px 12px;
  border-radius: 8px;
  border: thin solid rgba(255, 255, 255, 1.00);
}
.slick-prev::before, .slick-next::before {
  font-size: 15px !important;
  opacity: .25 !important;
}
.slickcaroussel .item {
  position: relative;
}
.overlay-slick {
  position: absolute;
  background-color: #001F40;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: all 0.5s ease-in-out;
  z-index: 1000
}
/*--------------------------------------------------------------
# CUSTOMS BLOCS
--------------------------------------------------------------*/
.bo-intitule {
  display: none
}

/*--------------------------------------------------------------
# Breadcrumb
--------------------------------------------------------------*/
#breadcrumb {
  list-style: none;
  margin: 10px 0 35px 0;
  padding: 4px 8px 0px;
  overflow: hidden;
  background-color: #E5E5E5
}
ul#breadcrumb {
  padding-left: 10px;
}
#breadcrumb li.item-home {
  margin-left: -10px;
}
#breadcrumb li.item-current {
  color: #8D8D8D !important
}
#breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  list-style-position: inside;
}
#breadcrumb li a {
  text-decoration: none;
}
#breadcrumb li a:hover {
  color: #00A5E5;
}
#breadcrumb .separator {
  width: 8px;
  height: auto;
}
/*======Buttons overlay =====*/
.btn-close-w {
  position: relative;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  float: right;
  top: -2px;
  opacity: 1
}
.btn-close-w svg {
  width: 23px;
  height: 23px;
}
.btn-close-w:hover, .btn-close-w:focus {
  top: -3px;
  opacity: 0.6
}
.bg_2c_1 {
  background-color: #001F40
}
@media (min-width: 767px) {
  .slickcaroussel .item {
    border-left: 1px solid rgba(255, 255, 255, 0.66);
    border-collapse: collapse
  }
  .slickcaroussel {
    border-right: 1px solid rgba(255, 255, 255, 0.66);
    border-collapse: collapse
  }
}
#coordonnees, #coordonnees p, #coordonnees a {
  margin-bottom: 0.5rem;
  color: #FFF;
  text-align: center;
}
@media (min-width: 1039px) {
  .bg_2c_1 {
    background: linear-gradient(90deg, #fff 50%, #001F40 50%);
  }
}
/*--------------------------------------------------------------
# FORMULAIRES
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# CONTACT-FORM 7
--------------------------------------------------------------*/
@media only screen and (max-width: 575.99px) {
  .wpcf7-submit {
    display: block;
    margin-top: 35px;
    min-width: 100% 
  }
}
.wpcf7 label {
  color: #000;
  font-size: 20px;
}

.wpcf7-form-control-wrap {}
input:focus, .wpcf7-textarea:focus {
  border: 1px solid #C2C2BA;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  border: none;
}
.wpcf7-response-output {
  background-color: #EB323C;
  color: #fff;
  text-align: center
}
.wpcf7 {
  margin: 50px 0
}
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  background-color: #719E55;
  color: #FFF;
  font-size: 22px;
  padding: 8px 15px;
  margin: 0
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #000 !important;
  opacity: 0.3;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #000 !important;
  opacity: 0.3;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #000 !important;
  opacity: 0.3;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #000 !important;
  opacity: 0.3;
}
select.wpcf7-form-control.wpcf7-select {
  width: auto;
  padding: 5px 10px
}

@media (min-width: 767px) {
  .wpcf7-submit {
    width: 520px
  }
  input.wpcf7-text, .wpcf7-textarea {
    padding: 15px 15px;
    font-size: 22px;
  }
}
/*--------------------------------*/
/* ACF INPUT CSS
        /*----------------------------------*/
.inputSm {
  width: 100%
}
@media (min-width: 767px) {
  .inputSm, input#acf-field_6272b83b7ea28, #acf-field_623b94f476896 /*inscription/annee*/ {
    width: 200px;
  }
}
.af-input.acf-input select, ul.acf-radio-list li, .af-field-type-checkbox label, .acf-checkbox-list label, .acf-input input[type=text], .acf-input input[type=email], .acf-input select, input[type=number] {
  font-size: 18px !important;
  background-color: #fff
}
#acf-field_623b94f476896 /*inscription/annee*/ {
  text-align: center
}
.acf-form-submit {
  border-top: 1px solid #DBDBDB;
  padding-top: 35px !important
}
.acf-notice p {
  font-size: 18px !important;
  line-height: 22px;
  margin: 0.5em 0;
  color: #fff !important
}
.acf-notice.-error {
  background: #E36363 !important;
  border-color: #E36363 !important;
}
.af-field {
  display: flex;
  flex-wrap: wrap;
}
.af-field > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
}
.af-label.acf-label {
  width: 40% !important;
  padding-right: 35px;
}
.af-input.acf-input {
  width: 50% !important;
}
.acf-label {
  color: #707070;
  font-weight: 400;
}
.acf-label label {
  margin-top: auto !important;
  margin-bottom: auto !important
}
p.af-field-instructions {
  font-size: 14px;
}
.acf-input input[type=text], .acf-input input[type=email], .acf-input select, input[type=number], #acf-field_627bd7abbad2a-field_627bd7abbad2c, .input-text, .select2-selection, .acf-input-append {
  height: 60px !important;
  border: 2px solid rgba(164, 164, 164, 0.40);
  border-radius: 5px;
  padding-left: 15px;
}
input[type=number] {
  text-align: center
}
.input-text, .select2-selection {
  width: 100%;
  margin-bottom: 15px
}
.acf-input-prepend, .acf-input-append, #acf-field_627bd7abbad2a-field_627bd7abbad2c {
  height: 35px;
}
.acf-input select:focus, .acf-input select:hover {
  border: 2px solid #7080B1;
}
.acf-fields > .acf-field {
  padding: 20px 12px !important
}
.categorychecklist-holder, .acf-fields.border, .acf-fields.-border {
  border: none !important;
}
.acf-fields.-border {
  margin-left: -12px
}
.acf-checkbox-list {
  padding: 0 !important
}
.acf-button-group label.selected {
  border-color: #7080B1 !important;
  background: #7080B1 !important;
  color: #fff;
  z-index: 2;
}
li.select2-results__option {
  list-style: none;
}
ul.select2-results__options {
  padding: 15px
}
.select2-dropdown {
  margin-top: 25px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 60px !important
}
.select2-selection__arrow {
  margin-top: 20px
}
.select2-container--default li {
  margin-left: 0
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
  color: var(--prim-color) !important;
  background-color: rgba(112, 128, 177, 0.51) !important;
  font-weight: 600 !important;
}
.select2-selection--multiple .select2-selection__choice {
  border-color: none !important;
  padding: 3px 10px !important;
}
.select2-selection__choice__remove {
  font-size: 22px;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered, .acf-field select {
  padding: 10px 25px !important;
}
input[type=checkbox], input[type=radio], input[type=file] {
  height: 20px;
  width: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  outline: none;
  transition-duration: 0.3s;
  background-color: #DBDBDB;
  cursor: pointer;
}
input[type=file] {
  width: auto;
  height: 45px;
  background-color: transparent;
}
input[type=file]::file-selector-button, input[type=file]::-webkit-file-upload-button {
  border: 1px solid var(--sec-color);
  color: var(--sec-color);
  padding: 8px;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type=file]::file-selector-button:hover, input[type=file]::-webkit-file-upload-button:hover {
  background-color: #e9e9e9;
}
input[type=checkbox]:checked, input[type=radio]:checked {
  background-color: #7080B1;
}
input[type=checkbox]:checked::before, input[type=radio]:checked::before {
  content: '\2713';
  display: block;
  text-align: center;
  color: #FFF;
  line-height: 22px
}
input[type=checkbox]:active, input[type=radio]:active {}
.acf-input-append {
  font-size: 22px !important;
  line-height: 55px !important;
}
.af-success p {
  font-size: 28px
}
/*ACF EXT*/
ul.acf-radio-list:focus-within, ul.acf-checkbox-list:focus-within {
  border: none !important;
}
/*----------------*/
/* retrait du fond bleu sous chrome et d'autres*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
@-webkit-keyframes autofill {
  0%, 100% {
    color: #666;
    background: transparent;
  }
}
input:-webkit-autofill {
  -webkit-animation-delay: 1s; /* Safari support - any positive time runs instantly */
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}
/****/
input.wpcf7-text, .wpcf7-textarea, input.woocommerce-Input, .woocommerce div.product form.cart .variations select, input.input-text.qty, .woocommerce-billing-fields input, .bookacti-form-field-content input, #modal-login input[type="text"], #modal-login input[type="password"], .input-text, .select2-selection {
  color: #666666 !important;
  background-color: #FFF !important;
  border: 1px solid #707070;
  padding: 15px 15px;
  font-size: 22px !important;
  width: 100%;
  margin-bottom: 15px
}
.modal-footer {
  border: none
}
.woocommerce div.product form.cart .variations select option {
  color: #666666;
  font-weight: 400
}
.woocommerce div.product form.cart .variations select {
  margin-bottom: 0
}
/*--------------------------------------------------------------
# WRAPPERS & BOXES
--------------------------------------------------------------*/
.content-wrapper {
  padding: 30px 10px;
  background-color: #FFF;
  margin-bottom: 70px;
  position: relative
}

.page-wrapper {
  margin-top: 22px;
  margin-bottom: 70px;
}
.border-bot {
  border-bottom-width: 3px;
  border-bottom-style: dotted;
}
#footer {
  border-top: 1px solid var(--fourth-color);
  margin-top: 70px;
  padding-top: 15px
}
.copyright-wrapper {
  font-size: 9px;
  letter-spacing: 0.05rem
}
.footer p, .footer a, #footer-widget p {
  color: #4D4D4D;
  margin-bottom: 0.5rem
}
.colFooter3 li {
  text-align: center;
  list-style: none
}
/*boite scroll tableau pour mobile doit envelopper le tableau*/
.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  width: 100%;
  /*    white-space: nowrap;*/
  -webkit-overflow-scrolling: touch;
  -webkit-box-shadow: inset -14px 1px 16px -22px rgba(0, 0, 0, 0.52);
  box-shadow: inset -14px 1px 16px -22px rgba(0, 0, 0, 0.52);
  font-size: 0.9rem
}
@media (min-width: 980px) {
  .content-wrapper {
    padding: 40px 70px;
    margin-bottom: 80px;
  }
  .page-wrapper {
    margin-top: 32px;
  }
}
@media (min-width: 1280px) {
  .content-wrapper {
    padding: 0px 100px;
    margin-bottom: 110px;
  }
  .page-wrapper {
    margin-top: 4px;
    margin-bottom: 110px;
  }
}
@media (min-width: 1399px) {

  .page-wrapper {
    margin-top: 4px;
  }
}
/*--------------------------------------------------------------
# TO TOP
-------------------------------------------------------------*/
#toTop {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 25px;
  right: 35px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: var(--fifth-color);
  cursor: pointer;
  padding: 6px 8px 7px;
  border-radius: 50%;
}
#toTop svg {
  margin: auto;
  fill: #fff;
}
#toTop:hover {
  background-color: rgba(103, 116, 232, 0.40);
}
#toTop:hover svg {
  fill: #6774E8;
}
@media only screen and (max-width: 768px) {
  #toTop {
    font-size: 1.1rem;
  }
}
/*--------------------------------------------------------------
# RECHERCHE
--------------------------------------------------------------*/
#searchform svg, .searchform svg {
  max-width: 25px;
}
.mots-clefs-recherches {
  color: var(--prim-color)
}
.btn-outline-search {
  color: #FFF;
  border-color: #FFF;
}
.searchform svg .a {
  fill: #fff;
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
.searchform:hover svg .a {
  fill: var(--sec-color);
  stroke: var(--sec-color);
}
.btn-outline-search {
  color: #FFF;
  border-color: #FFF;
}
#search-page .searchform svg .a {
  fill: #00486F;
  stroke: #00486F;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}
#search-page .btn-outline-search {
  color: #00486F;
  border-color: #00486F;
}
#search-page .form-control {
  border-color: #00486F
}
#search-content li.item {
  list-style: none
}
#search-page a {
  text-decoration: none
}
#search-page a:hover * {
  color: var(--sec-color);
}
/*--------------------------------------------------------------
# VOLET 
--------------------------------------------------------------*/
#btn-volet {
  position: fixed;
  cursor: pointer;
  right: 0;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 100px solid #EC343A;
  border-left: 100px solid transparent;
  transition: 0.5s;
  z-index: 1000
}
#btn-volet #picto-search {
  fill: #48AC35
}
#btn-volet:hover #picto-search {
  fill: #ABC98D
}
.admin-bar #btn-volet {
  top: 32px;
}
#logovolet {
  max-width: 150px
}
#btn-volet.inactif {
  border-top-color: #EC343A;
}
#btn-volet.actif {
  border-top-color: #FFF;
}
#btn-volet svg {
  position: relative;
  width: 30px;
  top: -88px;
  right: 43px
}
#btn-volet svg#picto-close {
  width: 50px;
  top: -98px;
  right: 53px
}
#btn-volet svg#picto-menu .line {
  fill: #fff;
}
#btn-volet:hover svg#picto-menu .line, #btn-volet:focus svg#picto-menu .line {
  fill: #EC343A;
}
#btn-volet svg#picto-close .a, #btn-volet svg#picto-close .b {
  fill: none;
  stroke: #001f40;
  stroke-linecap: round;
  stroke-width: 3px;
}
.overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow-x: hidden;
  transition: 0.5s;
}
.overlay-wrapper {
  position: relative;
  width: 100%;
  height: 110vh;
  line-height: 1.2rem;
  padding-top: 130px;
}
.overlay p.header {
  font-size: 20px;
  margin: 15px 0 15px 0;
}
.overlay #close-btn {
  margin-top: 36px;
  font-size: 100px;
  color: #FFF;
  transition: 0.4s;
}
.overlay #close-btn:hover, .overlay #close-btn:focus {
  color: #1A3764
}
@media (min-width: 767px) {
  #voletGauche .titre-menu {
    font-size: 50px;
    line-height: 60px
  }
}
@media (min-width: 1024px) {
  #btn-volet:hover, #btn-volet:focus {
    border-top: 100px solid #FFF;
  }
  .overlay-wrapper {
    width: 60%;
  }
  .overlay-wrapper .picto {
    max-width: 60px;
  }
  #voletGauche .titre-menu {
    font-size: 70px;
    line-height: 80px
  }
}
/*-----------------------------------------------------------------------------------*/
/* CTAs */
/*-----------------------------------------------------------------------------------*/
#cta-wrapper {
  position: relative;
  height: 130px;
}
.home #cta-wrapper #cta {
  position: relative;
  top: -72px
}
#cta-wrapper #cta {
  position: relative;
  top: -45px
}
.sous-menu.active {
  display: inline-block;
  opacity: 1;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
.sous-menu.inactive {
  display: none;
  opacity: 0;
  -o-transition: .3s ease-in;
  -ms-transition: .3s ease-in;
  -moz-transition: .3s ease-in;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}
.submenu {
  padding: 10px;
  z-index: 5;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-in;
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.submenu ul li a {
  padding: 0
}
.submenu .navbar-nav {
  flex-direction: row
}
#sub-menu .sub_menu li {
  display: inline
}
#sub-menu .sub_menu li a {
  color: var(--prim-color);
}
#sub-menu .sub_menu li a:hover {
  color: var(--fifth-color);
}
@media (min-width: 1040px) {
  .submenu-navbar .navbar-nav {
    flex-direction: row
  }
}
/*--------------------------------------------------------------
# WIDGET DOC ADMIN
--------------------------------------------------------------*/
#docs-admin {
  font-size: 1rem;
  margin-top: 1rem;
}
/*--------------------------------------------------------------
# MODULE NOTES DE BAS DE PAGE KBS
--------------------------------------------------------------*/
ul.notes-bas-de-page {
  border-top: 1px solid grey;
  margin: 15px 0;
  padding: 18px 0
}
.note-bas-de-page .dashicons {
  font-size: 30px;
  width: 30px;
  height: 30px;
  color: grey
}
.number-note {
  display: inline-block;
  margin: 0 3px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #DADADA;
  text-align: center;
  font-size: 70%;
  border: 1px solid #707070;
  line-height: 18px;
  top: -5px
}
.number-note:hover, .number-note:focus {
  background-color: #6AF5A4;
}
/*-----------------------------------------------------------------------------------*/
/* Modal window dont boostrap*/
/*-----------------------------------------------------------------------------------*/
.intitule {
  visibility: hidden;
}
.btn-modal-cart {
  position: fixed;
  cursor: pointer;
  font-size: 26px;
  text-align: center;
  padding: 10px 2px;
  font-weight: 600;
  right: -10px;
  top: 35%;
  display: block;
  width: 60px;
  height: 48px;
  color: #fff;
  background-color: #EB323C;
  transition: 0.5s;
  z-index: 888;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.btn-modal-cart:hover {
  color: #fff;
  background-color: #001F40;
}

.modal-login-dialog, .modal-dialog {
  max-width: 480px;
  margin: auto;
  padding: 40px 20px;
  z-index: 10050;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  min-height: calc(100% - (.5rem * 2));
}
.modal-dialog {
  max-width: 560px;
}
.modal-content {
  border: 1px solid #001F40;
  border-radius: 0
}

#mobile-fixed-footer{
  font-size: 26px;
  position: fixed;
  bottom: 0;
  padding: 10px; 
  box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.1); 
  z-index: 92; 
  background-color: var(--sec-color);
  width: 100%;
  height:50px;
}
svg.btn-arrow{ fill:#FFF ; stroke:#FFF}
.wp-block-embed iframe {
  max-width:150%;
}
.wp-block-embed.alignright{
	max-width: 100%
}
@media screen and (min-width: 1199px) {
  .intitule {
    visibility: visible;
  }
  .btn-modal-cart {
    font-size: 24px;
    padding: 10px 2px;
    right: -96px;
    top: 35%;
    width: 230px;
    height: 48px;
  }
}
@media screen and (min-width: 1399px) {
  .btn-modal-cart {
    font-size: 26px;
    padding: 10px 2px;
    right: -96px;
    top: 35%;
    width: 240px;
    height: 48px;
  }
}