body{
    background-color: #f2f5f8;
}
.logo{
    background-image: url("../images/miniLogo.png");
    height: 50px;
    width: 50px;
}
.menu{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    padding: 5px;
    display: flex;
}
.numberPhone{
    margin: auto;
    margin-right: 2%;
    font-weight: bold;
    font-size: 3.577rem;
    cursor: pointer;
}
.phoneNico p {
    font-size: .35em;
    margin-left: 1rem;
    margin-bottom: 0;
    height: 15px;
}
.glyphicon-home{
    padding-right: 5px;
}
.focus:hover{
    font-size: 16px;
    background-color: #e7e7e7!important;
    border-radius: 5px;
    color:#428bca!important;
}
.focus{
    color:white!important;
}
.navbar-default .navbar-nav>.active>a{
    font-size: 16px;
    color: #428bca!important;
    border-radius: 5px;
}
.navbar{
    margin-bottom: 0;
}
h1{
    display:none;
}
/*section accueil*/
.accueil {
    margin-top: 1rem;
    /* height: auto; */
}
.photoAccueil{
    background-image: url("../images/photopagedaccueil.jpg");
    /* background-repeat: no-repeat; */
    width: 100%;
    height: 827px;
    background-position: top;
}
.miniLogo{
    background-image: url("../images/miniLogo.png");
    width: 50px;
    height: 50px;
}
.fa-praying-hands{
    color: black;
}
.infoAccueil{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    width: 96%;
    padding: 2%;
    margin: 2%;
    border-radius: 5px;
    /* bottom: 1%; */
    font-weight: bold;
    font-size: 2rem;
    bottom: inherit;
    top: 450px;
}
.contactHomeLink{
    font-size: 2rem;
    background-color:#428bca!important;
    color: white;
}
.contactHomeLink:hover{
    font-size: 2rem;
    background-color: #e7e7e7!important;
    border-radius: 5px;
    color:#428bca!important;
}
/*section presentation*/
#presentationPage{
    margin: 30px auto;
    padding-bottom: 30px;
    border-radius: 5px;
    width: 75%;
    background-color: white;
}
.cabinetPresentation{
    width: 75%;
    margin: auto;
}
.margeB{
    margin-bottom: 2%;
    box-shadow: 5px 5px 5px black;
}
.photoCabinet{
    display:block;
	background-size:100% auto;
    background-size: cover;
    position: relative;
    height: 435px;
    width: 100%;
    background-image: url("../images/photoCabinet.jpg");
    border-radius: 5px;
    box-shadow: 5px 5px 5px black;
}
.photoCabinet p{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    color: white;
    bottom: 0;
    font-size: 1.785rem;
    margin: 10px;
}
#hygiene1{
    margin-top: 2%;
    margin-left: 2%;
}
.fa-plus{
    margin-left: 0.5%;
}
#hygiene2{
    margin-left: 2%;
}
#enSavoirPlusPresentation{
    cursor: pointer;
}
.horizontalSeparation{
    position: relative;
    width: 100%;
    height: 4px;
    margin: auto;
    margin-top: 2rem;
    border: 2px solid #428bca;
    border-radius: 50%;
}
.blackCircle{
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.3);
    background-color: black;
    top: 100%;
	left: 50%;
    transform: translate( -50%, -50%);
}
.podologuePresentation{
    display: flex;
    justify-content: center;
}
.verticalSeparation{
    height: auto;
    width: 4px;
    border: 2px solid #428bca;
    border-radius: 50%;
}
.photoNico{
    display: block;
    margin: auto;
    margin-bottom: 2rem;
    height: 200px;
    width: 200px;
    background-color: #428bca;
    border-radius: 50%;
    box-shadow: 5px 5px 5px black;
}
.nico {
    width: 50%;
}
#enSavoirPlusOrthoplastie {
    cursor: pointer;
}
.textInfo {
    padding: 0 2rem;
}
/*section pédicurie*/
#sectionPedicurie{
    margin-top: 30px;
    width: 75%;
    border-radius: 5px;
    background-color: white;
    padding-bottom: 3%;
}
.textPresentationPedicurie{
    width: 90%;
    margin-left: 5%;
}
.textPresentationPedicurieStyle{
    font-weight: bold;
    text-decoration: underline;
    margin-bottom: 2rem;
}
.bold{
    font-weight: bold;
}
.smallText{
    font-size: 1.3rem;
}
.titre2Pedicurie{
    margin-bottom: 2%;
    margin-left: 4%;
}
.textEtPhotoPedicurie{
    width: 80%;
}
.photoPedicurie{
    float: right;
    height: 250px;
    width: 500px;
}
.textPedicurie{
    margin-left: 5%;
}
img{
    margin: 2%;
}
/*section podologie et posturologie*/
#podologiePosturologiePage{
    margin-top: 30px;
    width: 75%;
    border-radius: 5px;
    background-color: white;
    padding-bottom: 3%;
    height: 100%;
}
.podologie{
    margin-bottom: 10rem;
}
.podologie, .posturologie, .ortho{
    width: 80%;
    margin-left: 10%;
    z-index: 1;
}
.photoOrthese{
    float: right;
}
.textPhotoOrthese{
    margin-bottom: 8%;
}
.ulMarge{
    margin-top: 5%;
}
.photoControle{
    float: left;
    margin-right: 5%;
}
.marge2{
    margin-top: 15%;
}
.textCitation{
    font-style: italic;
}
.photoPosturologie{
    float: right;
}
.posturologie{
    margin-bottom: 3%;
}
table{
    margin-top: 3%;
}
table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
    text-align: center;
}
th {
    padding: 5px;
}
.hover:hover{
    background-color: rgba(0, 0, 0, 0.1);
}
/*section contact*/
.textContact{
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    margin-top: 10rem;
    padding: 2rem;
    border-radius: 5px;
    display: flex;
    flex-direction: inherit;
}
#map{
    width: 50%;
    height: 30rem;
    margin-left: 25%;
}

/*média-queries*/
/****************version ipad pro******************/
@media all and (min-width: 1024px) and (max-width: 1366px){
    .photoAccueil{
        background-repeat: no-repeat;
    }
    .textEtPhotoPedicurie{
        width: 100%;
    }
    .titre2Pedicurie{
        text-align: center;
        margin-left: 0;
    }
    .photoPedicurie{
        float: none;
        margin-left: 15%;
    }
    .textPedicurie{
        width: 100%;
        margin: auto;
    }
    /*section contact*/
    #map{
        margin-left: 0;
    }
} 

/***********version ipad******************/
@media all and (min-width: 768px) and (max-width: 1023px){
    .numberPhone {
        height: 50px;;
    }
    .fa-phone {
        font-size: 0.8em;
    }
    .navbar-nav {
        margin-top: .3rem;
    }
    .nav>li>a {
        padding: 10px 10px;
    }
    .photoPedicurie{
        float: none;
        margin-left: 5%;
    }
    .textEtPhotoPedicurie{
        width: 100%;
    }
    /*section contact*/
    #map{
        margin-left: 0;
    }
}
/***********version smartphone**************/
@media all and (max-width: 767px){
    .menuBis{
        background-color: #428bca!important;
    }
    .navbar-toggle {
        margin-left: -1.5rem;
    }
    .fa-phone {
        font-size: .8em;
    }
    .phoneNico p {
        font-size: 0.3em;
        margin-bottom: 1.4rem;
    }
    .container-fluid>.navbar-header{
        margin-left: 5%;
        margin-right: 0;
    }
    /*section présentation*/
    #presentationPage{
        width: 100%;
    }
    .cabinetPresentation{
        width: 98%;
    }
    .photoCabinet p{
        font-size: 1.6rem;
    }
    .podologuePresentation{
        flex-direction: column;
    }
    .nico{
        width: 100%;
    }
    .verticalSeparation{
        width: 98%;
        height: 4px;
        margin-bottom: 5%;
    }
    .textInfo {
        width: 100%;
    }
    /*section pédicurie*/
    #sectionPedicurie{
        margin-top: 300px;
        width: 98%;
        border-radius: 5px;
        background-color: white;
        padding-bottom: 3%;
    }
    .photoPedicurie{
        width: 100%;
        margin: auto;
    }
    .textEtPhotoPedicurie{
        width: 100%;
    }
    /*section podologie et posturologie*/
    #podologiePosturologiePage{
        width: 100%;
        margin: auto;
    }
    .podologie, .posturologie, .ortho{
        width: 100%;
        margin-left: 0;
    }
    table{
        position: absolute;
        left: 0;
    }
    /*section contact*/
    .textContact{
        display: inherit;
        margin-top: 0;
    }
    #map{
        width: 100%;
        margin-left: 0;
    }
}