/*
Theme Name: Mon theme Child
Template: theme-perso
Author: LoicMaire
Author URI: https://maloclic.fr
Description: My first responsive HTML5 theme
Version: 1.0.1695383347
Updated: 2023-09-22 13:49:07
*/

/*--------------------CRITERES GENERAUX------------------------------------*/

body {
    margin: 0;
    background-color: white;
    color: #262633;
    line-height: 1.4;
}



/*---------------------------HEADER---------------------------------------*/

.titre-header p {
    font-family: "Dancing Script", sans-serif;
    font-size: 35px;
    color: #FFFFFF;
}

.lien-accueil {
    text-decoration: none;
}

.logos-reseaux img {
    width: 70px;
    height: auto;
}

.by-header {
     font-family: "Dancing Script", sans-serif;
    font-size: 30px;
    color: white;
}

.box-image-header img {
    max-width: 100%;
    max-height: 100%;
}


.navbar {
    background-color: #262633;
}
.navbar-nav .nav-link {
    color: white !important;
}


.container-fluid {
    display: flex;
    flex-flow: row nowrap; 
    justify-content: space-between;
    align-items: center;
}

  .dropdown-submenu {
      position: relative;
    }

    .dropdown-submenu>.dropdown-menu {
      top: 0;
      left: 100%;
      margin-top: -6px;
      margin-left: -1px;
    }

    .dropdown-submenu:hover>.dropdown-menu {
      display: block;
    }
/*----------------------------------FOOTER----------------------------------*/
.footer {
    background-color: #262633;
    color: #FFFFFF;
    padding: 20px 0;
}

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

.contenu-footer {
    text-align: center;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
}

.titre-footer {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
    color: rgba(155, 134, 122, 1);
    text-transform: uppercase;
}

.footer-copyright {
    background-color: #262633;
    color: #FFFFFF;
    text-align: center;
    padding: 0;
}

.footer-separator {
    border: none; /* Supprime la bordure par défaut */
    border-top: 1px solid white; /* Ajoute une ligne blanche en haut */
    margin-top: 5px; /* Espacement autour du séparateur */
}


/*-----------------------------PAGE D'ACCUEIL--------------------------------*/

.container-top {
    position: relative;
}

.text-overlay {
            position: absolute;
            top: 50%;
            left: 10%;
            transform: translateY(-50%);
            z-index: 2;
            font-family: "Oswald", sans-serif;
            text-transform: uppercase;
            color: white;
}

.text-overlay div:last-child {
            color: #262633;
}

.couleur-bis-top {
    color: #262633;
}

.box-image-top {
    width: 100%;
    height:100%;
    max-height: 1280px;
    position: relative;
    overflow: hidden;
}

.box-image-top img {
    width: 100%;
    height: 100%;
    max-height:100%;
    max-width: 100%;
    z-index:1;
    /*opacity: 80%;*/
}

.box-image-accueil-petite {
    width: 100%;
    height:auto;
    max-width: 500px;
    mask-image: radial-gradient(circle, white 90%, transparent 100%);
}

.box-image-accueil-petite img {
    width: 100%;
    height:auto;
    max-width: 100%;
    mask-image: radial-gradient(circle, white 90%, transparent 100%);
}

.box-image-accueil-petite-ronde {
    width: 100%;
    height:auto;
    max-width: 500px;
}

.box-image-accueil-petite-ronde img {
    width: 100%;
    height:auto;
    max-width: 100%;
    border-radius: 40%;
}


.vertical-line {
    width: 1px; /* Width of the line */
    height: 100px; /* Adjust the height of the line */
    background: black; /* Color of the line */
    border-radius: 10px;
    color: #9b867a;
}

.dots span {
    font-size: 2em;
    color: #9b867a;
}


.h3-index {
    font-size: 30px;
    font-family: "Dancing Script", sans-serif;
    text-align: center;
}

.h4-index {
    font-size: 30px;
    font-family: "Dancing Script", sans-serif;
}

.contenu-editorial h3:not(.h3-index) {
    font-size: 23px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px;
    text-decoration: none;
}

.contenu-editorial a {
    color: #4B0082;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
}

.contenu-editorial p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.chapo-index {
    margin-top: 35px;
    color: #262633;
    font-size: 30px;
    font-family: "Dancing Script", sans-serif;
    text-align: center;
}

.h1-index {
    margin-top: 30px;
    color: #262633;
    font-size: 35px;
    font-family: "Dancing Script", sans-serif;
}

.contenu-editorial h4:not(.h4-index){
    font-size: 20px;
    font-family: "Montserrat", sans-serif;
}

.contenu-editorial ul, li {
    color: #262633;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.box-image-index {
    position: relative;
    overflow: hidden;
}

.box-image-index img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.index-separator {
    border: none; /* Supprime la bordure par défaut */
    border-top: 3px solid;
    border-color: #262633;
    margin:50px auto;
    opacity: 0.7;
}

.cartes-accueil img {
    max-width: 50%;
    height:auto;
}  

.image-container-mosaique-accueil {
  position: relative;
  width: 100%;
  height: auto;
}

.image-container-mosaique-accueil img {
  width: 100%;
  height: auto;
  transition: 0.5s ease;
}

.overlay-mosaique-accueil {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: rgba(0, 0, 0, 0.5);
}

.image-container-mosaique-accueil:hover img {
  filter: brightness(50%);
}

.image-container-mosaique-accueil:hover .overlay-mosaique-accueil {
  opacity: 1;
}

.text-mosaique-accueil {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.image-container-scroll-accueil {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Assurez-vous que l'overlay ne déborde pas du conteneur */
}

.img-fluid-scroll-accueil {
    width: 100%;
    height: auto;
    transition: filter 0.5s ease 0.7s;
}

.overlay-scroll-accueil {
    position: absolute;
    top: 0; /* Placez-le en haut du conteneur */
    left: 0;
    width: 100%; /* Assurez-vous que l'overlay couvre toute l'image */
    height: 100%; /* Assurez-vous que l'overlay couvre toute l'image */
    background: rgba(0, 0, 0, 0.5); /* Optionnel : ajouter un fond semi-transparent */
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease 0.7s;
}

.scrolled .img-fluid-scroll-accueil {
    filter: brightness(50%);
}

.scrolled .overlay-scroll-accueil {
    opacity: 1;
}

.image-container-scroll-accueil-bis {
    position: relative;
    display: inline-block;
    overflow: hidden; /* Assurez-vous que l'overlay ne déborde pas du conteneur */
}

.img-fluid-scroll-accueil-bis {
    width: 100%;
    height: auto;
    transition: filter 0.5s ease 0.7s;
}

.overlay-scroll-accueil-bis {
    position: absolute;
    top: 0; /* Placez-le en haut du conteneur */
    left: 0;
    width: 100%; /* Assurez-vous que l'overlay couvre toute l'image */
    height: 100%; /* Assurez-vous que l'overlay couvre toute l'image */
    background: rgba(0, 0, 0, 0.5); /* Optionnel : ajouter un fond semi-transparent */
    opacity: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.5s ease 0.7s;
}

.title-wrapper {
    font-family: 'Playfair Display', serif; 
    letter-spacing: 1px;
    color: #4b3a34;
}

.title-wrapper-black {
    font-family: 'Playfair Display', serif; 
    letter-spacing: 1px;
    color: white;
}



/*-------------------------------AUTRES PAGES---------------------------*/
.contenu-editorial h1 {
    margin-top: 30px;
    color: #262633;
    font-size: 35px;
    font-family: "Dancing Script", sans-serif;
}

.contenu-editorial h2 {
    margin-top: 35px;
    color: #262633;
    font-size: 30px;
    font-family: "Dancing Script", sans-serif;
    text-align: center;
}

.contenu-editorial p {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.image-legend {
      font-family: "Montserrat", sans-serif;
    color: #808080; 
    font-size: 10px;
    margin-top: 2px;
}

.contenu-editorial .image-legend a {
    font-size : 10px;
    font-family: "Montserrat", sans-serif;
    color: #808080; 
    text-decoration: none;
}

.box-image-seule {
    max-width: 1000px;
    position: relative;
    overflow: hidden;
}

.box-image-seule img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.box-image-double {
    max-width: 500px;
    position: relative;
    overflow: hidden;
}


.box-image-double img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.table td {
    text-align: left;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.table thead {
    background-color: #262633;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.table td ul,
.table td li {
    list-style: none;
    color: #262633;
    line-height: 1.4;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
}

.map {
    max-width: 1000px;
    position: relative;
    overflow: hidden;
}

.colonne-gauche-tableau {
    font-weight: bold;
}

.etoiles img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.meteo-table {
    font-weight: bold;
    font-size: 16px;
}

.titre-box {
    font-weight: bold;
    font-size: 30px;
    font-family: "Montserrat", sans-serif;
    color: rgba(155, 134, 122, 1)!important;
}

.btn {
    background-color: #262633!important;
    color: #FFFFFF!important;
    font-size: 16px!important;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-color: white;
}

.box-texte {
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.contenu-media {
    display:none;
}

.image-mobile {
    display:none;
}

.formulaire {
    background-color:#262633;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
}

.lien-formulaire a {
    color: #4B0082; 
    text-decoration: none;
}

.lien-violet a {
    color: #4B0082; 
    text-decoration: none;
}  

.titre-formulaire {
    font-weight: bold;
    font-size: 24px;
    font-family: "Montserrat", sans-serif;
    color: #FFFFFF;
}

.button-formulaire {
    background-color: #262633!important;
    color: #FFFFFF!important;
    font-size: 16px!important;
    font-family: "Montserrat", sans-serif;
    text-align: center;
    border-color: white;
}

.fond-brun {
    background-color: rgba(155, 134, 122, 0.8);
    color: white;
}

.image-formulaire {
    width: 100%;
    height: auto;
}

.case-formulaire {
    font-family: "Montserrat", sans-serif;
    color: white;
}

.texte-fin-newsletter a {
    color: white;
}

.fond-noir {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.fond-noir h3 {
    color:white!important;
} 

/*------------------------------MEDIA QUERRIES -----------------------------*/
@media (max-width:800px) {

/*---------------------------------HEADER------------------------------------*/
.logo-insta {
    text-align: center;
}

.logo-malo {
    width: 80%;
    margin: auto;
}
 
/*--------------------------------INDEX---------------------------------------*/   
.box-image {
        max-width: 100vw;
}
.box-image img {
        width: 100%;
}
    
/*---------------------------------AUTRES PAGES------------------------------*/
.box-image-seule {
    max-width: 100vw;
}

.box-image-seule img {
    max-width: 100%;
}
    
.image-legend {
      font-family: "Montserrat", sans-serif;
    color: #808080; 
    font-size: 6px;
    margin-top: 2px;
}    

.image-legend a {
    font-size : 6px;
    font-family: "Montserrat", sans-serif;
    color: #808080;
}

.table td {
    text-align: left;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
}

.table thead {
    background-color: #262633;
    color: #FFFFFF;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
    text-align: left;
}

.table th {
    font-size: 10px;
}

.table td ul, 
.table td li {
    text-align: left;
    font-size: 10px;
    font-family: "Montserrat", sans-serif;
}

.box-image-header {
    position: relative;
    overflow: hidden;
}

.box-image-header img {
    width: 80%;
    max-width: 80%;
    height: auto;
    display: block;
}

.meteo-table {
    font-weight: bold;
    font-size: 10px;
}

.image-mobile {
    display:block;
}

.image-desktop {
    display:none;
}
.text-mosaique-accueil {
    font-size: 15px;
}


}
/*------------------------------MEDIA QUERRIES -----------------------------*/

@media (max-width:1200px) {
    
/*-------------------------------AUTRES PAGES--------------------------------*/

.box-image-seule {
    position: relative;
    overflow: hidden;
}

.box-image-seule img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}
    
.box-image-double {
    max-width: 100vw;
}

.box-image-double img {
    max-width: 100%;
}
    
.box-image-triple {
    max-width: 100vw;
}

.box-image-triple img {
    max-width: 100%;
}

.box-image-index {
    position: relative;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.box-image-index img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.box-image-double {
    position: relative;
    overflow: hidden;
}

.box-image-double img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
}

.box-texte {
    max-width: 100vw;
}

.contenu-full {
    display:none;
}

.contenu-media {
    display:block;
}

.titre-box {
    font-weight: bold;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: rgba(155, 134, 122, 1)!important;
}


}
