#presSimulateur {
    flex-direction: column-reverse;
}
.precisionSimulateur {
    margin: 0 auto !important;
    text-transform: none !important;
}
#presentation {
    padding-top: 20px;
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
}

#contentNotifIndex {
    width: 100%;
    height: 50px;
    background-color: #e53935;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contentNotifIndex p {
    margin: 0;
}

@media screen and (min-width: 768px){
    #presSimulateur {
        flex-direction: column;
    }
}

#contentPiaf {
    position: relative;
    flex-direction: column;
}


#contentPiaf2 {
    position: relative;
    flex-direction: column;
    padding: 20px 0;
}

#piaf {
    width: 100%;
    background-color: #F5F5F5;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    max-height: 200px;
    transition: max-height 0.25s ease-in;
    overflow-y: hidden;
}

.btn-left {
    display: none;
}

@media screen and (max-width: 768px) {
    .btn-left {
        display: block;
    }
}


.btn-right {
    display: none;
}

@media screen and (min-width: 768px) {
    .btn-right {
        display: block;
        margin-top: 12px;
    }
}


#morePiaf {
   width: 40px;
    height: 40px;
    border-radius: 50%;
    display: block;
    text-align: center;
    position: absolute;
    left: calc(50% - 20px);
    top: calc(100% - 20px);
    padding: 0;
    transition: top 0.25s ease-in;
}

#morePiaf i {
    line-height: 36px;
}

@media screen and (min-width: 768px) {
    #morePiaf {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #piaf {
        max-height: 2000px !important;
    }
}

@media screen and (min-width: 768px){
    #piaf {
        border-radius: 15px;
    }
}

#piaf ul li {
    margin-bottom: 15px;
}

@media screen and (max-width: 768px){
    #changement {
        margin-top: 20px;
    }
}

#changement p {
    margin-bottom: 15px;
}

#changement p:last-child {
    margin-bottom: 0px;
}

.encartAmende {
    width: 100%;
    padding: 10px;
    border: 2px solid #0277BD;
    font-weight: 500;
    color: #0277BD;
    font-size: 17px;
    margin-top: 40px;
}

#cout .content-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
    transition-duration: .4s;
}

#cout .focusList{
    font-size: 19px;
}

#cout .content-info {
    max-height: 30px;
    overflow-y: hidden;
}

.content-info:last-child {
    margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
    #cout .content-info {
        max-height: 3000px !important;
    }
}


#cout i {
    color: #0277BD;
    font-size: 19px;
    width: 35px;
}

#cout i.arrow-down {
    margin-bottom: 5px;
    margin-left: 10px;
    display: block;
    width: 11px;
    transition-duration: .4s;
}

@media screen and (min-width: 768px) {
    #cout i.arrow-down {
        display: none;
    }
}

.contentCoutDetail {
    width: 100%;
    padding-left: 35px;
}

#rapideImg {
    background-color: #f5F5F5;
    width: 96%;
    display: flex;
    align-items: center;
    height: 300px;
    border-radius: 15px;
    overflow: hidden;
}

@media screen and (min-width: 768px) {
    #rapideImg {
        width: 60%;
    }
}

#rapideImg #boxImg {
    width: 40%;


    display: none;
}

#boxImg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

@media screen and (min-width: 768px) {
    #rapideImg #boxImg {
        display: block;
    }
}

#rapide {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
}

@media screen and (min-width: 768px) {
    #rapide{
        width: 60%;
    }
}

#rapide i {
    font-size: 60px;
    color: #0277BD;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

#rapide p {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
}

#cout {
    display: flex;
    flex-direction: column;
}

#explicationPiaf {
    font-size: 15px;
}

#cout a {
    margin-top: 20px;
}



.sectionAchat {
    align-items: center;
    margin-top: 20px;
    justify-content: space-around;
}

.sectionAchat div {
    display: flex;
    flex-direction: column;

}



#infoAchat {
    flex-direction: column;
    align-items: center;
}

.boxImgAchat,
#shemaImg{
    display: none!important;
}

.boxImgAchat img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

@media screen and (min-width: 768px){
    .boxImgAchat,
    #shemaImg{
        display: block!important;
    }
}

.contentAutre {
    background-color: #F5F5F5;
    border-radius: 10px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.contentAutre .btn {
    margin-bottom: 20px;
    text-align: center;
}

.explication {
    margin-top: 20px;
    background-color: #F5F5F5;
    align-items: center;
}

@media screen and (max-width: 768px){
    .explication {
        flex-direction: column;
    }
    .arrow-droite {
        transform: rotate(90deg);
    }

}

.containExplication {
    padding: 10px;
}

.i-explication {
    font-size: 50px;
    text-align: center;
    width: 100%;
    color: #0277BD;
    margin-bottom: 30px;
}

.title-etape {
    color: #0277BD;
    font-size: 25px;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;

}

.txt-etape {
    font-size: 19px;
}

.arrow-droite {
    color: #0277BD;
    font-size: 40px;
}

.link-clic {
    color: #0277BD;
    font-weight: 500;
    border-bottom: 1px dotted #0277BD;
}


.btnTop {
    margin-top: 20px !important;
}

.i-explication {
    font-size: 50px;
    text-align: center;
    width: 100%;
    color: #0277BD;
    margin-bottom: 30px;
}



#formFranchise label {
    font-size: 12px;
    font-weight: bold;
    margin-top: 10px;
}

.grid-s-center {
    margin: 0 auto;
}

    #formFranchise {
        width: 95%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contentInputFranchise {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

.contentSelectFranchise {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contentInputFranchise input {
    border-radius: 10px;
    border: none;
    border: 2px solid #0277BD;
    height: 40px;
}

.contentSelectFranchise select {
    border-radius: 10px;
    border: none;
    border: 2px solid #0277BD;
    height: 40px;
}

.contentMessageFranchise textarea {

    border-radius: 10px;
    border: none;
    border: 2px solid #0277BD;
    height: 200px;
    resize: none;
}

.contentMessageFranchise {
    width: 100%;
    display: flex;
    flex-direction: column;

}

@media screen and (min-width: 768px){

    #formFranchise {
        width: 40%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .contentInputFranchise {
        width: 45%;
    }
}

.oneShema {
    width: 80%;
    object-fit: contain;
    margin: 0 auto;
}

.etapeShema {
    width: 80%;
    object-fit: contain;
    margin: 0 auto;
}

.blue {
    color: #1E88E5;
    font-weight: bold;
}

.oneEtape {
    font-size: 18px;
}

.titleShema {
    margin: 0 auto;
    font-size: 18px;
}

.btnCenter {
    display: block;
    width: fit-content;
}


.innerTextDemarche p {
    margin-bottom: 15px;
}

.linkMaillage {
    text-decoration: #007bff !important;
}

.confirmComandFormDiv {
    display: flex;
    flex-direction: column;
}

.confirmComandFormDiv label{
    margin: 0;
    color: #333333;
}


.confirmComandFormDiv input {
    color: black;
    border: none;
    background-color: #F5F5F5;
    border-radius: 5px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    padding-left: 8px;
}

.txtPiaf {
    font-size: 13px !important;
    color: #525f7f;
    text-align: justify;
}

.labelOptionCommande {
    font-size: 14px;
}


#blackScreenSimulateur {
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: .4;
    position: fixed;
    display: none;
    z-index: 4;
    top: 0;
    left: 0;
    cursor: pointer;
}

.swal2-confirm.swal2-styled {
    display: none !important;
}