.mdl-button--fab {
    background: white !important;
}

#selection {
    padding: 0px;
    background-color: white;
    transition: height 2s ease;
    height: 0px;
    overflow: hidden;
}

#selection > div {
    width: 130px;
    height: 130px;
    padding: 5px 25px;
    display: inline-block;
    border: 2px solid lightgray;
    transition: border 0.25s;
    line-height: 40px;
    text-decoration: none;
    background-color: white;
    font-size: 15px;
    vertical-align: middle;
}

#selection > div > p {
    color: black;
    font-weight: 700;
    white-space: nowrap;
}

p {
    margin: 0px;
}

#selection div:hover {
    border: 2px solid gray;
    cursor: pointer;
}

.commingSoon svg {
    color: gray;
}

.commingSoon:hover {
    cursor: default;
    border: 2px solid lightgray !important;
}

.breadcrumb_ul li {
    display: inline-block;
    vertical-align: middle;
}

.breadcrumb_ul li a {
    text-decoration: none;
}

.breadcrumb_ul li:hover a {
    text-decoration: underline;
}

.selected {
    filter: grayscale(100%);
}

#selection > div > img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

#rappelMarque {
    width: 50px;
    height: 40px;
    margin-right: 10px;
    display: inline-block;
}

#rappelMarque:hover {
    cursor: pointer;
}

#rappelMarque > img {
    width: 50px;
    height: 50px;
}

.bgwhite {
    background-color: white;
}

.mdl-switch.is-checked .mdl-switch__thumb {
    background: var(--main-orange);
}

.mdl-switch.is-checked .mdl-switch__track {
    background: rgba(241, 110, 0, .5);
}

.split{
    width: 100%;
}

.card_height {
    min-height: 395px;
    box-shadow: 5px 5px 5px lightgrey;
}

.card_height2 {
    height: 464px;
    box-shadow: 5px 5px 5px lightgrey;
}
.mdl-textfield{
    display: block;
}
.mdl-textfield__input2 {
    color: black !important;
    background-color: white !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' style='background-color: rgba(38, 55, 75)' height='26' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    border-radius: 2px;
    width: 100%;
    display: block;
    padding-right: 24px;
    border: 2px solid var(--main-orange);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.mdl-textfield__input2:focus{
    background-image: url("data:image/svg+xml;utf8,<svg fill='white' style='transform: rotate(180deg);top: 0px;background-color: rgba(38, 55, 75)' height='26' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");

}

.switchtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: large;
    /*width: 110px;*/
    text-align: right;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .4s;
    transition: .4s;
    color: var(--main-orange);
    font-size: 10px;
}

#openHeader{
    margin-right: 20px;
}

@media (max-width: 1140px) {
    .switchtext {
        display: none;
    }
}

@media only screen and (max-width:840px) {
    #rappelMarque{
        display: none;
    }
    #selection{
        display: none;
    }
    #selecteurs{
        height: 60px;
    }

    #selectionMarque{
        display: none;
    }

    .header .switchdiv{
        display: block !important;
        margin-left: -30px !important;
        margin-top: -40px !important;
    }
}

@media only screen and (min-width:840px) {
    #rappelMarquePhone{
        display: none;
    }
    #openHeader{
        display: none;
    }
    .header .switchdiv{
        display: inline-block;
        margin-left: -10px;
    }
}