/* DEBUG */

/* .row {
  outline: 2px dashed red;
}

.container {
  outline: 2px dashed blue;
} */


body {
  font-family: "Rambla", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* TYPOGRAPHIE */

.rambla-bold {
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.rambla-regular-italic {
  font-family: "Rambla", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.rambla-bold-italic {
  font-family: "Rambla", sans-serif;
  font-weight: 700;
  font-style: italic;
}

p {
  letter-spacing: 0.05em;
  line-height: 1.6;
}

h4 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

h5 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.version, .small  {
  font-size: small;
}

.souligne {
  text-decoration: underline;
}

.title {
  text-align: center;
  margin: auto;
}

a.maintitle {
  text-decoration: none;
}


/* STRUCTURE GLOBALE */

.navbar-toggler:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.5); /* contour blanc translucide */
}

section {
  scroll-margin-top: 120px;
}

.alert {
  font-size: small;
  text-align: center;
}

.foot {
  text-align: center;
  margin: auto;
  color: rgb(255, 255, 255);
}

.foot a {
  text-decoration: none;
  color: rgb(255, 255, 255);
}


/* COMPOSANTS */

.card-text-presentation {
  font-size: 1.1rem;
  text-align: justify;
}

.card-header {
  background-color: #510e43;
  text-align: center;
  font-weight: bolder;
  letter-spacing: 0.1em;
}

.card-title {
  letter-spacing: 0.1em;
}

.card-footer {
  background-color: rgb(248, 225, 160);
  color: black;
}

.card {
  margin: 0 0.5em;
  box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
  border: none;

  width: 100%;
  height: 100%;
  text-align: center;
}


/* IMAGE */

img.photo-profil {
  width: 60%; /* plus grande sur mobile */
  max-width: 60%; /* limite max */
  margin: 1rem auto;
  padding: 10px;
  border-radius: 30px;
  border-top-right-radius: 40%;
  border-bottom-left-radius: 40%;
  display: block;
}


/* LIENS */

.nav-link:focus-visible {
  outline: 2px solid #ffba58;
  outline-offset: 4px;
}

#no-filters-message,
.nav-link {
  letter-spacing: 0.05em;
  font-size: 1.1rem;
}


/* PAGE ANNEXE */

.cgu {
  text-align: justify;
}


/* MEDIA QUERIES */

@media (min-width: 992px) {
  img.photo-profil {
    width: 20%; /* taille fixe pour desktop */
    margin: 0;     /* enlève l'auto-centre */
  }
}

@media (max-width: 992px) {
  #linkedin {
  margin-left: 0 !important;
  }
}