.mobile-haut1 {
    margin-top: 50px !important;
}

.mobile-haut2 {
    margin-top: -65px !important;
}

.eltdf-vertical-align-containers .eltdf-position-left {
    float: none !important;
}

.delete {
    display: none !important;
}

#bu-bu {
    float: right !important;
    width: 175px !important;
}

.eltdf-top-bar {
    font-size: 7px !important;
}

.eltdf-page-header {
    background-color: #fff !important;
}

.mobile-delete {
    display: none !important;
}

.slide-img {
    width: 100% !important;
    height: 200px !important;
}

.phrase-acc {
    font-size: 14px !important;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
    line-height: 30px;
    font-weight: 500;
}

.text-icon {
    margin-top: -40px !important;
}

.navMenu {
    display: none !important;
}

.cards {
    grid-template-columns: repeat(1, minmax(300px, 1fr)) !important;
}

.cards-2 {
    margin-top: -30px !important;
}

.max-w-screen-md {
    margin-top: -30px !important;
}

.container {
    margin-right: 10px !important;
    margin-left: 10px !important;
}

h2, h3,
.h2 {
    font-size: 17px !important;
    line-height: 27px !important;
}

.title-page {
    font-size: 16px !important;
    line-height: 25px !important;
}

form {
    white-space: pre-line !important;
    padding-top: 0px !important;
    padding-bottom: 30px !important;
}

input[type="text"],
input[type="email"] {
    width: 100% !important;
}

.mobile-espace-30 {
    margin-top: 30px !important;
}

.cookie-message {
    left: 1% !important;
}

/* menu-mobile.css */
.menu {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.menu>li {
    margin: 0 1rem;
    overflow: hidden;
}

.menu-button-container {
    display: none;
    height: 100%;
    width: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#menu-toggle {
    display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
    display: block;
    background-color: #383838;
    position: absolute;
    height: 4px;
    width: 30px;
    transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
    border-radius: 2px;
}

.menu-button::before {
    content: '';
    margin-top: -8px;
}

.menu-button::after {
    content: '';
    margin-top: 8px;
}

#menu-toggle:checked+.menu-button-container .menu-button::before {
    margin-top: 0px;
    transform: rotate(405deg);
}

#menu-toggle:checked+.menu-button-container .menu-button {
    background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked+.menu-button-container .menu-button::after {
    margin-top: 0px;
    transform: rotate(-405deg);
}

.menu-button-container {
    display: flex;
    margin-top: 35px;
    margin-left: 135px;
}

.menu {
    position: absolute;
    top: 0;
    margin-top: 70px;
    left: 0;
    flex-direction: column;
    width: 120%;
    margin-left: -35px;
    /*width: 100%;*/
    justify-content: center;
    align-items: center;
}

#menu-toggle~.menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

#menu-toggle:checked~.menu li {
    border-bottom: 1px solid #333;
    height: 2.5em;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

.menu>li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #fff;
}

.menu>li:not(:last-child) {
    border-bottom: 1px solid #444;
}

.mobile-decal-left {
    margin-left: -5px;
}