.mt2 {
    margin-top: 2em;
}

.mt1 {
    margin-top: 1em;
}

.mb1 {
    margin-bottom: 1em;
}

.mb2 {
    margin-bottom: 2em;
}

.text-custom {
    padding: 1em;
}

#videoSommeil {
    display: flex;
    justify-content: center;
}

.gridBaseTommee {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2em;
    margin: auto;
    max-width: 1000px;
    justify-content: space-around;
    justify-items: center;
}

.img-flex {
    justify-content: space-around;
    margin: auto;
}

.img-custom {
    transition: all .6s ease-in-out;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    -ms-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
}

.img-custom:hover {
    transform: scale(1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.splide__slide {
    width: calc(100%) !important;
}

.splide__list {
    height: 45%;
}

#main-carousel {
    display: block;
}

#mobile-carousel {
    display: none;
}

.flexLien {
    display: flex;
    flex-direction: row;
    margin: auto;
    align-items: center;
}

.btn-decou {
    color: #0f0f0f;
    font-weight: bold;
    transition: 0.3s;
}

.btn-decou:hover {
    border: 1px solid #575756;
    padding: 0.5em;
}

@media screen and (max-width: 768px) {
    #main-carousel {
        display: none;
    }

    #mobile-carousel {
        display: block;
    }

    .img-splide {
        width: 80vw;
    }

    .splide__list {
        height: 35%;
    }

    .flexLien {
        display: flex;
        flex-direction: column;
    }

    body {
        width: 100%;
        overflow-x: hidden;
    }
}

/**
Les espacements
*/
.mt2 {
    margin-top: 2rem;
}

/**
custom largeur
*/
.w-25 {
    width: 50% !important;
    height: auto;
}

.table-rappel>tbody>tr>td {
    vertical-align: middle;
    align-content: center;

}

.head-rappel>th {
    text-align: center;
    vertical-align: middle;
}

.table>thead>tr>th {
    vertical-align: middle;
}

.w-15 {
    width: 10%;
}

.link-btn {
    text-align: center;
    color: #ead1c3;

}

.btn-aubert {
    background-color: transparent;
    color: black;
    border: 1px solid #d5ad69;
    text-transform: uppercase;
    transition: calc(0.3s);
}

.GridCenter {
    display: grid;
    justify-items: center;
    margin: 2em auto;
}

.btn-aubert:hover {
    background-color: #d5ad69;
    color: black !important;
}

.jumbotron p {
    font-size: initial;
}

.jumbotron {
    background-color: #f1f1f1;

}

.splide-babybjorn {
    padding: 0 3em;
}


.button_container {
    justify-content: center;
}