/*
Theme Name: child-arielle-beck
Template: arielle-beck
Theme URI: http://example.com
Author: MonNom
Author URI: http://example.com
Description: Un thème personnalisé pour WordPress
Version: 1.0
*/

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Montserrat", serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}




/************************ GLOBAL CSS ****************/

:root {
  --white: #ffffff;
  --black: #000000;
  --dark-blue: #124452;
  --light-blue: #7f99ab12;
  --dark-gray: #343f49;
  --blue-light: #5d93b1;
  --highlight-blue: #004554;
  --orange: #252c36;
  --grey: #5b7385;
  --hover-blue: #27798d;
  --bg-dark: #3e5879;
  /* Couleur pour icône de contact */
  --light-gray: #f5faff;
}

.gvVMOl svg path {
  fill: #ed8487 !important;
}

.bg-blue {
  background-color: var(--highlight-blue);
}

h2.cst-white-title {
  color: var(--white);
  font-family: "Montserrat", serif;
  font-weight: 200;
  font-size: 1.9em;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 30px;
}

h2.cst-pink-title {
  color: #ed8485;
  font-family: "Montserrat", serif;
  font-weight: 300;
  font-size: 1.7em;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 20px;
}

h5 {
  font-size: 1.35rem;
}

@font-face {
  font-family: 'spinwerad';
  /* Nom personnalisé pour la police */
  src: url('fonts/spinwerad/spinwerad.ttf') format('truetype');
  /* Chemin vers le fichier .ttf */
  font-weight: normal;
  /* Facultatif : normal, bold, etc. */
  font-style: normal;
  /* Facultatif : normal, italic, etc. */
}

.fa {
  display: inline !important;
  padding: 5px;
}

p {
  margin-top: 0;
  margin-bottom: 0rem !important;
  font-family: "Montserrat", serif;
}

.space-bottom {
  padding-bottom: 100px !important;
}

.space-top {
  padding-top: 170px;
}



.space-top-bio {
  padding-top: 90px;
}

.space-bottom-bio {
  padding-bottom: 70px;
}

.position-relative {
  position: relative !important;
}

body.home .cst-baniere {
  display: flex;
  align-items: center;
  justify-content: right;
  height: 100%;
  padding-right: 13%;
}

.cst-texte-home {
  width: 30%;
}

.cst-texte-home h2 {
  display: none;
}

body.home .cst-texte-home h2 {
  display: block;
  justify-content: center;
  text-align: center;
  font-family: 'spinwerad', sans-serif;
  color: #fff;
  font-size: 6em;
  line-height: 0.85em;
  letter-spacing: 0.02em;
  margin: auto;
  padding-bottom: 40px;
}

.pink-bar-home {
  height: 100px;
  opacity: 0.98;
  margin: auto;
  width: 13px;
  background-color: #ed8485;
}

.bandeau-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 280px;
  object-fit: cover;
  z-index: -3;
}


/***************  START CONTACT ****************/

.bg-head-inter {
  background-image: url(https://www.arielle-beck.com/wp-content/themes/child-arielle-beck/assets/img/deco-slider.svg) !important;
  background-repeat: no-repeat;
  background-position-x: right;
  position: absolute;
  height: 184%;
  width: 105%;
  right: -13px;
  top: -146px;
  background-size: 100%;
  z-index: 100;
}

.cst-text-contact {
  padding: 40px;
}

.cst-text-contact a:hover {
  color: #164c5cbb !important;
}

.cst-text-contact p,
.cst-text-contact a {
  color: #164c5c !important;
  font-weight: 400;
  font-size: 1.05em;
  line-height: 1.5em;
}


.cst-text-contact-deux p {
  color: #719fa5 !important;
  font-weight: 400;
  font-size: 1.2em;
  padding-bottom: 15px;
  line-height: 1.4em;
}


.blue-light {
  background-color: var(--dark-blue);
}

.contact-info {
  padding: 50px 45px;
}

.contact-info li p {
  font-size: 1.2em;
  margin-bottom: 0.7rem;
}

.contact-info li {
  display: inline-flex;
  width: 100%;
}

.contact-info li a {
  color: var(--dark-blue);
}

.contact-info li:hover {
  color: var(--hover-blue);
}

.contact-info li a:hover {
  color: var(--hover-blue);
}

.contact-info li span {
  padding-right: 15px;
  color: var(--grey);
  font-size: 1.35em;
  padding-top: 6px;
}

.cst-pd-info-contact {
  padding-top: 30px;
  padding-bottom: 90px;
}

.pad-cont {
  padding: 0px 10px 0 80px;
}

.cst-contact span.ico-contact {
  padding-right: 10px;
  color: var(--bg-dark);
  font-size: 23px;
  vertical-align: middle;
}

.cst-contact,
.cst-contact a {
  color: var(--bg-dark);
  font-size: 21px;
}

#map {
  height: 350px !important;
}

.marker {
  background-image: url(https://pitcho.fr/wp-content/themes/pitcho/assets/img/tagmap.svg);
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  cursor: pointer;
}


.bg-light-contact {
  background-color: #e1ebed;
}

/***************  END CONTACT ****************/


/*******************************************************/
/***************  START REPRESENTATION ****************/

.card .btn {
  width: 40%;
}

.pad-spe {
  padding: 0 140px;
}

.card {
  display: block;
  --bs-card-border-width: 0 !important;
  /* Supprime la bordure extérieure */
  --bs-card-height: 100%;
  border-radius: inherit !important;
  height: 100%;
  background-color: #ebf0f3;
  padding: 0;
}

/* Assurez-vous que la ligne de la carte s'étend sur toute la hauteur disponible */
.card .row.g-0 {
  display: flex;
  align-items: stretch;
  /* Pour que les colonnes prennent la même hauteur */
  margin-left: 0;
  margin-right: 0;
}

.cst-title-loc {
  padding-top: 20px;
  display: flex;
  text-align: justify;
  align-items: center;
}

.cst-localisation {
  padding-left: 20px;
}

.cst-title-loc .card-text {
  display: flex;
}

card-image {
  padding-bottom: 10px;
  padding-top: 15px;
  color: #1f5c6d;
  font-size: 1.4em;
  font-weight: 600;
}


.card .col-md-4 {
  display: flex;
  align-items: stretch;
}

.card-text {
  margin-bottom: 0rem !important;
  line-height: 1.4;
}

.card-text-lieu {
  color: #417f8e;

}

.card-text-lieu p {
  line-height: 18px;
  padding-bottom: 15px;
  padding-top: 5px;
  font-weight: 600;
  font-size: 19px;
}

.card-text-desc p {
  font-style: italic;
  line-height: 24px;
  font-size: 1.1em;
}

.card-text-desc {
  padding-bottom: 30px;
}

.date-time-rep {
  border-radius: 5px;
  color: var(--white);
  font-size: 1.2em;
  font-weight: 500;
  text-transform: uppercase;
  text-align: right;

  height: 100%;
}



.card img {
  width: auto;
  height: auto;
  object-fit: cover;
  object-position: center right;

}
img.cst-img-card {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cst-card-pad{
  padding: 35px 20px 35px 10px;
}

.card-body {
  padding: 0!important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card-title {
  font-weight: 600;
  color: var(--dark-blue);
}

.card-text-date {
  font-size: 27px;
  line-height: 30px;
  color: var(--dark-blue);
}

.card-text-year {
  font-size: 28px;
  line-height: 30px;
  color: var(--dark-blue);
}

.card-text-time {
  font-size: 28px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: white;
  color: #134553;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-left: auto;

}


#year-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 10px 20px;
  border: 1px solid #134553;
  border-radius: inherit !important;
  color: var(--dark-blue);
  font-size: 16px;
  font-family: 'Arial', sans-serif;
  outline: none;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
  padding-right: 35px;
}


#year-select::after {
  content: '\f0d7';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 18px;
  color: #2A6A9A;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}


#year-select option:checked {
  background-color: var(--light-gray);
  color: var(--dark-blue);
}

#year-select option:hover {
  background-color: #eaf4fe;
  color: var(--dark-blue);
}

a.btn-en-savoir-plus {
  background-color: transparent;
  border-color: #427684 !important;
  border-radius: inherit !important;
  color: #124452 !important;
  margin: 0;
}

a.btn-en-savoir-plus:hover {
  background-color: #427684 !important;
  border-color: #427684 !important;
  border-radius: inherit !important;
  color: #ffffff !important;
}

.material-symbols-outlined {
  font-variation-settings:
    'FILL' 0,
    'wght' 400,
    'GRAD' 0,
    'opsz' 40
}

.cst-i {
  padding-right: 10px;
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: none !important;
}

/***************  END REPRESENTATION *******************/
/*******************************************************/



.text-arielle-beck {
  position: absolute;
  bottom: -42%;
  left: 60%;
  height: 100%;

}

.text-arielle-beck-deux {
  position: absolute;
  bottom: -42%;
  left: 62%;
  height: 100%;

}

.text-arielle-beck img {
  width: 80%;
  height: auto;
}

.cst-arielle-beck {
  position: absolute;
  font-size: 12em;
  text-align: center;
  color: #e4ebed;
  letter-spacing: 0.05em;
  z-index: -3;
  width: 100%;
  top: 89%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: 'spinwerad', sans-serif;
}


.bg-head-tarif {
  background-image: url(https://scape-voyage.fr/wp-content/uploads/2024/11/bandeau-tarif-2.webp) !important;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 100;
  background-position: center;
  padding: 20px;
}

h2.cst-title-d-inter-contact {
  padding: 95px 0px 95px 0px;
  color: var(--white);
}

.blue-bar {
  height: 13px;
  opacity: 0.98;
  width: 13%;
  position: absolute;
  z-index: 500;
  top: 30px;
  right: 0;
  bottom: -46px;
  background-color: #1a5363;
}

.pink-bar {
  height: 9%;
  opacity: 0.98;
  width: 13px;
  position: absolute;
  left: 52px;
  bottom: -46px;
  background-color: #ed8485;
}

.pink-bar-repres {
  height: 11%;
  opacity: 0.98;
  width: 13px;
  position: absolute;
  z-index: 500;
  bottom: -68px;
  left: 52px;
  background-color: #ed8485;
}

.title-info-page {
  color: var(--white);
  font-size: 2em;
  font-weight: 500;
  padding-top: 40px;
}

.site-header {
  display: block;
  height: 100%;
}

#site-navigation {
  width: 100%;

  position: relative;
}

.site-header-mobile {
  display: none;
}



.site-header .header-text {
  display: block;
}


body:not(.home) .site-header .header-text {
  display: none;
}


body.home .site-header .header-text {
  display: block;
}


.site-header {
  background: none;
  padding: 20px 0;
  text-align: center;
}


body.home .main-navigation {
  background: url('https://www.arielle-beck.com/wp-content/uploads/2024/12/arielle-beck-image-bandeau.jpg') no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

body.home .main-navigation-deux {
  background: url('https://www.arielle-beck.com/wp-content/uploads/2025/02/slider-2-arielle-beck.png') no-repeat center center;
  background-size: cover;
  height: 100vh;
  position: relative;
}

.main-navigation {
  z-index: 5;
}


body.home .site-header .navbar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}


body.home .site-header .header-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  text-align: center;
  z-index: 1;
}


body:not(.home) .site-header {
  background: none;
  height: auto;
  padding: 10px 0;
}

body:not(.home) .site-header .navbar ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}



body.home .site-header .navbar a {
  color: var(--white);
}


body.home .site-header .navbar a:hover {
  color: #f0f0f0;
}

.cst-actu-date {
  text-align: right;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.1em !important;
  color: var(--dark-blue);

}

.cst-actu-news {
  text-align: left;
  font-size: 1.4em;
  font-weight: 400;
  line-height: normal;
  color: var(--dark-blue);
}


/************************ PAGE BIOGRAPHIE ****************/
.img-biographie {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


.fil-ariane {
  position: absolute;
  top: 115px;
  padding-left: 55px;
  font-size: 1.2em;
  color: #134553;
  font-weight: 300;
  font-family: "Montserrat", serif;
}


.fil-ariane-2 {
  position: absolute;
  top: 30px;
  padding-left: 40px;
  font-size: 1.2em;
  color: #454649;
  font-weight: 300;
  font-family: "Montserrat", serif;
}

.cst-texte {
  padding: 80px 80px 80px 80px;
}

.cst-texte-deux {
  padding: 30px 0 80px 0;
}


.cst-texte h2 {
  font-family: 'spinwerad', sans-serif;
  color: var(--dark-blue);
  font-size: 4.8em;
  text-align: center;
  line-height: 0.8em;
  letter-spacing: 0.02em;
  margin: auto;
  padding-bottom: 40px;
}

.author {
  color: #a68365;
  line-height: 1.4em;
  padding-top: 5px;

}

.img-cover {
  object-fit: cover;
  width: 100%;
  display: block;
  height: 100%;
}

.pad-l-spe {
  padding-left: 80px;
  padding-right: 20px;
  padding-top: 150px;
}

p.cst-intro {
  color: #164c5c !important;
  font-weight: 500;
  font-size: 0.95em;

}

.citation {
  background-color: var(--dark-blue);
}

.text-citation {
  text-align: center;
  font-size: 1.4em;
  color: var(--white);
  font-family: 'spinwerad', sans-serif;
  line-height: 1.6;
}

.text-citation-deux {
  text-align: center;
  font-size: 1.3em;
  color: var(--dark-blue);
  font-family: 'spinwerad', sans-serif;
  line-height: 1.5;
}

.blue-bar-bio {
  height: 12px;
  opacity: 0.98;
  width: 9%;
  position: absolute;
  z-index: 500;
  top: 21%;
  right: 44.5%;
  bottom: -46px;
  background-color: #ef8486;
}

.pink-deux-bar-bio {
  height: 18%;
  opacity: 0.98;
  width: 11px;
  position: absolute;
  z-index: 500;
  /* top: 10%; */
  right: 49%;
  bottom: -28px;
  background-color: #ef8689;
}

.cst-texte p {
  color: #221e1f;
  line-height: 1.7em;
  text-align: justify;
  font-size: 1em;
  ;
}

.cst-texte-deux p {
  color: #221e1f;
  line-height: 1.7em;
  text-align: justify;
}

/************************ END PAGE BIOGRAPHIE ****************/


/************************ PAGE PORTFOLIO ****************/
.portfolio-item {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.portfolio-item img {
  transition: transform 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.portfolio-filters a.filter:focus {
  background-color: #1d5767;
  color: #ffffff;
}



.portfolio-item h3 {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  color: var(--white);
  background-color: rgb(19 69 83 / 53%);
  padding: 5px;
  text-align: center;
  font-size: 1.1em;
}


.portfolio-item:hover img {
  transform: scale(1.05);
}

.portfolio-filters a.active {
  background-color: var(--dark-blue);
  color: var(--dark-blue);
}

.portfolio-filters a.filter {
  color: var(--dark-blue);
  border-color: #1d5767ab;
  padding: .6rem 1.4rem;
  font-size: 1em;
}

.portfolio-filters a:hover {
  color: var(--white);
  border-color: #1d5767;
  background-color: #1d5767;
}

/************************ END PAGE PORTFOLIO ****************/

/* Styles généraux du bouton */
.cta-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

.cta-button.learn-more {
  width: 15rem;
  height: auto;
}


.cta-button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: transparent;
  border-radius: 1.625rem;
  border: 1px solid #134553;
}


.cta-button.learn-more .circle .fleche-blanche {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: none;
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
}


.cta-button.learn-more .circle .fleche-blanche::before {
  position: absolute;
  content: "";
  top: -0.25rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #134553;
  border-right: 0.125rem solid #134553;
  transform: rotate(45deg);
}

.cta-button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #134553;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}


.cta-button:hover .circle {
  width: 100%;
}


.cta-button:hover .circle .fleche-blanche {
  background: #134553;
  transform: translate(1rem, 0);
}

.cta-button:hover .button-text {
  color: #134553;
  opacity: 0.8;
}



/***************  PRESSE  *************** /

  /* Global styling */
.cst-all-img-actu {
  position: relative;
  overflow: hidden;
}

.cst-card2 img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.cst-card2:hover img {
  transform: scale(1.1);
  transform-origin: center;
}

.cst-date-article {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgb(236 131 135 / 83%);
  color: white;
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.actuListTitle {
  font-size: 1.25rem;
  font-weight: bold;
  color: #124452;
  margin-top: 10px;
  margin-bottom: 0;
}

.cst-post-actu {
  padding: 10px;
  background-color: #fff;
}

.btn-en-savoir-plus {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 20px;
  background-color: #124452;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.btn-en-savoir-plus:hover {
  background-color: #0a2e39;
}

/* Pagination */
.cst-d-grid {
  margin-top: 30px;
}

.cst-pb-pag {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}

.cst-pb-pag a {
  color: #124452;
  font-size: 16px;
  margin: 0 7px;
  text-decoration: none;
}

.cst-pb-pag a:hover {
  text-decoration: underline;
}

.cst-pb-pag .page-numbers.current {
  background-color: #124452;
  color: white;
  border-radius: 50%;
  padding: 7px 18px;
  margin: 0 10px;
}

.cst-list-actu {
  margin-bottom: 50px;
}

.page-numbers .material-symbols-outlined {
  display: block;
}

.cst-texte-presse p {
  color: #221e1f;
  line-height: 1.6em;
  text-align: justify;
  font-size: 0.95em;
  padding-bottom: 5px;
}


.cst-bandeau-presse {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 280px;
  object-fit: cover;
  z-index: -3;
}



/************************  MENTIONS LEGALES ****************/

h2.title {
  font-size: 1.45rem;
  font-weight: bold;
  color: #124452;
  margin-top: 10px;
  margin-bottom: 0;
}

h3.title-main {
  font-size: 1.25rem;
  color: #124452;
  margin-top: 30px;
  margin-bottom: 0;
}


/************************  END MENTIONS LEGALES ****************/


/************************ 404  ****************/
.bg-img-404 {
  background-image: url(https://www.arielle-beck.com/wp-content/uploads/2025/03/404-page.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 700px;
}
/************************  END 404 ****************/


/************************  MEDIAS QUERIES ****************/

@media only screen and (max-width: 680px) {


  .pink-deux-bar-contact {
    display: none;
   }
  .space-top {
    padding-top: 210px !important;
}

 

  .cst-bandeau-presse {
    height: 200px;
  }

  p.information-contact,
  p.info-contact {
    font-size: 1.8em;
  }

  .pink-bar {
    height: 2%;
    bottom: -34px;
    left: 24px;
}
  #performance-container .card {
    margin-bottom: 50px !important;
  }

  #performance-container img {
    padding-top: 30px;
  }

  .card-text-year {
    font-size: 24px;
  }

  .card-text-date {
    font-size: 24px;
  }

  .date-time-rep {
    padding: 0 0px 0 0px;
  }

  .text-arielle-beck {
    left: 14%;
    bottom: -55%;
}




  .text-arielle-beck img {
    width: 80%;
  }

  .cst-arielle-beck {
    display: none;
  }

  .cst-actu-date {
    text-align: center;
    padding-bottom: 20px;
    font-size: 2em;
  }

  .cst-actu-news {
    text-align: center;
    padding-top: 20px;
    font-size: 1.4em;
  }

  .menu-containers {
    padding: 40px 30px 0 30px;
  }

  .menu ul {
    padding: 0 0 0 40px;
  }

  h2.cst-pink-title {
    font-size: 1.7em;
  }

  .card .btn {
    width: 100%;
  }
}

@media screen and (min-width: 681px) and (max-width: 768px) {
  .pink-deux-bar-contact {
   display: none;
  }
  .space-top {
    padding-top: 210px !important;
}
  .cst-bandeau-presse {
    height: 200px;
  }

  .pink-bar {
    height: 4%;
    bottom: -34px;
    left: 24px;
  }
  .date-time-rep {
    padding: 0 0px 0 0px;
  }

  .text-arielle-beck {
    left: 30%;
  }
  .text-arielle-beck img {
    width: 76%;
  }

  .cst-arielle-beck {
    display: none;
  }

  .menu-containers {
    padding: 20px 30px 20px 40px;
  }

  .cst-actu-date {
    text-align: center;
    padding-bottom: 20px;
  }

  .cst-actu-news {
    text-align: center;
    padding-top: 20px;
  }

  .site-header {
    display: none;
  }

  .site-header-mobile {
    display: block;
  }

  .card .btn {
    width: 100%;
  }
}





@media screen and (min-width: 769px) and (max-width: 880px) {
  .date-time-rep {
    padding: 0 0px 0 0px;
  }

  .cst-arielle-beck {
    font-size: 11vw;
    top: 62vh;
  }

  .text-arielle-beck {
    left: 30%;
  }

  .text-arielle-beck img {
    width: 76%;
  }

  .card .btn {
    width: 80%;
  }

  .pink-bar {
    height: 7%;
    opacity: 0.98;
    width: 13px;
    position: absolute;
    left: 52px;
    bottom: -46px;
    background-color: #ed8485;
}
}


@media screen and (max-width: 1024px) {
  .menu {
    width: 85% !important;
    background: #134553f2;
  }
}



@media screen and (min-width: 880px) and (max-width: 999px) {

  .pink-bar {
    height: 7%;
    opacity: 0.98;
    width: 13px;
    position: absolute;
    left: 52px;
    bottom: -46px;
    background-color: #ed8485;
}


  .cst-arielle-beck {
    font-size: 11vw;
    top: 62vh;
  }

  .card .btn {
    width: 80%;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {


  .cst-arielle-beck {
    font-size: 12vw;
    top: 71vh;
  }

  .card .btn {
    width: 80%;
  }
}

@media screen and (min-width: 881px) and (max-width: 1280px) {
  

  .text-arielle-beck img {
    width: 86%;
  }
  .text-arielle-beck {
  left: 60%;
}
}

@media screen and (min-width: 1281px) and (max-width: 1430px) {


  .text-arielle-beck img {
    width: 82%;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px;
  }

}