@font-face {
    font-family: Satisfy;
    src: url("/Font-family/Satisfy-Regular.ttf");
}
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap');

@font-face {
    font-family: DM;
    src: url("/Font-family/DMSans-Regular.ttf");
}

body{
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    margin: 0;
    line-height: 1.4272832;
}

.container-width{
    max-width: 1126px;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.div-navbar{
    min-height: 70px;
    background-color: white;
    z-index: 20;
    position: fixed;
    display: flex;
    align-items: center;
    width: 100%;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px
}

section{
    font-family: "Public Sans", sans-serif;
}

.section-navbar{
    height: 70px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
    z-index: 20;
}

.nav-logo{
    text-decoration: none;
    display: flex;
    background-color: transparent;
    justify-content: flex-end;
}

.nav-logo-span{
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: initial;
    height: initial;
    background: none;
    opacity: 1;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    max-width: 100%;
}

.div-logo{
    text-align: center;
}

.section-navbar-center{
    display: flex;
    margin: 0 auto;
    height: 100%;
    align-items: center;
    grid-column-gap: 10px;
    column-gap: 10px;
}

.section-navbar-center-span{
    text-transform: uppercase;
    padding: 0;
    font-weight: 600;
    font-family: Public Sans,sans-serif;
    font-size: 13px;
    color: #4d4d4d;

    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-grow: 1;
    border-bottom: 4px solid transparent;
    padding: 0 10px;
}

.section-navbar-center-span a{
    text-decoration: none;
    color: #4d4d4d;
}

.section-navbar-center-span a:visited{
    color: #4d4d4d;
}

.section-navbar-center-span span:hover{
    color: #AF0202;
}

.section-navbar-center-span-margin{
    margin-left: 20px;
}

.section-navbar-right{
    display: flex;
    align-items: center;
    height: 100%;
}

.section-navbar-right a{
    text-decoration: none;
}

.section-navbar-right-span{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    cursor: pointer;
    position: relative;
}

.section-navbar-right-span svg{
    width: 15px;
}

.section-navbar-right-span span{
    display: block;
    font-size: 13px;
    color: #00a9cd;/*#AF0202 #00a9cd*/
    text-transform: uppercase;
    font-weight: 400;
    margin: 0 20px;
}

.heroes{
    height: 400px;
    width: 100%;
    background-color: #FE7777; /*8dffeb*/
}

.heroes-black{
    height: 400px;
    width: 100%;
    background-color: black; /*8dffeb*/
}

.heroes-interieur{
    border-bottom-left-radius: 50%;
    background-color: #AF0202; /*#03aace*/
    height: 400px;
    width: 100%;

}

.heroes-title{
    width: 40%;

    align-items: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.heroes-title h1{
    position: relative;
    z-index: 5;
    font-family: Public Sans,sans-serif;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    padding-left: 0;
    font-size: 55px;
    text-align: left;
    margin: 0;
    text-shadow: 1px 1px 2px black;
}

.heroes-interieur-second-title{
    font-weight: 600;
    margin-bottom: 50px;
}

.img-main img{
    max-height: 400px;
    border-radius: 10% / 50%;
}

.avantage{
    display: flex;
    justify-content: space-around;
    max-width: 1186px;
    margin: auto;
    align-items: baseline;
    flex-wrap: wrap;
}



.item{
   text-align: center;
    padding:  45px 0px 20px ;
}

.item img{
    margin-bottom: 10px;
}

.item p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
    margin:0 ;
}

.item strong{
    font-size: 24px;
    font-weight: 800;
    color: #AF0202;
    display: block;
}

.prestation {
    background-color: #F1F1F1;
}

.prestation-title{
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 15px;
    font-weight: 600;
    color: #AF0202;
    text-align: center;
    font-family: Public Sans,sans-serif;
    font-size: 32px;

}

.prestation-paraph{
    max-width: 720px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
    padding-bottom: 20px;
    font-family: Public Sans, sans-serif ;
    color: #4d4d4d;
}

.prestation-image img{
    width: 352px;
    height: 200px;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
}

.container{
    display: flex;
    flex-direction: row;
    max-width: 1156px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
    gap: 40px;
    height: auto;
    align-items: flex-start;

}

.contain{
    max-width: 1256px;
    margin: auto;
    padding: 0 8px;

}

.prestation-item{
    border: 3px solid rgba(77, 77, 77, 0.15);
    background-color: white;
    box-shadow: rgb(77 77 77 / 15%) 1px 3px 16px;
    border-radius: 16px;
    transition: all 0.3s ease-in-out 0s;
}

.prestation-item a{
    text-decoration: none;
}

.prestation-item:hover{
    border: 3px solid #AF0202;
}

.prestation-item-title{
    text-align: center;
    font-family: "Public Sans", sans-serif;
    padding: 20px 0px;
}

.prestation-item-title h3{
    font-size: 18px;
    color: rgb(77, 77, 77);
    line-height: 1.1;
    font-weight: 600;
    margin: 0px 0px 5px;
}

.prestation-item-title p{
    font-family: "Public Sans", sans-serif;
    color: #AF0202;
    font-size: 17px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.action{
    padding: 60px 0px;
    text-align: center;
    max-width: 1156px;
    margin: auto;
}

.action-button{
    background-color: #AF0202;
    color: rgb(255, 255, 255);
    border: 2px solid #AF0202;
    border-radius: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    width: 50%;
}

.action-button a{
    text-decoration: none;
    color: white;
    padding: 15px 0px;
    width: 100%;
    height: 100%;
    display: block;
    font-family: "Public Sans", sans-serif;
}

.action-button a:hover{
    color:#AF0202;
}

.action-button:hover{
    background-color: white;
}

.centre-item img{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    /*width: 317px;
    height: 200px;*/
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 10;
    top: 55px;
}

.centre-img-1{
    background-image: url("../images/centre/gennevilliers.jpg");
    background-repeat: no-repeat;
    background-size: 317px 200px;
    height: 200px;
    position: relative;
    filter: brightness(50%);

}

.centre-img-2{
    background-image: url("../images/centre/sartrouville.jpeg");
    background-repeat: no-repeat;
    background-size: 317px 200px;
    height: 200px;
    position: relative;
    filter: brightness(50%);
}

.centre-img-3{
    background-image: url("../images/centre/champigny.jpeg");
    background-repeat: no-repeat;
    background-size: 317px 200px;
    height: 200px;
    position: relative;
    filter: brightness(50%);
}

.centre-img-4{
    background-image: url("../images/centre/chelles.jpg");
    background-repeat: no-repeat;
    background-size: 317px 200px;
    height: 200px;
    position: relative;
    filter: brightness(50%);
}

.centre-img-5{
    background-image: url("../images/centre/issy.jpg");
    background-repeat: no-repeat;
    background-size: 317px 200px;
    height: 200px;
    position: relative;
    filter: brightness(50%);

}

.centre-img-6{
    background-image: url("../images/centre/lbm.jpg");
    background-repeat: no-repeat;
    background-size: 317px 200px;
    height: 200px;
    position: relative;
    filter: brightness(50%);
}

.centre-item{
    box-shadow: 1px 3px 16px rgb(77 77 77 / 15%);
    border: 2px solid #adabab;
    transition: all .3s ease-in-out;
    position: relative;
    border-radius: 16px;
    margin: 0;
    overflow: hidden;
    width: 317px;

}

.centre-item a{
    text-decoration: none;
}

.centre-item-title h3{
    font-size: 22px;
    color: black;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Public Sans", sans-serif;
}

.centre-item-title{
    text-align: center;
}

.centre-item:hover{
    border: 2px solid #AF0202;
    box-shadow: 1px 3px 16px black;
}

.liste-garage{
    display: flex;
    flex-direction: row;
    max-width: 1156px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;


}

.medias-logo img{
    max-width: 150px;
    height: auto;
}

.article img{
    max-width: 200px;
    height: auto;
}

.automoto-medias{
    max-width: 400px;
    height: auto;
}

.article img:hover{

    max-width: 603px;
}





/*.medias-post img:hover{
    max-width: 603px;
}*/


.medias-logo{
    display: flex;
    flex-direction: row;
    max-width: 1156px;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin: auto;
    align-items: center;
}

.liste-garage-item{
    width: 320px;
    text-align: center;
    padding: 20px 0px;
}

.liste-garage-item a{
    text-decoration: none;
    font-weight: 400;
    font-size: 18px;
    color: #4d4d4d;
}

.liste-garage-item a:hover{
    color: #00a9cd;
    font-weight: bold;
    font-size: 19px;
}

.bg-bleu{
    background-color: rgb(0, 169, 205);
    width: 100%;
    display: flex;
}

.item-svg{
    display: flex;
}

.critaire-left{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
    height: 510px;
}

.critaire-right{
    width: 50%;
    margin: 0;
}

.critaire-right-block{
    position: absolute;
    width: 100%;
    max-height: 450px;
    overflow: hidden;
}

.critaire-right-block span{

}

.critaire-right-block img{
    position: relative;
    max-width: 100%;
    height: 510px;
}

footer{
    background-color: black;
}

.footer-liste{
    display: flex;
    flex-direction: row;
    max-width: 1286px;
    margin: auto;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.footer-liste ul{
    color: white;
    padding-inline-start: 15px;
    font-size: 12px;
}

.footer-liste ul li{
    font-size: 12px;
    padding: 5px 0;
}

.footer-liste p{
    padding: 30px 0px 20px;
    font-size: 16px;
    color: #AF0202;
    font-weight: bold;
}

.footer-liste a{
    text-decoration: none;
    color: white;
}

.footer-logo{
    max-width: 1286px;
    margin: auto;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgb(119, 119, 119);
    border-top: 1px solid rgb(119, 119, 119);
}

.footer-logo p{
    color: white;
}

.footer-svg svg{
    width: 45px;
}

.footer-liste-mobile{
    display: none;
}

.button-fixed{
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 100;
}

.button-navbar{
    text-decoration: none;
    cursor: pointer;
}
.button-navbar button{
    background-color: #26D368;
    box-shadow: 0 0 20px #eee;
    padding: 15px 20px;
    border-radius: 20px;
    transition: 0.5s;
    animation: bounce 0.7s ease infinite alternate;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: white;
}

.button-green{
    background-color: #AF0202;
    box-shadow: 0 0 20px #eee;
    padding: 15px 20px;
    border-radius: 20px;
    transition: 0.5s;
    animation: bounce 0.7s ease infinite alternate;
    border: none;
    font-size: 14px;
    cursor: pointer;
    color: white;
    cursor: pointer;
}



.button-fixed a{
    text-decoration: none;
    cursor: pointer;
}

.button-fixed button{
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
    background-color: #26D368;
    box-shadow: 0 0 20px #eee;
    padding: 15px 20px;
    border-radius: 20px;
    transition: 0.5s;
    animation: bounce 0.7s ease infinite alternate;
    border: none;
    font-size: 20px;
    cursor: pointer;
    gap: 10px;
}

.offre{
    max-width: 1186px;
    margin: auto;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0px 40px 0;


}

.offre img{
    width: 100%;
}

.offre p{
    color: white;
    font-size: 30px ;
    margin: 16px 0px 16px;

}

.offre a{
    text-decoration: none;
    color: white;
    background-color: #AF0202;
    box-shadow: 0 0 20px #eee;
    padding: 10px 15px;
    text-align: center;
    border-radius: 20px;
    border: none;
}

.presentation-vsm{
    max-width: 1300px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: space-around;

}

.presentation-vsm-detail img{
    max-width: 100px;
    height: auto;
}

.presentation-vsm-video{
    max-width: 50%;
}

.presentation-vsm-video video{
    width: 100%;
}

.presentation-vsm-detail{
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.flex-box{
    display: flex;
}

.text-size span{
    font-size: 30px;
    font-weight: 700;
}

.google-avis{
}

.google-avis-interieur{
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 10px;
}

.google-avis-item {
    max-width: 350px;
    background-color: white;
    padding: 30px 46px;
    border-radius: 30px;
}


.avis-inter{
    justify-content: space-around;
    align-items: center;
}

.avis-inter p{
    margin: 0;
}

.bold{
    font-weight: 700;
}

.satisfaction{
    background-color: #F1F1F1;
    padding-bottom: 50px;
}

.hoverrouge:hover{
    color:#AF0202;
}

.position-maps{
    background-image: url("../images/bandeau-concession.jpeg");
    background-size: cover;
    background-position: center center;
}

.position-maps-int{
    max-width: 1300px;
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: center;
    padding: 50px 0px;
}

.separation{
    margin: auto;
    max-width: 200px;
    border-bottom: 8px solid #AF0202;
}

.separation-white
{
    height: 80px;
}

.form-contact{
    width: 50%;
    padding: 10px;
}

.section-contact-horaire
{
    padding: 10px;
}

.lable-form-contact{
    display: flex;
    align-items: center;
    margin: 10px 0px;
    gap: 10px;
}

.form-input{
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-row{
    margin: 15px 0px;
}

.message-sucess{
    margin: 20px auto;
    color: #26D368;
    border-radius: 0.25rem;
    border: 1px solid #26D368;
    padding: 30px;
    width: 50%;
    text-align: center;
}

.prestation-item-carateristique{
    display: none;
    color: black;
    font-size: 18px;
}

.prestation-item:hover .prestation-item-carateristique{
    display: block;
}

.prestation-item-carateristique-item{
    align-items: center;
    width: 340px;
    margin-left: 5px;
}

.prestation-item-carateristique-item p{
    margin: 5px;
}

.centre-item:hover .prestation-item-carateristique{
    display: block;
}

.prestation-item-carateristique-centre p{
    margin: 5px;
    color: black;
}

.prestation-item-carateristique-centre{
    margin: 5px;
}

.menu-mobile{
    display: none;
    width: 20%;
    text-align: right;
}

.menu-mobile button{
    border: 1px solid white;
    background-color: white;
    cursor: pointer;
    margin: auto;
}

.section-navbar-center-div{
    display: flex;

}

.mobile{
    display: none;
}

.medias-mobile{
    display: none;
}

.separation{
    border-top: 1px solid #AF0202;
    width: 50%;
    margin: 20px;
    margin: auto;
}

.section-transparence
{
    align-items: center;
    justify-content: space-evenly;
    max-width: 1200px;
    margin:60px auto;
}

.mobile-image-presentation-mecanique
{
    width: 40%;
}

.mobile-image-presentation-mecanique img
{
    width: 100%;
}

.section-entretien-meca
{
    align-items: center;
    justify-content: space-evenly;
    max-width: 1300px;
    margin:60px auto;
}

.section-entretien-meca-para
{
    flex-direction: column;
    width: 50%;
}

.section-repa-carro{
    align-items: center;
    justify-content: space-evenly;
    max-width: 1300px;
    margin:60px auto;
    padding: 10px;
}
.section-repa-carro-image
{
    width: 40%;
}

.section-repa-carro-image img
{
    width: 100%;
}

.section-contact
{
    background-color: #F1F1F1;
}

.section-contact-int
{
    max-width: 1300px;
    margin: auto;
    justify-content: space-evenly;
    padding: 20px
}

.title-mentions{
    font-weight: 600;
    color: #AF0202;
    padding-bottom: 10px;
    font-family: Public Sans,sans-serif;
    font-size: 32px;
    margin-top: 30px;
    border-bottom: solid 3px #AF0202;
}

.p-color{
    color: #434343;
}

.p-mentions{
    line-height: 1.5em;
    font-family: "Public Sans", sans-serif;
    color: #434343;
}
.table-protection td{
    border: 1px solid #333;
}
.table-protection{
    border: 1px solid #333;
}

.nav-rdv{
    display: none;
}

.barre-progress{
    width: 80%;
    margin: 20px auto;
    background-color: #F1F1F1;
    height: 20px;
    border-radius: 20px;
}

.suivi-section{
    display: flex;
}

.suivi-section-video{
    width: 50%;
    min-width: 480px;

}

.suivi-section-video-vide{
    background-color: black;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
}

.suivi-section-video-vide p{
    color: white;
    font-size: 30px;
}

.suivi-section-info{
    width: 50%;
}

.suivi-section-info-table{

}

.suivi-section-info-table table{
    margin: auto;
    font-size: 1.05em;
    border-collapse: collapse;
    border-spacing: 0;
}

.suivi-section-info-table table td{
    margin-right: 5px;
    padding: 0em 1em;
}

/* ------------------Progess barre-----------------*/
.progress-bar:last-child {
    border-top-right-radius: 50rem;
    border-bottom-right-radius: 50rem;
}
.progress-bar:first-child {
    border-top-left-radius: 50rem;
    border-bottom-left-radius: 50rem;
}
.progress-bar {
    box-shadow: 2px 2px 5px rgb(0 0 0 / 20%);
}
.progress-bar-animated {
    animation: 1s linear infinite progress-bar-stripes;
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: var(--bs-progress-height) var(--bs-progress-height);
}

.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: var(--bs-progress-bar-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-progress-bar-bg);
    transition: var(--bs-progress-bar-transition);
}

.progress {
    box-shadow: inset 2px 4px 6px rgb(109 114 121 / 20%), inset -3px -2px 5px rgb(255 255 255 / 80%);
    margin:20px auto;
    position: relative;
    width: 100%;
    height: 50px;
}

.progress {
    --bs-progress-height: 1.5rem;
    --bs-progress-font-size: 0.75rem;
    --bs-progress-bg: #d9e3f1;
    --bs-progress-border-radius: 50rem;
    --bs-progress-box-shadow: inset 2px 2px 8px rgba(55, 94, 148, 0.3), inset -3px -2px 5px rgba(255, 255, 255, 0.8);
    --bs-progress-bar-color: #fff;
    --bs-progress-bar-bg: #378dfc;
    --bs-progress-bar-transition: width 0.6s ease;
    display: flex;
    overflow: hidden;
    font-size: var(--bs-progress-font-size);
    background-color: var(--bs-progress-bg);
    border-radius: var(--bs-progress-border-radius);
    box-shadow: var(--bs-progress-box-shadow);
}

/*
------------------------------------------
*/

.progress-title{
    position: absolute;
    width: 100%;
}

.progress-title p {
    width: 20%;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
}

/*
----------------Page Partenaire---------------------*/

.section1-partenaire{
    background-color: white;
}

.section1-partenaire-cle{
    display: flex;
    justify-content: space-between;
}

.section1-partenaire-cle-item{
    width: 30%;
}

.section1-partenaire-cle-item h3{
    padding-bottom: 10px;
    text-align: center;
    font-size: 21px;
    margin-top: 0;
}

.text-margin
{
    margin-top: 51px;
}

.section1-partenaire-cle-item p{
    text-align: justify;
    font-size: 15px;
}

.border-section-double-left{
    border-left: 2px solid #AF0202;
    padding-left: 10px;
}

.border-section-double-right{
    border-right: 2px solid #AF0202;
    padding-right: 10px;
}

.section2-partenaire{
    background-color: black;
    padding: 50px 0;
}

.section2-partenaire-int{
    display: flex;
    justify-content: space-between;
}

.section2-partenaire-int-video
{
    width: 45%;
    text-align: right;
}

.section2-partenaire-int-video img{
    max-width: 450px;
    margin: auto;

}

.section2-partenaire-int-info{
    width: 50%;
}

.section2-partenaire-int-info-width{
    max-width: 450px;
    margin:auto;
}

.section2-partenaire-int-info-width p {
    color: white;
    font-size: 15px;
    text-align: justify;
}

.a-button{
    margin: 20px auto;
    background-color: #AF0202;
    color: white;
    padding: 18px;
    text-decoration: none;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.7em;
    letter-spacing: 1.4px;
}

.a-button span{
    text-align: center;
}

.a-button-absolut{
    position: absolute;
    right: 20px;
    margin: 20px auto;
    background-color: #AF0202;
    color: white;
    padding: 18px;
    text-decoration: none;

    display: flex;
    flex-direction: column;
    max-width: 350px;
    font-size: 17px;
    font-weight: 900;
    line-height: 1.7em;
    letter-spacing: 1.4px;
}

.a-button-absolut span{
    text-align: center;
}

.title-h1{
    font-weight: 700;
    font-size: 35px;
    border-bottom: 8px solid #AF0202;
    padding-bottom: 10px;
    text-align: center;
}

.condition-partenaire-icon
{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
}

.icon-block{
    display: flex;
    flex-direction: column;
    width: 20%;
    text-align: center;
    align-items: center;
}

.icon-block h4{
    font-size: 23px;
    margin-bottom: 5px;
}

.icon-block p
{
    margin: 0;
    font-size: 17px;
}

.icon-block iconify{
    width: 80%;
}

.section3-partenaire{
    display: flex;
    justify-content: space-evenly;
}

.section3-partenaire-info{
    font-size: 18px;
}

.section3-partenaire-info-icon{
    display: flex;
    align-items: center;
    gap: 20px;
}

.bloc-title-partenaire-principal
{
    width: 40%;
    margin: auto;
    background-color: black;
    position: relative;
    top: -55px;
}

.title-partenaire-principal
{
    color: white;
    font-weight: 700;
    font-size: 3em;
    border-bottom: 8px solid #AF0202;
    padding-bottom: 10px;
    text-align: center;
    margin: 0;
}

.image-devenir-partenaire{
    width: 100%;

}

.img-notre-accompagnement{
    width: 70%;
    max-width: 800px;

}

.a-button-mobile{
    display: none;
}

.h2-franchise
{
    padding-top: 30px;font-weight: bold;font-size: 35px;

}

.form-franchise
{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
}

.row-form-franchise{
    display: flex;
    flex-direction: column;
    padding: 0 15px;
    margin: 1.2rem 0;
}

.row-form-franchise-ext
{
    width: 100%;
    max-width: 700px;
}

.franchise-input{
    display: block;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    height: 40px;
    box-sizing: border-box;
}

.row-form-franchise label{
    display: block;
    line-height: 2;
    font-size: 14px;
    color: #2D2D2D;
    margin-bottom: 0.25rem;
    font-weight: 500;
}

.section-form-franchise
{
    width: 570px;
    padding: 0 15px;

}

.franchise-input-ext{
    height: 150px;
}

.button-save{
    width: 100%;
    max-width: 500px;
    padding: 13px 27px;
    font-size: 16px;
    background-color: #AF0202;
    border: none;
    line-height: 1.5;
    border-radius: 0.3rem;
    color: white;
    margin: 20px auto;
}

.message-success{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border-radius: 0.25rem;
    margin-top: 1rem;
}

.table-produit
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgba(0,0,0,0.1);
}

.table-produit th{
    padding: 0.6em 0.8em;
    color: #691908;
}

.table-produit td{
    padding: 1em 0.8em;

}

.table-produit tbody tr{
    border: 1px solid rgba(0,0,0,0.1);
}

.table-produit tr{
    text-align: left;
}

.table-produit thead
{
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    border-spacing: 0;
}

.table-secu
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgba(0,0,0,0.1);
}

.table-secu th{
    padding: 0.6em 0.8em;
    color: #691908;
}

.table-secu td{
    padding: 1em 0.8em;

}

.table-secu tbody tr{
    border: 1px solid rgba(0,0,0,0.1);
}

.table-secu tr{
    text-align: left;
}

.table-secu thead {
    background-color: #F1F1F1;
    border-color: #F1F1F1;
    border-spacing: 0;
}

.text-center
{
    text-align: center;
}

.table-produit-total
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgba(0,0,0,0.1);
    background-color: #F1F1F1;
    margin-top: 20px;

}

.table-produit-total td{
    padding: 1em 0.8em;
    font-size: 20px;
    font-weight: 500;
}

.icone-center
{
    margin-top: -.235ex;
    vertical-align: middle;
}

.width-moitie
{
    width: 50%;
}

.section-principal-devenir-franchise{
    display: flex;
    flex-wrap: wrap;
}

.section-principal-devenir-franchise-text p
{
    text-align: justify;
    font-size: 1.1rem;
    line-height: 1.5;
}

.section-principal-devenir-franchise-img img{
    width: 100%;
    height: 100%;
}

.section-principal-devenir-franchise-bloc-text{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
    margin:auto;
}

.img-prix-imbatable img
{
    width: 100%;

}

.container-small{
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.titre-satisfy{
    font-family: "Satisfy",cursive;
    font-size: 42px;
}

.title-fira{
    font-family: 'Fira Sans', sans-serif;
}

.titre-dm{
    font-family: 'DM Sans', sans-serif;
    font-size: 34px;
}

.no-margin-bottom{
    margin-bottom: 0;
}

.no-margin-top{
    margin-top: 0;
}

.no-margin{
    margin: 0;
}

.color-red-theme{
    color: #AF0202;
}

.color-white{
    color:white;
}

.img-noir-blanc{


}

.button-a-absolut{
    font-size: 18px;padding: 18px;margin:0 30px;text-decoration: none;
    color: white;
    background-color: #AF0202;
    box-shadow: 0 0 20px #eee;
    padding: 10px 15px;
    text-align: center;
    border-radius: 20px;
    border: none;
    position: absolute;
    transform: translate(0px,-120px);
    max-width: 422px;
    width: 40%;
}

.mobile-display-inline-block{
    display: none;
}

.mobile-display{
    display: none;
}

.button-etape-partenaire{

}

.background-red{
    background-color: #EA868F;
}

.background-green{
    background-color: #75B798;
}

.background-blue{
    background-color: #6EDFF6;
}

.width-500{
    width: 500px;
}

.button-complet{
    padding: 0.9375em 2.5em;
    background-color: white;
    color: #2D96CD;
    border: 1px solid #2D96CD;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.button-urgent{
    padding: 0.9375em 2.5em;
    background-color: #c0392b;
    color: white;
    border: 1px solid #c0392b;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.button-jaune{
    padding: 0.9375em 2.5em;
    background-color: #f1c40f;
    color: white;
    border: 1px solid #f1c40f;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.button-ok{
    padding: 0.9375em 2.5em;
    background-color: #27a160;
    color: white;
    border: 1px solid #27a160;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.color-blue{
    color: #2D96CD;
}

.rapport-ok{
    display: none;
}

.rapport-jaune{
    display: none;
}

.rapport-complet{

}

.rapport-rouge{
    display: none;
}

.cadre-contact{
    border: 1px solid rgba(0,0,0,0.1);
    padding: 1em;
    max-width: 500px;
    width: 100%;
    margin: 8px;

}

.space-evel{
    justify-content: space-evenly;
}

.legende-suivi{
    justify-content: space-between;
}

.legende-suivi-int{
    gap: 10px;
    font-size: 18px;
}

.mobile-legende{
    display: none;

}
