body{

}


h1,h2,h3,h4,h5,h6{
Text-transform: uppercase;
}

a{
text-decoration: none;
color:#be8a63;
}
.title-group {
  display: flex;
  flex-direction: column;
}

.title-group h6 {
  margin-left: 1.2em; /* Décalage à droite */
  margin-top: 0.2em;  /* Un peu d’espace au-dessus */
}


h3{
	margin-bottom: 1em;
}




.aboutus{
	padding: 2em;
	box-shadow: none;
	border-radius: 0 !important;
}


.lastpodcast{
  border-top-left-radius: 4.5rem !important;
  border-bottom-left-radius: 4.5rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; 
  box-shadow: none;
  padding: 2em;
}

.contact{
  border-top-right-radius: 4.5rem !important;
  border-bottom-right-radius: 4.5rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; 
  box-shadow: none;
  padding: 2em;
}

.emission{

  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; 
  box-shadow: none !important;
  padding: 2em;	
}

@media (max-width: 767.98px) {
 .aboutus{
	padding: 2em;
	box-shadow: none;
	border-radius: 0 !important;
}


.lastpodcast{
  border-radius: 0 !important;
  box-shadow: none;
  padding: 2em;
}

.contact{
  border-radius: 0 !important; 
  box-shadow: none;
  padding: 2em;
}
}



.clickable-col.active-col {
  border-bottom: none;
 box-shadow : 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.clickable-col {
  cursor: pointer;
  padding: 10px;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  padding-top: 2em;

}

.info {
  display: none;
  border-top: none;
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 2em;
}

.info.showing {
  display: block;
}

.info .info-content {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.info.showing .info-content {
  opacity: 1;
}

.info.active {
  display: block;
  padding: 2em;
}

#info-col {
  border: none; /* Pas de bordure par défaut */
  padding: 0;
}


.image-list {
  clear: left; /* force la liste sous l’image flottante */
  margin-top: 1em;
  display: flex; /* aligner horizontalement */
  gap: 0.5em; /* espacement entre images */
}

.cardboard{
  background-image : linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0.5)), url("./img/cardboard.jpg");
}	


.clear{
	clear: left; 
	padding-top: 1em;
}
.col-3, .col-6 {
  display: flex;
  flex-direction: column;
}


.corpspage{
	max-width: 90%;
}

.row{
	margin-top : 10px;
}

.container a{
	Color: #9b6202;
}

.presentation{
	padding: 2em;
}

.podcast-links{
	padding-top : 2em;
}

img.no-resize {
  max-height: 200px;
  max-width: 200px;
}

.centered {
  margin:auto;
}


.card-color{
	background-color: #B6B6B6;
}


.italique{
	font-style: oblique;
}

.soustitre{
	height: 39px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;

 > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}