@charset "UTF-8";
/* CSS Document */

/*
* Theme : prompte-moi
* Site URL : https://www.prompt-moi.fr
* Auteur: Frédéric MILLIARÈDE - BESCH - MIBE
* Auteur : https://www.agence-mibe.com
* Version : 1.0.0 AVRIL 2025
-->
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]>     <html class="no-js"> <!--<![endif]-->


---- Polices d'écriture

font-family: urbane-rounded, sans-serif;
font-weight: 700;
font-style: normal;

font-family: urbane-rounded, sans-serif;
font-weight: 300;
font-style: normal;

font-family: urbane-rounded, sans-serif;
font-weight: 100;
font-style: normal;

---- Couleurs

Bleu pétrole foncé #042632
Bleu pétrole moyen #144861
Bleu pétrole clair #4A96A2

Vert fluo #00FFCE

Crème #FBECD8

*/

body {
  background-color: #F9F9F9;
  font-family: urbane-rounded, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #042632;
  outline: solid #4A96A2 5px;
  outline-offset: -5px;
  padding-top: 3rem;
}

/********* Division contenu/pub *********/



/********* Barre de navigation *********/

.ftco-navbar-light {
  background: #fff !important;
  z-index: 3;
 padding-top: 100px;
  padding: 10px 10px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 5px 20px -17px rgba(0, 0, 0, 0.34); }
 
	@media (max-width: 991.98px) {
    .ftco-navbar-light {
      position: relative;
      top: 0;
      padding: 10px 15px; } }
   
  
	@media (max-width: 991.98px) {
    .ftco-navbar-light .navbar-nav {
      padding-bottom: 10px; } }

	.ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    font-family: urbane-rounded, sans-serif;
	font-style: normal;
	font-size: 13px;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: 400;
    color: #4A96A2;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 1 !important; }

    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
      color: #00FFCE; }
    
	@media (max-width: 991.98px) {
      .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
        padding-left: 0;
        padding-right: 0;
        padding-top: .9rem;
        padding-bottom: .9rem;
        color: #4A96A2;
		margin: 0 auto;}
		
		
		
    .ftco-navbar-light .navbar-nav > .nav-item > .nav-link:hover {
          color: #00FFCE; } }

    .ftco-navbar-light .navbar-nav > .nav-item .dropdown-menu .dropdown-item {
      font-size: 12px;
      color: #4A96A2; }


/* Toggler personnalisé */

.navicon-button {
  display: inline-block;
  position: relative;
  padding: 1.25rem 1rem; /* réduit le padding */
  cursor: pointer;
  user-select: none;
  opacity: 0.8;
  border: none;
  background: none;
  outline: none !important;
  box-shadow: none !important;
  transition: 0.15s ease-in-out;
}

.navicon-button:hover {
  opacity: 1;
}

.navicon {
  position: relative;
  display: block;
  width: 1.875em; /* réduit la largeur */
  height: 0.25rem; /* barre centrale plus fine */
  background: #4A96A2;
  transition: 0.3s ease-in-out;
  border-radius: 2.5rem;
}

.navicon::before,
.navicon::after {
  content: "";
  display: block;
  height: 0.25rem;
  width: 1.875em;
  background: #4A96A2;
  position: absolute;
  z-index: -1;
  border-radius: 1rem;
  transition: 0.3s ease-in-out 0.15s;
}

.navicon::before {
  top: 0.5rem; /* ajusté pour la taille réduite */
}

.navicon::after {
  top: -0.5rem;
}

.navicon-button:hover .navicon::before {
  top: 0.65rem;
}

.navicon-button:hover .navicon::after {
  top: -0.65rem;
}

.open .navicon::before,
.open .navicon::after {
  top: 0 !important;
  transition: 0.3s ease-in-out;
}

.socialnetwork {
  color: #4A96A2;
}

.socialnetwork a {
  color: #4A96A2;
  text-decoration: none;
}

.socialnetwork a:hover {
  color: #00FFCE;
  text-decoration: none;
}


/********* TITRES *********/

h1 {
    font-family: urbane-rounded, sans-serif;
    font-weight: 700;
	font-style: normal;
	font-size: 2rem;
	text-transform: uppercase;
  	color: #4A96A2;
	text-align: center;
  	padding-bottom: 5px;
	margin-bottom: 50px;
}

h1:after {
  width: 100px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 15px;
  left: 50%;
  margin-left: -50px;
  background-color: #00FFCE;
}

h2 {
    font-family: urbane-rounded, sans-serif;
    font-weight: 700;
	font-style: normal;
	font-size: 1.25rem;
	text-transform: uppercase;
  	color: #4A96A2;
	text-align: left;
  	padding-bottom: 5px;
	margin-bottom: 25px;
}

h2:after {
  width: 50px;
  height: 1px;
  display: block;
  content: "";
  position: relative;
  margin-top: 15px;
  background-color: #00FFCE;
}

/********* INDEX *********/

.ajoutrecent {
	border: 8px solid;
	border-image: linear-gradient(45deg, #00FFCE, #4A96A2) 1;

}

/********* TITRE AMUSANT *********/

@keyframes glitch-1 {
	 0% {
		 clip: rect(25px, 600px, 4px, 0);
	}
	 5.88235% {
		 clip: rect(22px, 600px, 12px, 0);
	}
	 11.76471% {
		 clip: rect(44px, 600px, 20px, 0);
	}
	 17.64706% {
		 clip: rect(7px, 600px, 29px, 0);
	}
	 23.52941% {
		 clip: rect(13px, 600px, 18px, 0);
	}
	 29.41176% {
		 clip: rect(21px, 600px, 31px, 0);
	}
	 35.29412% {
		 clip: rect(17px, 600px, 20px, 0);
	}
	 41.17647% {
		 clip: rect(41px, 600px, 7px, 0);
	}
	 47.05882% {
		 clip: rect(43px, 600px, 2px, 0);
	}
	 52.94118% {
		 clip: rect(44px, 600px, 12px, 0);
	}
	 58.82353% {
		 clip: rect(44px, 600px, 22px, 0);
	}
	 64.70588% {
		 clip: rect(10px, 600px, 17px, 0);
	}
	 70.58824% {
		 clip: rect(31px, 600px, 13px, 0);
	}
	 76.47059% {
		 clip: rect(40px, 600px, 22px, 0);
	}
	 82.35294% {
		 clip: rect(16px, 600px, 30px, 0);
	}
	 88.23529% {
		 clip: rect(33px, 600px, 34px, 0);
	}
	 94.11765% {
		 clip: rect(9px, 600px, 40px, 0);
	}
	 to {
		 clip: rect(45px, 600px, 21px, 0);
	}
}
 @-webkit-keyframes glitch-2 {
	 0% {
		 clip: rect(8px, 600px, 50px, 0);
	}
	 5.88235% {
		 clip: rect(40px, 600px, 41px, 0);
	}
	 11.76471% {
		 clip: rect(33px, 600px, 16px, 0);
	}
	 17.64706% {
		 clip: rect(41px, 600px, 9px, 0);
	}
	 23.52941% {
		 clip: rect(14px, 600px, 30px, 0);
	}
	 29.41176% {
		 clip: rect(22px, 600px, 33px, 0);
	}
	 35.29412% {
		 clip: rect(37px, 600px, 48px, 0);
	}
	 41.17647% {
		 clip: rect(25px, 600px, 37px, 0);
	}
	 47.05882% {
		 clip: rect(1px, 600px, 18px, 0);
	}
	 52.94118% {
		 clip: rect(19px, 600px, 27px, 0);
	}
	 58.82353% {
		 clip: rect(33px, 600px, 29px, 0);
	}
	 64.70588% {
		 clip: rect(2px, 600px, 38px, 0);
	}
	 70.58824% {
		 clip: rect(18px, 600px, 41px, 0);
	}
	 76.47059% {
		 clip: rect(19px, 600px, 45px, 0);
	}
	 82.35294% {
		 clip: rect(44px, 600px, 32px, 0);
	}
	 88.23529% {
		 clip: rect(13px, 600px, 43px, 0);
	}
	 94.11765% {
		 clip: rect(4px, 600px, 6px, 0);
	}
	 to {
		 clip: rect(30px, 600px, 25px, 0);
	}
}
 .glitch {
     font-family: urbane-rounded, sans-serif;
     font-weight: 700;
     font-style: normal;
	 font-size: 3rem;
   	 color: #144861;
	 position: relative;
	 text-align: center;
}
 .glitch::before, .glitch::after {
	 position: absolute;
	 top: 0;
	 left: 0;
	 content: attr(data-text);
	 background: #F9F9F9;
	 clip: rect(0, 0, 0, 0);
	 width: 100%;
}
 .glitch::before {
	 animation: glitch-2 3s 500 linear alternate-reverse;
	 left: -2px;
	 text-shadow: 1px 0 #00FFCE, 2px 0 #FBECD8;
}
 .glitch::after {
	 animation: glitch-1 2s 500 linear alternate-reverse;
	 left: 2px;
	 text-shadow: -1px 0 #63c3ea, -2px 0 #2b30d1;
}

.justify-index {
	    text-align: justify;
}

/********* TEXTES *********/
p {
  font-family: urbane-rounded, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1rem;
  color: #042632;
  text-align: justify;
  text-justify: inter-word;
}

.postscriptum {
  font-family: urbane-rounded, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.75rem;
  color: #144861;
  text-align: justify;
  text-justify: inter-word;
}

/********* A PROPOS *********/
    .img-affiche {
      float: right;
	  width: 450px;
	  height: auto;
      margin: 25px;
	  margin-right: 0;
    }

/********* PROMPTOTHEQUE *********/


.button-85 {
  padding: 0.6em 2em;
  border: none;
  outline: none;
  color: #00FFCE;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 25px;
  user-select: none;
  -webkit-user-select: none;
}

.button-85:before {
  content: "";
  background: linear-gradient(
    45deg,
    #ff0000,
    #ff7300,
    #fffb00,
    #48ff00,
    #00ffd5,
    #002bff,
    #7a00ff,
    #ff00c8,
    #ff0000
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;
  filter: blur(5px);
  -webkit-filter: blur(5px);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing-button-85 20s linear infinite;
  transition: opacity 0.3s ease-in-out;
  border-radius: 25px;
}

@keyframes glowing-button-85 {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

.button-85:after {
  z-index: -1;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #144861;
  left: 0;
  top: 0;
  border-color: #144861;
  border-radius: 10px;
  
}

.boutonrecherche {
  padding: 0.6em 2em;
  border: none;
  font-family: urbane-rounded, sans-serif;
  font-weight: 100;
  font-style: normal;
  outline: none;
  color: #FFF;
  background-color: #C6C6C6;
  cursor: pointer;
  position: relative;
  z-index: 0;
  border-radius: 25px;
  user-select: none;
  -webkit-user-select: none;
}

.recherchetag input::placeholder {
	font-family: urbane-rounded, sans-serif;
	font-weight: 100;
	font-style: normal;
	color: #C6C6C6;
	font-size: 0.75em;
}


    .prompt-row { border: 1px solid #ddd; padding: 15px; margin-bottom: 20px; }
    .prompt-img { width: 100%; max-height: 400px; object-fit: cover; }
    .prompt-tags span { margin-right: 5px; }
    .pagination .active .page-link { font-weight: bold; }
    .tag-columns {
        column-count: 4;
        padding: 1rem;
    }

.commentaire-prompt {
  background-color: #FCF4EB;
  padding: 10px; /* Espace autour du texte pour rendre l'élément plus large */
  margin: 10px 0; /* Ajoute un peu d'espace avant et après le commentaire */
  border-radius: 5px; /* Un léger arrondi des coins, si tu le souhaites */
  font-family: urbane-rounded, sans-serif;
  font-weight: 100;
  font-style: normal;
}

#selectedTags .badge {
    background-color: #144861 !important; /* Couleur de fond personnalisée */
    color: #00FFCE; /* Couleur du texte */
    padding: 5px 15px; /* Espacement autour du texte */
    border-radius: 12px; /* Bords arrondis */
    margin-right: 10px; /* Espacement entre les badges */
    font-size: 14px; /* Taille du texte */
    display: inline-flex;
    align-items: center;
}

#selectedTags .badge a {
    margin-left: 8px; /* Espacement entre le texte du tag et la croix */
    font-size: 16px; /* Taille de la croix */
    color: #00FFCE !important; /* Couleur de la croix avec !important */
    text-decoration: none; /* Supprimer le soulignement */
    cursor: pointer; /* Indicateur cliquable */
}

#selectedTags .badge a:hover {
    color: #00FFCE !important; /* Couleur de la croix au survol */
}

.prompt-tags .badge {
    background-color: #4A96A2 !important; /* Nouvelle couleur de fond */
    color: #FFF; /* Couleur du texte en blanc */
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 14px;
    margin-right: 5px;
    display: inline-block;
}

.searchstyle {
  display: flex;
  align-items: center;
}

.searchstyle label {
  font-family: urbane-rounded, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #4A96A2;
  margin-right: 8px;
  vertical-align: middle;
}

.searchstyle select {
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 5px 10px 5px 10px; /* Ajoute de l'espace à droite pour la flèche */
  border-radius: 4px;
  font-size: 1rem;
  font-family: urbane-rounded, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #4A96A2;
  display: inline-block;
  vertical-align: middle;
  appearance: none; /* Supprime la flèche par défaut */
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
}

.searchstyle select::-ms-expand {
  display: none;  /* Suppression de la flèche dans IE */
}

/* Ajout de la flèche personnalisée avec background-image */
.searchstyle select {
  background-image: url('data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2210%22 height=%2210%22 viewBox=%220 0 10 10%22%3E%3Cpolygon points=%220,0 10,0 5,5%22 fill=%234A96A2%22/%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}

.searchstyle button {
  background-color: #4A96A2;
  color: #ffffff
}
	  
.searchstyle button:hover {
  background-color: #144861;
}

.btn-copier {
margin: 10px;
margin-left: 0;
margin-bottom: 20px;
background-color: #00FFCE !important;
border: solid 0.5px #144861;
font-family: urbane-rounded, sans-serif;
font-weight: 700;
font-style: normal;
color: #144861;}

.btn-copier:hover {
background-color: #A4FFEA !important;
border: solid 0.5px #144861;
font-family: urbane-rounded, sans-serif;
font-weight: 700;
font-style: normal;
color: #144861;}

.copyok {
font-family: urbane-rounded, sans-serif;
font-weight: 100;
font-style: normal;
color: #4A96A2;
}

.datepublication {
	font-size: 0.75rem;
	color: #4A96A2 !important;
}

/********* DÉBUTER *********/

.list-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px; /* Espacement entre chaque élément */
}

.list-item .number {
  width: 30px;
  font-weight: bold;
  margin-right: 10px;
}

.list-item .text {
  flex-grow: 1;
}

.exempleelementscles {
  font-size: 0.75rem;
  margin-top: 5px;
  display: block;
}

strong {
	font-family: urbane-rounded, sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #144861;
}

flashy {
	font-family: urbane-rounded, sans-serif;
	font-weight: 700;
	font-style: normal;
    color: #00FFCE;
}


/********* PIED DE PAGE *********/

.footer-promptmoi {
  padding:50px 0;
  color:#144861;
  background-color:#4A96A2;
}

.footer-promptmoi h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
  color: #144861;
  opacity:0.75;
}

.footer-promptmoi p {
  color: #144861;
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-promptmoi ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
  color: #144861;
}

.footer-promptmoi ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-promptmoi ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-promptmoi .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-promptmoi .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-promptmoi .item.text {
    margin-bottom:0;
  }
}

.footer-promptmoi .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-promptmoi .item.social {
  text-align:center;
  color: #FBECD8;
}

@media (max-width:991px) {
  .footer-promptmoi .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-promptmoi .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color: #FBECD8;
  opacity:0.75;
}

.footer-promptmoi .item.social > a:hover {
  opacity:0.9;
}

.footer-promptmoi .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}

/********* optimisation smartphone *********/

@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
  h2 {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  p {
    font-size: 0.9rem;
  }
}

@media (max-width: 767px) {
  .button-85 {
    padding: 0.5em 1.5em;
  }
}

@media (max-width: 767px) {
    .navicon-button {
        padding: 1rem; /* Réduire un peu le padding */
    }

    .navicon {
        width: 1.5em; /* Réduire la largeur de l'icône */
        height: 0.2rem; /* Réduire la hauteur de la barre centrale */
    }

    .navicon::before, .navicon::after {
        width: 1.5em; /* Réduire la largeur des barres avant et après */
		height: 0.2rem; /* Réduire la hauteur de la barre centrale */
    }
}

@media (max-width: 383px) {
    .navicon-button {
        padding: 0.75rem; /* Encore un peu moins de padding */
    }

    .navicon {
        width: 1.2em; /* Plus petite largeur */
        height: 0.1rem; /* Plus fine */
    }

    .navicon::before,
    .navicon::after {
        width: 1.2em;
        height: 0.1rem;
    }
}



@media (max-width: 767px) {
    .ajoutrecent {
        padding-left: 1rem !important;  /* Réduire le padding à gauche */
        padding-right: 1rem !important; /* Réduire le padding à droite */
    }

    .d-flex {
        margin-left: 0 !important;  /* Éviter les marges sur les côtés */
        margin-right: 0 !important;
    }

    .alert {
        padding: 1rem !important;  /* Ajuster le padding à l'intérieur des alertes */
        margin-left: 0 !important; /* Réduire les marges latérales */
        margin-right: 0 !important;
    }

    .alert.mb-3 {
        margin-bottom: 1rem !important; /* Réduire l'espace entre les alertes */
    }
}


@media screen and (max-width: 1024px) {
  .img-affiche {
    width: 350px;
  }
}


@media screen and (max-width: 600px) {
  .img-affiche {
    float: none;
    display: block;
    width: 90%;
    margin: 20px auto; /* centré et un peu d'espace autour */
  }
}

@media screen and (max-width: 600px) {
  .tag-columns {
    column-count: 2;
  }
}

@media screen and (max-width: 1024px) {
  .tag-columns {
    column-count: 3;
  }
}