.secundary .commander a{
    color: white;
    font-size: 16px;
    padding: 0px;
    line-height: 50px;
    border-radius: 0px;
    text-align: center;
    height: 50px;
}
.secundary .dealership-disponibility .commander:last-child a{
    height: auto;
    line-height: 12px;
}
.secundary .commander a:hover {
    color: white;
}
.dealership-disponibility__or,
.dealership-disponibility__button{
    transition: transform 0.2s ease;
}
.dealership-disponibility__button a{
    width: 100%;
    height: 100%;
    display: block;
}
.dealership-disponibility__hidden{
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 50px;
    cursor: pointer;
}
.secundary .commander .dealership-disponibility__hidden:hover ~ a,
.secundary .commander a:hover ~ .dealership-disponibility__button{
    background: #d4d4d4;
}
.secundary .commander a:hover ~ .dealership-disponibility__or,
.secundary .commander .dealership-disponibility__hidden:hover ~ .dealership-disponibility__or{
    transform: rotate(360deg);
}
.secundary .commander{
    padding: 0px;
}
.new_mixte{
    margin-top: 10px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
}
.secundary .options{
    margin-top: 10px;
}
.secundary .options span.new_mixte--strong{
    padding: 0px;
    font-weight: 700;

    color: #F24A64;
}
.secundary .options span.new_mixte--strong:last-child{
    cursor: pointer;
    color: #f02a49;
}
.picto-delivery {
    margin-right: 15px;
    float: left;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}
.picto-delivery svg path{
    fill: #f24a64;
}
#exclu_web .toggled__item .trigger h2 {
    display: inline-block;
    margin: 0;
    font-size: 17px;
    margin-top: 3px;
    text-transform: initial;
}
.mixte-pastille{
    background: #F24A64;
    color: #fff;
    text-align: left;
    font-weight: 500;
    text-transform: uppercase;
    z-index: 10;
    left: 0;
}
.fiche .LOSControls {
    display: inline-block;
    margin: 0 auto;
    background: none;
    background-color: rgba(87, 87, 87, 0.64)!important;
    padding: 5px 5px 2px 5px;
    border-radius: 0;
    width: auto;
    border-radius: 0;
}
.fiche .LOSControlsWrapper {
    position: absolute;
    bottom: 20px;
}
.diaporama #iframe360{
    height: 450px;
}
.btn-simulateur-vfw {
    width: 298px;
    display: block;
    margin: 0 auto;
    font-size: 20px;
}
.secundary .bloc-commande .commander{
    border: none;
}
.secundary .bloc-commande .commander.flex-column{
    flex-direction: column;
}
.secundary .commander .dealership-disponibility__or{
    font-size: 14px;
    position: absolute;
    border-radius: 50%;
    color: #707070;
    background: white;
    line-height: 41px;
    top: 46px;
    width: 38px;
    text-align: center;
    padding-right: 1px;
    height: 38px;
    box-shadow: 0px 0px 6px #00000029;
}
.secundary .commander .dealership-disponibility__button {
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    line-height: 53px;
}
/*PROCESS*/
.processes__types{
    margin-top: 30px;
}
.process{
    padding: 20px;
    margin-bottom: 0;
    text-align: center;
}
.process .title{
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 20px;
}
.process .step{
    display: block;
    margin-bottom: 0;
}
.process .step li{
    margin-bottom: 20px;
    flex-direction: column;
    align-items: center;
}
.process__wrapper{
    width: 100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.process__wrapper:first-child{
    padding-left: 0;
    padding-right: 10px;
}
.process__wrapper:last-child{
    padding-right: 0;
    padding-left: 10px;
}
.process__group{
    width: 100%;
    margin-bottom: 10px;
}
.process__number{
    margin: 0 30px 0 0;
}
.process .description{
    text-align: center;
    padding: 0;
}
.process__online svg{
    width: 110px;
    max-width: 110px;
    min-width: 110px;
}
.process__distance svg {
    width: 80px;
    max-width: 80px;
    min-width: 80px;
}
.processes .title{
    padding: 0 15px;
    line-height: 34px;
    margin-bottom: 25px;
}
.process__title{
    padding-top: 0;
    padding-bottom: 20px;
}
@media (max-width: 1002px) {
    #exclu_web_mobile{
        font-size: 18px;
        line-height: 24px;
    }
    .process__wrapper:last-child,
    .process__wrapper:first-child{
        padding: 0;
    }
    .new_mixte{
        padding: 15px;
        margin: 0px;
    }
    .secundary .options{
        margin-top: 0px;
    }
    .secundary .options span.new_mixte--strong{
        font-size: 17px;
    }
    .secundary .commander{
        padding: 25px 25px 5px 25px;
    }
    .secundary .commander .dealership-disponibility__or{
        top: 39px;
    }
    .secundary .dealership-disponibility .commander:first-child{
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .diaporama #iframe360{
        min-height: 220px;
    }
}
