/*

Theme Name:   Twenty Sixteen Child

Theme URI:    

Description:  Twenty Sixteen Child Theme

Author:       Frédéric Beaulieu Escape Communication

Template:     twentysixteen

Version:      1.0.0

Text Domain:  twenty-siixteen-child

*/

/*2017: new styles for attention keeping*/
}

.fbox{
    display: flex;
    flex-wrap: wrap;
}
.fitem{
    flex-basis: 48%;
    margin-right: 2%;
    padding-left: 96px;
    padding-right: 20px;
    position: relative;
    -moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.15);
    -webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.15);
    box-shadow:         inset 0 0 10px rgba(0,0,0,0.15);
    margin-bottom: 20px;
    background-color: rgba(255,255,255,0.15);
    transition: all .33s ease;
}
.fitem:hover{
    background-color: rgba(0,0,0,0.15);
}
.fitem span.stepnumber{
    width: 96px;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
    font-size: 100px;
    color: rebeccapurple;
    font-weight: 900;
}
@media all and (max-width : 840px){
    .fbox{
        flex-direction: column;
    }
    .fitem{
        flex-basis: 96%;
        margin-left: 2%;
        margin-right: 2%;
    }

}
@media only screen and (max-width : 650px){
    .fitem{
        padding-left: 20px;
        flex-basis: 100%;
        margin-left: 0;
        margin-right: 0;        
    }
    .fitem span.stepnumber{
        width: 100%;
        position: relative;
    }
    .fitem h4{
        margin-top: 0px;
    }
}


h2.badge{
    text-transform: uppercase;
    font-size: 46px;
    line-height: 46px;
    width: 268px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
h2.badge span{
    display: block;
}
h2.badge span.second{
    color:rgb(160,7,71);
    font-size: 102px;
    line-height: 80px;
    font-weight: 900;
}
h2.badge span.third{
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 6px;
    padding-left: 12px;
}


.tapisserie h2.badge{
    text-transform: uppercase;
    font-size: 46px;
    line-height: 46px;
    width: 268px;
    margin-left: 0px;
    text-align: center;
}
.tapisserie h2.badge span{
    display: block;
}
.tapisserie h2.badge span.second{
    color:#FFF;
    font-size: 102px;
    line-height: 80px;
    font-weight: 900;
}
.tapisserie h2.badge span.third{
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 6px;
    padding-left: 12px;
}

/*2017: added main blog page with categories listed as banners*/
body.archive .tags-links{
    display: none;
}
div.search-box{
    padding: 12px;
    margin-left: 16px;
    margin-right: 16px;
    background:#fff;
    border: 1px solid #208276;
    border-radius: 9px;
}
div.search-txt,
div.search-frm{
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
}
div.search-txt p{
    margin: 8px;
    color: #208276;
}
div.search-frm form{
    margin-bottom: 0px;
}
.search-submit{
    border-top-right-radius: 9px;
    border-bottom-right-radius: 9px;
}
div.blog-category{
    width: 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 36px;
}
div.blog-category div.blog-category-banner{
    height: 300px; 
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    transition: all .33s ease;
    background-position: center;
}
div.blog-category:nth-of-type(odd) div.blog-category-banner{
    margin-right: 18px;
}
div.blog-category:nth-of-type(even) div.blog-category-banner{
    margin-left: 18px;
}
body.page div.blog-category h2{
    text-align: left;
    text-transform: capitalize;
    padding-top: 8px;
    transition: all .33s ease;
    position:absolute;
    top: 20px;
    left: 0px;
    text-shadow: rgba(0,0,0,0.70) 4px 4px 7px;
}
body.page div.blog-category:nth-of-type(odd) h2{
    text-indent: 30px;
    color:#FFF;
    font-weight: 700;
}
body.page div.blog-category:nth-of-type(even) h2{
    text-indent: 48px;
    color:#FFF;
    font-weight: 700;
}
div.blog-category div.blog-category-banner:hover{
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}
body.page div.blog-category:nth-of-type(odd):hover h2{
    text-indent: 50px;
}
body.page div.blog-category:nth-of-type(even):hover h2{
    text-indent: 68px;
}
body.page div.blog-category:hover h2{
    /*color:#208276;*/
}
body.page article h2{
    line-height: 36px;
    margin-bottom: 24px;
}
.widget-area section:first-of-type{
    margin-bottom: 24px;
    padding-top: 24px;
}
@media all and (max-width: 56.874em){
    div.categories_holder{
        text-align: center;
    }
    div.blog-category{
        width: 100%;
        max-width: 600px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    div.blog-category div.blog-category-banner{
        margin: 0px !important;
    }
    body.page div.blog-category h2{
        text-indent: 30px !important;
    }
    body.page div.blog-category:hover h2{
        text-indent: 50px !important;
    }
    div.search-txt,
    div.search-frm{
        width: 100%;
        display: block;
    }
    .search-submit{
        border-top-right-radius: 0px;
    }
}
/*2020 frame for medex rendez-vous*/
#map{
    overflow-x: hidden;
}
#map h1{
    padding-top: 6px;
}
.medex{
    position: relative;
    margin-top: 120px;
}
.medex:before{
    content: '';
    display: block;
    position: absolute;
    background-image: url('https://www.physio-masso.com/wp-content/uploads/2020/11/background_booking.jpg');
    width: 1400px;
    height: 580px;
    left: -120px;
    top: -100px;
    z-index: 0;
}
.medex .frame{
    border: rgb(0,178,238) 4px solid;
    border-radius: 5px;
    height: 508px;
    position: relative;
    z-index: 1;
}
@media screen and (max-width: 650px){
    .medex:before{
        left: -500px;
    }
}
/*2017 new blog Catégory*/
.page-header{
    border-top: 0px transparent;
}
.page-header h1.page-title{
    text-transform: capitalize;
    font-size: 36px;
}

/*2017: use wpautop but hide the emptyones*/
p:empty{
    margin: 0px;
}
/*Basic 2016 overwrite framing*/
body:before,
body:after{
    display:none !important;
}
.site{
    margin:0px;
}
.site-header{
    padding-top:4px;
    padding-bottom:4px;
}
.site-branding{
    margin-top:0px;
    margin-bottom:0px;
}
p.site-description{
    margin-bottom:8px;
}
.custom-logo{
    max-height:84px;
    width:auto;
}
.entry-footer{
    float:none !important;
    width:100% !important;
}
.entry-content{
    float:none !important;
    width:100% !important;
}
body.archive .entry-content,
body.blog .entry-content,
body.single .entry-content{
    width:auto !important;
}
body.blog article,
body.archive article{
    width:33%;
    display:inline-block;
    vertical-align:top;
    margin-bottom:36px;
}
body.blog article .post-thumbnail,
body.archive article .post-thumbnail,
body.single article .post-thumbnail{
    margin-bottom:12px;
}
body.blog article h2,
body.archive article h2{
    margin-bottom:0px;
}
body.blog article .entry-title a,
body.archive article .entry-title a{
    color:#208276;
    font-size:24px;
    line-height:26px;
    font-weight:400;
    display:block;
}
body.single article h2,
body.page article h2,
body.single article h1{
    color:#208276;
}
body.single ul{
    list-style-position:inside;
}
.layer.layer-foot{
    padding-top: 24px;
    background-color: #FFF;
}
footer.entry-footer{
    margin:0px !important;
    padding-top:16px !important;
    padding-bottom:16px !important;
}
footer.entry-footer span.byline,
footer.entry-footer span.comments-link{
    display:none !important;
}
.entry-footer .entry-date{
    font-style:italic;
    font-size:16px;
    font-weight:100;
}
.widget{
    border-top: 4px solid #73992E;
}
/*Footer*/
.site-info{
    width:100%;
}
/*EN-TETE*/
.widget_recent_entries ul{
    list-style-type: none;
}
.page .entry-header,
.archive .page-header,
.blog-custom-header{
    height:300px;
    padding-top:100px;
    /*padding-bottom:60px;*/
    margin-top:36px;
    margin-bottom:36px;
    margin-left:0px;
    margin-right:0px;
}
.blog-custom-header h1.entry-title{
    background-image:url('https://www.physio-masso.com/wp-content/uploads/2016/08/background_mp03.jpg');/*default*/
    background-repeat:no-repeat;
    /*background-size:1200px auto;
    background-position:50% -100px;*/
    background-size:cover;
    background-position:50% 50%;
    margin-left:auto;
    margin-right:auto;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width:auto;
    display:inline-block;
    padding:16px 48px;
    box-shadow:rgba(0,0,0,0.65) 3px 3px 8px;
}
.page .entry-header .entry-title,
.blog-custom-header .entry-title,
.archive .entry-title{
    text-align:left;
    color:#FFF;
    max-width:1200px;
    margin-left:auto;
    margin-right:auto;
    padding-left:0;
    padding-right:36px;
    /*text-shadow:rgba(0,0,0,0.70) 4px 4px 7px;*/
}
.blog-custom-header{
    /*background-image:url('https://www.physio-masso.com/wp-content/uploads/2016/08/clouds.jpg');*/
    height:auto;
    padding:0px;
}
.blog-custom-header .entry-title{
    padding-top:24px;
    padding-bottom:24px;
}
body.home .entry-header{
    height:500px;
    padding-top:200px;
    background-image:url('https://www.physio-masso.com/wp-content/uploads/2016/08/6d75f5_561601afc2c04d3697a44685f4a35ceb.jpg');
    background-position:center;
}
.page .entry-header{
    height:300px;
    padding-top:120px;
    background-image:url('https://www.physio-masso.com/wp-content/uploads/2017/11/default-header-physio-masso.jpg');/*default banner 2017*/
    background-position:center;
}
.archive .page-header{
    height:300px;
    padding-top:120px;
    background-image:url('https://www.physio-masso.com/wp-content/uploads/2017/11/default-header-physio-masso.jpg');/*default banner 2017*/
    background-position:center;
}
.second-title{
    padding-bottom: 36px;
}
.second-title h1.page-title{
    margin-bottom:0px;
    font-size: 30px;
}
@media screen and (max-width: 56.875em){
    .second-title{
        padding-left: 36px;
        padding-right: 36px;
    }
}
/*page bio template*/
.pt-bio{
    display:none;
}
.patern h3.profile-type,
h3.profile-type{
    font-size:30px;
    margin-bottom:44px;
    font-weight:300;
    color:#208276;
    text-align:center;
    background-image:url('https://www.physio-masso.com/wp-content/uploads/2016/08/liner.jpg');
    background-repeat:no-repeat;
    background-position:bottom center;
    background-size:350px 2px;
    padding-bottom:5px;
    max-width:600px;
    margin-left:auto;
    margin-right:auto;
}
#bio-content .post-thumbnail.pt-bio{
    display:block;
    position:absolute;
    right:auto;
    left:0px;
    top:0px;
    float:left;
    margin-right:0px;
    margin-left:0px;
    width:auto;
}
#bio-content .content-area{
    float:none;
    margin-right:auto;
    width:100%;
}
#bio-content .entry-content{
    margin-left:0px;
    margin-right:0px;
}
#bio-content .post-thumbnail{
    float:none;
    text-align:center;
    margin-right:auto;
    margin-left:auto;
    width:auto;
    /*max-width:399.96px;33.33% x 1200px*/
}
#bio-content .post-thumbnail img{
    margin-left:0px;
    width:100%;
}
#bio-content .pt-bio img{
    margin-left:0px;
    width:auto;
}
#bio-content h2,
#bio-content h3{
    text-align:left;
}
#bio-content ul{
    text-align:left;
    list-style-position:inside;
}
#bio-content .col-2-3{
    width:100%;
}
.tmm_textblock{
    /*min-height:320px;/*Avec description*/
    min-height:180px;/*SANS description*/
}
.tmm_member{
    vertical-align:top;
}
.tmm_desc{
    display:none;
}
/*Page d'accueil*/
.layer.tapisserie{
    background-image:url('https://www.physio-masso.com/wp-content/uploads/2016/08/background_mp.jpg');
    background-size:auto;
    background-repeat:repeat;
}
.layer.tapisserie p{
    color:#4C4C4C;
}
.services{
    margin-top:60px;
    padding-left:36px;
    padding-right:54px;
}
.services .inner{
    margin-top:-36px;
}
.services h2{
    font-size:22px;
    line-height:20px;
    background-color:#208276;
    border-top-right-radius:50px;
    border-bottom-left-radius:50px;
    margin-bottom:16px;
    padding:20px;
}
.services h2 a{
    color:#FFF;
}
.services h2 a:hover{
    color:#036b5e;
}
.services .inner img{
    width:100%;
    margin-bottom:24px;
    box-shadow:rgba(0,0,0,0.65) 3px 3px 8px;
}
.services .inner{
    margin-bottom:60px;
    padding-bottom:24px;
    min-height:656px;
}
.intro .container{
    background-image:url('https://www.physio-masso.com/wp-content/uploads/2017/03/logo-pale.jpg');
    background-position:right;
    background-repeat:no-repeat;
    background-size:contain;
}
.intro .inner{
    text-align:left;
}
.intro h2,
.services-details h2,
#bio-content h2,
h1.page-title{
    color:#208276;
    line-height:36px;
    margin-bottom:24px;
    text-align:left;
}
.news .widget{
    border-top:transparent 0px;
    text-align:left;
}
.news a span.rpwwt-post-title{
    color:#FFF;
    font-family: 'Roboto', sans-serif;
    font-weight:700;
    font-size:30px;
    line-height:24px;
    text-shadow:rgba(0,0,0,0.70) 2px 2px 4px;
}
.news a:hover span.rpwwt-post-title{
    text-decoration:underline;
}
.news .rpwwt-widget ul li img{
    margin-right: 36px;
    box-shadow:rgba(0,0,0,0.65) 3px 3px 8px;
}
.news .rpwwt-post-date{
    color:#208276;
    font-style:italic;
}
.news p,
.news .rpwwt-post-excerpt{
    font-family: 'Roboto', sans-serif;
    font-size:17px;
    line-height:20px;
}
.layer.patern{
    background-image:url('https://www.physio-masso.com/wp-content/uploads/2016/08/seamless_paper_texture.png');
    background-repeat:repeat;
    background-size:auto;
}
.patern h3{
    text-align:left;
    font-size:24px;
}
.patern h3+ul{
    margin-top: 12px;
}
.main-dark h3+p{
    margin-top: 12px;
}
/*NAV COLORS*/
.main-navigation ul li ul li a:hover{
    background-color:rgba(0,0,0,0.125);
}
/*Button styles*/
a.bt{
    display:block;
    text-align:center;
}
a button{
    font-size:20px;
    background-color:transparent;
    border:#208276 4px solid;
    color:#208276;
    border-top-right-radius:50px;
    border-bottom-left-radius:50px;
    margin:auto;
    /*text-shadow:rgba(0,0,0,0.70) 2px 2px 4px;*/
    text-transform:none;
    padding-left:30px;
    padding-right:30px;
}
a:hover button{
    color:#FFF;
}
a.bt2 button{
    background-color:#00b2ee;
    color:#FFF;
    border:#00b2ee 4px solid;
}
a.bt2:hover button{
    border-bottom-right-radius:50px;
    border-top-left-radius:50px;
    border-top-right-radius:0px;
    border-bottom-left-radius:0px;
    background-color:#00b2ee;
    border:#FFF 4px solid;
}
/*Pages de services*/
img.macaron{
    border-radius:50%;
    box-shadow:rgba(0,0,0,0.65) 3px 3px 8px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:36px;
}
.container.services-details .inner{
    /*text-align:left;*/
}
.container.services-details .c2a a.bt{
    display:inline;
}
.container.services-details ul{
    padding-left:36px;
}
/*Post columns*/
@media all and (max-width: 960px){
    body.archive article,
    body.blog article{
        width:auto;
        display:block;
    }
    footer.entry-footer{/*blog meta datas*/
        margin-right: 23.0769% !important;
        margin-left: 7.6923% !important;
    }
}
/*breakdowns
@media all and (max-width: 920px){
#bio-content .col-2-3{
width:50%;
}
#bio-content .post-thumbnail{
margin-right:36px;
}
}
@media all and (max-width: 720px){
#bio-content .col-2-3{
width:100%;
}
#bio-content .post-thumbnail{
float:none;
margin-right:0px;
margin-left:0px;
width:100%;
}
#bio-content .post-thumbnail img{
margin-right:36px;
margin-left:36px;
}
.container.services-details ul{
padding-left:0px;
}
.container.services-details .inner.c2a{
text-align:center;
}
}*/
@media all and (max-width: 760px){
    .lst_dual.col-1-2{
        width:100%;
    }
    .lst_dual:first-of-type ul{
        margin-bottom: 0px;
    }
}
/*@media all and (max-width: 480px){
.page .entry-header{
padding-top:24px;
}
}*/
/*content from petnbox*/
p, li{
    text-align:left;
}
p.prix{
    text-align:center;
    font-size:24px;
    margin-bottom:12px;
}
.layer .col-rt .inner p{
    padding-top:36px;
    padding-right:36px;
    padding-left:36px;
}

/*FONTS*/
.main-navigation ul li a{
    font-family: 'Roboto', sans-serif;
    font-weight:700;
}
.top-navigation ul li a{
    font-family: 'Roboto', sans-serif;
    font-weight:600;
}
h1,h2,h3,h4,h5{
    font-family: 'Roboto', sans-serif;
    font-weight:700;
}
button{
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    transition:all .25s linear;
}
p, ul li{
    font-family: 'Roboto', sans-serif;
    font-weight:400;
    font-size:18px;
    line-height:24px;
}
h2{
    font-size:36px;
    font-weight:700;
}
h3{
    font-size:18px;
    line-height:22px;
}
h4{
    font-size:28px;
    margin-top:36px;
}
h5{
    font-size:20px;
}
.main-dark h2,
.main-light h2,
.main-dark h4{
    text-align: left;
    line-height: normal;
}
/*Pour affecter la police au plugins: ninja forms*/
body, button, input, select, textarea {
    font-family: 'Roboto', sans-serif;
}
/*breakdowns twentysixteen*/
@media all and (min-width: 56.875em){
    #top-navigation{
        /*position:absolute;
        width:100%;
        top:24px;
        right:44px;*/
        /*float:right;
        padding-right:5.25em;*/
        text-align:right;
    }
    #top-navigation ul{
        list-style:none;
        margin-bottom:2px;
    }
    #top-navigation ul li{
        display:inline-block;
        margin-right:10px;
    }
    #top-navigation ul li a{
        /*text-transform:uppercase;*/
        font-size:16px;
        letter-spacing:.1em;
    }
    #top-navigation .adresse a{
        display:inline;
        color:#5B5B5B;
        font-weight:300;
    }
    .site-header-menu{
        margin-top:12px;
    }
    .menu-main-fr-container ul{
        margin-top:0px;
        padding-top:2px;
        padding-left:36px;
        float:right;
        /*border-top:#953bf3 solid 1px !important;		*/
    }
    .main-navigation{
        margin-right:0px;
        text-align:right;
    }
    .main-navigation ul ul{
        border-bottom:transparent 0px;
    }
    .main-navigation ul li a{
        /*text-transform:uppercase;*/
        font-size:16px;
        letter-spacing:.1em;
        border-bottom:transparent 2px solid;
        transition:all .25s linear;
        padding-left:12px;
        padding-right:12px;
        color:#FFFFFF;
    }
    .main-navigation ul li a:hover{
        border-bottom:#80a233 2px solid;
    }
    .main-navigation .menu-item-has-children > a:after{
        display:none;
    }
    .main-navigation .menu-item-has-children > a{
        padding-right:0.65625em;
    }
	
	.main-navigation .menu-item-has-children > ul li a{
		color: rgb(160,7,71);	
	}
	
    .site-main{/*pour permettre d'utiliser notre propre template*/
        margin-bottom:0px;
    }
    #bio-content .post-thumbnail.pt-bio{
        margin-left:0px !important;
        margin-right:4.5455% !important;
        width:30% !important;
    }
	.page-id-2928 .service{margin-bottom: 0;}/*Page carriere*/
}
/*breakdown specials*/
@media all and (min-width : 1170px){/*blog larger than article*/
    body.single #page{
        background-image:url('https://www.physio-masso.com/wp-content/uploads/2017/03/logo-pale.jpg');
        background-repeat:no-repeat;
        background-position:top 33% left 36px;
    }
}
@media all and (min-width : 800px){/*special*/
    .steps p.mobile-hide{
        display:block;
    }
    .steps h3{
        margin-bottom:8px;
        text-align:left;
    }
    p.prix{
        font-size:50px;
    }
    .inner.produit{
        margin-left:auto;
        margin-right:auto;
        max-width:680px;
    }
}
/*breakdown colonne system*/
@media all and (max-width : 480px){/*xsmall*/
    p.prix{
        font-size:36px;
    }
    .inner.questions{
        padding-left:36px;
    }
}
@media all and (min-width : 480px){/*small*/
    .inner.questions{
        padding-left:200px;
    }
}
@media all and (min-width : 600px){/*special*/
    .replacement button{
        width:40%;
        display:inline-block;
    }
    .inner.questions{
        padding-left:320px;
    }
    #bio-content .col-2-3{
        width:66.66%;
    }
    #bio-content .post-thumbnail{
        float:right;
        text-align:left;
        margin-right:0px;
        margin-left:0px;
        width:33%;
        /*max-width:399.96px;33.33% x 1200px*/
    }
    #bio-content .post-thumbnail.pt-bio{
        display:block;
        position:absolute;
        right:0px;
        top:auto;
        left:auto;
        float:right;
        margin-left:0px;
        margin-right:0px;
        width:33%;
    }
}
@media all and (min-width : 960px){/*medium*/
    .vitrine .inner{
        height:500px;
    }
    .vitrine .mobile-hide{
        display:block;
    }
    .vitrine h1{
        padding-right:60px;
        position:static;
    }
    .vitrine img{
        padding-right:60px;
        margin-top:36px;
    }
    .replacement.mobile-show{
        display:none;
    }
    .med-hide{
        display:inline-block;
    }
    .inner.produit{
        margin-right:16px;
    }
}
