
@font-face {
    font-family: 'gotham_light';
    src: url(../'fonts/GothamLight.eot');
    src: url('../fonts/GothamLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GothamLight.woff') format('woff'),
        url('../fonts/GothamLight.ttf') format('truetype');
}

body{
    font-family: 'gotham_light', serif;
    color: #324856;
    line-height: 150%;
}

body a{
    color: #324856;
}

body a:hover{
    color: #e7bb36;
    text-decoration: none;
}

*, *:before, *:after {
  box-sizing: inherit;
}

p{
    font-size: 1em;
}

a{
    text-decoration: none;
}

h1{
    text-transform: uppercase;
    font-weight: normal;
}

h2{
    font-weight: normal;
}

h3{
    font-weight: normal;
}

.button a{
    background-color: #324856;
    color: white;
    text-decoration: none;
    padding: 15px 20px 15px 20px;
    border-radius: 50px;
    font-size: 1em;
}

.button a:hover{
    background-color: #e7bb36;
    color: white;
    -webkit-transition: background-color 500ms linear;
    -ms-transition: background-color 500ms linear;
    transition: background-color 500ms linear;
}

html{
	height: 100%;
    box-sizing: border-box;
}

body {
	position: relative;
	min-height: 100%;
	margin: 0;
	padding-bottom: 256px;
}

header{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#header_title{
    width: 900px;
    max-width: 90%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0 30px 0;
}

#header_title *{
    font-weight: normal;
    margin: 0;
}

#header_title img{
    height: 70px;
    margin-right: 20px;
}

#header_title h1{
    font-size: 1.3em;
    margin-bottom: 5px;
    padding-top: 7px;
}

#header_title h2{
    font-size: 1.2em;
}

#header_title .button{
    padding-bottom: 15px;
}

#header_details{
    display: flex;
    justify-content: center;
}

nav{
    width: 100%;
    display: flex;
    justify-content: center;
    background-color: #324856;
    color: white;
}

nav a{
    color: white;
    text-decoration: none;
    font-size: 1em;
}

#nav_bloc{
    width: 900px;
    max-width: 90%;
    padding-top: 15px;
    padding-bottom: 8px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#nav_bloc ul{
	display: flex;
	align-items: center;
	list-style-type: none;
    padding-left: 0;
}

#nav_bloc li{
    margin-right: 20px;
}

#nav_contacts{
    display: flex;
    align-items: center;
}

#nav_contacts p{
    margin-left: 20px;
}
#nav_bars{
    display: none;
}

footer{
    position: absolute;
	bottom: 0;
}

footer, #bloc_footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#bloc_footer h1{
    font-weight: normal;
    font-size: 1.3em;
}

#bloc_footer p{
    margin-top: 10px;
    text-align: center;
}

#bloc_footer a{
    text-decoration: none;
}

#copyright{
    width: 100%;
    background-color: #324856;
    color: white;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 0 12px 0;
    margin-top: 25px;
    font-size: 0.8em;
}











#bloc_page{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content{
    width: 100%;
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content h1{
    font-size: 1.8em;
}

.content_bloc{
    width: 900px;
    max-width: 90%;
}

#home{
    background-color: #F6F6F6;
}

#home_bloc{
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#home_bloc img{
    width: 110%;
}

#home_bloc article{
    position: relative;
    top: -75px;
    width: 90%;
    background-color: white;
    padding: 20px 0 50px 0;
    border: 1px solid #E1E1E1;
}

#home_bloc article h1{
    font-size: 2.5em;
    margin-bottom: 0;
}

#home_bloc article h2{
    font-size: 1.5em;
}

#home_bloc article .button{
    margin-top: 50px;
}





#about aside{
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

#morgane_img{
    margin-right: 50px;
    border-radius: 90%;
    height: 275px;
    text-align: center;
}

#about a{
    display: flex;
    align-content: center;
}

.fa-linkedin{
    margin-right: 7px;
}

#about a:hover{
    color: #e7bb36;
}

#about a:hover .fa-linkedin{
    color: #e7bb36;
}

#about h3{
    margin-bottom: 20px;
}


#osteo{
    background-color: #F6F6F6;
}

#osteo_bloc{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}

#osteo_bloc h1{
    margin-bottom: 50px;
}

#osteo_bloc p{
    width: 100%;
    font-size: 1.15em;
}

#osteo .button{
    display: none;
}


#categories{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}

.categorie{
    width: 32%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-position: center;
    margin-bottom: 50px;
    border: 1px solid #EAEAEA;
}

.categorie_img{
    width: 100%;
    height: 300px;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.categorie_img p{
    height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: white;
    background-color: rgba(0,0,0,0.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

.categorie:hover p{
    background-color: rgba(0,0,0,0.5);
}

.categorie_desc{
    height: 100%;
    width: 100%;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 10px;
}

.categorie_desc ul{
    list-style-type: none;
    padding-left: 25px;
}

#sportif{
    background-image: url('../img/sportif.jpg');
    background-position: center;
    font-size: 1.7em;
}
#adulte{
    background-image: url('../img/adulte.jpg');
    background-position: center;
    font-size: 1.7em;
}
#femme_enceinte{
    background-image: url('../img/femme_enceinte.jpg');
    background-position: center;
    font-size: 1.7em;
}
#bebe{
    background-image: url('../img/bebe.jpg');
    background-position: center;
    font-size: 1.7em;
}
#handicap{
    background-image: url('../img/handicap.jpg');
    background-position: center;
    font-size: 1.7em;
}
#senior{
    background-image: url('../img/senior.jpg');
    background-position: center;
    font-size: 1.7em;
}

#cabinet{
    width: 100%;
}

#cabinet_bloc{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 100px;
}

#cabinet_bloc h1{
    margin-bottom: 70px;
}

#carousel_cabinet{
    width: 100%;
}

#carousel_cabinet img{
    width: 100%;
}




#contact{
    background-color: #E5F0F1;
    padding-bottom: 100px;
}

#contact_bloc{
    display: flex;
}

#contact aside{
    width: 70%;
}

#contact iframe{
    height: 105%;
    min-height: 320px;
    width: 100%;
}

#contact_bloc article{
    margin-left: 20px;
}

#contact_bloc h1{
    margin-top: 0;
}

#contact_bloc .button{
    margin-top: 40px;
}

#acces{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#acces span{
    display: flex;
    align-content: center;
    margin-bottom: 3px;
}

#acces img{
    height: 20px;
}

.acces_img{
    margin-right: 7px;
}