@charset "UTF-8";
             .carousel_formations {
position: relative;
overflow: hidden;
}
.carousel_formations.border .wrapper {
padding-bottom: min(max(8.5%, 75px), 160px);
position: relative;
border-bottom: 5px #e50b60 dotted;
}
.carousel_formations .wave-container {
top: 230px;
}
.carousel_formations .content {
width: 100%;
}
.carousel_formations .wrapper {
padding-bottom: min(max(8.5%, 75px), 160px);
position: relative;
}
.carousel_formations.has-cci-pink-background-color .wrapper {
padding-top: min(max(8.5%, 75px), 160px);
padding-bottom: 0;
}
.carousel_formations.has-cci-pink-background-color.wave {
background-color: transparent !important;
padding-bottom: min(max(8.5%, 75px), 160px);
}
.carousel_formations.has-cci-pink-background-color.wave .wave-container {
top: unset;
bottom: 0;
}
.carousel_formations .top {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: justify;
-moz-box-pack: justify;
-ms-flex-pack: justify;
-webkit-justify-content: space-between;
justify-content: space-between;
}
.carousel_formations .top .titre {
color: #810270;
font-weight: 700;
max-width: 600px;
}
.carousel_formations .top .selector {
border: 1px solid #810270;
border-radius: 25px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.carousel_formations .top .selector .item {
cursor: pointer;
color: #810270;
font-weight: 700;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
height: 43px;
width: 160px;
transition: all ease-in-out 0.3s;
text-align: center;
padding: 5px 15px;
}
.carousel_formations .top .selector .item.selected {
color: #fff;
background: #e50b60;
border-radius: 25px;
}
.carousel_formations .top .voir_tous {
background: #810270;
font-weight: 700;
border-radius: 20px;
color: #fff;
text-decoration: none;
padding: 24px 10px;
transition: all ease-in-out 0.2s;
}
.carousel_formations .top .voir_tous:hover {
background: rgba(129, 2, 112, 0.9);
}
.carousel_formations .owl-carousel-formations {
margin-top: 85px;
}
.carousel_formations .owl-carousel-formations .owl-stage-outer {
overflow: visible;
}
.carousel_formations .owl-carousel-formations .owl-stage {
padding-left: 0 !important;
}
.carousel_formations .owl-carousel-formations .owl-item {
position: relative;
padding: 16px 14px;
background: #fff;
border-radius: 20px;
text-decoration: none;
-webkit-box-shadow: 0 10px 30px 0 rgba(255, 226, 234, 0.31);
-moz-box-shadow: 0 10px 30px 0 rgba(255, 226, 234, 0.31);
box-shadow: 0 10px 30px 0 rgba(255, 226, 234, 0.31);
}
.carousel_formations .owl-carousel-formations .owl-item .category {
position: absolute;
top: 27px;
left: 35px;
background: #e50b60;
color: #fff;
font-weight: 700;
border-radius: 4px;
padding: 9px 15px;
}
.carousel_formations .owl-carousel-formations .owl-item .img {
width: 100%;
height: 220px;
object-fit: cover;
border-radius: 20px;
}
.carousel_formations .owl-carousel-formations .owl-item .item_content {
padding: 0 17px;
margin-top: 37px;
margin-bottom: 26px;
}
.carousel_formations .owl-carousel-formations .owl-item .item_content .titre {
color: #e50b60;
font-weight: 700;
margin-bottom: 17px;
}
.carousel_formations .owl-carousel-formations .owl-item .item_content .description {
color: #959595;
line-height: 1.5625;
margin: 17px 0;
}
.carousel_formations .owl-carousel-formations .owl-item .item_content .other_cats {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
grid-gap: 5px;
gap: 5px;
}
.carousel_formations .owl-carousel-formations .owl-item .item_content .other_cats svg {
height: 13px;
width: 13px;
position: relative;
bottom: 2px;
}
.carousel_formations .owl-carousel-formations .owl-item .item_content .other_cats .type,
.carousel_formations .owl-carousel-formations .owl-item .item_content .other_cats .duration {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
grid-gap: 0 5px;
gap: 0 5px;
padding: 9px 12px;
border-radius: 4px;
font-weight: 700;
}
.carousel_formations .owl-carousel-formations .owl-item .item_content .other_cats .duration {
background: rgba(229, 11, 96, 0.1);
color: #e50b60;
}
.carousel_formations .owl-carousel-formations .owl-item[data-filter=alternance] .item_content .other_cats .type {
background: rgba(235, 91, 40, 0.1);
color: #eb5b28;
}
.carousel_formations .owl-carousel-formations .owl-item[data-filter=alternance] .item_content .other_cats .type svg:not(.picto) * {
fill: #eb5b28;
stroke: #eb5b28;
}
.carousel_formations .owl-carousel-formations .owl-item[data-filter=alternance] .item_content .other_cats .type svg * {
fill: #eb5b28;
}
.carousel_formations .owl-carousel-formations .owl-item[data-filter=formation-continue] .item_content .titre {
color: #810270;
}
.carousel_formations .owl-carousel-formations .owl-item[data-filter=formation-continue] .item_content .other_cats .type {
background: rgba(129, 2, 112, 0.1);
color: #810270;
}
.carousel_formations .owl-carousel-formations .owl-item[data-filter=formation-continue] .item_content .other_cats .type svg:not(.picto) * {
fill: #810270;
stroke: #810270;
}
.carousel_formations .owl-carousel-formations .owl-item[data-filter=formation-continue] .category {
background: #810270;
}
.carousel_formations .button_wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-moz-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
-webkit-box-pack: end;
-moz-box-pack: end;
-ms-flex-pack: end;
-webkit-justify-content: flex-end;
justify-content: flex-end;
margin-top: min(max(5%, 25px), 75px);
}
.carousel_formations.formation-continue .owl-carousel-formations .owl-item .category {
background: #810270;
}
.carousel_formations.formation-continue .owl-carousel-formations .owl-item .item_content .titre {
color: #810270;
}
.carousel_formations.formation-continue .owl-carousel-formations .owl-item .item_content .other_cats .duration {
color: #810270;
background: rgba(129, 2, 112, 0.1);
}
.carousel_formations.formation-continue .owl-carousel-formations .owl-item .item_content .other_cats .duration .picto path {
fill: #810270;
}
.carousel_formations.archive .owl-carousel-formations .owl-item .category {
background: #3b3b3b;
}
.carousel_formations.archive .owl-carousel-formations .owl-item .item_content .titre {
color: #810270;
}
.carousel_formations.archive .owl-carousel-formations .owl-item .item_content .other_cats .type {
color: #3b3b3b;
background: rgba(59, 59, 59, 0.1);
}
.carousel_formations.archive .owl-carousel-formations .owl-item .item_content .other_cats .type .picto path {
fill: #3b3b3b;
}
.carousel_formations.archive .owl-carousel-formations .owl-item .item_content .other_cats .duration {
color: #810270;
background: rgba(129, 2, 112, 0.1);
}
.carousel_formations.archive .owl-carousel-formations .owl-item .item_content .other_cats .duration .picto path {
fill: #810270;
}
.fade-in {
animation: fadeInAnimation 0.3s;
}
@keyframes fadeInAnimation {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@media (max-width: 1199px) {
.carousel_formations .top .selector .item {
height: 35px;
width: 145px;
padding: 0 5px;
white-space: nowrap;
}
.carousel_formations .owl-carousel-formations .owl-item {
padding: 10px;
}
.carousel_formations .owl-carousel-formations .owl-item .category {
top: 20px;
left: 25px;
}
.carousel_formations .owl-carousel-formations .owl-item .item_content {
margin-top: 25px;
margin-bottom: 15px;
}
}
@media (max-width: 991px) {
.carousel_formations .top {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
-webkit-box-align: start;
-moz-box-align: start;
-ms-flex-align: start;
-webkit-align-items: flex-start;
align-items: flex-start;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
grid-gap: 25px;
gap: 25px;
}
.carousel_formations .owl-carousel-formations .owl-item .img {
height: 180px;
}
}
@media (max-width: 767px) {
.carousel_formations .top .selector .item {
height: 30px;
width: 145px;
white-space: nowrap;
padding: 0 5px;
}
.carousel_formations .top .voir_tous {
padding: 15px 10px;
border-radius: 15px;
}
.carousel_formations .owl-carousel-formations .owl-item .img {
height: 165px;
}
.carousel_formations .owl-carousel-formations .owl-item .item_content {
padding: 0 5px;
}
}