@charset "UTF-8";

/* WEBFONTS
--------------------------------------------------------- */
@font-face {font-family: "mundialbold"; src: url('../../../../../fonts/MundialBold.otf');}
@font-face {font-family: "mundialregular"; src: url('../../../../../fonts/MundialRegular.otf');}
@font-face {font-family: "Mundialitalic"; src: url('../../../../../fonts/MundialItalic.otf');}




:root {
--cassiopeia-color-primary: #C7C2BF;
--cassiopeia-color-hover: lightgray;
--cassiopeia-color-link: gray;
--studio-gris-clair: #c3bab4;
--studio-beige-clair :#e2dfd8;

--media_min: 800px;
}

body{
    background-color: #b5acac;
  
}

/* -- pour éviter que les tuiles des prix passent sur le menu -- */ 
.container-header{
  z-index:999;
}

/* ----------------- haut et menu  -------------------------------------*/

.go_img_top{
  display: block; /* Empêche les espaces blancs sous l'image */
  width: 100%; /* Ajuste l'image selon le conteneur */
  height: auto; /* Garde les proportions */
}



.card-body {
    padding: 0px; 
    margin-bottom: -20px;

}


.go_banner_top{
    border:0px;
    padding:0px;
    margin-top:-20px;
}

.go_top_menu {
    border:0px;
    
}

.go_couleur_claire{
    background-color: #E2DFD8;
    padding:20px;
    margin-top:-50px;
    font-family: "mundialregular";
    color: #97867C;
    letter-spacing:2px ;
    line-height:1.1;

}




/* =========================================================== page home =========================================================== */


.go_home_container_1{
    position: relative;
    width: 100%;
    height: 500px; /* Ajustez la hauteur selon vos besoins */
    background-color:#97867C; /* Couleur de fond pour la div centrale */
    text-align: center;
    margin-bottom: 60px; 
    padding-top:60px;
}

.go_home_bloc_1{
  padding-top:50px;
}


.go_home_1_A img{
    margin-top: 60px;
    max-height: 682px;
 
}



.go_home_1_C img{
    margin-top: -100px;
    max-height: 682px;

}


/* -- ligne 2 smartphone --*/
@media screen and (max-width: 800px) {

  .go_home_bloc_1{
    padding-top: 10px;
  }
  

    .go_home_1_B{
        display:none;
    }

    .go_home_container_1 {
        flex-direction: column;
        order: 2;
        height :1040px;

    }

    .go_home_1_A img{
        margin-top: -30px;
    
    }
    .go_home_1_C img{
        margin-top: 0px;
    
    }


}


.go_texte_cours{
    padding-top:240px;
    margin-top:-60px;
}



.go_container_book{
    display: flex;
    background-image: url("/images/site/home_book.jpg");
    background-repeat: no-repeat;
    height :665px;
    margin-top:-30px;
    justify-content: center; /* Centre horizontalement */
    align-items: center;    /* Centre verticalement */

}

.go_book_A,.go_book_B{
    display:block;
    border-width: 0px 4px 0px 0px; 
    border-style: solid;            /* style de bordure */
    border-color: white;  
}


.go_book_A,.go_book_B,.go_book_C{
    letter-spacing:4px ;
}




/* -- ligne 3 book --*/
@media screen and (max-width: 960px) {
    .go_book_A,.go_book_B,.go_book_C{
        border-width: 0px 0px 0px 0px;

    }

    .go_texte_cours{
      padding-top:80px;
      margin-top:-60px;
  }


}




/* =========================================================== pages pilates ===========================================================

.go_texte_pilate_titre{
    padding-left:55px;
}

    /* -------------------------------------------------------- ligne 2 ---------------------------*/
    /* Conteneur principal en flexbox */
    .go_pilates_2_container {
        display: flex;
        height: auto; /* Ajustez selon vos besoins */
        padding-top:50px;
        margin-bottom:50px;
   
      }
  
      /* Première colonne - largeur fixe */
      .go_pilates_2_A{
        width: 20%; /* Largeur fixe */
        background-color: #b5acac; /* Couleur de fond pour visualiser */
      }
  
      /* Deuxième colonne - largeur flexible */
      .go_pilates_2_B {
        flex: 1; /* Prend tout l'espace restant */
        background-color: #E2DFD8;
        padding:50px 20px 20px 30px;
      }
  
      /* Troisième colonne - largeur automatique selon l'image */
      .go_pilates_2_C{
        display: flex;
        align-items: center; /* Centre verticalement l'image */
        justify-content: center; /* Centre horizontalement l'image */
        background-color: #E2DFD8; /* Couleur de fond pour visualiser */
        padding-bottom:60px;
      }
  
      .go_pilates_2_C img {
        max-width: 100%; /* Facultatif : rend l'image responsive */
        height: auto; /* Maintient les proportions de l'image */
        margin-top: -60px;

      }


      /* -- ligne 2 smartphone --*/
      @media screen and (max-width: 800px) {

        .go_pilates_2_A{
           display:none;
        }

        .go_pilates_2_container {
            flex-direction: column;
 
        }
 
        .go_pilates_2_B {
          order:3;
        }

        .go_pilates_2_C img {
            margin-top: 0px;
         }
  
    }
    



    /* -------------------------------------------------------- ligne 3 ---------------------------*/
    /* Conteneur principal en flexbox */
    .go_pilates_3_container {
        display: flex;
        height: auto; /* Ajustez selon vos besoins */
        padding-top:50px;
        margin-bottom:50px;
   
      }


      /* Troisième colonne - largeur automatique selon l'image */
      .go_pilates_3_A{
        display: flex;
        align-items: center; /* Centre verticalement l'image */
        justify-content: center; /* Centre horizontalement l'image */
        background-color: #97867C; /* Couleur de fond pour visualiser */
        padding-bottom:60px;
      }
  
      .go_pilates_3_A img {
        max-width: 100%; /* Facultatif : rend l'image responsive */
        height: auto; /* Maintient les proportions de l'image */
        margin-top: -60px;

      }

      /* Deuxième colonne - largeur flexible */
      .go_pilates_3_B {
        flex: 1; /*3Prend tout l'espace restant */
        background-color: #97867C;
        padding:50px 20px 20px 30px;
      }
  



  
      /* Première colonne - largeur fixe */
      .go_pilates_3_C{
        width: 20%; /* Largeur fixe */
        background-color: #b5acac; /* Couleur de fond pour visualiser */
      }


      
      /* -- ligne 3 smartphone --*/
      @media screen and (max-width: 800px) {

        .go_pilates_3_A img {
            margin-top: 0px;
         }

        .go_pilates_3_C{
           display:none;
        }
        .go_pilates_3_container {
            flex-direction: column;
        }
  
  
    }
    
  

    /* -------------------------------------------------------- ligne 4 ---------------------------*/
    /* Conteneur principal en flexbox */
    .go_pilates_4_container {
        display: flex;
        height: auto; /* Ajustez selon vos besoins */
        padding-top:50px;
        margin-bottom:50px;
 
      }

      .wf-columns.go_pilates_4_container{
        gap:0px;
      }

      .go_pilates_4_B,.go_pilates_4_C{
        background-color: #D9D9D9;
        padding:50px 80px 30px 30px;
      text-align: justify;
     
      }

      .go_pilates_4_C span{
        display:block;
        margin-left:-140px;
        margin-top:25px;
      }

      .yoga{
            display: flex;
            justify-content: center;
            align-items: center;    
            background-color: #C4C4C4;
            width:350px;
            height:460px;
            margin-left:-120px;
            box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.4);

      }

      .texte_yoga {
        display:block;
        font-family: "Mundial";
        color: #97867C;
        letter-spacing:15px ;
        text-align: justify;
        font-size: xxx-large;
        transform: rotate(270deg); 
        color:white;
        line-height: 1.5; 
        text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3); 

      }


      /* -- ligne 3 smartphone --*/
      @media screen and (max-width: 900px) {

            .yoga{
                margin-left: 10px;
                width: 100%;

            }

            .go_pilates_3_B{
              padding-top:5px;
            }

            .go_pilates_4_C{
              padding-right:25px;
            }

            .go_pilates_4_C span{
              display:block;
              margin-left:0px;
              margin-top:0px;
            }
  
    }





/* =========================================================== pages trainings =========================================================== */

.go_texte_training_titre{

  padding-left:55px;
  padding-bottom:60px;
  display: flex;
  justify-content: center;
  align-items: center;    
  background-color: #000000;
  margin-top:-30px;
  height:250px;
}

  /* -------------------------------------------------------- ligne 2 ---------------------------*/
  /* Conteneur principal en flexbox */
  .go_trainings_2_container {
      display: flex;
      height: auto; /* Ajustez selon vos besoins */
      padding-top:-50px;
      margin-bottom:50px;
 
    }

    /* Première colonne - largeur fixe */
    .go_trainings_2_A{
      width: 20%; /* Largeur fixe */
      background-color: #000000; /* Couleur de fond pour visualiser */
    }

    /* Deuxième colonne - largeur flexible */
    .go_trainings_2_B {
      flex: 1; /* Prend tout l'espace restant */
      background-color: #97867C;
      padding:50px 20px 20px 30px;
    }

    /* Troisième colonne - largeur automatique selon l'image */
    .go_trainings_2_C{
      display: flex;
      align-items: center; /* Centre verticalement l'image */
      justify-content: center; /* Centre horizontalement l'image */
      background-color: #97867C; /* Couleur de fond pour visualiser */
      padding-bottom:60px;
    }

    .go_trainings_2_C img {
      max-width: 100%; /* Facultatif : rend l'image responsive */
      height: auto; /* Maintient les proportions de l'image */
      margin-top: -60px;

    }


    .go_training_interval_1_2{
      display: block;
      background-color: #000000;
      height: 200px;
      margin-top:-50px;
    }
  


    /* -- ligne 2 smartphone --*/
    @media screen and (max-width: 800px) {

      .go_training_interval_1_2{
        display: none;
      }
  

      .go_trainings_2_container {
          flex-direction: column;
      }

      .go_trainings_2_A{
        display:none;
        order:2;
     }

      .go_trainings_2_B {
        order:3;
      }

      .go_trainings_2_C img {
          margin-top: 0px;
          order: 1;
       }


    .go_trainings_4_container {
        flex-direction: column;
    }

    .go_trainings_4_A{
      display:none;
   }

    .go_trainings_4_B {
      order:3;
    }



       

  }
  


  /* -------------------------------------------------------- ligne 3 ---------------------------*/
  /* Conteneur principal en flexbox */
  .go_trainings_3_container {
      display: flex;
      height: auto; /* Ajustez selon vos besoins */
 
      margin-bottom:50px;
 
    }


    /* Troisième colonne - largeur automatique selon l'image */
    .go_trainings_3_A{
      display: flex;
      align-items: center; /* Centre verticalement l'image */
      justify-content: center; /* Centre horizontalement l'image */
      background-color: #C4C4C4; /* Couleur de fond pour visualiser */
      padding-bottom:60px;
    }

    .go_trainings_3_A img {
      max-width: 100%; /* Facultatif : rend l'image responsive */
      height: auto; /* Maintient les proportions de l'image */
      margin-top: -80px;

    }

    /* Deuxième colonne - largeur flexible */
    .go_trainings_3_B {
      flex: 1; /*3Prend tout l'espace restant */
      background-color: #C4C4C4;
      padding:50px 20px 20px 30px;
    }


    /* Première colonne - largeur fixe */
    .go_trainings_3_C{
      width: 20%; /* Largeur fixe */
      background-color: #000000; /* Couleur de fond pour visualiser */
    }

    .go_training_interval_2_3{
      display: block;
      background-color: #000000;
      height: 200px;
      margin-top:-50px;
    }
  


    
    /* -- ligne 3 smartphone --*/
    @media screen and (max-width: 800px) {

      .go_training_interval_2_3{
        display: none;
      }

      .go_trainings_3_A img {
          margin-top: 0px;
       }

      .go_trainings_3_C{
         display:none;
      }
      .go_trainings_3_container {
          flex-direction: column;
      }


  }
  


/* -------------------------------------------------------- ligne 4 ---------------------------*/

.go_training_4_container {
  display: flex;
  height: auto; /* Ajustez selon vos besoins */
  padding-top:-50px;
  margin-bottom:50px;

}

/* Première colonne - largeur fixe */
.go_training_4_A{
  width: 20%; /* Largeur fixe */
  background-color: #000000; /* Couleur de fond pour visualiser */
}

/* Deuxième colonne - largeur flexible */
.go_training_4_B {
  flex:1;
  background-color: #E2DFD8;
  padding:50px 20px 20px 30px;
}

/* Troisième colonne - largeur automatique selon l'image */
.go_training_4_C{
  display: flex;
  align-items: center; /* Centre verticalement l'image */
  justify-content: center; /* Centre horizontalement l'image */
  background-color: #E2DFD8; /* Couleur de fond pour visualiser */
  padding-bottom:60px;
}

.go_training_4_C img {
  max-width: 100%; /* Facultatif : rend l'image responsive */
  height: auto; /* Maintient les proportions de l'image */
  margin-top: -60px;

}


.go_training_interval_3_4{
  display: block;
  background-color: #000000;
  height: 200px;
  margin-top:-50px;
}



/* -- ligne 2 smartphone --*/
@media screen and (max-width: 800px) {

  .go_training_interval_3_4{
    display: none;
  }

  .go_training_4_container {
    flex-direction: column;
}


  .go_training_4_A{
     display:none;
  }



  .go_training_4_B{
    order:3;
 }


  .go_training_4_C img {
      margin-top: 0px;
      order: 1;
   }

}





/* -------------------------------------------------------- ligne 5 ---------------------------*/
  /* Conteneur principal en flexbox */
  .go_trainings_5_container {
    display: flex;
    height: auto; /* Ajustez selon vos besoins */

    margin-bottom:50px;

  }


  /* Troisième colonne - largeur automatique selon l'image */
  .go_trainings_5_A{
    display: flex;
    align-items: center; /* Centre verticalement l'image */
    justify-content: center; /* Centre horizontalement l'image */
    background-color: #C4C4C4; /* Couleur de fond pour visualiser */
    padding-bottom:60px;
  }

  .go_trainings_5_A img {
    max-width: 100%; /* Facultatif : rend l'image responsive */
    height: auto; /* Maintient les proportions de l'image */
    margin-top: -80px;

  }

  /* Deuxième colonne - largeur flexible */
  .go_trainings_5_B {
    flex: 1; /*3Prend tout l'espace restant */
    background-color: #C4C4C4;
    padding:50px 20px 20px 30px;
  }


  /* Première colonne - largeur fixe */
  .go_trainings_5_C{
    width: 20%; /* Largeur fixe */
    background-color: #000000; /* Couleur de fond pour visualiser */
  }

  .go_training_interval_4_5{
    display: block;
    background-color: #000000;
    height: 200px;
    margin-top:-50px;
  }





  
  /* -- ligne 5 smartphone --*/
  @media screen and (max-width: 800px) {


    .go_training_interval_4_5{
      display: none;
    }

      .go_trainings_5_A{
        padding-bottom: 5px;
      }

    .go_trainings_5_A img {
        margin-top: 0px;
     }

    .go_trainings_5_C{
       display:none;
    }
    .go_trainings_5_container {
        flex-direction: column;
    }

      .go_training_5_B{
        padding: 5px 20px 20px 30px;

    }


}


  /* -------------------------------------------------------- ligne 6 ---------------------------*/
  /* Conteneur principal en flexbox */
  .go_trainings_6_container {
    display: flex;
    height: auto; /* Ajustez selon vos besoins */
    padding-top:-50px;
    margin-bottom:50px;

  }

  /* Première colonne - largeur fixe */
  .go_trainings_6_A{
    width: 20%; /* Largeur fixe */
    background-color: #000000; /* Couleur de fond pour visualiser */
  }

  /* Deuxième colonne - largeur flexible */
  .go_trainings_6_B {
    flex: 1; /* Prend tout l'espace restant */
    background-color: #C4C4C4;
    padding:50px 20px 20px 30px;
  }

  /* Troisième colonne - largeur automatique selon l'image */
  .go_trainings_6_C{
    display: flex;
    align-items: center; /* Centre verticalement l'image */
    justify-content: center; /* Centre horizontalement l'image */
    background-color: #C4C4C4; /* Couleur de fond pour visualiser */
    padding-bottom:60px;
  }

  .go_trainings_6_C img {
    max-width: 100%; /* Facultatif : rend l'image responsive */
    height: auto; /* Maintient les proportions de l'image */
    margin-top: -60px;

  }


  /* -- ligne 6 smartphone --*/
  @media screen and (max-width: 800px) {



    .go_trainings_6_container {
        flex-direction: column;
    }


    .go_trainings_6_A{
      display:none;
   }


   .go_trainings_6_B {
    order: 3;
  }



  
    .go_trainings_6_C img {
        margin-top: 0px;
     }

}


.go_training_interval{
  display: block;
  background-color: #000000;
  height: 200px;
  margin-top:-50px;
}

.go_interval_4_5{
  height:250px;
}



/* =============================================== gestion des footers ============*/
/* -footer moyen defaut */
.go_footer{
    background-color: #C3BAB5;
    margin-top:-40px;
  }

/* - footer clair */
body.itemid-125 .go_footer
{
    background-color: #E2DFD8;
    margin-top:-40px;
  }

/* - footer fonce */
body.itemid-124 .go_footer
{
    background-color: #000000;
    margin-top:-40px;
  }


.go_footer_titre{
    font-family: "Mundial";
    color: #97867C;
    letter-spacing:2px ;
    font-size: xxx-large;
    margin: 50px 50px 25px 100px;

}


.go_container_footer {
    display: flex;        /* Active le mode flexbox */
    justify-content: space-between; /* Sépare les deux div avec un espace entre elles */
    align-items: center; /* Aligne verticalement les div si elles ont des hauteurs différentes */
    width: 100%;         /* Prend toute la largeur disponible */
    gap: 20px;           /* Espace entre les deux divs */
}

.go_footer_adresse{

        font-family: "mundialregular";
        color: #FFFFFF;
        letter-spacing:2px ;
        font-size: xx-large;
        margin: 0px 50px 75px 100px;
        width:60%;

}

.go_footer_contact{

    font-family: "mundialregular";
    color: #FFFFFF;
    letter-spacing:2px ;
    font-size: xx-large;
    margin: 0px 50px 75px 100px;
    width:40%;
}

.go_footer_contact a{
    text-decoration: none;
    color: #FFFFFF;
}


/* planning */
    .planning_container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
      gap: 20px;
      padding: 10px;
    }

    .planning_box {
      background-color: lightgray;
      color: white;
      font-weight:bold;
      padding: 20px;
      text-align: center;
      border-radius: 20px;
    }
 
    .planning_box_titre {
      /*background-color: red ;*/
      color: white;
      font-weight:bold;
      padding: 0px;
      text-align: center;
    }


  .jour{
    font-family: "mundialregular"; 
    font-size: 24px; /* Taille de la police */
    background-color: #97867C; /* Couleur de fond (bleu clair) */
    padding: 15px; /* Espacement intérieur autour du texte */
    border-radius: 0px; /* Coins arrondis */
    color: #d3d0d0; /* Couleur du texte */
    text-align: center; /* Alignement du texte */
    margin: -10px 0px 10px 0px ; /* Centre horizontalement */
  }



  .cours{
    font-family: "mundialregular"; 
    font-size: 18px; /* Taille de la police */
    background-color: #C4C4C4; /* Couleur de fond (bleu clair) */
    padding: 15px; /* Espacement intérieur autour du texte */
    border-radius: 0px; /* Coins arrondis */
    color: gray; /* Couleur du texte */
    text-align: center; /* Alignement du texte */
    font-weight: bolder;
    margin: 10px 0px 10px 0px ; /* Centre horizontalement */

  }


  .cours:hover{
    transform: scale(1.05); /* Agrandissement léger */
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2); /* Ombre portée */
    border-radius: 10px;
  }

    /* afficher les image légèrement décalée sur la gauche */
  .cours img{
    margin-top:-22px;
    margin-left:-22px;

  }


  
.com-contact__form{
  margin-bottom: 50px;
}

.container-header .mod-menu>li>a, .container-header .mod-menu>li>span {
    color: #97867C;
    font-weight: bold;
    text-decoration: none;
    position: relative;
}

/* ------------ tarifs anciens ---------------------------*/

.go_container_maitre{
    display:flex;
    justify-content: center;
    margin-bottom: 60px;
}

.postit-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); /* 1 à 3 colonnes adaptatives */
    gap: 20px; /* Espacement entre les post-its */
    width: 100%;
    max-width: 1200px; /* Largeur maximale du conteneur */

  }

  .postit {
    font-family: "mundialregular";
    background-color: #C4C4C4; /* Couleur jaune typique des post-it */
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2); /* Ombre pour un effet réaliste */
    border: 1px solid #97867C; /* Une bordure subtile */
    border-radius: 8px; /* Coins légèrement arrondis */
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 200px;
    width:95%;
    color: gray; /* Couleur du texte */
    z-index:950;

  }

  .postit:hover {
    transform: scale(1.05); /* Légère mise en avant au survol */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
    transform: scale(1.2)  rotate(3deg);
  }

  .postit_logo {
    display: grid;
    place-items: center; /* Centre horizontalement et verticalement */
    justify-content: center;

  }

  .postit_logo:hover{
    transform: scale(1)  rotate(0deg);
  }



  .postit h3 {
    display: block;
    font-family: "mundialregular";
    margin: 0;
    font-size: 24px;
    color: gray;
    margin-bottom:10px;
  }

  .postit p.titre {
    font-size: 24px;
    color: #666;
    margin-bottom: 20px;
  }

  .postit p {
    font-size: 16px;
    color: #666;
    line-height: 0.8; /* Ajuste la hauteur des lignes */
  }


  .postit p.go_abo_prix{
    display: block;
    font-size: 32px;
    color: #666;
    margin-top:15px;
    margin-bottom: 10px;
    text-align: right;
  }




  /* Media Query pour les petits écrans */
  @media (max-width: 600px) {

    .postit-container {
      grid-template-columns: 1fr; /* Une seule colonne sur les écrans étroits */
      gap: 10px;
    }


  }

  @media (max-width: 1000px) {
    .postit_logo{
        display: none;
    }

    .postit:hover {
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.3);
        transform: scale(1.05)  rotate(3deg);
      }

  }

  /* -------------- 2025 page ders nouveaux tarifs --------------- */

  /* couleurs de fond */ 



  .tarif {
    position: relative;
    background-color: #8d7b71; /* marron visuel */
    color: white;
    font-family: "mundialregular";
    padding: 50px 40px;
    box-sizing: border-box;
    font-size: 18px;
  }

  .tarif::before {
    content: "";
    position: absolute;
    top: 25px;
    left: 25px;
    right: 25px;
    bottom: 25px;
    border: 5px solid white;
    pointer-events: none;
  }

  .tarif h1{
    font-size: 48px;
    margin: 0 0 10px 0;
    font-weight: bold;
  }

  .avantage img{
        position: absolute;
        bottom: 45px;   /* colle l'image en bas */
        right: 45px;     /* optionnel : colle aussi à gauche */
        max-height: 120px;
  }

  .section-title {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
    margin-top:20px;
  }

  .small {
    font-size: 14px;
    opacity: 0.8;
  }

  .divider {
    height: 1px;
    background-color: rgba(255,255,255,0.6);
    margin: 20px 0;
  }

  .conditions {
    font-size: 14px;
    line-height: 1.6em;
    font-size: 18px;
  }

  .price {
    margin-top: 50px;
    font-size: 84px;
    font-weight: bold;
    text-align: right;
    color:white;
  }

  .price small {
    font-size: 48px;
    font-weight: normal;
   /* vertical-align: bottom;*/
    margin-right: 5px;
    color:white;
  }


.prix img{
        position: absolute;
        top: 45px;   /* colle l'image en bas */
        right: 45px;     /* optionnel : colle aussi à gauche */
        max-height: 70px;
}

  .avantage{
    background-color: var(--studio-gris-clair);
    color:#86776f;;
  }

.premium{
    background-color: var(--studio-beige-clair );
    color:#9b8a80;
}

  /* Media Query pour les petits écrans */
  @media (max-width: 550px) {

    .prix img{

        display: none;
}
    }

  }


  /*--------------- page de contact ************************* */

  .com-contact__container {
    font-family: "mundialregular";
    color: #444; 
  }

.com-contact h2{
    font-family: "mundialregular";
    color: #444; 
}

  .contact-form {
    font-family: "mundialregular";
    color: #444; 
  }

  .contact-name{
    font-family: "mundialregular";
    color: #444; 
  }

.go_contact_itineraire a{
  text-decoration: none;
  color: #444; 
}

.com-contact__thumbnail{
  margin-bottom: 20px; 

}

.com-contact__container .com-contact__thumbnail {
    text-align: left;

}




  /*--------------info news ************************ */

  .go_info_news h1,h2,h3, h4,h5, h6 {
    font-family: "mundialregular";
    color: #444; 
  }

  .go_info_news{
    font-family: "mundialregular";
    color: #444; 
    background: linear-gradient(to right, #C3BAB5, #E2DFD8);
    padding : 30px; 
    margin-bottom: 45px;
    border: 1px solid #ccc; /* Bordure extérieure légère */
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1); /* Bordure interne simulée */
    padding: 20px; /* Pour éviter que le contenu touche la bordure interne */
  }

