.formation-card{
    background-image: url(../images/im5.png);
    border-radius:2rem;
    height:430px;
    background-size: cover;background-repeat: no-repeat;background-position: center;
}
.intervenants .card{
    border-radius:2rem;
    height: 180px;
}
.foncier .card{
    height: 300px;
}
.shape {
    position: relative;
    width: 100%;
    height: 200px;
}
.shape::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 250px;
    border:1px solid rgba(0, 0, 0, 0.175);
    border-radius: 0.375rem;
}

.shape::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 100px solid #ff6633;
    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    left: 50%;
    transform: translateX(-50%);
    box-sizing: border-box;
}

.formation-filter{
    padding: 0.75rem 2rem 0.75rem 3rem !important;
}
.formation-filter.select2-selection--multiple{
    padding-left:3rem !important;
}
.card-training{
    border-color: #33a4aa24;
    border-width: 0;
    height: 100%;
}
.formation-filter::before {
    content: url("data:image/svg+xml,<svg viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg' class='mr-5 h-7 w-7'><g id='Iconly/Light/Filter'><g id='Filter'><path id='Stroke 1' d='M12.9126 20.7411H5.03674' stroke='%23A8A8A8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'></path> <path id='Stroke 3' d='M16.4257 8.62546H24.3016' stroke='%23A8A8A8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'></path> <path id='Stroke 5' fill-rule='evenodd' clip-rule='evenodd' d='M10.9079 8.55782C10.9079 6.93825 9.58516 5.625 7.95393 5.625C6.3227 5.625 5 6.93825 5 8.55782C5 10.1774 6.3227 11.4906 7.95393 11.4906C9.58516 11.4906 10.9079 10.1774 10.9079 8.55782Z' stroke='%23A8A8A8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'></path> <path id='Stroke 7' fill-rule='evenodd' clip-rule='evenodd' d='M25 20.6922C25 19.0726 23.6783 17.7594 22.0471 17.7594C20.4149 17.7594 19.0922 19.0726 19.0922 20.6922C19.0922 22.3118 20.4149 23.625 22.0471 23.625C23.6783 23.625 25 22.3118 25 20.6922Z' stroke='%23A8A8A8' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'></path></g></g></svg>");
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
}
.training-card>div {
    display: flex;
    flex-direction: column;
    grid-gap: 0.5rem;
}

.training-card img{
    filter: invert(53%) sepia(73%) saturate(407%) hue-rotate(134deg) brightness(91%) contrast(83%);
}
@media (min-width: 992px) {
    .training-card>div {
        display: grid;
        grid-gap: 0.5rem;
        grid-auto-flow: column;
        grid-template-areas:
        "g"
        "g";
        grid-template-columns: auto;
    }
}
.training-card .content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.2;
    row-gap: .5rem;
}
@media (min-width: 768px) {
    .training-card .content {
        grid-area: g;
    }
}
.training-card .items-group {
    display: flex;
    flex-direction: column;
    grid-gap: 1rem;
}
.training-card .items {
    display: flex;
    flex-wrap: wrap;
    grid-gap: .375rem;
    align-items: baseline;
    flex-basis: auto;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.2;
}
.tag-card, .training-card .items>div {
    display: flex;
    grid-gap: .5rem;
    align-items: center;
    background-color: #f8f7fb;
    border-radius: .75rem;
    color: #33a4aa;
    font-size: .875rem;
    padding: .375rem .5rem;
}
.tag-card>svg, .training-card .items>div>svg {
    color:#33a4aa;
}
svg.i circle, svg.i ellipse, svg.i path, svg.i rect {
    stroke: #33a4aa;
    stroke-width: inherit;
}
svg.i {
    fill: #33a4aa;
}
@media (min-width: 768px) {
    .training-card .items-group {
        grid-area: i;
    }
}
.training-card .footer {
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
}
@media (min-width: 768px) {
    .training-card .footer {
        grid-area: h;
    }
}
.training-card .logo {
    color: #928ea9;
    display: block;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    max-height: 75px;
    max-width: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
@media (min-width: 768px) {
    .training-card .logo {
        grid-area: f;
    }
}
@media (min-width: 992px) {
    .training-card .content .training-name {
        align-items: flex-start;
        display: grid;
        grid-gap: 0.5rem;
        grid-template-columns: 20px auto;
    }
}
@media (min-width: 768px) {
    .serp .results .title {
        padding-bottom: 1rem;
    }
}
.training-card .content .training-name {
    font-size: 1.1rem;
    font-weight: 700;
}
.training-shadow{
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.flex {
    display: flex;
}

body{
    background-color: #f7fafe;
}
.custom-select{
    box-shadow: 0 0 transparent, 0 0 transparent, 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);
    border-radius: 9999px !important;
    color: #a3a3a3 !important;
}
.select2-selection--multiple{
    padding: 0 1.5rem !important;
}
.form_buttons{
    display: none;
}

:root {
	--hue: 223;
	--bg: hsl(var(--hue),10%,90%);
	--fg: hsl(var(--hue),10%,10%);
}
.loading{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #33a4aa;
    z-index: 99999999;
}
.pl {
    position: absolute;
	display: block;
	width: 6.25em;
	height: 6.25em;
}
.pl__ring, .pl__ball {
	animation: ring 2s ease-out infinite;
}
.pl__ball {
	animation-name: ball;
}

/* Dark theme  */
@media (prefers-color-scheme: dark) {
	:root {
		--bg: hsl(var(--hue),10%,10%);
		--fg: hsl(var(--hue),10%,90%);
	}
}

/* Animation */
@keyframes ring {
	from {
		stroke-dasharray: 0 257 0 0 1 0 0 258;
	}
	25% {
		stroke-dasharray: 0 0 0 0 257 0 258 0;
	}
	50%, to {
		stroke-dasharray: 0 0 0 0 0 515 0 0;
	}
}
@keyframes ball {
	from, 50% {
		animation-timing-function: ease-in;
		stroke-dashoffset: 1;
	}
	64% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -109;
	}
	78% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -145;
	}
	92% {
		animation-timing-function: ease-in;
		stroke-dashoffset: -157;
	}
	57%, 71%, 85%, 99%, to {
		animation-timing-function: ease-out;
		stroke-dashoffset: -163;
	}
}

.pagination-container {
    display: flex;
    justify-content: center;
    text-align: center;
}

.card.is-loading .image,
.card.is-loading h2,
.card.is-loading h4,
.card.is-loading p {
  background: #eee;
  background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
  border-radius: 5px;
  background-size: 200% 100%;
  animation: shine 1.5s linear infinite;
}

.card.is-loading .image {
  height: 200px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.card.is-loading h2 {
  height: 30px;
}
.card.is-loading h4 {
    height: 20px;
    width: 70%;
  }

.card.is-loading p {
  height: 70px;
}

@keyframes shine {
  to {
    background-position-x: -200%;
  }
}

.province-item svg{
    width: 50px;
    height: 50px;
}
.province-item{
    font-family: 'Roboto', sans-serif;
    border-radius: 18px;
    cursor: pointer;
    --tw-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -2px rgba(0,0,0,.05);
    box-shadow: 0 0 transparent, 0 0 transparent, 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.title {
    display: none;
}
li.selected .title{
    display: inline;
}
li.province-item:hover .title {
    display: inline;
}
li.province-item:hover, li.province-item.selected{
    border: 2px solid #33a4aa;
    border-radius: 99px;
}
.accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}

.fi-details {
    display: none;
}

.fi-details .accordion-header .accordion-button{
    background-color: #5fc3c545;
    color: #495057;
    line-height: 50px;
    padding: 0 20px;
    text-decoration: none;
}
.fi-details .accordion-header .accordion-button::after{
    color: #fff;
}
.fi-item .card-body{
    padding-bottom: 45px;
}
.fi-item .open-details {
    cursor: pointer;
    color: #33a4aa;
    line-height: 16px;
    margin-top: 12px;
    position: absolute;
    bottom: 15px;
    left: 18px;
    width: calc(100% - 36px);
    font-weight: 700;
}

.open-details {
    cursor: pointer;
    color: #33a4aa;
    line-height: 16px;
    margin-top: 12px;
    position: absolute;
    bottom: 15px;
    left: 18px;
    width: calc(100% - 36px);
    font-weight: 700;
}

.accordion-button:not(.collapsed){
    background-color:#5fc3c545 !important;
    color: #495057 !important;
}

.open-details{
    align-items: center;
    cursor: pointer;
}
.open-details .fa{
    padding: 15px;
}
.rounded-full{
    border-radius: 100%;
}
.w-6{
    width: 1.5rem;
}
.h-6{
    height: 1.5rem;
}
.accordion-item {
    border: 0;
    border-bottom: 1px solid #dee2e6;
}
.accordion-button:focus{
    border-color: transparent !important;
    box-shadow: none !important;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}