body{
    background-color: #F0F2F4;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #262626;
}
.header {
    background: url('../images/baniere_parents1.png') center bottom repeat-x;
    height: 265px;
    background-color: #FFF;
}
.footer-bandeau {
    background: url('../images/banniere_footer.png') center bottom repeat-x;
    height: 300px;
}
.frise-bandeau {
    background: url('../images/frise_parents.png') center center repeat-x;
    height: 150px;
}

.footer-content{
    background: #5D48FF;
}
.content {
    min-height: calc(100vh - 460px);
}
/***** SLIDER ***/
.rounded-4 {
    border-radius: 16px !important;
}

.news-slider-container {
    padding: 0;
    position: relative;
}
strong{font-weight: 600;}
.p-14-600{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
}
.p-14-300{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 21px;
}

.p-24-600{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}

.title1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    letter-spacing: 0;

}
.title2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0;
}
.title3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0;
}
.link-actu{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #121111;
    text-decoration: none;
}
.news-card {
    height: 400px;
    transition: all 0.3s ease;
    background-color: #A4E6DC;
}
.news-card-inside{
    padding: 5rem;
}
.intro{ max-width: 900px}
@media (max-width:1500px){
    .news-card-inside{
        padding: 3rem;
    }
}
@media (max-width:767px){
    .news-card {
        height: auto;
    }
    .news-card-flex{
        flex-wrap: wrap;
    }
    .news-card-inside{
        padding: 2rem;
    }
}
.news-card-0 {
    background-color: #A4E6DC;
}
.news-card-1 {
    background: #FFD478;
}
.news-card-2 {
    background: #FA9174;
}

.object-fit-cover {
    object-fit: cover;
}
.splide__slide {
    transition: all 0.3s ease;
}
.splide__slide.is-active {
    transform: scale(1);
}
.splide__arrow {
    color: #FFF;
    background: #5D48FF;
    width: 3rem;
    height: 2.6rem;
    position: relative;
    border-radius: 6px;
    opacity: 1;
}
.splide__arrow > svg {
    fill: #FFF;
}
.pictogram-top-left {
    position: absolute;
    top: 4px;
    left: -170px;
    z-index: -1;
}
.pictogram-top-right {
    position: absolute;
    top: 20px;
    right: -110px;
    z-index: -1;
}
.pictogram-top-right-2 {
    position: absolute;
    top: 150px;
    right: -110px;
    z-index: -1;
}
.pictogram-center-right {
    position: absolute;
    top: 520px;
    right: -170px;
    z-index: -1;
}
.pictogram-center-left {
    position: absolute;
    top: 650px;
    left: -250px;
    z-index: -1;
}
.pictogram-bottom-right {
    position: absolute;
    bottom: -30px;
    right: -200px;
    z-index: -1;
}
.image-grid-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 24px;
    border-radius: 6px;
    height: 300px;
    background-color: #FFF;
}
.image-grid-item img {

    margin-top: 20px;
    border-radius: 8px;
    width: 180px;
    max-height: 260px;
    transition: transform 0.3s ease;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 300px;
    background-color:#B314B9;
    display: flex;
    flex-direction: column;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px;
    color: #FFF;
}
.image-grid-item:hover .overlay {
    opacity: 1;
}
.image-grid-item:hover img {
    transform: scale(1);
}
.overlay-uptitle{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
}
.overlay-title {
    color: #5DFFE7;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
}
.overlay-auteur{
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
}
.overlay-text {
    color: white;
}
@media (max-width: 991.98px) {
    .col-lg-3 {
        margin-bottom: 20px;
    }
}
.no-link-style{
    text-decoration: none;
    color: inherit;
}
.violette{
    color: #5D48FF;
}
.card-ouvrage{
    border-radius: 6px;
    background-color: #FFF;
}
.bookNoWidth{
    border-radius: 8px;
}
.clockwork{
    color: #FF5718;
}

.button-65 {
    appearance: none;
    backface-visibility: hidden;
    border-radius: 6px;
    border-style: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    background-color: #5D48FF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    height: 50px;
    width: 100%;
    letter-spacing: normal;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    padding: 14px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}
.button-65:hover {
    background-color: #503ede;
}
.alert-success{
    background-color: aliceblue;
    border-color: #d1d9e0;
    color: #444D5E;
}

.button-64 {
    appearance: none;
    backface-visibility: hidden;
    border-radius: 6px;
    border-style: none;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    background-color: #5D48FF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    letter-spacing: normal;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    padding: 8px 9px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}

.button-32 {
    appearance: none;
    backface-visibility: hidden;
    border-radius: 6px;
    border: 1px solid #5D48FF;
    box-shadow: none;
    box-sizing: border-box;
    color: #5D48FF;
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    width: 100%;
    letter-spacing: normal;
    line-height: 1.5;
    outline: none;
    overflow: hidden;
    padding: 10px 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transform: translate3d(0, 0, 0);
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: top;
    white-space: nowrap;
}
.button-32:hover {
    background-color: #503ede;
    color: #FFF;
}