@charset "UTF-8";
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.vina-sans-regular {
  font-family: "Vina Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.page1 {
  background-color: #0c0505;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  margin: 0em;
  overflow-x: hidden;
}

.avort--titre {
  font-family: "Vina Sans", sans-serif;
  margin: 0em;
  line-height: 90%;
  color: #0c0505;
}

.titre1 {
  font-size: 143px;
  text-align: center;
}

.titre2 {
  font-size: 119px;
  text-align: center;
}

.formulaire {
  background-color: rgba(13, 13, 13, 0.6);
  border: 3px solid #1EE870;
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  margin: 3px 2em;
}

.info {
  position: relative;
  width: 100%;
}

.infobox {
  background-color: #1EE870;
  border: none;
  padding: 1em 15vw;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  margin-bottom: 19px;
}

.infoLabel {
  pointer-events: auto;
  position: absolute;
  top: 12px;
  left: 19px;
  font-size: 16px;
  color: #0c0505;
  z-index: 2;
  transition: all 0.2s ease;
}
.infoLabel::after {
  content: attr(data-alt);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.infoLabel:hover {
  color: transparent;
}
.infoLabel:hover::after {
  display: inline;
  color: black;
}

.envoi {
  font-family: "Rajdhani", sans-serif;
  color: white;
  background-color: #F50D11;
  border: none;
  padding: 1em 3em;
}

.btn--envoyer,
.btn--suivent,
.btn--confirmer {
  margin-top: 8vh;
}

.bg {
  position: absolute;
  top: 0;
  font-size: 11px;
  text-align: justify;
  text-justify: inter-word;
  color: #1EE870;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  max-height: 100vh;
  overflow-y: hidden;
}

.bg--popup {
  background-color: #f4efef;
}

.age {
  background-color: #1EE870;
  font-size: 160px;
  border: none;
  text-align: center;
  margin: 0%;
}

.nombre {
  display: flex;
  flex-direction: row;
  gap: 11px;
  justify-content: flex-end;
}

.search-input input {
  font-family: "Rajdhani", sans-serif;
  height: 55px;
  width: 18em;
  outline: none;
  border: none;
  padding: 0 19px 0 19px;
  font-size: 16px;
  background-color: #729D73;
  color: #0c0505;
}
.search-input input::-moz-placeholder {
  color: #0c0505;
}
.search-input input:-ms-input-placeholder {
  color: #0c0505;
}
.search-input input::placeholder {
  color: #0c0505;
}

.search-input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
}

.search-input.active input {
  width: 18em;
}

.search-input .autocom-box {
  background: #0c0505;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 247px;
  width: 18em;
  overflow-y: auto;
  color: #f4efef;
}

.search-input.active .autocom-box {
  padding: 11px 19px;
  opacity: 1;
  pointer-events: auto;
}

.autocom-box li {
  list-style: none;
  padding: 11px 0px;
  display: none;
  width: 100%;
  cursor: default;
}

.search-input.active .autocom-box li {
  display: block;
}

/*.autocom-box li:hover{
  background: $green-color;
}*/
/*.search-input .icon{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: $with-color;
  cursor: pointer;
}*/
.section--message {
  display: flex;
  height: 100vh;
  background-color: #f4efef;
  padding: 2rem;
}

.fond--popup {
  position: relative;
  padding: 2em;
  align-items: center;
  z-index: 0;
  pointer-events: none;
  margin-bottom: -3rem;
}
.fond--popup .titre--popup {
  font-family: "Vina Sans", sans-serif;
  font-size: 119px;
  line-height: 1;
  color: #1EE870;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}

.contenu--popup {
  background-color: rgba(244, 239, 239, 0.5);
  position: relative;
  z-index: 2;
  padding: 2em;
  color: #0c0505;
}
.contenu--popup h2, .contenu--popup p {
  margin: 1em 0;
}

@media (min-width: 750px) {
  .page1 {
    font-size: 18px;
    margin: 0em;
  }

  .titre1 {
    font-size: 327px;
  }

  .titre2 {
    font-size: 231px;
  }

  .formulaire {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em;
  }

  .formulaire > .ligne-haut {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2em;
    flex-wrap: nowrap;
  }

  .info {
    flex: 1;
    /* Prend toute la place disponible */
    min-width: 0;
    /* Évite les débordements */
  }

  .infobox {
    border: none;
    padding: 1em 20vw;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
  }

  .groupeAligner {
    display: flex;
    flex-direction: column;
    gap: 1em;
    min-width: 40%;
  }

  .nombre {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 200px;
  }

  .button--confirmer {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }

  .section--message {
    padding: 2em;
  }

  .fond--popup .titre--popup {
    font-size: 134px;
  }

  .contenu--popup {
    margin-left: 119px;
    margin-right: 119px;
    border: 3px solid #1EE870;
    padding: 2em;
  }
  .contenu--popup h2, .contenu--popup p {
    margin: 1em 0;
  }

  .bg {
    font-size: 15px;
  }
}
@media (min-width: 1000px) {
  .page1 {
    font-size: 22px;
    margin: 0em;
  }

  .titre1 {
    font-size: 407px;
  }

  .titre2 {
    font-size: 196px;
  }

  .avort--container {
    display: flex;
    flex-direction: row;
  }

  .formulaire {
    background-color: rgba(13, 13, 13, 0.6);
    border: 3px solid #1EE870;
    padding: 1.2em;
    display: block;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    margin: 3px 0px 0px 1.7em;
  }

  .avort--titre {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .infobox {
    border: none;
    padding: 1em 70%;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
  }

  .groupeAligner {
    display: flex;
    flex-direction: column;
    gap: 1em;
    min-width: 40%;
  }

  .envoi {
    margin-top: 22px;
  }

  .envoi:hover {
    cursor: pointer;
    opacity: 0.7;
    color: #F50D11;
    background-color: #0c0505;
    border: 3px solid #F50D11;
    padding: 1em 3em;
  }

  .section--message {
    padding: 0em;
  }

  .fond--popup {
    padding: 1em;
  }
  .fond--popup .titre--popup {
    font-size: 163px;
    margin: 136px 0px 22px;
  }

  .contenu--popup {
    margin-left: 163px;
    margin-right: 163px;
    border: 3px solid #1EE870;
    padding: 1em;
  }
  .contenu--popup h2, .contenu--popup p {
    margin: 1.2em 0;
  }

  .btn--envoyer,
.btn--suivent {
    margin-top: 0;
  }

  .calendrier--centre {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-left: 1.7em;
  }

  .calendrier--centre > :not(.calendari) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: auto;
    margin-right: 1.7em;
    align-items: flex-start;
  }

  .phrase--periode,
.btn--suivent {
    display: block;
    margin-left: 1.7em;
  }

  .phrase--periode {
    margin-top: 100px;
    margin-bottom: 1px;
  }

  .bg {
    font-size: 15px;
  }
}
.phrase--periode {
  color: #f4efef;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #0c0505;
  color: #fff;
  border: none;
  padding: 0px 48px;
}

.calendrier--centre {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
}

.calendari {
  margin: 23px 0;
  position: relative;
  overflow: hidden;
  height: 450px;
  width: 355px;
  font-size: 16px;
}

.periode1 {
  margin-bottom: 143px;
}

/* --- Table --- 
table {
  table-layout: fixed;
  width: 350px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(0); 
  transition: all 0.3s 0.01s ease;
}

table.actiu {
  transform: translateY(0); 
}


table.amagat-esquerra {
  transform: translateY(-400px); 
}

table.amagat-dreta {
  transform: translateY(400px); 
}
*/
td, th {
  text-align: center;
  background-color: #1EE870;
}

th {
  font-size: 16px;
  background-color: #0c0505;
  color: #f4efef;
  font-weight: 400;
}
th .any {
  font-size: 16px;
  display: block;
  text-shadow: none;
}

tr:first-child th {
  font-size: 16px;
  border-left: none;
  border-top: none;
}

td:last-child, th:last-child {
  border-right: none;
}

tr:nth-child(2) th {
  padding: 5px;
}

td {
  padding: 0;
}

/* --- Cellules --- */
td > span {
  display: block;
  text-align: right;
  color: #f4efef;
  padding: 9px;
  border: 9px solid transparent;
  transition: border 0.3s ease;
}

td:last-child > span,
td:nth-child(6) > span {
  color: #729D73;
}

td.avui > span,
td.selected > span {
  background-color: #729D73;
  color: #fff;
}

td.fora > span {
  opacity: 0.5;
  color: #f4efef;
  background-color: #729D73;
}

td > span:hover {
  background: #729D73;
  color: #fff;
}

/* --- Boutons --- */
.boto-next, .boto-prev {
  background: #f4efef;
  color: rgba(13, 13, 13, 0.1);
  font-family: "Vina Sans", sans-serif;
  border: none;
  font-size: 28px;
  font-weight: 400;
  height: 30px;
  width: 30px;
  padding: 2px 28px 5px;
  vertical-align: middle;
  border-radius: 100%;
  position: absolute;
  top: 15px;
}

.boto-next {
  right: 28px;
  padding-left: 28px;
}

.boto-prev {
  left: 28px;
  padding-right: 28px;
}

.boto-next:hover,
.boto-prev:hover {
  background: rgba(0, 0, 0, 0.2);
}

button:hover {
  cursor: pointer;
}

@media (min-width: 750px) {
  .calendari {
    margin: 18px 0;
    height: 600px;
    width: 440px;
    font-size: 18px;
  }

  tr:first-child th {
    font-size: 18px;
  }

  th {
    padding: 22px 10px;
    font-size: 31px;
  }

  th .any {
    font-size: 18px;
  }

  td > span {
    padding: 22px 10px;
    border: none;
  }
}
@media (min-width: 1000px) {
  .calendari {
    margin: 18px 0;
    height: 550px;
    width: 550px;
    font-size: 22px;
    position: relative;
    /* important pour les enfants en absolute */
  }

  tr:first-child th {
    font-size: 22px;
  }

  th .any {
    font-size: 22px;
  }

  th {
    padding: 22px;
    font-size: 38px;
  }

  tr:nth-child(2) th {
    padding: 9px;
  }

  td > span {
    padding: 15px 18px;
    border: none;
  }

  .periode1 {
    margin-top: 12vh;
    margin-bottom: 1vh;
  }
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

.vina-sans-regular {
  font-family: "Vina Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.rajdhani-regular {
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.page1 {
  background-color: #0c0505;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  margin: 0em;
  overflow-x: hidden;
}

.avort--titre {
  font-family: "Vina Sans", sans-serif;
  margin: 0em;
  line-height: 90%;
  color: #0c0505;
}

.titre1 {
  font-size: 143px;
  text-align: center;
}

.titre2 {
  font-size: 119px;
  text-align: center;
}

.formulaire {
  background-color: rgba(13, 13, 13, 0.6);
  border: 3px solid #1EE870;
  padding: 2em;
  display: flex;
  flex-direction: column;
  gap: 1em;
  justify-content: center;
  margin: 3px 2em;
}

.info {
  position: relative;
  width: 100%;
}

.infobox {
  background-color: #1EE870;
  border: none;
  padding: 1em 15vw;
  font-size: 16px;
  font-family: "Rajdhani", sans-serif;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  margin-bottom: 19px;
}

.infoLabel {
  pointer-events: auto;
  position: absolute;
  top: 12px;
  left: 19px;
  font-size: 16px;
  color: #0c0505;
  z-index: 2;
  transition: all 0.2s ease;
}
.infoLabel::after {
  content: attr(data-alt);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.infoLabel:hover {
  color: transparent;
}
.infoLabel:hover::after {
  display: inline;
  color: black;
}

.envoi {
  font-family: "Rajdhani", sans-serif;
  color: white;
  background-color: #F50D11;
  border: none;
  padding: 1em 3em;
}

.btn--envoyer,
.btn--suivent,
.btn--confirmer {
  margin-top: 8vh;
}

.bg {
  position: absolute;
  top: 0;
  font-size: 11px;
  text-align: justify;
  text-justify: inter-word;
  color: #1EE870;
  width: 100%;
  z-index: -1;
  pointer-events: none;
  max-height: 100vh;
  overflow-y: hidden;
}

.bg--popup {
  background-color: #f4efef;
}

.age {
  background-color: #1EE870;
  font-size: 160px;
  border: none;
  text-align: center;
  margin: 0%;
}

.nombre {
  display: flex;
  flex-direction: row;
  gap: 11px;
  justify-content: flex-end;
}

.search-input input {
  font-family: "Rajdhani", sans-serif;
  height: 55px;
  width: 18em;
  outline: none;
  border: none;
  padding: 0 19px 0 19px;
  font-size: 16px;
  background-color: #729D73;
  color: #0c0505;
}
.search-input input::-moz-placeholder {
  color: #0c0505;
}
.search-input input:-ms-input-placeholder {
  color: #0c0505;
}
.search-input input::placeholder {
  color: #0c0505;
}

.search-input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 100vh;
}

.search-input.active input {
  width: 18em;
}

.search-input .autocom-box {
  background: #0c0505;
  padding: 0;
  opacity: 0;
  pointer-events: none;
  max-height: 247px;
  width: 18em;
  overflow-y: auto;
  color: #f4efef;
}

.search-input.active .autocom-box {
  padding: 11px 19px;
  opacity: 1;
  pointer-events: auto;
}

.autocom-box li {
  list-style: none;
  padding: 11px 0px;
  display: none;
  width: 100%;
  cursor: default;
}

.search-input.active .autocom-box li {
  display: block;
}

/*.autocom-box li:hover{
  background: $green-color;
}*/
/*.search-input .icon{
  position: absolute;
  right: 0px;
  top: 0px;
  height: 55px;
  width: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 20px;
  color: $with-color;
  cursor: pointer;
}*/
.section--message {
  display: flex;
  height: 100vh;
  background-color: #f4efef;
  padding: 2rem;
}

.fond--popup {
  position: relative;
  padding: 2em;
  align-items: center;
  z-index: 0;
  pointer-events: none;
  margin-bottom: -3rem;
}
.fond--popup .titre--popup {
  font-family: "Vina Sans", sans-serif;
  font-size: 119px;
  line-height: 1;
  color: #1EE870;
  text-align: center;
  margin: 0;
  margin-bottom: 40px;
}

.contenu--popup {
  background-color: rgba(244, 239, 239, 0.5);
  position: relative;
  z-index: 2;
  padding: 2em;
  color: #0c0505;
}
.contenu--popup h2, .contenu--popup p {
  margin: 1em 0;
}

@media (min-width: 750px) {
  .page1 {
    font-size: 18px;
    margin: 0em;
  }

  .titre1 {
    font-size: 327px;
  }

  .titre2 {
    font-size: 231px;
  }

  .formulaire {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2em;
  }

  .formulaire > .ligne-haut {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2em;
    flex-wrap: nowrap;
  }

  .info {
    flex: 1;
    /* Prend toute la place disponible */
    min-width: 0;
    /* Évite les débordements */
  }

  .infobox {
    border: none;
    padding: 1em 20vw;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
  }

  .groupeAligner {
    display: flex;
    flex-direction: column;
    gap: 1em;
    min-width: 40%;
  }

  .nombre {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 200px;
  }

  .button--confirmer {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }

  .section--message {
    padding: 2em;
  }

  .fond--popup .titre--popup {
    font-size: 134px;
  }

  .contenu--popup {
    margin-left: 119px;
    margin-right: 119px;
    border: 3px solid #1EE870;
    padding: 2em;
  }
  .contenu--popup h2, .contenu--popup p {
    margin: 1em 0;
  }

  .bg {
    font-size: 15px;
  }
}
@media (min-width: 1000px) {
  .page1 {
    font-size: 22px;
    margin: 0em;
  }

  .titre1 {
    font-size: 407px;
  }

  .titre2 {
    font-size: 196px;
  }

  .avort--container {
    display: flex;
    flex-direction: row;
  }

  .formulaire {
    background-color: rgba(13, 13, 13, 0.6);
    border: 3px solid #1EE870;
    padding: 1.2em;
    display: block;
    flex-direction: column;
    gap: 1em;
    justify-content: center;
    margin: 3px 0px 0px 1.7em;
  }

  .avort--titre {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
  }

  .infobox {
    border: none;
    padding: 1em 70%;
    font-size: 18px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0px;
  }

  .groupeAligner {
    display: flex;
    flex-direction: column;
    gap: 1em;
    min-width: 40%;
  }

  .envoi {
    margin-top: 22px;
  }

  .envoi:hover {
    cursor: pointer;
    opacity: 0.7;
    color: #F50D11;
    background-color: #0c0505;
    border: 3px solid #F50D11;
    padding: 1em 3em;
  }

  .section--message {
    padding: 0em;
  }

  .fond--popup {
    padding: 1em;
  }
  .fond--popup .titre--popup {
    font-size: 163px;
    margin: 136px 0px 22px;
  }

  .contenu--popup {
    margin-left: 163px;
    margin-right: 163px;
    border: 3px solid #1EE870;
    padding: 1em;
  }
  .contenu--popup h2, .contenu--popup p {
    margin: 1.2em 0;
  }

  .btn--envoyer,
.btn--suivent {
    margin-top: 0;
  }

  .calendrier--centre {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-left: 1.7em;
  }

  .calendrier--centre > :not(.calendari) {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-left: auto;
    margin-right: 1.7em;
    align-items: flex-start;
  }

  .phrase--periode,
.btn--suivent {
    display: block;
    margin-left: 1.7em;
  }

  .phrase--periode {
    margin-top: 100px;
    margin-bottom: 1px;
  }

  .bg {
    font-size: 15px;
  }
}
.pattaya-regular {
  font-family: "Pattaya", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.baloo-thambi-2 {
  font-family: "Baloo Thambi 2", system-ui;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.page2 {
  font-size: 16px;
  color: #40160C;
  margin: 0px;
  overflow-x: hidden;
}

.contracep--titre {
  font-family: "Pattaya", serif;
  font-size: 48px;
}

.contenu-aligne {
  background: #F2EEC4;
  padding: 19px 0;
  /* plus de padding horizontal ici */
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}

.grand--titre {
  padding: 0 5vw;
  /* ou 20px ou la même largeur que tes colonnes de grille */
  max-width: 100%;
}

.sousTitre {
  font-size: 33px;
  background-color: none;
}

.nav__traitements .nav__item {
  margin-top: 0px;
  margin-left: 0px;
}

.nav__traitements .nav__link {
  font-size: 19px;
  color: #40160C;
  font-family: "Baloo Thambi 2", system-ui;
  text-transform: none;
  font-weight: 600;
}

.rayures {
  width: 100%;
  background-color: #ffffff;
  background-image: linear-gradient(90deg, transparent 50%, #F4D9F4 50%);
  background-size: 40px;
  background-repeat: repeat;
  padding-bottom: 48px;
}

.grid {
  display: grid;
  grid-template-columns: 10vw 50vw 1fr;
  gap: 20px;
  margin: 0px 1em 0px 1em;
}

.grid > * {
  grid-column: 1/-1;
}

.grid--mid {
  grid-column-start: 2;
}

.parag--intro {
  background-color: #ffffff;
  border: 3px solid #F2EEC4;
  padding: 23px;
  border-radius: 1em;
}

.nav__traitements {
  background-color: #ABE4DF;
  padding: 23px;
  border-radius: 1em;
  border: 3px solid #E0B4E0;
}
.nav__traitements .navTitre {
  margin: 0;
}

.navTitre {
  font-size: 33px;
}

.fond {
  padding: 23px;
  border-radius: 1em;
  height: auto;
  align-self: start;
  justify-self: stretch;
}

.vasectomie .fond {
  background: #E0B4E0;
}

.thermique .fond {
  background: #F2EEC4;
}

.gel .fond {
  background: #E0B4E0;
}

.préservatif .fond {
  background: #ABE4DF;
}

.injection .fond {
  background-color: #F2EEC4;
}

.pilule .fond {
  background-color: #ABE4DF;
}

.patch .fond {
  background-color: #E0B4E0;
}

.thermique .warning {
  background: #40160C;
  color: #E0B4E0;
}

.injection .warning {
  background: #40160C;
  color: #F2EEC4;
}

.footer__contrasep {
  border-top: 13px solid #ABE4DF;
}

.image--preservatif,
.image--patch {
  margin-bottom: 33px;
}

@media (min-width: 700px) {
  .page2 {
    font-size: 18px;
  }

  .contracep--titre {
    font-size: 45px;
    margin-top: 54px;
    margin-bottom: 45px;
  }

  .sousTitre {
    font-size: 37px;
    margin-top: 37px;
    margin-bottom: 26px;
  }

  .navTitre {
    font-size: 31px;
  }

  .nav__traitements .nav__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 26px;
  }

  .nav__traitements .nav__item {
    margin: 0;
    width: 98%;
  }

  .nav__traitements .nav__link {
    display: block;
    font-size: 22px;
    background-color: #F2EEC4;
    color: #40160C;
    box-shadow: 10px 5px 5px #40160C;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.2s ease;
  }

  .grid {
    display: grid;
    grid-template-columns: 1fr 111px 111px 180px 1fr;
    gap: 18px;
    margin: 0px 5.17em 0px 5.17em;
  }

  .grid--mid {
    grid-column-start: 3;
  }

  .grid--intro {
    grid-column: 1/-1;
  }

  .grid--navleft {
    grid-column: 1/-3;
  }

  .grid--navright {
    grid-column: 4/-1;
  }

  .image {
    grid-column: 1/-3;
  }

  .image--preservatif,
.image--patch {
    margin-bottom: 37px;
  }
}
@media (min-width: 1000px) {
  .page2 {
    font-size: 22px;
  }

  .contracep--titre {
    font-size: 55px;
  }

  .sousTitre {
    font-size: 32px;
  }

  .nav__traitements {
    padding: 46px;
  }

  .navTitre {
    font-size: 32px;
  }

  .nav__traitements .nav__item {
    margin-top: 11px;
    margin-left: 0px;
  }

  .nav__traitements .nav__link {
    font-size: 22px;
  }

  .ordifond {
    height: auto;
    align-self: start;
    justify-self: stretch;
  }

  .injection,
.gel {
    grid-template-areas: "h2 h2 ." "pG1 pG1 pG2" "pG1 pG1 pG3";
  }

  .grid--placmentgel1 {
    grid-area: pG1;
  }

  .grid--placmentgel2 {
    grid-area: pG2;
    margin-bottom: 0;
  }

  .grid--placmentgel3 {
    grid-area: pG3;
    margin: 0;
  }

  .patch,
.thermique {
    grid-template-areas: "h2 h2 ." "p1 p1 img" "p2 p2 img" "p3 p3 img";
  }

  .grid--placmentimg1 {
    grid-area: p1;
  }

  .grid--placmentimg2 {
    grid-area: p2;
  }

  .grid--placmentimg3 {
    grid-area: p3;
  }

  .grid--placmentimg1Sous {
    grid-area: h2;
  }

  .image--patch,
.image--boxer {
    grid-area: img;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    align-self: start;
  }

  .grid {
    display: grid;
    grid-template-columns: 7vw 1.5fr 180px 1fr 6VW;
    gap: 20px;
    margin: 0px 5em 0px 5em;
  }

  .grid--mid {
    grid-column-start: 2;
  }

  .grid--intro {
    grid-column: 2/-2;
  }

  .grid--navleft {
    grid-column: 2/-4;
  }

  .grid--navright {
    grid-column: 3/-2;
  }

  .grid--left {
    grid-column-end: -4;
  }

  .grid--rightordi,
.grid--right {
    grid-column: 3/-1;
  }

  .image--preservatif,
.image--patch {
    margin-bottom: 55px;
  }
}
.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
}

.iphone.nav--active .nav {
  opacity: 0.7;
  background-color: #0c0505;
}

.nav__list {
  padding: 0px;
}

.nav__item {
  opacity: 1;
  list-style-type: none;
  text-align: left;
  margin-top: 69px;
  margin-left: 28px;
}

.nav__link {
  font-size: 19px;
  text-transform: uppercase;
  text-decoration: none;
  color: #f4efef;
  opacity: 1;
  transition: opacity 300ms ease-in-out;
}

/* Default navigation icon */
.nav__trigger {
  display: block;
  position: absolute;
  width: 30px;
  height: 25px;
  right: 22px;
  top: 28px;
  z-index: 200;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 2px;
  background-color: #f4efef;
  transition-property: background-color, transform;
  transition-duration: 300ms;
}
.nav__icon:before, .nav__icon:after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  background: #F50D11;
  transition-property: margin, transform;
  transition-duration: 300ms;
}
.nav__icon:before {
  margin-top: -10px;
}
.nav__icon:after {
  margin-top: 10px;
}

.iphone.style-3.nav--active .nav {
  transform: translateX(45%);
}

.iphone.style-3.nav--active .iphone__content {
  transform: scale(0.9) translateX(-90%);
}

.iphone.style-3.nav--active .nav__icon {
  transform: rotate(135deg);
  background: #E0B4E0;
}

.style-3 .nav {
  width: 70%;
  height: 100%;
  transform: translateX(-2000px);
  overflow: hidden;
}
.style-3 .iphone__content {
  transform: scale(1) translateX(0);
  transition: all 300ms ease-in-out;
}
.style-3 .iphone__screen {
  background-color: #333;
}
.style-3 .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.style-3 .nav__icon:before {
  margin-top: 0;
  transform: rotate(90deg);
}
.style-3 .nav__icon:after {
  margin-top: 0;
  transform: rotate(180deg);
}

.page2 .iphone.nav--active .nav {
  background-color: #40160C;
}
.page2 .nav__trigger {
  position: fixed;
  top: 57px;
  right: 33px;
  z-index: 200;
}
.page2 .nav__icon {
  display: inline-block;
  position: relative;
  width: 28px;
  height: 5px;
  background-color: #f4efef;
  transition-property: background-color, transform;
  transition-duration: 300ms;
  border-radius: 5px;
}
.page2 .nav__icon:before, .page2 .nav__icon:after {
  content: "";
  display: block;
  width: 28px;
  height: 5px;
  background: #F2EEC4;
  border: 2px solid #40160C;
  border-radius: 5px;
  position: absolute;
  transition-property: margin, transform;
  transition-duration: 300ms;
}
.page2 .nav__icon:before {
  margin-top: -10px;
}
.page2 .nav__icon:after {
  margin-top: 10px;
}
.page2 .iphone.style-3.nav--active .nav {
  transform: translateX(45%);
}
.page2 .iphone.style-3.nav--active .iphone__content {
  transform: scale(0.9) translateX(-90%);
}
.page2 .iphone.style-3.nav--active .nav__icon {
  transform: rotate(135deg);
}
.page2 .style-3 .nav {
  position: fixed;
  width: 70%;
  height: 100%;
  transform: translateX(-2000px);
  overflow: hidden;
}
.page2 .style-3 .iphone__content {
  transform: scale(1) translateX(0);
  transition: all 300ms ease-in-out;
}
.page2 .style-3 .iphone__screen {
  background-color: #333;
}
.page2 .style-3 .nav__icon {
  background: rgba(0, 0, 0, 0);
}
.page2 .style-3 .nav__icon:before {
  margin-top: 0;
  transform: rotate(90deg);
}
.page2 .style-3 .nav__icon:after {
  margin-top: 0;
  transform: rotate(180deg);
}

#section--menstruation,
#section--menstruation2,
#section--rendezvous1,
#section--lieu,
#section--mesage {
  display: none;
}

@media (min-width: 750px) {
  .nav__link {
    font-size: 22px;
  }

  .nav__trigger {
    width: 45px;
    height: 31px;
    right: 15px;
    top: 15px;
  }

  .nav__icon {
    width: 37px;
    height: 4px;
  }
  .nav__icon:before, .nav__icon:after {
    content: "";
    display: block;
    width: 37px;
    height: 4px;
  }
}
@media (min-width: 1000px) {
  .iphone.nav--active .nav {
    opacity: 0.7;
    background-color: #0c0505;
  }

  .nav__list {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 0;
    margin: 0;
  }

  .nav__item {
    opacity: 1;
    list-style-type: none;
    text-align: center;
    justify-content: center;
    margin: 0;
  }

  .nav__link {
    font-size: 19px;
    text-transform: none;
    text-decoration: none;
    color: #f4efef;
    opacity: 1;
    transition: opacity 300ms ease-in-out;
  }

  /* Default navigation icon */
  .nav__trigger {
    display: none;
  }

  .nav__icon {
    display: none;
  }

  .style-3 .nav {
    position: fixed;
    /* collée en haut */
    top: 0;
    left: 0;
    width: 100%;
    /* pleine largeur */
    height: 55px;
    background-color: #0c0505;
    opacity: 1 !important;
    /* toujours visible */
    transform: none !important;
    /* annule le slide */
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    z-index: 1000;
    padding: 1rem 2rem;
  }

  .page2 .style-3 .nav {
    position: fixed;
    /* collée en haut */
    top: 0;
    left: 0;
    width: 100%;
    /* pleine largeur */
    height: 55px;
    background-color: #40160C;
    opacity: 1 !important;
    /* toujours visible */
    transform: none !important;
    /* annule le slide */
    display: flex !important;
    justify-content: flex-start;
    align-items: center;
    z-index: 1000;
    padding: 1rem 2rem;
  }
}

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