/**:not(footer p) {
    color: var(--app-color-gray);
}*/
/*footer {
  color: unset
}
.nav-up span {
  color: white
}*/
.app-navmenu li.nav-item:nth-child(2)::after {
    content: "\25b4";
    color: var(--app-color-green);
    text-align: center;
    bottom: -8px;
    left: calc(100% / 2.25);
    position: absolute;
  }
  .app-navmenu li:nth-child(2) {
      border-bottom-color: var(--app-color-green);
  }

/*------------------------------------------*/

/*------------------------------------------*/
.title-container {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;   
}
.title-container .underline-style {
    position: relative;
    margin-top: 1.2em;
    margin-bottom: 2.2em;
    font-weight: 700;
    color: var(--app-color-gray);
}
.title-container .underline-style::after {
    content: '';
    position: absolute;
    top: 120%;
    left: calc(50% - 65px);
    width: 130px;
    height: 6px;
    background-color: var(--app-color-orange);
}
.title-container .underline-style-green::after {
    background-color: var(--app-color-green);
}
.title-container .underline-style-darkgray::after {
    background-color: var(--app-color-darkgray);
}
.title-container .underline-style-violet::after {
    background-color: var(--app-color-violet);
}
/*-----------------------------------------------*/
.reponse_agencecartes {
    margin: 30px 0 50px 0;
}
.reponse_agencecartes.hide-md {
    margin: 0px 0 50px 0;
}
.cartepastille .carte {
    width: 100%;
    border: 1px solid #dad8d8; 
    border-radius: 5px;
    text-align: center;
}
@media only screen and (min-width: 768px) {
  .cartepastille .carte {
    min-height: 500px
  }
  .cartepastille .carte_titre {
    height: 5em
  }
}
@media only screen and (min-width: 992px) {
  .cartepastille .carte {
    min-height: 350px
  }
  .cartepastille .carte_titre {
    height: 4em
  }  
}

.carte_titre {
    margin-top: 20px;
    padding:0 5px;
}
.carte_definition {
    padding: 0 20px;
    text-align: justify
    
}
.pastille {
    width: 100%; 
    text-align: center; 
    margin-top: -17px;
    position: relative;
}
.pastille p {
    display: block; 
    position: relative;
    width: 50px; 
    background-color: var(--app-color-green); 
    text-align: center; 
    border-radius: 50%; 
    height: 50px; 
    line-height: 50px; 
    color: white;
    top: -10px;
    font-size: 1.3rem!important;
    margin: 0 auto;
}

.gray-box {
  background: var(--app-color-gray);
  padding: 10px 10px;
  text-align: center;
  color: white;
  margin-bottom: 2em
}
@media only screen and (max-width: 992px) {
  .gray-box {
    margin: 0 auto 2em auto;
  }
}
/*--------------------------------*/
/* Direction */
.direction {
  margin-bottom: 5em;
}

.direction .equipe-composition {
  text-align: justify;
}

.direction .equipe-composition ul {
  list-style-type: none;
  padding-left: 30px
}

@media only screen and (max-width: 992px) {
  .direction {
    flex-wrap: wrap-reverse;
    margin-left: auto;
    margin-right: auto
  }
  .direction .equipe-composition {
    margin-bottom: 3em
  }
}


.card_director {
    width: 48%
}
.card_director-img {
   height: 450px;
   overflow: hidden; 
}

.nom {
    padding-top: 10px;
    color: var(--app-color-gray);     
}
/*.fonction {
    color: var(--app-color-gray)
}*/

p.normal {
      
}
/*.fiches {
	justify-content: space-between;
}*/
.fiches .card-body {
	height: 100px;
	padding: 0 5px;
}
.fiches .card_mini { 
    width: 22%;
    margin-bottom: 4%;
}

.fiches .card-body span {
	
}
.fiches .profile-pic {
	max-height: 200px;
	height: 200px;
	overflow: hidden;
}
.fiches .profile-pic-green {
	border:solid 5px var(--app-color-green);
}
.fiches .profile-pic-orange {
	border:solid 5px var(--app-color-orange);
}
.fiches .profile-pic-darkgray {
	border:solid 5px var(--app-color-darkgray);
}
.fiches .profile-pic-violet {
	border:solid 5px var(--app-color-violet);
}
.profile-pic {
      position: relative;
      display: inline-block;
    }
        
    .profile-pic:hover .edit {
      display: flex;
      justify-content: space-around;
    }
    
    .edit {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: none;
      z-index: 1;
    }

    .edit .bg {
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      opacity: .6;
      width: 100%;
      height: 100%;
    }
    .edit a {
      display: flex;
      justify-content: center;
      align-items: center;
      height: 100%;
    }
    
    .edit img {
      background-color: white;
      border-radius: 32px;
      margin: 3px;
    }
    .Comite-section #logo-partners{
      margin-top: 5em;
      margin-bottom: 5em;
    }
    .comite-lien {
        max-width: 534px;
        padding: 10px;
    }
    .comite-logos {
        margin: 40px 0;
        /*flex-wrap: nowrap!important;*/
    }
    .comite-logos .w-60 {
        width: 60px;
        margin: 0 5px;
    }
    .comite-logos .logo {
      height: 100px;
    }
    .comite-lien a {
        text-decoration: none;
    }

.comipresentgenerale .comite-presentation .rapport {
  border-bottom: 2px solid rgba(73, 79, 87, 0.7)
}


@media only screen and (max-width: 1450px) {
    .bg-entete-img {
        top: -25%;
        left: 0px;
    }

}
@media (max-width: 991px) {
      .card_mini {
        width: 44%;
      }
      .fiches .profile-pic {
        height: 160px
      }
    }
@media only screen and (max-width: 767px) {
  .bg-entete-img {
      top: 0px;
      left: 0px;
  }
  .bg-entete h1 {
      font-size: 2.5rem;
  }
	.carousel-sizer {
		max-height: 370px;
		overflow: visible;
	}
  .carousel-sizer .carousel-item {
    top: 40px;
  }
  .carte_titre {
    font-size: 0.9em;
  }
  .carte_definition {
    font-size: 0.8em;
  }
  .card_director {
    width: 100%;
    margin-bottom: 20px;
  }
	.fiches .card-body {
		height: 75px;
	}
  .fiches .card_mini { 
    width: 40%;
    margin-bottom: 11%;
  }
  .carousel-control-prev {
    left: -15px;
    top: 50px;
  }
  .carousel-control-next {
    right: -15px;
    top: 50px;
  }
  .carousel-control-prev:focus, .carousel-control-prev:hover, 
  .carousel-control-next:focus, .carousel-control-next:hover {
    color: var(--app-color-gray);
  }
  .comite-logos .logo  {
    height: 70px
  }
}

@media (max-width: 576px) {
      .title {
        height: 140px;
      }
      .title h1 {
        padding-top: 50px;
      }
      h3 {
        font-size: 1em;
      }
      .card-body p {
        font-size: 0.80em;
      }
      span {
        font-size: 0.70em;
        margin-bottom: 0;
      }
    }
    @media only screen and (max-width: 450px) {
    .bg-entete {
        height: 140px;
    }
    .bg-entete-img {
        top: 0px;
        left: 0px;
    }
    .card_director-img {
      height: 300px;
    }
    .card-img-top {
        margin-top: 0px!important;
    }
    .fiches .card_mini { 
      width: 75%;
      margin :0 auto 11% auto;
      line-height:1.1rem; 
    }
}
@media only screen and (max-width: 320px) {
    
    .reponse_agencecartes{
        margin: 10px auto;
        padding: 0 20px;
    }
    .carousel-sizer {
        max-height: 370px;
        height: 330px;
        overflow: unset;
    }
    .carousel-sizer .carousel-item {
        top: 18px;
    }
    .carousel-control-prev {
        margin-left: -30px;
    }
    .carousel-control-next {
        margin-right: -30px;
    }
    .comite-texte {
        font-size: 0.8em;
    }
    /*---------------------------*/
    .card_director .card-body {
        /*margin-top: -27px;*/
        margin-bottom: 10px;
    }
    .fiches .card_mini { 
        width: 75%;
        margin :0 auto 11% auto;
        line-height:1.1rem; 
    }
    /*----------------------------*/
    .comite-lien {
        margin: 30px auto 50px auto;
        
    }
    .comite-texte {
        font-size: 0.9rem;
    }
    
    .comite-logos {
        margin: 40px 0;
        flex-wrap: nowrap!important;
    }
    .comite-logos .w-60 {
        width: 60px;
        margin: 0 5px;
    }
    .comite-logos .w-80 {
        width: 80px;
    }
    .comipresentgenerale {
        margin-bottom: 70px;
        margin-top: 40px;
    }
    .photo-groupe {
        padding: 0;
    }
    .comite-presentation {
        padding-top: 20px
    }
    .comite-presentation p,ul {
        font-size: 0.9em;
    }
}
@media only screen and (width: 640px) and (height: 360px) {
    .bg-entete-img {
        top: -110px;
    }
}
