/* ------------------------------------------------------------------------General-------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------General-------------------------------------------------------------------------------- */
/* ------------------------------------------------------------------------General-------------------------------------------------------------------------------- */
*
{
    
    margin: 0;
    padding: 0;
}
body
{

    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
h1
{
    color: #444;
}
h2
{
    font-size: 35px;
    color: #444;
}
h3
{
   
    font-size: 20px;
    color: #444;
}
h4
{
    font-weight: bold;
    font-size: 18px;
    color: #777;
    margin-bottom: 5px;
}

p
{
    line-height: 20px;
    font-size: 15px;
    color: #777;
}
ul
{
    list-style: none;
}
a
{
    text-decoration: none;
    color: #444;
}
.content{
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* ------------------------------------------------------------------------Header---------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Header---------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Header---------------------------------------------------------------------------------*/
.navbar {
    overflow: hidden;
    background-color: RGB(247, 230, 230, 0.9);
    padding: 50px 0px;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contentNav{
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.navbar a {
  float: left;
  color: black;
  text-align: center;
  padding: 12px;
  text-decoration: none;
  font-size: 18px; 
}

.navbar #logo {
  font-size: 28px;
  transition: 0.5s;
}

.icon {
  display: none;
}
/*-------------------------alert box----------------------------------*/
/*-------------------------alert box----------------------------------*/
/*-------------------------alert box----------------------------------*/

.alert {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 20px;
    background-color: #f44336;
    opacity: 1;
    transition: opacity 0.5s;
}
.alert p{
    color: white;
    flex: 1;
    
}
.closebtn {
    margin-right: 5%;
    margin-left: 20px;
    color: white;
    font-weight: bold;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.closebtn:hover {
    color: black;
}

/* ------------------------------------------------------------------------Parralax1-------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Parralax1-------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Parralax1-------------------------------------------------------------------------------*/
#parallax1
{ 
    height: 800px;
    width: 100%;
    background: url(../images/massage-2717431.jpg)no-repeat;
    background-size: cover; 
    background-attachment: fixed;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#parallax1 p
{
    color: aliceblue;
    font-size: 80px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Poiret One', Arial, sans-serif;
    
}

/* ------------------------------------------------------------------------Présentation----------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Présentation----------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Présentation----------------------------------------------------------------------------*/
#presentation
{
    height: 700px;
    width: 100%;
    background-color: RGB(247, 230, 230, 0.8);
    display: flex;
    justify-content: space-around;
    align-items: center;
}
#presentation h2
{
    text-align: center;
    font-family: 'Overpass', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 40px;
    color: #444;
}
#surligner 
{
    text-decoration: underline;
}
#presentation h1
{
    text-align: center;
    font-family: 'Overpass', Arial, sans-serif;
    font-size: 20px;
    color: #444;
}

#presentation img
{
    margin-top: 5%;
    margin-left: 8%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 180px;
    height: 350px;

}
#presentation article:nth-child(2)
{
    font-family: 'Overpass', Arial, sans-serif;
       
}
#presentation article:nth-child(2) p
{
    text-align: center;
    font-size: 20px;
    color: #444;
}
#presentation li
{
    text-align: center;
    font-size: 19px;
    list-style: none;
    color: #777; 
}
/* ------------------------------------------------------------------------Parralax2------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Parralax2------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Parralax2------------------------------------------------------------------------------*/
#parallax2
{
    height: 600px;
    width: 100%;
    background: url(../images/wellness-589774.jpg)no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/* ------------------------------------------------------------------------Services-------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Services-------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Services-------------------------------------------------------------------------------*/
#services
{
    height: 650px;
    width: 100%;
    background-color: RGB(247, 230, 230, 0.8);
    display: flex;
    justify-content: center;
    align-items:center;
}
#acu
{
    background: url(../images/acupuncture3.jpg) no-repeat;
    background-size: cover;
}

/*#qigong
{
    background: url(../images/Qi-Gong.jpg)no-repeat;
    background-size: cover;
}*/
#services article
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    /*width: 650px;*/
    width: 60%;
    height: 500px;
    display: flex;
}
/*#services article:nth-child(2)
{
    margin-left: 100px;
    justify-content: flex-end;
}*/
#overlay1
{
    background: rgba(255,255,255, 0.9);
    height: 100%;
    width: 330px;
    padding: 40px 20px;
    border-radius: 10px 0 0 10px;
    text-align: center;
    box-sizing: border-box;
}
/*#overlay2
{
    background: rgba(255,255,255, 0.9);
    height: 100%;
    width: 250px;
    padding: 40px 20px;
    border-radius: 0 10px 10px 0;
    text-align: center;
    box-sizing: border-box;
}*/
.barre
{
    margin: 8px 0 30px 30px;
    border-top: 1px solid #02b8dd;
    height: 1px;
    width: 230px;
}
.consultation
{
    text-align: center;
    font-size: 16px;
    font-style: italic;
}
/*#services article:nth-child(2) a
{
    color: #777;
}
#services article:nth-child(2) a:hover
{
    font-style: italic;
}*/
/* ------------------------------------------------------------------------Contact--------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Contact--------------------------------------------------------------------------------*/
/* ------------------------------------------------------------------------Contact--------------------------------------------------------------------------------*/
#contact
{
    height: 450px;
    width: 100%;
    background-color: RGB(178, 218, 216);
    display: flex;
    justify-content: center;
    align-items: center;
}
#content2{
    width: 80%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* --------------------------- Article 1 ------------------------- */
#cabinet{
    width: 45%;
}
/*titre*/
#contact h2
{
    text-transform: uppercase;
    text-align: center;
}

#contact h3
{
    text-align: center;
    margin-bottom: 40px;
}

#barreLitle{
    width: 40%;
    height: 2px;
    background-color: #02b8dd;
    margin: auto;
}
/*adresse & mail*/
#adresse
{
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    
}

#adresse i {
    margin-bottom: 10px;
}

#transport p:hover
{
    cursor: pointer;
    color: #fff;
}

#transport{
    text-align: center;
    display: flex;
    justify-content: center;
}

#transport i{
    margin-bottom: 10px;
}

.gras{
    font-weight: bold;
}

/* --------------------------- Article 2 ------------------------- */
#articleForm{
    margin-top: 20px; 
    width: 35%;
}
#name{
    width: 38%;
}
#email{
    width: 38%;
}
#objet {
    width: 90%;
    
}
#champ{
    width: 90%;
    
}
input{
    font-size: 17px;
    background-color: RGB(255, 255, 255, 0);
    border-style: none;
    border-bottom: 2px solid #02b8dd;
    padding: 2%;
}
input[type="text"]
{
    margin-bottom: 10px;
}

input[type="email"]
{
    margin-left: 9%;
}

textarea
{
    margin-bottom: 10px;
    font-family: Arial, sans-serif;
    font-size: 17px;
    height: 130px;
    background-color: RGB(255, 255, 255, 0);
    border-style: none;
    border-bottom: 2px solid #02b8dd;
    padding: 2%;
    resize: none;
}
#send
{
    margin-left: 38%;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    background-color: #02b8dd;
    border-style: none;
    border-radius: 3px;
}
#send:hover
{
    cursor: pointer;
    color: #fff;
    background-color: #368CD9;
}
/* ---------------------------Google map------------------------- */
#map
{
    height: 600px;
    width: 100%;
    border-style: solid;
    border-color: RGB(247, 230, 230, 0.8);
    border-width: 1px 0px 1px 0;
    display: flex; 
    justify-content: center;
    align-items: center;
}
#map iframe
{
    box-shadow: 0px 4px 8px 0 rgba(241, 241, 241, 0.8), 0px 3px 10px 0px;
}

/* ----------------------------------------------------------------------------footer----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------footer----------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------footer----------------------------------------------------------------------------- */
#back
{
    text-align: center;
    height: 80px;
    width: 100%;
    background-color: #fff;
}
#back i
{
    padding: 10px 10px 0 0;
}
#back p
{
    font-size: 25px;
}
#copyright
{
    height: 80px;
    width: 100%;
    background-color: #C5C7C7;
}

#copyright p
{
    text-align: center;
    font-weight: bold;
    color: #777;
    padding: 30px 0 0 0;
}