



/*----colors----*/
body{
  background-color:#fbfbfb !important;
}
html{
  scroll-behavior: smooth;
  scroll-padding-top: 10%;

}

:root {
    --red-color: #E40F18;
    --black-color: #101115;
    --black1-color: #17181d;
    --white-color: #F0F5FB;
  }
.font_page *{
  font-family: "Poppins", Arial, sans-serif !important;
}
.font_page {
  background-color: #fbfbfb !important;
}
.p-r i{
  font-family:"Font Awesome 6 Free" !important;
}
  
  
  /*----- hero -------*/

  .sec-a{
    background-position: bottom;
      padding-top: 5%;
      padding-bottom: 5%;
      background-image: url(../../asset/img/franchise/motf.png);
      background-size: contain;
      background-repeat: no-repeat;
  }
    .logo-hero{
    width: 270px;
    margin-bottom: 15px;
    margin-top: 15px;
}
  .size-img-hero{
    width: 360px !important;
    border-radius: 30px;

}
    .btndevenez:hover,
    .btndevenez:focus {
    box-shadow: 0 0.5em 0.5em -0.4em #E40F18;
    transform: translateY(-0.25em) !important;
    }
  
  .bg-hero{
  
  background: rgb(228,15,24);
  background: linear-gradient(180deg, rgba(228,15,24,1) 80%, rgba(251,251,251,1) 80%);
  padding: 2% 0% 0% 0%;
  
  }
  
  .bg-img-hero{
    background-image: url(../../asset/img/franchise/pizza.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 545px;
  
  }
  
  
  .h1-hero{
    font-family: 'futura-bold' !important;
    font-weight: 900;
    font-size: 38px;
    text-transform: uppercase;
    text-align: center;
    color: var(--black-color);
    margin-bottom: 0px !important;
    font-family: 'futura-bold' !important;
  }
  .h1-hero span{
    font-weight: 900;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 0px !important;
    font-family: 'futura-bold' !important;
    color: #E40F18;
    font-size: 45px;
  }
  .p-hero{
    margin-top: 10px;
      text-align: center;
      font-size: 23px;
      line-height: 33px;
      color: var(--black-color);
      margin-bottom: 25px;
  }
 
  
  .p1-hero{
    text-align:center;
    color: var(--black-color);
  }
  
  .btndevenez{
    width: 240px;
    height: 55px;
    border-radius: 10px;
    background-color:var(--red-color);
    border: none;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 600;
    transition: all 0.3s ease-in-out !important;
  }
   .flex-1{
    display: flex;
    align-items: center;
   }
  
  
  
  /*----- End hero -------*/
  
  /*----- Qui sommes nous -------*/
  .bgtop{
    background-image: url(../../asset/img/franchise/topbg.svg);
    background-size: cover;
    height: 93px;
    background-repeat: no-repeat;
  }
  .bgbottom{
    background-image: url(../../asset/img/franchise/bottombg.svg);
    background-size: cover;
    height: 93px;
    background-repeat: no-repeat;
    margin-top: -10px;
  }
  
  .p-quisommenous{
    text-transform: uppercase;
    text-decoration: underline;
    letter-spacing: 6px;
    color: var(--white-color);
  }

  .p1-quisommenous{
    padding-bottom: 2px;
    padding-top: 2px;
    color: var(--white-color);
    margin-left:146px;
    font-size: 14px;
  }
  .quisommesnoustitre{
    color: var(--white-color);
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'futura-bold' !important;
  }
 
  .bg-qui-sommes{
    background-color: #27282c;
    position: relative;
    padding-top: 6%;
    padding-bottom: 6%;
    
  }
  .position-absolute-img{
    position: absolute;
  }
  .clm-img2{
    display: flex;
  }

  .column-img2{
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
    
  }
  .p-r{
    padding-right: 0px;
  }
  .p-b{
    margin-bottom: 15px;
  }
  .p-q{
    color: #ededed;
    font-size: 14px;
  }
  /*----- End Qui sommes nous -------*/
  

  /*-----nav-menu -------*/
.bg-nav-menu{
  background-color: #e40f18;
}
  .nav-menu-flex{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    padding-top: 20px;
  }
 .nav-menu-item{
  margin-bottom: 0px;
  font-size: 14px;
  color: #fff;
  position: relative;
  cursor: pointer;
 }
 .nav-menu-item-ligne{
  color:#fff;
  margin-bottom: 0px;
 }

.nav-menu-item::after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;

}

.nav-menu-item:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;

}

 


  /*------- end nav menu ------*/
  
  /*----- En chiffres -------*/
  
  .sec2{
    padding-top: 5%;
    padding-bottom: 6%;
  }
  
  .enchiffres{
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--black-color);
    font-family: 'futura-bold' !important;
  }
  
  .line{
    border-top: 1px solid #000;
    width: 100px;
    margin: auto;
    padding-bottom: 3%;
  }
  
  .card-chiffres{
      background-color: #fff;
      border: 1px solid #F0F5FB;
      border-radius: 30px;
      height: 330px;
      padding: 30px;
  }
  .card-chiffres img{
    height: 70px;
  }
  .chiffre-h{
    font-size: 30px;
    font-weight: 800;
    padding-top: 16%;
    margin-bottom: 6px;
    font-family: 'futura-bold' !important;
  
  }
  .line-chiffres{
    border-top: 1px solid #000;
    width: 50px;
    padding-bottom: 2%;
  }
  
  .chiffre-p{
    font-size: 16px;
      font-weight: 600;
      margin-top: 12px;
      line-height: 26px;
  }
  /*----- End En chiffres -------*/
  
  
  /*----- Nos Forces -------*/
  
  .bgtop1{
    background-image: url(../../asset/img/franchise/bgtop1.svg);
    background-size: cover;
    height: 93px;
    background-repeat: no-repeat;
  }
  .bgbtm2{
    background-image: url(../../asset/img/franchise/bgbtm2.svg);
    background-size: cover;
    height: 93px;
    background-repeat: no-repeat;
    margin-top: -2px;
  }

  /*------
  .img-nosforces img{
    height: 70px;
  }----*/
  .sec3{
    background-color: var(--red-color);
    padding-top: 5%;
    padding-bottom: 6%;
    margin-top: -2px;
  }
  
  .nosforce-titre{
    color: var(--white-color);
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    font-family: 'futura-bold' !important;
  }
  .line-nosforces{
    border-top: 1px solid var(--white-color);
    width: 100px;
    margin: auto;
    padding-bottom: 3%;
  }
  .nosforces1{
    border: 1px solid var(--white-color);
    border-radius: 15px;
    padding: 15px;
    width: 100%;
    display: flex;
    align-items: center;
}
.nosforces1 img{
  height: 70%;
}

  .nosforces1 p{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
    padding-left: 15px;
}
  .nos-f-col{
    display: flex;
    margin-top: 0.5rem !important;
  }


  

  
  /*----- End Nos Forces -------*/
  
  /*----- le processus de sélection -------*/
  
  .sec-t{
    padding-top: 5%;
    padding-bottom: 5%;
  }
  
  .titre{
    color: var(--black-color);
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'futura-bold' !important;
  }
  
  .bg-prcs{
      display: flex;
      background-color: #fff;
      padding: 8px;
      border-radius: 15px;  
      border: 1px solid #F0F5FB;
    }
   
  
  .circle {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--red-color);
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
  
  .img-prcs{
    margin-left: 14%;
      margin-bottom: 14px;
      margin-top: 14px;
      margin-right: 14px;
  }
  .p-prcs{
    display: flex;
    align-items: center;
   
  }
  .p-prcs p{
    margin-bottom: 0px;
  }
  .p-prcs-o{
    display: flex;
    align-items: center;
   
  }
  .p-prcs-o p{
    margin-bottom: 0px;
    font-weight: 600;
    font-size: 19px;
    line-height: 24px
  }
  /*----------.line-v {
    border-left: 1px dotted #000;
    height: 60px;
    position: absolute;
    z-index: -1000;
    margin-top: 77px;
  }
  .col-01-pross{
    display:flex;
    align-items: center;
    justify-content:center;
  }
  .col-img-pross{
    display:flex;
    align-items: center;
    padding-left: 5px;
  }
  .col-p-pross{
    display:flex;
    align-items: center;
  }
  .p-edit{
    margin-bottom: 0px !important;
    font-size: 20px;
    font-weight: 500;
    padding-left: 10px;
  }
  .row-pross{
    margin-bottom: 4%;
  }
  .col-img-pross img{
    width: 35px;
    height: 35px;
  }-------*/
  
  
  /*----- End le processus de sélection -------*/
  
  /*-----  Devenez Franchisé ----------*/
  
  .bg-devenezrfanchise{
    background-image: url(../../asset/img/franchise/bg-devenezrfanchise.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  
  .bgdevfra{
    height: 344px;
    display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      margin-bottom: 0%;
  }
  .btnappliquer{
      width: 220px;
      height: 55px;
      border-radius: 10px;
      background-color:var(--red-color);
      border: none;
      color: var(--white-color);
      font-size: 18px;
      font-weight: 600;
      transition: all 0.3s ease-in-out !important;
  }
  
  .btnappliquer:hover,
  .btnappliquer:focus {
    box-shadow: 0 0.5em 0.5em -0.4em #E40F18;
    transform: translateY(-0.25em) !important;
  }
  
  .bgdevfra h2{
    color: #fff;
      font-size: 35px;
      font-weight: 700;
      text-transform: uppercase;
      margin-bottom: 20px;
      font-family: 'futura-bold' !important;
  } 
  
  
  /*-----  End Devenez Franchisé ----------*/
  
  
  /*-----  LES DERNIÈRES OUVERTURES ----------*/
  
  
  .column-img{
    width: 100%;
    object-fit: cover;
   
  }
  
  
  /*-----  end LES DERNIÈRES OUVERTURES ----------*/
  
  /*-----  NOS FRANCHISÉS ----------*/
  .sec-t-t{
    padding-bottom: 6%;
  }
  .column-img1{
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
  }
  .carousel .carousel-item {
      color: #242424;
      overflow: hidden;
      min-height: 120px;
      font-size: 13px;
    margin-top: 30px;
  }
  .carousel .media img {
      width: 80px;
      height: 80px;
      display: block;
      border-radius: 50%;
  }

  .carousel .overview b {
      text-transform: uppercase;
      color: var(--red-color);
  }
  .carousel .carousel-indicators {
      bottom: -65px;
  }
  .carousel-indicators li, .carousel-indicators li.active {
      width: 20px;
      height: 20px;
      border-radius: 50%;
      margin: 1px 3px;
      box-sizing: border-box;
  }
  .carousel-indicators li {	
      background: #e2e2e2;
      border: 4px solid #fff;
  }
  .carousel-indicators li.active {
      color: #fff;
      background: var(--red-color);    
      border: 5px double;    
  }
  .carousel-control-prev-icon{
    background-image: url(../../asset/img/franchise/arrow-left.svg);
  }
  .carousel-control-next-icon{
    background-image: url(../../asset/img/franchise/arrow-right.svg);
  }

  /*-----   end NOS FRANCHISÉS ----------*/




  /*=================================================================================================*/

  /*----- Formulaire -------*/


  .formulaire-h1-p h1{
    text-align: center;
    font-family: 'futura-bold' !important;
    color: #E40F18;
    text-transform: uppercase;
    font-size:30px;
  }
  .formulaire-h1-p p{
    text-align: center;
    font-family: 'raleway' !important;
    width: 75%;
    margin: auto;
    font-size: 18px;
    font-weight: 500;
  }
  .bg-formulaire{
    background-color: #fff;
    border-radius: 30px;
    margin-top: 40px;
    padding: 4%;
  }
  .form-group label{
    margin-left: 30px;
    font-family: 'raleway' !important;
    font-size: 16px;
    font-weight: 600;
  }
  .form-group {
    margin-bottom: 1.5rem;
}
 
  form {
    margin-top: 45px !important;
    background-color: #fff;
    border-radius: 20px;
    padding: 5%;
}
.row-recaptcha{
  padding-left: 15px;
  padding-right: 15px;
}

.bg-motif-formulaire{
  background-image: url(../../asset/img/franchise/motf.png);
    height: 141px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: -30px;
    margin-top: -60px;
    position: relative;
    z-index: -9999;
}
.formmobile{
  margin-top: 15px;
}
 
   /*----- End Formulaire -------*/





/*----------horaire page ---------*/

.flex-header2{
   display: flex;
   justify-content: flex-end;
   align-items: center;
}
.flex-header1{
  display: flex;
  align-items: center;
}
.flex-header1 h2{
  margin-bottom: 0px;
    font-family: Futura-Bold, sans-serif;
    font-size: 28px;
    color: #000;
    margin-left: 14px;
}
.flex-header1 p, .flex-header2 p{
  margin-bottom: 10px;
  color: #E40F18;
  letter-spacing: -6px;
}
.flex-header2>.btn-group{
  margin-right: 10px;
  width: 100%;
}
.flex-header2>.btn-group>button{
  border: 1px solid #E40F18;
  border-radius: 10px;
  font-family: 'futura-bold' !important;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.flex-header2>.btn-group>.right-page-horaire{
  background-color: #fff;
  color: #000000;
  transition: all 0.3s ease-in-out !important;
}
.flex-header2>.btn-group>.left-page-horaire{
  transition: all 0.3s ease-in-out !important;
}
.flex-header2>.btn-group>.right-page-horaire:hover, 
.flex-header2>.btn-group>.right-page-horaire:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #E40F18;
  transform: translateY(-0.25em) !important;
  background-color: #E40F18;
  color: #fff;
  border: none;
}

.flex-header2>.btn-group>.left-page-horaire:hover, 
.flex-header2>.btn-group>.left-page-horaire:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #E40F18;
  transform: translateY(-0.25em) !important;
  background-color: #E40F18;
  color: #fff;
  border: none;
}

.heureouver1{
  display: flex;
  align-items: center;
}
.heureouver2{
  display: flex;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.heureouver1 img{
  height: 24px;
}
.heureouver2 img{
  height: 24px;
}
.heureouver1 h2{
  font-size: 20px;
  font-family: 'futura-bold';
  margin-bottom: 0px;
  text-decoration: underline;
  color: #E40F18;
  margin-left: 10px;
}
.heureouver2 h5{
  font-size: 18px;
  font-family: 'futura-bold';
  margin-bottom: 0px;
  color: #000;
  margin-left: 10px;
  margin-top: 2px;
}
.heuresouverture{
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.heuresouverture p{
  margin-bottom: 0px;
}
.jourouverture{
  display:flex;
  align-items: center;
}
.jourouverture p{
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  margin-left: 34px;
}
.heuresouverture>.heurea>p{
  margin-bottom: 0px;
}
.heurea{
  background-color: #fff;
  padding: 5px 30px 5px 30px;
  border: 1px solid #ededed;
  border-radius: 6px;
  font-weight: 500;
}
.imghoraire img{
width: 100%;
}
.teleadresse img{
  height:22px;
}
.bg-horaire-img{
  display: flex;
}
.teleadresse{
  display: flex;
  align-items: center;
  width: 100%;
}
.bg-horaire-img{
  padding: 20px 36px;
  background-color: #F5F5F5;
  border-radius: 13px;
  margin-top: 10px;
  width: 100%;
}
.teleadresse p{
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 15px;
  font-weight: 600;
}
.img-flex-horaire{
  display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.texthoraire{
  font-weight: 600;
  padding: 18px;
  margin-bottom: 0px;
}
.row-flx-horaire{
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left:0px;
  margin-right: 0px;
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 20px;
    padding: 15px 0px;

}

.cont-pagehoraire{
  margin-top: 130px;
}
.cont-pagehoraire-sec2{
  margin-top: 60px;
}

/*---------- End horaire page -----------*/










  
  /*-----   Footer ----------*/
  
  .nav-link-1{
      color: #fff;
      font-size: 16px;
      letter-spacing: 0.5px;
      font-weight: 600;
      text-transform: uppercase;
  }
  .nav-link-1 a:hover{
    color: #fff;
  }
  
  .iconflx{
    display: flex;
    justify-content: space-evenly;
  }
  
  .footcopy{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .footcopy p{
    margin-bottom: 0px;
    font-size: 12px;
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

 /*-------- 1440px -------------*/

  @media screen and (max-width: 1440px) {
    .bgdevfra {
      height: 250px;
    }
  }

/*-------- end 1440px -------------*/

/*-------- 1024px -------------*/

  @media screen and (max-width: 1024px){
    .chiffre-p{
      font-size: 15px;
    }
    .p-prcs-o p {
      font-size: 16px;
    }
    .h1-hero{
      font-size: 33px;

    }
    .resp-h1-head{
      padding-top: 35px;
      padding-bottom: 35px;
    }
    .column-img{
      width: 80%;
    }
  }

/*-------- end 1024px -------------*/
@media screen and (max-width:769px){
.text-quisommenous{
  margin-top: 6%;
}}

@media screen and (max-width:820px){
  .text-quisommenous{
    margin-top: 6%;
  }
  .size-img-hero{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
}
  @media screen and (max-width:834px){
    .text-quisommenous{
      margin-top: 6%;
    }
    .size-img-hero{
      width: 100% !important;
      height: auto !important;
      object-fit: cover !important;
    }
  }
    @media screen and (max-width:800px){
      .text-quisommenous{
        margin-top: 6%;
      }
      .size-img-hero{
        width: 100% !important;
        height: auto !important;
        object-fit: cover !important;
      }
    }

/*-------- 900 px ----------*/

@media screen and (max-width:900px){

  .flex-header1 h2{
    font-size: 25px;
  }
  .flex-header1 p, .flex-header2 p{
    display: none !important;
  }

}

/*-------- 834px -------------*/

@media screen and (max-width:991px){
.heuresouverture p {
  margin-left: 40px;
  margin-right: 40px;
}
.heuresouverture {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.img-flex-horaire{
  margin-top: 30px;
}
}
/*-------- 800px -------------*/
 
@media screen and (max-width:800px){
  .formulaire-h1-p p{
    width: 95%;
  }
}
/*---------- -768------------*/
@media screen and (max-width:767px){

  .flex-header1{
    justify-content: center;
    margin-bottom: 20px;
  }  
  }
/*-------- 768px -------------*/

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

  .invrs-row{flex-direction: column-reverse;
  
  }
  .text-quisommenous{
    margin-top: 0%;
  }
  .card-chiffres{
    margin-top: 0.5rem;
    height: 340px;
  }
  .chiffre-h{
    padding-top: 9%;
  }
 
  .bg-prcs{
    margin-top: 0.5rem;
  }
  .column-img2{
    width: 100%;
    margin: auto;
  }
  
  .qui-row{
    padding-left: 15px;
  }

  .size-img-hero{
    width: 100% !important;
    height: auto !important;
    object-fit: cover !important;
  }
  .flex-header1 h2{
    font-size: 25px;
  }
  .flex-header1 p, .flex-header2 p{
    display: none !important;
  }
  .left-page-horaire{
    margin-left: 0px !important;
  }
  .flex-header1 h2{
    font-size: 23px;
    margin-bottom: 14px;
    margin-left: 0px;
  }

  .flex-header2>.btn-group{
    margin-left:0px;
  }
  .flex-header2{
    display:unset;
  }
  .row-flx-horaire {
    margin-top: 20px;
  }
  .flex-header1 h2{
    margin-bottom: 0px;
  }
.cont-pagehoraire-sec2{
  margin-top: 40px;
}
.heureouver2{
  margin-top: 30px;
  margin-bottom: 30px;
}
.heuresouverture p {
  margin-left: 40px;
  margin-right: 40px;
}
.heuresouverture {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.img-flex-horaire{
  margin-top: 30px;
}
 }


/*-------- 767px - 320px -------------*/

@media screen and (max-width:767px) and (min-width:323px) {
  .heuresouverture p {
    margin-left: 10px;
    margin-right: 10px;
  }
  .heuresouverture {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
  
}

/*-------- 546px -------------*/

@media screen and (max-width:576px){
  .qui-row{
    padding-top: 35px;
  }
  .enchiffres, .nosforce-titre, .titre  {
    letter-spacing: 1px;
  }
  .sec-t-t {
    padding-bottom: 14%;
}
}

/*-------- End 576px -------------*/


/*----- 539px -----------*/





/*----- End 539px -----------*/


/*-------- 477px -------------*/

@media screen and (max-width:477px){
  .h1-hero{
    font-size: 46px;
  }
  .p-hero{
    font-size: 18px;
    margin-top: 15px;
  }
  .p-hero span{
    font-size: 24px;
    color: var(--red-color);
    
  }
  .p-hero {
    font-size: 16px;
    line-height: 25px;
  }
  
  .column-img {
    width: 100%;
}
.bgdevfra h2{
  font-size: 30px;
  letter-spacing: 1px;
}
.nav-menu-flex{
  display: none;
}
.position-absolute-img{
  position: relative;
}
.p1-quisommenous{
  margin-left: 15px;
  margin-top: 15px;
}
.h1-hero{
  font-size: 24px;
}
.nosfranchise{
  margin-bottom: 40px;
}
.h1-hero span{
  font-size: 33px;
}
.sec-a{
  padding-bottom: 60px;
}
.bg-qui-sommes, .sec2, .sec3, .sec-t{
  padding-bottom: 60px;
  padding-top: 60px;
}
.mobilequiqommenous{
  text-align: center;
  margin-top: 2%;
}
.p1-quisommenous{
  margin-left: 0px;
}
.sec-t-t{
  padding-top: 60px;
}
.bgdevfra{
  margin-bottom: 0px;
}
.line, .line-nosforces{
  padding-bottom: 8%;
}
.formulaire-h1-p p{
  width: 100%;
  font-size: 14px;
}
.formulaire-h1-p h1 {
font-size: 22px;
}
.form{
  margin-top: 30px;
  border-radius: 10px;
}
}

/*-------- End 477px -------------*/

/*-------- End 364px -------------*/
@media screen and (max-width:364px){
  .h1-hero {
    font-size: 22px;
}
.h1-hero span {
  font-size: 29px;
}
.p-hero {
  font-size: 16px;
  line-height: 25px;
}
.g-recaptcha {
  transform: scale(0.8); /* Ajustez la taille selon vos besoins */
  margin-left: -29px;
}
.spacecaptcha{
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}
.formmobile{
  margin-top: 20px;
}
.flex-header1 h2 {
  font-size: 21px;
}
}

/*-------- 320px -------------*/
@media screen and (max-width: 321px){
.h1-hero span {
    font-size: 27px;
}
.h1-hero {
  font-size: 23px;
}
.p-hero {
  font-size: 14px;
  line-height: 23px;
  margin-top: 10px;
  margin-bottom: 14px;
}
.quisommesnoustitre{
  font-size:25px;
}
.texthoraire{
  padding: 15px 0px;
} 
.cont-pagehoraire{
  margin-top: 110px;
}
.heuresouverture p {
  margin-left: 3px;
  margin-right: 3px;
}
.mobile-horaire-padding{
  margin-bottom: 10px;
}
.img-flex-horaire {
  margin-top: 10px;
}
.bg-horaire-img{
  display: unset;
  padding: 15px 10px;
}
.teleadresse{
  margin: 10px 0px;
}
.map-pad-mobile{
  padding-left: 0px;
  padding-right: 0px;
}
.row-flx-horaire{
  padding-top: 0px;
}
}

/*----------message page ---------*/

.success-bg{
  margin-top: 130px;
  margin-bottom: 30px;
  background-color: #fff;
  text-align: center;
  border-radius: 18px;
  padding: 5% 6%;
}
.success-bg img{
  height: 80px;
  margin-bottom: 30px;
}
.success-bg h1{
  font-family: 'futura-bold';
  font-size: 26px;
  margin-bottom: 15px;
}
.success-bg p{
  font-family: 'raleway';
  font-weight: 500;
  margin: auto;
  padding-bottom: 25px;
  width: 80%;
}
.btn-success-1{
  width: 300px;
  height: 55px;
  border-radius: 10px;
  background-color: var(--red-color);
  border: none;
  color: var(--white-color);
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out !important;
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'futura-bold';
}
.btn-success-2{
  width: 300px;
  height: 55px;
  border-radius: 10px;
  border: 1px solid var(--red-color);
  color: var(--red-color);
  background-color: #fff;
  font-size: 18px;
  font-weight: 600;
  transition: all 0.3s ease-in-out !important;
  margin-left: 5px;
  margin-right: 5px;
  font-family: 'futura-bold';
}
.btn-success-1:hover, .btn-success-1:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #E40F18 !important;
  transform: translateY(-0.25em) !important;
}
.btn-success-2:hover, .btn-success-2:focus {
  box-shadow: 0 0.5em 0.5em -0.4em #E40F18 !important;
  transform: translateY(-0.25em) !important;
  background-color: #E40F18;
  color: #fff;
}


@media screen and (max-width:767px) {
.btn-success-1, .btn-success-2{
  width: 250px;
  font-size: 16px;
  margin-bottom: 10px;
}
.success-bg h1{
  font-size: 23px;
  margin-bottom: 15px;
}
.success-bg p{
  width: 100%;
}
}