/* Rich editor */

.richtext h1 {
    font-size: xxx-large;
    font-weight: bold;
}

.richtext h2 {
    font-size: xx-large;
    font-weight: bold;
}
.richtext h3 {
    font-size: x-large;
    font-weight: bold;
}

.richtext a {
    text-decoration: none;
    color: #d4004a;
}

.richtext a:hover {
    text-decoration: underline;
}

.richtext ul {
    list-style-type: disc;
    margin-left: 35px;
}


/* Burger menu */

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  transform: rotate(-45deg) translate(-9px, 6px);
}
.change .bar2 { opacity: 0 }
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  transform: rotate(45deg) translate(-8px, -8px);
}

/*.navigation-responsive__block { display: none }*/
.menu_haut {
    display: grid;
    position: absolute;
}
.menu_mobile {
    /*transform: scaleY(0);
    transform-origin: top;
    transition: transform 0.26s ease;*/
    overflow: hidden;
    height: 0;
    background-color: white;
    /*padding: 0;
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    transition: all .15s ease;*/
    transition: 1s;
}

.animated {
    height: 100%;
    /*padding: 24px 0;*/
    border: solid 1px black;
}

/*.change .menu_mobile { transform: scaleY(1) }*/
