

@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: "Quicksand", sans-serif;
} 

ul{
    list-style: none;
}
a{
    text-decoration: none;
    color:#fff
}

/* permettre un nouvelle onglet*/
a[target="_blank"]::after {
  content: "\2197"; /* Code Unicode pour une flèche pointant vers le haut à droite */
  margin-left: 3px; /* Ajoute un espace entre le texte du lien et la flèche */
}

/*fin*/

.featurette-divider1 {
  margin: 2rem 0;
}


.image {
  width: 200px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}

.texte {
  font-size: 16px;
  color: #333;
}

.btn-consent {
  padding: 10px 20px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-consent:hover {
  background-color: #0056b3;
}
/*COOKIES FIN*/ 
/* MENU */




.logo_menu {
    
    flex-direction: row;
    width: 100%;
    height: 90px;
    background-color: #CE8D56;
    z-index: 99;
    position: fixed;
    top: 0;

}


.logo_image{
    height: 70px;
    width: auto;
    margin: 10px;
}

.menu_principal{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-content: space-around;
    
   
}



.menu_principal a{
    color: 
    white;
    font-size: 1.15rem;
    line-height: 90px;
    transition: 0.4s;
    font-weight: bolder;
    text-transform: uppercase;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
      
    
}

.menu_principal a :hover{
    background-color: #CE8D56;
    transition: 0.5s ease-out;
    color: #262626;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    
}

/* .menu_principal a :hover{
    color: #064011;
    background-color: whitesmoke;

} */


.largeur_div{
    width: 220px;
    text-align: center;
}

.largeur_div :hover {
   color:#262626;
   
}



/* RESPONSIVE MENU */

.menu_burger{
    display: none;
    justify-content: flex-end;
    align-items: center;
    
}

.menu_burger a{
    color: white;
    line-height: 80px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.25rem;
}

@media (max-width:700px){
    .menu_principal{
        display: none;
    }
    .menu_burger{display: flex;}
}


/* ACCUEIL */

 
 
.section1_accueil{
    display: flex;
    flex-direction: row;
    width: 100%;
}
.img_section1_accueil{
    width:70%;
}
.image_section1_accueil{
    width: 600px;
}
.section_1 {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 700px;
}


.texte_image1 {
    position: absolute;
    top : 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-size: 30px;
    color: white;
    text-shadow: #8b8484 0.03em 0.03em;
}

.image_section1 img {
    width: 100%;
    height: 600px;
    object-fit: cover;
    
   
}

.img_section1 {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin-top: 50px;
}
.h2_accueil{
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    color: #CE8D56;
   
    text-transform: uppercase;
    
    
}
.text_accueil_section1{
    padding-left: 2%;
    padding-right: 2%;
    width: 50%;
}
.accueil_section1{
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
}
.img_accueil_section1{
    width: 50%;
    margin-right: 2%;
}

.image_accueil_section1{
    width: 100%;
    height: auto;
}
.texte_h2{
    color: rgba(201, 154, 67, 0.75)
}


.btn_accueil{
    justify-content: center;
    margin-top: 50px;
}
.bouton_accueil{
    background-color: #CE8D56;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid transparent;
    margin-top: 150px;
    justify-content: center;
}
.bouton_accueil:hover{
    background-color: #fff;
    color: #CE8D56;
}
.bouton_village{
    justify-content: flex-end;
}
/* .row {
    --mdb-gutter-x: 1.5rem;
    --mdb-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--mdb-gutter-y));
    margin-right: calc(-0.5* var(--mdb-gutter-x));
    margin-left: calc(-0.5* var(--mdb-gutter-x));
    justify-content: flex-start;
    align-items: center;
    /* margin-left: 3%; */
/* } */ 

:root{
    --background-dark: #2d3548;
    --text-light: rgba(255,255,255,0.6);
    --text-lighter: rgba(255,255,255,0.9);
    --spacing-s: 8px;
    --spacing-m: 16px;
    --spacing-l: 24px;
    --spacing-xl: 32px;
    --spacing-xxl: 64px;
    --width-container: 1200px;
  }
  

  .hero-section{
    padding-left: 2.5%;
    max-width: 100%;
  }
  .card-grid{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: var(--spacing-l);
    grid-row-gap: var(--spacing-l);
    max-width: var(--width-container);
    width: 100%;
    justify-content: space-around;
    
  }
  
  @media(min-width: 540px){
    .card-grid{
      grid-template-columns: repeat(2, 1fr); 
    }
  }
  
  @media(min-width: 960px){
    .card-grid{
      grid-template-columns: repeat(4, 1fr); 
    }
  }
  
  .card_8{
    list-style: none;
    position: relative;
    
  }
  
  .card_8:before{
    content: '';
    display: block;
    padding-bottom: 150%;
    width: 100%;
  }
  
  .card__background{
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    bottom: 0;
    filter: brightness(0.75) saturate(1.2) contrast(0.85);
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform-origin: center;
    transform: scale(1) translateZ(0);
    transition: 
      filter 200ms linear,
      transform 200ms linear;
  }
  
  .card:hover .card__background{
    transform: scale(1.05) translateZ(0);
  }
  
  .card-grid:hover > .card:not(:hover) .card__background{
    filter: brightness(0.5) saturate(0) contrast(1.2) blur(20px);
  }
  
  .card__content{
    left: 0;
    padding: var(--spacing-l);
    position: absolute;
    top: 0;
  }
  
  .card__category{
    color: var(--text-light);
    font-size: 0.9rem;
    margin-bottom: var(--spacing-s);
    text-transform: uppercase;
  }
  
  .card__heading{
    color: var(--text-lighter);
    font-size: 1.9rem;
    text-shadow: 2px 2px 20px rgba(0,0,0,0.2);
    line-height: 1.4;
    word-spacing: 100vw;
  }

  .environnement_accueil{
    margin: 30px;
    display: flex;
    flex-direction: row;
    padding-top:20px ;
    
  }
  .reservation_accueil {
    display: flex;
    justify-content: center;
    align-items: center;
   margin-top: 30px;
}

.taille_reservation {
   width:auto;
   height: 400px;
}

.img_reservation {
    
    width: 800px;
}
/* ACCUEIL FIN !!*/


/* GITE !!!  */


/* SECTION 1  GITE */
.image_section1_gite img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}


.image_section1_gite {
    position: relative;
}

.carre_gite {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: beige;
    opacity: 0.8;
    height: 400px;
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carre_gite2{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-style: hidden;
    border: 1px solid #010101;
    height: 380px;
    width: 380px;
    align-items: center;
    justify-content: center;
}

.titre {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-size: 24px;
  color:#010101;
  
  text-overflow: clip;
  font-family: "Dancing Script", cursive;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}

.texte_image1 {
    display: flex;
    font-size: 18px;
    color: white;
    text-shadow: #8b8484 0.03em 0.03em;
}


.h2_gite{
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    color: #CE8D56;
    margin-top: 20px;
    text-transform: uppercase;
    
}
.back{
background-color: #CE8D56;
opacity: 50%;
}

.titre_slider{
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 40px;
    color: #CE8D56;
}
/* SECTION PRESENTATION GITE */

.presentation_gite{
    display: flex;
    flex-direction: row;
}
.texte_presentation{
width: 65%;
margin: 30px;
}
.liste_chambres{
    text-align: center;
}
.slider_gite{
    width: 35%;
  margin: 30px;
}
.point{
    font-size: 6px;
    color: #CE8D56;
}
.chambres{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.chambre{
    width: 48%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    padding-top: 40px;
}

.la_chambre{
display: flex;
flex-direction: row;
}

.ic_lit{
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

/* SECTION PRESTATION EQUIPEMENT */
.equip_services{
    display: flex;
    flex-direction: row;
}
.prestation {
    display: flex;
    flex-direction: column;
    background-color:beige;
    padding: 30px;
}

.h3_gite{
    margin-top: 20px;
    font-family: "Fira Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.equipement{
    display: flex;
    flex-direction: column;
    width: 50%;
  
    
}

.tous_equipement{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    border-right: 1.5px solid #CE8D56;
}
.tous_service{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.pet{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;

}
.fa-paw{
    font-size: 50px;
    margin: 30px;
    color: #CE8D56;
}
.reservation_gite{
    display: flex;
    flex-direction: column;
    margin-left: 30px;
}
/* //FIN SECTION 1 GITE */

/* // section activite*/
/* .row {
    --mdb-gutter-x: 1.5rem;
    --mdb-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--mdb-gutter-y));
    margin-right: calc(-0.5* var(--mdb-gutter-x));
    margin-left: calc(-0.5* var(--mdb-gutter-x));
    align-items: center;
    justify-content: center;
} */

.text-body-secondary {
    --mdb-text-opacity: 1;
    color: rgba(201, 154, 67, 0.75) !important;
    
}
@media (min-width: 62em){
    .featurette-heading {
        margin-top: 0rem;
    
    }
    }
    .btn-secondary {
        --mdb-btn-bg: rgba(201, 154, 67, 0.75) ;
        --mdb-btn-color: rgb(251, 251, 251) ;
        --mdb-btn-box-shadow: rgba(201, 154, 67, 0.75);
        --mdb-btn-hover-bg: rgb(251, 251, 251) ;
        --mdb-btn-hover-color: rgba(201, 154, 67, 0.75) ;
        --mdb-btn-focus-bg: rgb(251, 251, 251;)
        --mdb-btn-focus-color: rgba(201, 154, 67, 0.75) ;
        --mdb-btn-active-bg: rgb(251, 251, 251) ;
        --mdb-btn-active-color: rgba(201, 154, 67, 0.75) ;
        --mdb-btn-box-shadow-state: transparent;
        margin-left: 45%;
    }

    .commerce{
        display: flex;
        flex-direction: column;
    }

/* Aulus */
.itineraire_foix{
    margin-top: 20px;

}
.commerces{
    margin-left: 30px;
}
.com_aulus{
display: flex;
flex-direction: row;
margin: 10px;

}

.img_commerce{
    width: 400px;
    height: auto;
    margin: 10px;
    margin-right: 10px;
}
.text_commerce{
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
}
.titre_commerce{
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}
.fa-shop{
    margin-right: 5px;
}
.com_2{
    
    justify-content: right;
}


/* Design */
*,
*::before,
*::after {
  box-sizing: border-box;
}





.main{
  max-width: 1200px;
  margin: 0 auto;
}



.img_a {
  height: 300px;
  max-width: 100%;
  vertical-align: middle;
  object-fit: cover;
}


.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card_a {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content_a {
  padding: 1rem;
  background: linear-gradient(to bottom left, #CE8D56 40%, #FFC39E 100%);
}

.card_title_a {
  color: #ffffff;
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0px;
}

.card_text_a {
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 1.25rem;    
  font-weight: 400;
}

/* // FIN*/ 

/* activite*/
*,
*:before, 
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.clear-fix:after {
  display: block;
  clear: both;
  content: '';
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

@import 'https://fonts.googleapis.com/css?family=Do+Hyeon';

.card__collection {
    position: relative;
    display: block;
    background: rgba(10,10,10,.5);
    padding: 10px;
    font-family: 'Do Hyeon', sans-serif;
    overflow: hidden;
    
  .cards {
      width: 300px;
      height: 400px;
      display: block;
      background-size: cover;
      float: left;
      border-radius: 15px;
      position: relative;
      overflow: hidden;
      background-position: center;
      margin: 10px;
  }
  
  .cards--one {
      backface-visiblili: hidden;
      &:hover {
        
        &:after {
          bottom: -20px;
        }
        
        &:before {
          bottom: -10px;
        }
        
        .cards--one__rect {
          left: 45%;
          
          &--back {
            left: 50%;
          }
        }
        
        
      }
      
      &::after {
      content: '';
      display: block;
      position: absolute;
      height: 70px;
      transform: rotate(-3deg);
      background: #698fb7;
      position: absolute;
      bottom: -80px;  
      left: 0;
      right: -10px;
      z-index: 9;
      transition: all .2s ease-in;
      transition-delay: .3s;
      }
      
      &:before {
        content: '';
        display: block;
        position: absolute;
        height: 80px;
        transform: rotate(-3deg);
        bottom: -90px;
        left: 0;
        background: #fff;
        right: -10px;
        z-index: 5;
        transition: all .2s ease-in;
        transition-delay: .1s;
      }
      
      &__rect {
        color: #fff;
        text-transform: uppercase;
        font-size: 18px;
        background: #BF5841;
        width: 126px;
        height: 55px;
        transform: skewY(5deg);
        position: absolute;
        display: block;
        top: 60%;
        left: -45%;
        z-index: 1;
        line-height: 3.3rem;
        text-align: center;
        transition: all .2s ease-in;
        
        &--back {
          display: block;
          background: #CE8D56;
          width: 126px;
          height: 55px;
          transform: skewY(7deg);
          position: absolute;
          top: 65%;
          left: -50%;
          transition: all .2s ease-in;
          transition-delay: .3s;
        }
        
        p {
          transform: skewY(-7deg);
          position: relative;
        }
      }
      
      
    }
  
  .cards--two {
      position: relative;
      backface-visibility: hidden;
      
      p {
        position: absolute;
        top: 83%;
        left: -100%;
        text-transform: capitalize;
        color: #fff;
        font-size: 20px;
        z-index: 8;
        transition: all .6s ease;
      }
      
      &:hover {
        
        p {
          left: 8%;
        }
        
        img {
          transform: translateY(-15px);
        }
        
        .cards--two__rect {
          top: 75%;
          
          &:before {
            transform: translateY(15px);
          }
        }
        
        li {
            transform: translateY(0);
        }
        
        .cards--two__tri {
          right: -40%;
          
          &:before {
            right: -312px;
          }
          
          
        }
      }
      
      img {
        transition: all .2s ease;
      }
      
      &__tri {
        border-top: 220px solid transparent;
        border-bottom: 190px solid transparent;
        border-right: 288px solid #fff;
        opacity: .9;
        position: absolute;
        display: block;
        top: 0;
        right: -100%;
        transition: all .3s ease-in-out;
        
        &:before {
          border-top: 220px solid transparent;
          border-bottom: 190px solid transparent;
          border-right: 288px solid #ea4c89;
          position: absolute;
          content: '';
          display: block;
          top: -220px;
          right: -612px;
          transition: all .3s ease-in-out;
          transition-delay: .2s;
        }
      }
      
      &__rect {
        width: 750px;
        height: 200px;
        background: #fff;
        display: block;
        position: absolute;
        top: 175%;
        left: -78%;
        transform: rotate(30deg);
        z-index: 5;
        opacity: .9;
        transition: all .3s ease-in-out;
        
        &:before {
          content: '';
          display: block;
          width: 100%;
          position: relative;
          height: 100%;
          background: #fff;
          transform: translateY(200px);
          z-index: 2;
          transition: all .3s ease-in-out;
          transition-delay: .1s;
        }
      }
      
      ul {
        list-style: none;
        position: absolute;
        bottom: 0;
        left: 10px;
        z-index: 9;
        
        li {
          display: inline-block;
          font-size: 16px;
          margin: 7px;
          color: #fff;
          transition: all .2s ease-in-out;
          transform: translateY(100px);
          
          &:nth-child(2) {
            transition-delay: .2s;
          }
          
          &:nth-child(3) {
            transition-delay: .3s;
          }
          
          &:nth-child(4) {
            transition-delay: .4s;
          }
        }
      }
    }
  
  .cards--three {
    position: relative;
    z-index: 10;
    
    &:hover {
      .cards--three__rect-1 {
        left: 10%;
        
        .shadow-1 {
          left: -20%;
        }
      }
      
      .cards--three__rect-2 {
        left: 60%;
        
        &:before {
          left: -100%;
        }
        
        &:after {
          left: 80%;
        }
        
        .shadow-2 {
          left: -10%;
        }
        
      }
      
      .cards--three__circle {
         transform: scale(1);
        
        &:before {
          transform: scale(.9);
        }
      }
      
      .cards--three__list {        
        li {
          transform: translateX(0);
        }
      }
    }
    
    &__rect-1 {
      background: #fff;
      width: 200px;
      height: 110px;
      transform: skewX(-20deg);
      display: block;
      position: absolute;
      top: 73%;
      opacity: .9;
      left: -100%;
      z-index: 8;
      transition: all .5s ease-in;
      
      p {
        font-size: 20px;
        color: #fff;
        transform: skewX(20deg);
        line-height: 6rem;
      }
      
     .shadow-1 {
        background: #BF5841;
        width: 230px;
        height: 100px;
        display: block;
        position: absolute;
        left: -200%;
        z-index: -1;
       transition: all .3s ease-in;
      }
    }
    
    &__rect-2 {
      width: 100px;
      height: 70px;
      background: #fff;
      position: absolute;
      top: 65%;
      left: 1000%;
      opacity: .9;
      transform: skewX(-20deg);
      z-index: 8;
      transition: all .5s ease-in;
      
      &::before {
        content: '';
        display: block;
        width: 50px;
        height: 40px;
        background: #698fb7;
        opacity: 1;
        position: absolute;
        left: 500%;
        top: 10%;
        transition: all .3s ease-in;
      }
      
      &::after {
        content: '';
        display: block;
        width: 50px;
        height: 40px;
        background: #010101;
        opacity: 1;
        position: absolute;
        left: 500%;
        top: 114%;
        transition: all .5s ease-in;
        transition-delay: .2s;
      }
      
      .shadow-2 {
        background: #2d3548;
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        top: -10%;
        left: 500%;
        transition: all .5s ease-in;
        transition-delay: .2s;
      }
      
    }
    
    &__circle {
      width: 220px;
      height: 220px;
      border-radius: 50%;
      background: #fff;
      position: absolute;
      top: -15%;
      left: 50%;
      opacity: .9;
      transform: scale(0);
      transition: all .3s ease;
      
      &:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #2d3548;
        border-radius: 50%;
        transform: scale(0);
        transition: all .3s ease;
        transition-delay: .2s;
      }
    }
    
    &__list {
    list-style: none;
    position: absolute;
    top: -9px;
    right: 7px;
    padding-top: 60px;
    transition: all .4s ease;
      
      li {
        display: inline-block;
        margin: 4px;
        color: #fff;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        background: rgba(87, 204, 253, .9);
        text-align: center;
        line-height: 1.7rem;
        font-size: 12px;
        transition: all .3s ease;
        transform: translateX(500%);
        
        &:nth-child(1){
          transition-delay: .2s;
        }
        
        &:nth-child(2){
          transition-delay: .3s;
        }
        
        &:nth-child(3){
          transition-delay: .4s;
        }
      }
    }
  }
 
}
.btn-primary{
  background-color: #CE8D56;
}
.btn-primary:hover{
  background-color: #FFC39E;
  color: #CE8D56;
}
/* activite fin*/

/* INFOS */
.reservation_infos{
    display: flex;
    flex-direction: column;
    margin: 30px;
    padding-top: 75px;
}
.taille_reservation{
    display: flex;
    justify-content: center;
    align-items: center;
}
.reservez_info{
   width: 500px;
}

.infos{
margin: 30px;
}

.contact{
margin-top: 30px;
}
/* footer*/
.img_footer{
    width: 300px;
}

.d-flex {
    display: flex;
    flex-direction: column;
}
.text-body-secondary {
    --mdb-text-opacity: 1;
    color: rgba(255,255,255) !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
    display: flex;
    justify-content: space-evenly;
    margin-top: 3%;
}



.header{
  width: 100%;
  height: 500px;
  display: flex;
  flex-direction: row;
  margin-top: 42px;
}

.img_header{
width:70%;
height: 500px;
justify-content: flex-end;

}
.image_header{
  width:100%;
  height:100%;
  object-fit: cover;
}
.text_header{
  width: 70%;
}

.carre_header {
  position: absolute;
  top: 150px;
  right: 0;
 
  background-color: #CE8D56;
  
  height: 300px;
  width: 600px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.carre2_header{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-style: hidden;
  border: 1px solid #ffffff;
  height: 250px;
  width: 550px;
  align-items: center;
  justify-content: center;

}

.titre_header {
position: absolute;
top: 50%;
left: 50%;
width: 80%;
transform: translate(-50%, -50%);
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
font-size: 80px;
color:#fff;
font-family: "Fira Sans Condensed", sans-serif;
font-weight: 400;
text-overflow: clip;
text-transform: uppercase;

}


.partners-bar {
  
  padding: 10px 0;
  text-align: center;
}
.partners-bar img {
  height: 60px;
  margin: 0 20px;

}
.gite_logo img{
  height: 90px;
}
.logos{
display: flex;
flex-direction: row;
justify-content: center;
margin: 30px;
}

.mb-3{
  margin-left: 20px;
}