@charset "UTF-8";
@charset "UTF-8";

             .header + .builder .s4_home {
height: calc(110vh - 120px);
}
.s4_home {
background: #ffe2ea;
color: #e50b60;
line-height: 1.16;
height: 100vh;
min-height: 1330px;
padding-bottom: min(max(5.2%, 50px), 100px);
z-index: 1;
position: relative;
mask-clip: no-clip !important;
mask-repeat: no-repeat !important;
mask-position: bottom !important;
mask-size: cover !important;
}
.s4_home .wrapper,
.s4_home .wrapper_row {
height: 100%;
width: 100%;
position: relative;
margin-left: auto;
margin-right: auto;
max-width: unset;
}
.s4_home .wrapper_row {
height: auto;
}
.s4_home .block_image {
display: -ms-grid;
display: grid;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
grid-template-areas: "img_1 img_2" "img_3 img_4";
-ms-grid-columns: repeat(2, minmax(0, 1fr));
grid-template-columns: repeat(2, minmax(0, 1fr));
-ms-grid-rows: repeat(2, minmax(0, 1fr));
grid-template-rows: repeat(2, minmax(0, 1fr));
grid-gap: 13px;
gap: 13px;
max-width: 358px;
height: auto;
position: relative;
}
.s4_home .block_image .img {
height: 50px;
width: 50px;
justify-self: end;
}
.s4_home .block_image .img.full {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 20px;
}
.s4_home .block_image .img:nth-child(1) {
grid-area: img_1;
top: 25%;
position: relative;
height: 350px;
}
.s4_home .block_image .img:nth-child(2) {
grid-area: img_2;
position: relative;
top: 50%;
height: 350px;
}
.s4_home .block_image .img:nth-child(3) {
grid-area: img_3;
position: relative;
top: 25%;
height: 165px;
}
.s4_home .block_image .img:nth-child(4) {
grid-area: img_4;
position: relative;
top: 50%;
}
.s4_home .block_image.left .img:nth-child(1) {
position: relative;
top: -50%;
height: 350px;
}
.s4_home .block_image.left .img:nth-child(2) {
position: relative;
top: 25%;
height: 350px;
}
.s4_home .block_image.left .img:nth-child(3) {
position: relative;
top: -50%;
height: auto;
height: 350px;
}
.s4_home .block_image.left .img:nth-child(4) {
position: relative;
top: 25%;
height: 165px;
}
.s4_home .content {
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: start;
-moz-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
margin-top: 40px;
margin-bottom: 70px;
}
.s4_home .content .logos {
margin-bottom: 20px;
position: relative;
}
.s4_home .content .logo {
height: 196px;
width: 196px;
object-fit: contain;
}
.s4_home .content .logo_qualiopi_wrapper {
width: 300px;
height: auto;
position: absolute;
left: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}
.s4_home .content .logo_qualiopi {
width: 100%;
object-fit: contain;
}
.s4_home .content .sur_titre {
text-align: center;
}
.s4_home .content .titre {
margin: 60px 0 69px 0;
text-align: center;
}
.s4_home .content .block_search {
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
color: #810270;
width: 480px;
position: relative;
background: transparent;
padding: 0;
margin-top: 0;
}
.s4_home .content .block_search .label {
text-align: center;
margin-bottom: 18px;
}
.s4_home .scroll_down {
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;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
grid-gap: 15px;
gap: 15px;
cursor: pointer;
margin-top: max(3.5%, 25px);
}
.s4_home .scroll_down .picto {
position: relative;
top: 0;
transition: all ease-in-out 0.3s;
animation: scroll_down 1s ease-in-out infinite alternate;
-webkit-animation: scroll_down 1s ease-in-out infinite alternate;
}
.s4_home .scroll_down:hover .picto {
top: 10px;
}
.s4_home .cards {
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;
grid-gap: 30px;
gap: 30px;
}
.s4_home .card {
color: #fff;
font-weight: 700;
height: 225px;
width: 400px;
border-radius: 20px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: end;
-moz-box-align: end;
-ms-flex-align: end;
-webkit-align-items: flex-end;
align-items: flex-end;
-webkit-box-pack: center;
-moz-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
position: relative;
text-decoration: none;
padding: 0 max(2.6%, 15px) max(2.5%, 25px) max(2.6%, 15px);
}
.s4_home .card .arrow {
position: absolute;
top: 35px;
left: max(12.5%, 25px);
height: 17px;
width: 17px;
transition: all ease-in-out 0.3s;
}
.s4_home .card:hover .arrow {
top: 25px;
left: 58px;
}
@keyframes scroll_down {
0% {
top: 0;
}
100% {
top: 10px;
}
}
@-webkit-keyframes scroll_down {
0% {
top: 0;
}
100% {
top: 10px;
}
}
@media (max-width: 1549px) {
.s4_home .content {
margin-top: 0;
}
.s4_home .content .logo_qualiopi {
display: none;
}
.s4_home .scroll_down {
bottom: unset;
}
}
@media (max-width: 1199px) {
.header.incruster + main > div:first-child {
padding-top: 85px !important;
}
.s4_home .block_image {
max-width: 200px;
grid-gap: 7px;
gap: 7px;
}
.s4_home .block_image.left .img:nth-child(5):not(full) {
top: -90%;
}
}
@media (max-width: 991px) {
.s4_home {
padding-bottom: 0;
}
.s4_home .wrapper_row {
-webkit-flex-flow: row nowrap;
-ms-flex-flow: row nowrap;
flex-flow: row nowrap;
}
.s4_home .block_image {
max-width: 125px;
grid-gap: 5px;
gap: 5px;
}
.s4_home .block_image.left {
padding-right: 0;
}
.s4_home .block_image.left .img:nth-child(5):not(full) {
top: -60%;
height: 30px;
width: 30px;
}
.s4_home .block_image.right {
padding-left: 0;
}
.s4_home .block_image.right .img:nth-child(5):not(full) {
top: -60%;
height: 30px;
width: 30px;
}
}
@media (max-width: 767px) {
.header.incruster + main > div:first-child .content {
margin-top: -80px !important;
}
.s4_home {
min-height: 700px;
height: auto !important;
}
.s4_home .wrapper {
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-flex-flow: column nowrap;
-ms-flex-flow: column nowrap;
flex-flow: column nowrap;
}
.s4_home .wrapper_row_content {
-webkit-box-ordinal-group: 2;
-moz-box-ordinal-group: 2;
-webkit-order: 1;
-ms-flex-order: 1;
order: 1;
}
.s4_home .scroll_down {
-webkit-box-ordinal-group: 3;
-moz-box-ordinal-group: 3;
-webkit-order: 2;
-ms-flex-order: 2;
order: 2;
margin-top: 0;
margin-bottom: max(3.5%, 25px);
}
.s4_home .wrapper_row_cards {
-webkit-box-ordinal-group: 4;
-moz-box-ordinal-group: 4;
-webkit-order: 3;
-ms-flex-order: 3;
order: 3;
}
.s4_home .block_image {
max-width: unset;
display: none;
}
.s4_home .content .block_search {
width: 80%;
}
.s4_home .cards {
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
padding-bottom: 200px;
grid-gap: 15px;
gap: 15px;
}
.s4_home .card {
height: 130px;
-webkit-box-pack: start;
-moz-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
}
.s4_home .card .arrow {
top: 25px;
left: 15px;
}
}
@media (max-width: 767px) and (max-height: 700px) {
.s4_home .content .titre {
margin: 30px 0 33px 0;
}
.s4_home .content .block_search {
margin-top: 25px;
grid-gap: 0;
gap: 0;
}
}
@media (max-width: 575px) {
.s4_home {
min-height: 640px;
height: 100svh;
}
.s4_home .content .block_search {
width: 95%;
}
.s4_home .content .titre {
margin: 30px 15px 33px 15px;
}
.s4_home .content .block_search {
margin-top: 25px;
}
}
             .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;
}
}