@charset "UTF-8";
/* CSS Document */
/* =======================================================
* Theme : MYO Couture : Make Your Own Couture -  le blog
* Site URL : http://www.agence-mibe.com ; http://www.agence-mibe.fr
* Auteur: Frédéric MILLIARÈDE - BESCH
* Auteur : http://www.agence-mibe.com
* Version : 1.0.0 MAI 2025
* ======================================================= */

/* CARNET DE L'ATELIER */

.contenu-etroit-carnet {
	width: 95%;
	margin: 0 auto;
}

.fondpagecarnet {
    margin: 0 auto;
	background-color: #EFE4E5;
}

/* #F7EFE8 #EFE4E5 */


/* EN TETE */

.grostitrecarnet {
  padding-top: 60px;
  text-align: center;
  font-family: "MomcakePro-Bold", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  line-height : 1;
  letter-spacing: .05em;
  font-size:4em;
  color: #0D1033;
}

.en-tete {
  margin-top: 1em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  border-bottom: 2px solid #9a80b9;
  border-top: 2px solid #9a80b9;
  padding: 12px 0 12px 0;
  font-family: "Alkaline", sans-serif;
  font-weight: 700;
  color: #9a80b9;
  text-transform: none;
}

.violetoutline {
    color: white; /* Unfortunately you can't use transparent here … */
    text-shadow:
     -1px -1px 0 #0D1033,  
    1px -1px 0 #0D1033,
    -1px 1px 0 #0D1033,
     1px 1px 0 #0D1033,
}

@supports((text-stroke: 1px #0D1033) or (-webkit-text-stroke: 1px #0D1033)) {
    .violetoutline {
        color: transparent;
        -webkit-text-stroke: 1px #0D1033;
    text-stroke: 1px #0D1033;
        text-shadow: none;
    }
}

.texteprezcarnet {
  font-family: 'Montserrat-Light';
  font-size: 1em;
  color: #0D1033;
  text-align: justify;
  line-height: 1.5em;
  margin: 3em;
  margin-right: 3em;
}


/* la grille des publications */

.publication-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
  padding-top: 0px;
  padding-bottom: 50px;
}
.publication-grid > * {
  width: 400px;
}

.blog-post {
  position: relative !important;
  width: 400px;
  height: 400px;
  background-color: #fff;
  border: 1px solid #ddd; /* gris clair */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); /* ombre légère */
  overflow: hidden;
  transition: 1s ease;
}

.titremateriel-h2 {
  text-decoration: underline #9a80b9;
  line-height: 3rem;
} 

.titremateriel-materiel {
  font-size: 3rem;
}

.titremateriel-indispensable {
  font-size: 2.3rem;
}

.titremateriel-encouture {
  font-size: 3.1rem;
}




/* Slide : info-titre */
.info-titre {
  background-color: #6F4099;
  color: white;
  font-family: "Alkaline", sans-serif;
}
.info-titre .carousel-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}

.arrow-icon svg {
  color: #000000;
  fill: #000000;
  opacity: 0.35;
  transition: opacity 0.3s ease;
}

.arrow-icon svg:hover {
  opacity: 1;
}



/* CAROUSSEL AVEC GRAND TITRE FOND VIOLET */

.info-titre .carousel-content::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 2px solid #6F4099; /* Bordure intérieure */
  box-sizing: border-box;
}

/* Première partie : 80% du slide */
.info-titre .part-1 {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.info-titre .part-1 h2 {
  padding-top: 15%;
  font-weight: 700;
  font-size: 2rem;
  color: white;
  font-family: "Alkaline", sans-serif;
  text-transform: none;
}

.info-titre .part-1 .parceque {
    background-color: #6F4099;
  color: white;
  font-family: "Alkaline", sans-serif;
  
}

.info-titre .part-1 svg {
  margin-top: 15px;
  fill: white;
  width: 72px;
}


/* Deuxième partie : 20% du slide */
.info-titre .part-2 {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-titre .part-2 .logoMYOCC {
  border-radius: 0;
  width: 60px;
  margin-bottom: 5px;
}

.info-titre .part-2 .logoMYO {
  border-radius: 0;
  height: 60px;
  margin-bottom: 5px;
}

/* Slide : info-texte */
.info-texte {
  color: #6F4099;
 font-family: 'Montserrat-Light';
}

.info-texte b {
  color: #6F4099;
  font-size: 1.25em;
  font-weight: 100;
  font-family: "Alkaline", sans-serif;
}


.info-texte .carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}

.info-texte .carousel-content::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 1.5px solid #6F4099; /* Bordure intérieure */
  box-sizing: border-box;
}

.info-texte .part-1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.info-texte .part-1 .slide-text {
  text-align: justify;
  font-weight: 400;
  color: #6F4099;
  font-size: 0.85em;
  padding: 25px;
}

.info-texte .part-1 h3 {
  font-weight: 700;
  color: #6F4099;
  font-size: 1.25rem;
  padding: 25px;
  padding-bottom: 0;
  font-family: "Alkaline", sans-serif;
}


/* Slide : info-citation */
.info-citation {
  background-color: white;
  color: #6F4099;
  font-family: "Alkaline", sans-serif;
}
.info-citation .carousel-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}



/* Première partie : 80% du slide */
.info-citation .part-1 {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.info-citation .part-1 h2 {
  padding-top: 15%;
 font-weight: 700;
 font-size: 2rem;
 font-family: "Alkaline", sans-serif;
 text-transform: none;
 color: #6F4099;
}

.info-citation .part-1 .parceque {
    background-color: #6F4099;
  color: white;
  font-family: "Alkaline", sans-serif;
  
}

.info-citation .part-1 svg {
  margin-top: 15px;
  fill: white;
  transition: transform 0.3s ease;
}


/* Deuxième partie : 20% du slide */
.info-citation .part-2 {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.info-citation .part-2 .logoMYOCC {
  border-radius: 0;
  width: 60px;
  margin-bottom: 5px;
}

.info-citation .part-2 .logoMYO {
  border-radius: 0;
  height: 60px;
  margin-bottom: 5px;
}


.image-revelation {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 10;
}



/* MODAL publication article */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}


  .custom-modal-dialog {
    width: 1100px;
    max-width: 95vw;
    height: 600px;
    max-height: 90vh;
	margin-left: auto;
    margin-right: auto;
	display: block;
  }

  @media (max-width: 1199.98px) {
    .custom-modal-dialog {
      width: 800px;
      height: auto;
    }
  }

  @media (max-width: 995.98px) {
    .custom-modal-dialog {
      width: 500px;
      height: auto;
    }

    .modal-body {
      flex-direction: column !important;
      text-align: center;
    }

    .modal-body img {
      max-width: 100%;
      height: auto;
    }
  }

  .modal-content {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    border: none;
	  	margin-left: auto;
    margin-right: auto;
	display: block;
  }



/* MODAL TITRE DE PRESENTATION */
.modalinfo-titre {
  background-color: #FFF;
  color: #6F4099;
  font-family: "Alkaline", sans-serif;
}
.modalinfo-titre .carousel-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}
/*
.modalinfo-titre .carousel-content::before {
  content: '';
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 2px solid #6F4099;
  box-sizing: border-box;
}*/


/* Première partie : 80% du slide */
.modalinfo-titre .part-1 {
  height: 80%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.modalinfo-titre .part-1 h2 {
  padding-top: 15%;
  font-weight: 700;
  font-size: 2rem;
  color: #6F4099;
  font-family: "Alkaline", sans-serif;
  text-transform: none;
}


.comment {
  font-size: 20px !important;
  /* This ribbon is based on a 16px font size and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

  width: 200px;
  position: relative;
  background: #6F4099;
  color: #fff;
  text-align: center;
  padding: 0.25em 0.5em; /* Adjust to suit */
  margin: 0em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
  margin-top: 10px;
  z-index: 3;
}

.comment:before,
.comment:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5em;
  border: 1em solid #6F4099;
}

.comment:before {
  left: -1.5em;
  border-right-width: 1.5em;
  border-left-color: transparent;
  z-index: -1;
}

.comment:after {
  right: -1.5em;
  border-left-width: 1.5em;
  border-right-color: transparent;
  z-index: -1;
}

.comment .comment-content:before,
.comment .comment-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #4B2375 transparent transparent transparent;
  bottom: -0.5em;
}

.comment .comment-content:before {
  left: 0;
  border-width: 0.5em 0 0 1em;
}

.comment .comment-content:after {
  right: 0;
  border-width: 0.5em 1em 0 0;
}



/* SVG FLECHE */

.modalinfo-titre .part-1 svg {
  margin-top: 15px;
  fill: white;
  width: 72px;
}


/* Deuxième partie : 20% du slide */
.modalinfo-titre .part-2 {
  height: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalinfo-titre .part-2 .logoMYOCC {
  border-radius: 0;
  width: 60px;
  margin-bottom: 5px;
}

.modalinfo-titre .part-2 .logoMYO {
  border-radius: 0;
  height: 60px;
  margin-bottom: 5px;
}

/* Slide : info-texte */
.modalinfo-texte {
  background-color: white;
  color: #6F4099;
  font-family: "Alkaline", sans-serif;
}

.modalinfo-texte .carousel-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  position: relative;
}

/* MODAL CONTENU */



.modal-content {
  border-radius: 1.5rem;
  border: none;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  overflow: hidden;
  max-width: 900px;
}

/* En-tête de modale */
.modal-header {
  border-bottom: none;
  padding: 1.5rem 2rem 0;
	  background-color: #6F4099;
}

.modal-header .modal-title {

  font-family: "Alkaline", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  color: #FFF;
  text-transform: none;
  margin: 0;
}


/* Bouton de fermeture */
.btn-close {
  filter: invert(97%) sepia(6%) saturate(286%) hue-rotate(72deg) brightness(102%) contrast(96%);
  opacity: 1;
}

/* Corps de la modale */
.modal-body {
  text-align: justify;
  font-family: "Alkaline", sans-serif;
  color: #6F4099;
  font-weight: 400;
  font-size: 1rem;
  padding: 2rem;
  overflow-y: auto;
  max-height: 80vh;
}

/* Sous-titre dans le corps */
.modal-body h4 {
  font-family: "Alkaline", sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  color: #6F4099;
  margin-bottom: 1rem;
  text-align: left;
  text-transform: none;
  text-decoration: underline dashed; /* souligné en tirets */
  text-underline-offset: 6px;
  padding-top: 1em;
}


/* Paragraphes */
.modal-body p {
	  font-family: 'Montserrat-Light';
  font-size: 0.85em;
  margin-bottom: 1rem;
	  text-align: justify;
}

.notabene {
	font-family: 'Montserrat-Light';
    font-size: 0.85em;
	font-weight: 700;
	text-align: justify;
	color: #FFF;
	background-color: #6F4099;
	padding: 2em;
	margin-top: 3em;
}

.modal-body p b {
    font-family: 'Montserrat-SemiBoldt';
}

/* image dans la modale */
.modal-body img {
  width: 100%;
  border-radius: 0.5rem;
  margin-bottom: 1em;
}



/* présentation texte vertical */

.divtrick {
  display: grid;
  height: 100vh;
  justify-content: center;
  align-content: center;
  grid-template-columns: max-content max-content;
}

.vertical {
  margin: 0;
  writing-mode: vertical-lr;
  text-align: center;
  line-height: 1;
  font-weight: 700;
  font-size: 3em;
  color: #6F4099;
  font-family: "Alkaline", sans-serif;
  text-transform: none;
}

.rotation {
   transform: rotate(180deg);
}


/* SLIDE BARBIE */
.barbie-post {
	background-color: #47B9FF
}

.barbie-case {
  height: 80%;
  display: flex;
  flex-direction: column;
 text-transform: none;
	  align-items: center;
  text-align: center;
}

.barbie-text {
  margin-top: 2em;
  position: relative;
  font-family: "Alkaline", sans-serif;
  text-transform: none;
  font-size: 2.5rem;
  font-weight: 700;
  color: white;
  z-index: 1;
  margin-bottom: 0.5em;

}

.barbie-text::before,
.barbie-text::after {
  content: attr(data-text);
  position: absolute;
  font-weight: 900;
    -webkit-text-stroke: 3px #F300A1;
  z-index: -1;
}

.barbie-text::before {
  top: 0;
  left: 6px;
  color: #F300A1; /* Rose Barbie */
}

.barbie-text::after {
  top: 0;
  left: -1px;
  color: #F300A1; /* Rose clair en contraste */
    -webkit-text-stroke: 2px #F300A1;
}

.upcycling-banniere {
  font-size: 20px !important;
  /* This ribbon is based on a 16px font size and a 24px vertical rhythm. I've used em's to position each element for scalability. If you want to use a different font size you may have to play with the position of the ribbon elements */

  width: 200px;
  position: relative;
  background: #F300A1;
  color: #fff;
  text-align: center;
  padding: 0.25em 0.5em; /* Adjust to suit */
  margin: 0em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
  margin-top: 10px;
  z-index: 3;
}

.upcycling-banniere:before,
.upcycling-banniere:after {
  content: "";
  position: absolute;
  display: block;
  bottom: -0.5em;
  border: 1em solid #F300A1;
}

.upcycling-banniere:before {
  left: -1.5em;
  border-right-width: 1.5em;
  border-left-color: transparent;
    z-index: -1;
}

.upcycling-banniere:after {
  right: -1.5em;
  border-left-width: 1.5em;
  border-right-color: transparent;
    z-index: -1;
}

.upcycling-banniere .upcycling-banniere-content:before,
.upcycling-banniere .upcycling-banniere-content:after {
  content: "";
  position: absolute;
  display: block;
  border-style: solid;
  border-color: #AD0085 transparent transparent transparent;
  bottom: -0.5em;
}

.upcycling-banniere .upcycling-banniere-content:before {
  left: 0;
  border-width: 0.5em 0 0 1em;
}

.upcycling-banniere .upcycling-banniere-content:after {
  right: 0;
  border-width: 0.5em 1em 0 0;
}

.yt-iframe-mobile {
	padding-top: 2em;
	margin: 0 auto;
}

@media (max-width: 576px) {
  .yt-iframe-mobile {
    max-width: 350px;
    height: 625px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}


/* la toile */
.sunbeam {
  position: relative;
  display: grid;
  height: 100vh;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-family: "Alkaline", sans-serif;
  color: #6F4099;
}

.sunbeam h2 {
  position: relative;
  z-index: 2;
  font-family: "Alkaline", sans-serif;
  color: #6F4099;
  text-transform: none;
  font-size: 3em;
  font-weight: 700;
  margin: 0;
}

.ray-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -38%); /* <- ajuste ici pour compenser l'ancrage */
  width: 160px;
  height: 160px;
  z-index: 1;
  pointer-events: none;
}


.ray {
  position: absolute;
  top: 0;
  left: 50%;
  width: 4px;
  background-color: #6F4099;
  transform-origin: center 60px;
  transform: rotate(calc(var(--i) * 24deg)) translateY(-60px);
  border-radius: 2px;
}

/* tailles et couleurs variées */
.ray.small {
  height: 12px;
  background-color: #6F4099;
}
.ray.medium {
  height: 20px;
  background-color: #A66BBE;
}
.ray.large {
  height: 28px;
  background-color: #D7B4F3;
}


/* lepatron */

.lepatron {
  position: relative;
  display: grid;
  height: 100vh;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-family: "Alkaline", sans-serif;
  color: #6F4099;
}



/* h2 centré */
.lepatron h2 {
  position: relative;
  z-index: 2;
  font-family: "Alkaline", sans-serif;
  color: #6F4099;
  text-transform: none;
  font-size: 3em;
  font-weight: 700;
  margin: 0;
}

/* Forme pièce (violet, arrondi) */
.lepatron h2::before {
 content: "";
 position: absolute;
 top: -120px;
 right: -90px;
 width: 350px;
 height: 350px;
 border: 3px solid #6F4099;
 border-top-right-radius: 85px;
 z-index: 0;
}

/* Forme marges (dashed, à l’intérieur de "forme pièce") */
.lepatron h2::after {
 content: "";
 position: absolute;
 top: -70px;
 right: -90px;
 width: 300px;
 height: 300px;
 border: 2px dashed #6F4099;
 border-top-right-radius: 60px;
 z-index: 1;
 transform: translate(-25px, -25px);
}

/* Flèche sous la forme pièce */
/* Ligne verticale sous la flèche */
.lepatron::before {
  content: "";
  position: absolute;
  bottom: -60px;
  left: 50px;
  width: 2px;
  height: 100px;
  background-color: #6F4099;
  z-index: 1;
}

/* Flèche (triangle) */
.lepatron::after {
  content: "";
  position: absolute;
  bottom: 27px;
  left: 44px;
  width: 0;
  height: 0;
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
  border-bottom: 15px solid #6F4099;
}


/* présentation générique des ateliers */

.atelierprezblog {
  position: relative;
  z-index: 1;
  display: grid;
  height: 100vh;
  justify-content: center;
  align-content: center;
  text-align: center;
  font-family: "Alkaline", sans-serif;
  color: #6F4099;
}

/* h2 centré */
.atelierprezblog h2 {
  position: relative;
  z-index: 2;
  font-family: "Alkaline", sans-serif;
  color: #FFF;
  text-transform: none;
  font-size: 2em;
  font-weight: 700;
  margin: 0;
}

.voilegris::after {
  content: "";
  position: absolute;
  top: 25px;
  left: 25px;
  right: 25px;
  bottom: 25px;
  border: 2px solid white;
  z-index: 2;
  pointer-events: none;
}

.blogateliers-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 0;
}

.voilegris {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); /* noir semi-transparent */
  z-index: 1;
}

.bb85-img {
	margin: 0 auto;
	width: 150px;
	margin-top: 1em;
}

.img-contenu-article {
	max-width:  500px;
	margin: 0 auto;
}

/* LES BOUTONS LIENS */

    .btn-youtube {
      display: inline-flex;
      align-items: center;
      background-color: #FFF;
      color: #cc0000;
      padding: 0.375rem 0.75rem;
      border: 2px solid #cc0000;
      border-radius: 0.375rem;
      font-family: Arial, sans-serif;
      font-size: 1rem;
      text-decoration: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .btn-youtube:hover {
      background-color: #cc0000;
      color: white;
      text-decoration: none;
    }
    .btn-youtube svg {
      margin-right: 0.5rem;
      width: 16px;
      height: 16px;
      fill: currentColor;
    }

.btn-pdf {
      display: inline-flex;
      align-items: center; 
      justify-content: center;      
      align-items: center;
      background-color: #FFF;
      color: #6F4099;
      padding: 0.375rem 0.75rem;
      border: 2px solid #6F4099;
      border-radius: 0.375rem;
      font-family: Arial, sans-serif;
      font-size: 1rem;
      text-decoration: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
    }
    .btn-pdf:hover {
      background-color: #6F4099;
      color: white;
      text-decoration: none;
    }
    .btn-pdf svg {
      margin-right: 0.5rem;
      width: 16px;
      height: 16px;
      fill: currentColor;
		vertical-align: middle;
    }

.btn-coursateliers {
      display: inline-flex;
      align-items: center; 
      justify-content: center;   
      align-items: center;
      background-color: #FFF;
      color: #000000;
      padding: 0.375rem 0.75rem;
      border: 2px solid #000000;
      border-radius: 0.375rem;
      font-family: Arial, sans-serif;
      font-size: 1rem;
      text-decoration: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
	  margin: 0 auto;
	  margin-bottom: 2rem;
    }
    .btn-coursateliers:hover {
      background-color: #000000;
      color: white;
      text-decoration: none;
    }
    .btn-coursateliers svg {
      margin-right: 0.5rem;
      width: 16px;
      height: 16px;
      fill: currentColor;
		vertical-align: middle;
    }

.btn-bientotdispo {
      display: inline-flex;
      align-items: center; 
      justify-content: center;    
      align-items: center;
      background-color: #FFF;
      color: #d2bbef;
      padding: 0.375rem 0.75rem;
      border: 2px solid #d2bbef;
      border-radius: 0.375rem;
      font-family: Arial, sans-serif;
      font-size: 1rem;
      text-decoration: none;
      cursor: pointer;
      transition: background-color 0.3s ease;
	  margin: 0 auto;
	  margin-bottom: 2rem;
    }

    .btn-bientotdispo:hover {
      background-color: #d2bbef;
      color: white;
      text-decoration: none;
    }

    .btn-bientotdispo svg {
      margin-right: 0.5rem;
      width: 16px;
      height: 16px;
      fill: currentColor;
		vertical-align: middle;
    }


/* formatage liste */
.custom-bullet {
  padding-left: 1.2em;      /* espace pour la puce */
  text-indent: -1.2em;      /* décale la première ligne vers la gauche */
  white-space: pre-line;    /* pour garder les retours à la ligne */
}



/* LE POINT INVISIBLE */

.titrepointinvisible-h2 {
  text-decoration: underline #9a80b9;
  line-height: 3rem;
}

.titrepointinvisible-lepoint {
font-size: 3rem;
}

.titrepointinvisible-invisible {
font-size: 2.6rem;
}

/* VIDEO INTEGREE VIGNETTE PRESENTATION */

.video-full {
  width: 100%;
  height: 100%;
  object-fit: cover; /* ou 'contain' si tu veux éviter de rogner */
}



/* FORMATAGE PRESENTATION POUR PETITS SMARTPHONES  --------------------------------------------------- */


@media (max-width:405px) {

.titremateriel-h2 {
  text-decoration: underline #9a80b9;
  line-height: 2rem;
} 

.titremateriel-materiel {
  font-size: 2rem;
}

.titremateriel-indispensable {
  font-size: 1.5rem;
}

.titremateriel-encouture {
  font-size: 2.1rem;
}

	  
	  
/* h2 centré */
.lepatron h2 {
  font-size: 2em;
}

/* Forme pièce (violet, arrondi) */
.lepatron h2::before {
 top: -82px;
 right: -68px;
 width: 250px;
 height: 250px;
 border-top-right-radius: 70px;
}

/* Forme marges (dashed, à l’intérieur de "forme pièce") */
.lepatron h2::after {
 top: -45px;
 right: -80px;
 width: 225px;
 height: 225px;
 border-top-right-radius: 60px;
}

/* Flèche sous la forme pièce */
/* Ligne verticale sous la flèche */
.lepatron::before {
  display: none;
}

/* Flèche (triangle) */
.lepatron::after {
  display: none;
}

.modal-header .modal-title {
  font-size: 1rem;
}

.blogateliers-img {
 width: 100%;
 height: 100%;
}
	
.atelierprezblog h2 {
  font-size: 2em;
}
	
.vertical {
  font-size: 2em;
}
	  
.sunbeam h2 {
  font-size: 2em;
}
	
.atelierprezblog h2 {
  font-size: 1.75em;
}

.info-titre .part-1 h2 {
  font-size: 1.75em;
}
	
	
.barbie-text {
  font-size: 1.75rem;
}
	
.barbie-text::before {
  left: 3px;
}

.barbie-text::after {
  left: -1px;
}
	
.titrepointinvisible-h2 {
  text-decoration: underline #9a80b9;
  line-height: 3rem;
}

.titrepointinvisible-lepoint {
font-size: 2rem;
}

.titrepointinvisible-invisible {
font-size: 1.8rem;
}
	
	
	  
  }

