.app-navmenu li.nav-item:nth-child(3)::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(3) {
    border-bottom-color: var(--app-color-green);
}
/*.app-navmenu li:nth-child(3) {
    color: var(--app-color-green);
}*/
#demo [class^=carousel-control], #demo [class^=carousel-control]:focus, #demo [class^=carousel-control]:hover {
    top: 70px;
    color: inherit;
    height: 100px;
}
.max-scale {
    margin: 0 auto; 
    max-width: var(--main-max-width);
}
.bg-entete-img {
    position: absolute;
    width: 100%;
    top: unset;
    bottom: -30px;    
}
.title-container {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;   
}
.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;
}
.card-container {
	margin: 30px 0 50px 0;
    padding: 1rem;
}
.card-container .card {
	background-color: rgba(218, 210, 209, .1); 
	border: 1px solid rgba(0, 0, 0, .1); 
	border-radius: 5px; 
	width: 90%; 
    /*min-height: 280px;*/
    height: 100%;
}
.card-container .card h3 {
    font-size: 0.95em;
    margin-bottom: 1rem;
    text-align: center;
}
.card-container .card .text-container {
    padding: 1rem .5rem 2rem .5rem;
    height: unset;
}
.card-container .card .text-container ul {
    padding-left: 15px;
    margin-bottom: 0;
}
.card-container .card .text-container ul {
    padding-left: 15px;
}
.card-container ul, 
.card-container p {
    margin-bottom: 0;
    font-size: 0.8em;
} 
.container-info {
    margin: 4rem 0;
    max-height: 350px;
    height: 350px;
    overflow: hidden;
}
.container-info div {
    overflow: hidden;
}
.container-info div img {
    width: 100%
}
@media (min-width: 992px) {
    .container-info div img {
        min-width: 100%;
        width: unset
    }
}

/*.container-info-1 {
    height: 315px;
}*/
.container-info .text-container {
    padding: 0 2rem;
    height: 100%;
}
.text-container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.container-info-1 .text-container,
.container-info-last .text-container {
    height: 100%;
}
.container-info .text-container ul {
    padding-left: 30px;
}
.container-dispositif {
    overflow-y: hidden; 
}
.container-dispositif h5 {
    margin-bottom: 1rem;
}
.container-dispositif .text-container ul {
    padding-left: 45px;
}
.container-dispositif .text-container {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.container-info .link-btn {
    text-align: center;  
    border: 2px solid white; 
    width: 60%;
    padding: 1rem 0;
}
[class^="barre-decalee"] {
    position: relative;
}
.barre-decalee-orange,
.barre-decalee-darkgray,
.barre-decalee-green,
.container-info img {
    height: 100%;    
}
.barre-decalee-orange::after {
    content: "";
    width: 15px;
    height: 100%;
    background: var(--app-color-orange);
    right: 0;
    top: 0;
    position: absolute;
}
.barre-decalee-darkgray::after {
    content: "";
    width: 15px;
    height: 100%;
    background: var(--app-color-darkgray);
    left: 0;
    top: 0;
    position: absolute;
}
.barre-decalee-green::after {
    content: "";
    width: 15px;
    height: 100%;
    background: var(--app-color-green);
    right: 0;
    top: 0;
    position: absolute;
}
.container-img-dispositif {
    max-height: 600px;
    overflow: hidden;
}
.container-img-dispositif img {
    width: 130%;
    margin-left: -50px;
}
.container-inserre-logo {
    margin-bottom: 4rem;
}
.container-inserre ul {
    padding-left: 2rem;
}
.container-objectif-image {
    width: 90%;
    margin-bottom: 20px;
}
.container-pastille-objectifs {
   background-color: rgba(218, 210, 209, .1); 
   border-radius: 5px; 
   width: 90%; 
   margin-left: 5%; 
   border: 1px solid rgba(0, 0, 0, .1); 
   padding-left: 45px; 
   padding-right: 45px; 
}
.pastille-objectif {
    width: 100%; 
    text-align: center; 
    position: relative;
}
.pastille-objectif .round {
    display: block; 
    position: relative;
    font-size: 1.3rem;
    width: 50px; 
    background-color: var(--app-color-green); 
    text-align: center; 
    border-radius: 50%; 
    height: 50px; 
    line-height: 50px; 
    color: white;
    margin: 0 auto .5rem auto;
}
.title-container {
    margin-top: 1rem; 
}
.btn-objectif  {
    width: 50%;
    border: 2px solid white;
}
@media only screen and (min-width: 1770px) {    
    .card-container {
        padding: 0rem;
    }
    .card-container .card {
        width: 95%; 
    }
    .card-container .card .text-container {
        padding: 4rem .5rem 2rem .5rem;
    }       
}
@media only screen and (min-width: 2100px) {
    .card-container .card {
        width: 99%; 
    }
}
@media only screen and (max-width: 1350px) {
    /*.container-info-1 .text-container,
    .container-info-last .text-container {
        height: 80%;
    }*/
    .container-info .text-container p,
    .container-info .text-container ul {
        font-size: .8rem;
    }    
    .container-info .link-btn {
        width: 80%;
    }  
}
@media only screen and (max-width: 1260px) {
    .container-info {
        height: 300px;
    }
    .container-info .link-btn {
        padding: .25rem 0;
    }   
    .container-dispositif .text-container {
        padding-top: .3rem;
        padding-bottom: .3rem;
        font-size: .8rem;
    }
}
@media only screen and (max-width: 1150px) {
    .container-dispositif .text-container {
        padding-top: .3rem;
        padding-bottom: .3rem;
        font-size: .85rem;
    }
} 
@media only screen and (max-width: 1050px) {
    /*.container-info-1 {
        height: 230px;
    }*/
}
@media only screen and (max-width: 991px) {
    .bg-actions-img {
        left: 0;
        bottom: 0;
    }
    .card-container .card {
        min-height: 100px;
    }
    .card-container .m-medium {
        margin-bottom: 3rem;
    }
    .card-container .m-medium .card {
        width: 100%;
    }
    .container-info {
        height: unset;
        max-height: unset;
        margin: 0;
    }
    .container-info .text-container p,
    .container-info .text-container ul {
        font-size: 1rem;
    }    
    .container-info .text-container ul {
        padding-left: 30px;
    }
    .container-info-responsive {
        flex-wrap: wrap-reverse;
    }
    .container-info div:nth-child(1) {
        padding-left: 0;
    } 
    .container-info .text-container {
        padding: 1rem 0;
    } 
    .container-info .link-btn {
        width: 100%;
        margin: 1em 0;
    }
    .container-info .link-btn {
        width: 100%;
    }
    .container-dispositif {
        padding: 2rem 0;
        max-height: unset;
    } 
    .container-dispositif .text-container {
        font-size: 1rem;
    } 
    .container-info-objectifs {
        padding: 0;
    }
    .container-pastille-objectifs {
        margin-left: 0;
        margin-top: 1rem;
    } 
}
@media only screen and (max-width: 767px) {
    .title-container .underline-style {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }
    .bg-entete-img {
        width: 200%;
        left: -150px;
        bottom: -60px;
    }
    .carousel {
        padding-bottom: 25px;
    }
    .carousel-sizer {
        height: 130%;
    }
    .carousel-sizer .carousel-item {
        top: 40px;
    }
    [class*=barre-decalee] {
        margin: 1rem 0;
        padding: 0;
    }
    .container-dispositif {
        padding: 2rem 0;
        max-height: unset;
    }
    .title-container {
        margin-top: .3rem; 
    }
    .container-inserre-logo {
        margin-bottom: 2rem;
    }
    .container-objectif-image {
        width: 100%;
        margin-bottom: 20px;
    }
    .btn-objectif  {
        width: 100%;
        margin-bottom: 1rem;
    }
    .container-info-objectifs {
        padding: 0;
    }
}