@media (max-width: 1023px) {
    body{
        background-image: url(../img/mob/background.webp);
        background-position: 0 0vw;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #000;
    }
    .ac-go-toform{
        background-color: #ef2a11;
    width: 100vw;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    font-size: 3rem;
    color: #fff;
    z-index: 2;
    text-decoration: none;
    text-align: center;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 10px;
    }
    #ac-opening .ac-col-1 .ac-title{
        width: 100%;
        margin-top:7vw
    }
    #ac-opening .ac-col-1 .ac-title img{
        width: 100%;
    }
  h1 {
    text-align: center;
    letter-spacing: 0px;
    line-height: 1.1;
    margin-top: 3rem;
    padding-bottom: 0.2rem;
    font-family: 'AlmoniNeueRegularAAA-Regular';
    color: #fff;
    font-size: 3.4rem;
 }
 #ac-opening .ac-col-1 .ac-vehicules{
    width: 100%;
    margin-top: 17vw;
    position: relative;
    z-index: 1;
 }
 #ac-opening .ac-col-1 .ac-vehicules img{
    width: 100%;
    margin-top: 1rem;
}
#ac-opening .ac-col-1 .ac-text1{
  display: none
}
#ac-opening .ac-col-1 .ac-flash-wrapper {
    position: absolute;
            top: 83%;
            left: 62%;
            background-color: #ffffff6e;
            border: 0.15rem solid #FD124F;
            padding: 1.5rem;
            border-radius: 1rem;
            font-size: 1.5rem;
            text-align: center;
}
.ac-pos-rel{
    display: block;
    position: relative;
    width:100%;
    height:0;
}
.ac-c2c{
    background-color: #41ad49;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 27%;
    height: 3.85rem;
    position: absolute;
    top: -22.6vw;
    left: 5%;
}
#ac-opening .ac-col-1 .ac-flash-svg{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    margin: auto;
    margin-bottom: 1.5rem;
}

 /* Section Opening */
  #ac-opening {
      display: flex;
      flex-direction: column-reverse;
 }
  #ac-opening .ac-col-1 {
      width: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      height: auto;
      overflow: hidden;
 }
  #ac-opening .ac-col-1 .ac-content-wrapper {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-evenly;
      align-items: center;
      height: auto;
      position: relative;
      padding-bottom: 21vw;
 }
 #ac-opening .ac-col-1 .ac-content-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto;
  
}



#ac-opening .ac-col-1 .ac-options-wrapper{
    display: none
}
#ac-opening .ac-col-1 .ac-option-circle{
    background-color: #ef2a11;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
    margin-left: 0.2rem;
}

/* End Section Opening */
/* Part 1 */

#ac-part-1 .ac-row{
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
    flex-direction: column;
}
#ac-part-1 .ac-icons-wrapper{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
#ac-part-1 .ac-icon{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 1.9rem;
    font-family: 'AlmoniNeueDL40AAA-Light';
    padding: 0 1rem;
    border-left: 0.15rem solid #544641;
}
#ac-part-1 .ac-icon-5{
    border-left: 0;
}
#ac-part-1 .ac-icon-svg{
    width: 3rem;
    height: 3rem;
    margin-bottom: 0.5rem;
}
#ac-part-1 .ac-logo-wrapper{
    display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            text-align: center;
            font-size: 2.5rem;
            line-height: 1;
            width: 100%;
            margin-left: 0;
            flex-direction: column;
            margin-top: 9vw;
}
#ac-part-1 .ac-logo img{
    width: 73vw;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5vw;
    margin-bottom: 13vw;
}
#ac-part-1 .ac-options-wrapper-mob{
    position: relative;
    top: unset;
    right: unset;
    background-color: #ffffff7d;
    border: 0.1rem solid #FD124F;
    font-size: 2.5rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem 4rem 1.5rem 2.5rem;
    font-weight: 600;
    border-radius: 2rem;
    border-bottom-left-radius: 2rem;
    line-height: 1.1;
    text-indent: -1.78rem;
    margin-top: 11vw;
    width: 79vw;
}
#ac-part-1 .ac-option-circle{
    background-color: #ef2a11;
    width: 1rem;
    height: 1rem;
    display: inline-block;
    border-radius: 50%;
    margin-left: 0.2rem;
}
 /* End Section Opening */
 /* Part 1 */

 
 /* End Part 1 */

 .ac-thanks-page .ac-thanks-txt{
    color: red;
    font-size: 3.3rem;
    text-align: center;
    display: block;
    margin: 14vw auto;
    font-weight: 900;
}
}

