/* SELECT PAGE */
.app-navmenu li.nav-item:nth-child(3)::after {
  content: "\25b4";
  color: var(--app-color-violet);
  text-align: center;
  bottom: -8px;
  left: calc(100% / 2.25);
  position: absolute;
}
.app-navmenu li:nth-child(3) {
    border-bottom-color: var(--app-color-violet);
}
/* END SELECT PAGE */

[aria-expanded="true"] {
	background-color: white!important;
}
[aria-expanded="true"] > .icon > span {
	transform: rotate(90deg);
}
.app-bgcolor-pastel-green {
	background-color: rgba(239, 236, 234, .6)!important;	
}
.carousel-button {
	top: calc(50% - 25px);	
	width: 50px;
	height: 50px;
	background-color: black;
}
.carousel-button.carousel-control-next {
	right: -1em;
}
.carousel-button.carousel-control-prev {
	left: -1em;
}
.custom-border-title {
	border: solid 2px var(--app-color-lightgray);
}
.custom-border-content {
	border: solid 2px var(--app-color-pastel-gray);
	border-top: unset;
}
.icon {
	font-size: 32px;
	color: var(--app-color-violet);
}
.icon-caret-right {
	transition: transform linear .2s;
	will-change: transform;	
}
.icon-quote-right {
	font-size: 5em;
}
.img-border-bottom, .img-border-top {
	height: 170px;
	overflow: hidden;
}
.img-border-bottom img, .img-border-top img {
	min-height: 100%
}
.img-border-top {
	border-top: solid 7px white;
}
.img-border-right {
	border-right: solid 7px white;
}
.img-border-bottom {
	border-bottom: solid 7px white;
}
.img-border-left {
	border-left: solid 7px white;
}
.font-size-14 {
	font-size: 15px;
}
.font-size-16 {
	font-size: 16px;
}
.font-size-22 {
	font-size: 22px;
}
.font-size-36 {
	font-size: 36px;
	line-height: 1.2;
}
.title-container .underline-style {
	margin-top: 2.5rem!important;
}
.title-container .underline-style::after {
	top: calc(100% + 16px)!important;
}

.violet-box {
	background: var(--app-color-violet);
	padding: 10px 10px;
	text-align: center;
	margin: 1em auto;
	max-width: 800px;
	color: white;

}

/*  -------------------
    ---- Testimony ----
    ------------------- */

.quote-atigip {
    max-width: 90px;
    max-height: 90px;
}
.quote-atigip svg {
    width: 80%;
    height: auto;
}

@media only screen and (max-width: 1200px) {
	.img-border-bottom, .img-border-top {
		height: 200px
	}
}

@media only screen and (max-width: 769px) {
	.title-container .underline-style::after {
		top: calc(100% + 10px)!important;
	}	
}

@media only screen and (min-width: 992px) {
    .bg-entete-img {
        top: -100%;
    }
}

@media only screen and (min-width: 992px) {
	.custom-col {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;	
	}	
}

@media only screen and (max-width: 991px) {
	.icon-quote-right {
		font-size: 3em;
	}
	.img-border-bottom, .img-border-top {
		height: 180px
	}	
}

@media only screen and (min-width: 768px) {
	.w-md-75 {
		width: 75%!important;
	}	
}

@media only screen and (max-width: 767px) {
	.bg-entete img {
		height: 100%;
	}
	.font-size-22 {
		font-size: 20px;
	}
}

@media only screen and (max-width: 575px) {
	.img-border-bottom, .img-border-top {
		height: 100px
	}	
}