body {
    font-size: 16px;
    background-image: url("coiffure/img/bg1.png");
	background-repeat : repeat;
    margin-top: 0;
    color: white;
    font-family: Helvetica, Arial, serif;
    font-style:italic; 
    font-weight: bold;
}
a{
    color: #FFFF00;
}
img {
    max-width: 100%;
   }

.container{
    display: flex;
    justify-content: center;
    max-width: 960px;
    margin: 0 auto;
}


/* ---- header ------*/

header{
    display: flex;
    flex-direction: row;
    padding: 16px;
    justify-content: center;
}

.phone{
    display: flex;
    align-items: center;
}
.number{
    margin-left: 16px;
    width: 100%;
    max-width: 200px;
}
header div:nth-child(2){
    padding: 16px;
}

/* ---- fin header ------*/



/* ---- Barre de droite ------*/

.leftbar{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px;
    width: 280px!important;
    box-sizing: border-box;
}



.rdv{
    display: flex;
    flex-direction: column;
}

.rdv img{
    margin: 0 auto 16px auto;
}

.social{
    display: flex;
    flex-direction: column;
    margin-top: 48px;
	}

.social img{
    margin-bottom: 16px;
}

/* ---- Fin barre de droite ------*/





/* ---- Contenu ------*/

.content{
    width: auto;
    max-width: 600px;
}
.content img{
    border: 1 solid #999999;
}
.block{
    margin-bottom: 32px;
    padding: 1px;
	}
.boite { 
  border: 1px solid #999999; 
  padding:1px;
}
iframe{
    height: 250px;
    width: 100%;
}
.slideshow{
    width: 100%;
}
.slideshow img{
    display: inline;
}
.flex{
    display: flex;
    flex-direction: row;
}
.flex a{
    display: block;
    margin-right: 16px;
}

/* ---- Fin Contenu ------*/




/* ---- Mobile ------*/

@media (max-width: 599px) {
    header{
        flex-direction: column-reverse;
        align-items: center;
    }

    header div:nth-child(1){
        margin-top: 16px;
    }
    header div:nth-child(2){
        padding: 0;
    }
    .phone{
        justify-content: center;
    }
    .leftbar{
        width: 100%;
    }
    .container{
        flex-direction: column;
        align-items: center;
    }
    .social{
        flex-direction: row;
        margin-top: 0;
	}
    .social img{
        margin-left: 16px;
    }
    .flex{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .flex a{
        margin-right: 0;
        margin-bottom: 16px;
    }
}