/*----- HEADER ------*/

/*----- CONTENT100 -----*/

.ctn100 h3[style*="text-align: center"] {
  padding: 0 10%;
}
.bg100Header {
  background-color: var(--bleuBgP) !important;
}


/*---- 1323 ----*/

.h1323-text {
	padding: 0 20%;
}


/*---- 1323 images ----*/
.content1323img .flexThat {
	display: flex;
  align-items: stretch;
  align-content: stretch;
}
.content1323img .h5050-half-inner {
	height: 100%;
}
.content1323img .colonne_1 img,
.content1323img .colonne_2 img {
	width: 100%;
  height: 100%;
	object-fit: cover;
}
.content1323img .colonne_1 {
	padding-right: 1.6em;
}
.content1323 .col:has(.h1323-text) {
	display: flex !important;
	align-items: center;
}
.content1323 .flexThat {
  height: 100%;
  align-items: stretch;
}

/*TOGGLE GRILLE IMAGE*/
.btnToggle p{
  color: var(--bleuF);
  transition: ease-in-out 0.3s;
  cursor: pointer;
}
.btnToggle:hover{
    cursor: pointer;
}
.btnToggle p:hover {
  color: #c5a672;
}
.contenuEquipe p:first-of-type{
    margin-bottom: 0!important;
}
.contenuEquipe p:first-of-type + p{
    margin-top: 0.55rem!important;
}
.col3Image .txtToggle {
    display: block; /* Changé de none à block */
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease; /* Ajout de la transition */
}
.col3Image p.txtToggle {
      font-size: 0.7rem;
  
}
.content3cols.active .txtToggle {
    max-height: 500px;
    opacity: 1;
    padding-top: 1px;
    padding-bottom: 0!important;
    margin-bottom: 0.55rem!important;

}

.content3cols.active .btnToggle {
    transition: padding 0.4s ease; /* Ajout de la transition */
}
.btnToggle {
    transition: padding 0.4s ease; /* Ajout pour l'état non-actif */
    background-color: var(--orange);
    color: #fff!important;
    border: 1px solid var(--orange);
    font-size: 0.6rem!important;
    font-family: var(--font-one);
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: var(--letterspacing-20);
    text-transform: uppercase;
    border: none;
    border-radius: 9999px;
    transition: background-color var(--transitionTiming);
    padding: 0.32em 1.2em;
    display: inline-block;
    margin-top: 0.55rem;

}
.btnToggle i{
    color: #fff!important;
}
.btnToggle:hover {
    opacity: 0.8;
}
.moreDesc {
    transition: transform 0.3s ease;
    display: inline-block;
    cursor: pointer;
}

.posteEquipe h5 {
    font-weight: 400; 
    color: var(--bleuP);
    margin-bottom: 0.5rem;
}
.btnToggle {
    font-size: 0.8em;
}
.btnToggle:hover,
.btnToggle:hover i {
    color: var(--bleuP);
}
.txtToggle {
    margin-bottom: 0.7rem !important;
}

.autre {
    padding-top: 1em;
} 
