@font-face {
  font-family: 'Ballare';
  src: url('../ballare.tff') format('tff'),
       url('../ballare.woff') format('woff');
}
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

*{
    margin:0;
    padding: 0;
}

html{
    font-size: 62.5%;
}

body{
    background-color: #ffffff;
    color:rgb(49,44,81);
    font-family: 'Lato',sans-serif;
}

h2{
    font-family: 'ballare',sans-serif;
    font-size: 4.8rem;
    color: white;
}

.reservation{  /******  BUTTON   ********/
    background-color:#CD8A5E ;
    border: none;
    border-radius: 30px;
    font-size: 1.6rem;
    padding:1em;
    width: 50%;
    margin:auto auto 3em auto;

}
.reservation a{
    color:white;
    text-decoration: none;
}
/***** HEADER ******/

header{
    background-color: rgb(49,44,81);
    padding:3em;
    
}

/*.navbar{
    position: fixed;
}*/

header img{
    max-height: 84px;
}

.icone{display:none;}

.navbar-toggler-icon{
    font-size:3.2rem;
    
}

.navbar-toggler-icon,
.navbar-toggler{
    border:none;
    text-transform: none;
}

#page{
    padding:4em 0 4em 0;
}

.nav-item{
    margin:auto;
    text-align: center;
}

.nav-link {
    font-size:3.6rem ;
    color:white;
    margin-bottom: 0.5em;
}

#acc{
    border-bottom: 1px solid white;
    margin: auto auto 0.5em auto;
    padding:0;
}

@media screen and (min-width:990px) {
    .nav-link{
        font-size: 18px;
    }
    #acc,
    .nav-item{
        width: auto;
    }
    .nav-item{
        margin-left: 1em;
        margin-right: 1em;
    }
    .nav-item:first-child{
        margin-left: 5em;
    }
    
    
}

@media screen and (min-width:1100px) {
    .icone{
        display: flex;
        font-size: 16px;
    }
    .icone div{
        margin:auto 0.5em 0.5em 0.5em;
    }
    i{
        color:white;
    }
    header{
        padding: 1em;
    }
}

@media screen and (min-width:1250px) {
  .nav-link{
      font-size: 24px;
  }    
  
}


/***** FIN HEADER ****/


/****** MAIN ******/


/****** SECTION INFO ******/


.nom h2{
    font-family: 'ballare',sans-serif;
    font-size: 4.8rem;
    color: white;
}

.nom h1{
    font-size: 2.4rem;
    color:white;
    margin-top: 0.5em;
    margin-bottom: 2em;
}
.profile{
    width: 400px;
    height: auto;
    margin-bottom: 4em;
}

.info{
    background-color: rgb(49,44,81);
    padding-top: 4em;
}

.presentation{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.nom div{
    display: flex;
    flex-direction: column-reverse;}

#textePresentation{
    font-size: 1.8rem;
  color: white;
  width: 90%;
  margin: auto;
  padding: 1em;
  padding-bottom: 3em;
}
#textePresentation h3{
    font-family: 'ballare',sans-serif;
    font-size: 2.4rem;
    margin-bottom:1em;
    color:#CD8A5E
}

@media screen and (min-width:780px) {
    .presentation{
        display:flex;
        flex-direction: row;
        justify-content: center;
        margin-bottom: 5em;
        margin-top:3em;
    }

    .nom{
        margin-left: 3em;
    }   
}

@media screen and (min-width:1100px) {
    .nom h1{
        font-size:4rem;
    }
    .nom h2{
        font-size:6.4rem;
    }

    .nom{
        margin-left: 5em;
    }   
    .presentation{
        margin-bottom: 4em;
    }
    .profile{
        width: 650px;
        height: auto;
    }
    .info{
        padding: 2.5em;
    }
    #textePresentation{
        font-size: 3.2rem;
    }
    #textePresentation h3{
        font-size: 4rem;
    }
}
/**** FIN SECTION INFO ****/

/**** SECTION OUTILS****/

#outils {
    text-align: center;
}

.titre{
    color:rgb(49,44,81);
    margin-top: 1em;
}

.logoOutils{
    width: 200px;
    height: auto;
    margin-top: 5em;
    padding:0;
    background-image: url("../images/Spirale.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 150px;
}

.titreOutils{
    font-size: 4.2rem;
    color:rgb(49,44,81);
    margin-top: 1em;
}

.textOutils{
    font-size: 1.8rem;
    width: 90%;
    margin: 2em auto;
    text-align: left;
}

#outils button{
    color:white;
    width: 70%;
    font-size: 1.8rem;
}

#outils .listeBienfait{
    margin:7em auto;
    list-style-type: none;
}

#outils .listeBienfait li i{
    margin-right: 1em;
}

#outils #art li,
#outils #art h3{
    margin:0em auto
}
#outils #art h3{
    font-size: 3.6rem;
}

#outils #art ul{
    margin:5em auto 8em auto;
    list-style-type: none;
}

#outils ul li {
    display: flex;
    align-items: center;
}

#outils ul li img{
    margin-right:1em
}


@media screen and (min-width:1100px) {
    .outilsArt{
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
   #art{
    width: 70%;
    text-align: left;
   }
   #Rei{
    width: 70%;
    text-align: left;
   }
   
   .logoOutils{
    width: 200px;
    height: 200px;
   }

   .titre{
    font-size: 6.4rem;
    margin-top: 2em;
   }

   .titreOutils{
    font-size: 5.6rem;
    width: 90%;
    margin: 2em auto 0 auto;
    
   }

   .textOutils{
    font-size: 3.2rem;
   }
   #outils button{
    width: 50%;
    margin-left:3em;
}

#outils ul{
    margin:15em auto 5em auto;
}

}

/******* FIN SECTION OUTILS *******/

/******* DEBUT SECTION SERVICES *******/

#service{
    background-color: #fcede6;
    text-align: center;
    padding-bottom: 2em;
}

#service h2{
    font-size: 4.2rem;
    color:rgb(49,44,81);
    padding-top: 1em;
    margin-bottom: 2em;
}

.services{
    width:150px;
}

#seance p{
    font-size: 3.2rem;
    margin-top: 0.5em;
    font-family: 'Ballare',sans-serif;
}

#seance div{
    margin-bottom: 7em;
}

#seance div img{
    background-image: url("../images/Spirale.png");
    background-repeat: no-repeat;
    background-size: 110px;
    background-position: center;
}

@media screen and (min-width:780px) {
    #seance{
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
    }

    #seance div{
        width: 50%;
        margin: 5em auto;
    }
}

@media screen and (min-width:1100px){
    #seance{
        flex-wrap: nowrap;
    }

    #service h2{
        font-size: 6.4rem;
        padding-top:2em;
        padding-bottom:0.5em ;
        margin-top:2em;
    }

    #service p{
        font-size: 3.2rem;
        margin-top:1em;
    }
    #service{
        padding-bottom: 5em;
    }
}

/****** FIN SECTION SERVICES********/

/******DEBUT SECTION CARTE ***********/

#lieu {
    margin-bottom: 5em;
    padding-top: 5em;
}

#lieu h2{
    font-size: 4.2rem;
    color:rgb(49,44,81);
    padding-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}

#adresse{
    width: 90%;
    margin: auto;
    line-height: 1;
}

#adresse p{
    font-size: 2.4rem;
}

#adresse p:nth-child(4){
    margin-top: 1.5em;
}

#adresse p:last-child{
    margin-bottom: 1.5em;
}

iframe{
    width: 100%;
    height: 300px;
}

@media screen and (min-width:990px){
    #adresse{
        display: flex;
        flex-direction:row;
    }
    #carte{
        width: 60%;
    }
    iframe{
    width: 100%;
    height: 500px;
    margin-top: 5em;
    }

    #adresse h2{
        font-size: 6.4rem;
        width: 70%;
        text-align: left;
    }

    #adresse p{
        font-size: 3.2rem;
    }
    #lieu{
        padding:4em;
    }
}

/******** FIN SECTION CARTE ********/

/*******DEBUT SECTION  INSTA *********/


#instagram{
    padding-top: 5em;
    margin-bottom: 5em;
}

#insta h2{
    font-size: 4.2rem;
    color:rgb(49,44,81);
    padding-top: 1em;
    margin-bottom: 1em;
    text-align: center;
}
.board {
    display: grid;
    grid-template-columns: repeat(2, 0.5fr);
    grid-gap: 10px;
    border-color: white;
    margin: auto;
    width: 70%;
  }
  
  .cell {
    width: 150px;
    height: 150px;
    border: 1px solid white;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-color: white;
  }

 

  .cell img{
   width: 100%;
   height: 100%;
border : 1px solid black
  }
  
  .cell #image_cell6,
  .cell #image_cell7{
    opacity: 0;
  }

  .cell6 {
    background-image: url("https://images.squarespace-cdn.com/content/v1/63efc7a364d43e13e9259e6a/1680862788152-RXTM030KLIM3PTLTJVAB/image-asset.jpeg?format=300w");
    background-size: cover;
    background-position: center;
    border : 1px solid black
  }

  .cell7{
    background-image: url("https://images.squarespace-cdn.com/content/v1/63efc7a364d43e13e9259e6a/1679912514893-6U917KLA74OZYQZAE3OH/image-asset.jpeg");
    background-size: cover;
    background-position: center;
    border : 1px solid black
  }

   @media screen and (min-width:780px) {
    .board {
        display: grid;
    grid-template-columns: repeat(3, 0.5fr);
    grid-gap: 10px 80px;
    width: 80%;
    margin: auto;
   }
   .cell {
    width: 200px;
    height: 200px;
  }
   }

   @media screen and (min-width:1200px){

    .board{
        display: grid;
        grid-template-columns: repeat(3, 0.5fr);
        grid-gap: 10px 20px;
        width: 70%;
        margin: auto 10em;
    
    }

    #instagram{
        padding-top: 10em;
    }

    #insta{
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-around;
        align-items: center;
    }

    #insta h2{
        font-size: 6.4rem;
    }
    
}

/******* FIN SECTION INSTAGRAM ********/


/*******FIN MAIN*******/

/*******DEBUT FOOTER*******/

footer{
    background-color: rgb(49,44,81);
    padding-top: 5em;
    padding-bottom: 5em;
}

#foot{
    width: 90%;
    margin: auto;
}

#reserve_foot{
     display: flex;
     flex-direction: column;
}

footer a {
    font-size: 2.4rem;
    color:#CD8A5E;
    text-decoration: underline;
    margin-top: 0.5em;
}

footer address{
    font-size: 1.8rem;
    margin-top: 2em;
    color: white;
}

footer address p:first-child{
    font-weight: 600;
}

footer address p:first-child,
footer address p:nth-child(3),
footer address p:last-child{
    margin-bottom: 1.5em;
}

footer #ico{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 40%;
}
#ico i{
    color:white;
}
#logo_foot{
    display: none;
}

@media screen and (min-width:780px) {
    #foot{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        padding-bottom: 1em;
    }
    footer address{
        margin-top: 1em;
    }

    footer #ico{
        width:100%
    }
}

@media screen and (min-width:1100px) {
    #logo_foot{
        display: block;
    }

    #logo_foot img{
        max-height: 120px;
        margin-top: 2em;
    }
}

/******* FIN FOOTER ********/