/*
Theme Name: twenty seventeen CHILD
Theme URI:  https://www.wpserveur.net
Author:     WPServeur
Author URI: https://www.wpserveur.net
Template:   twentyseventeen
Version:    1.0
License:    GNU General Public License v2 or later
*/
article .panel-content .ancre{
	position:absolute;
	top:-200px;
}

.mysticky-welcomebar-btn {
    float: right !important;
    position: absolute;
    right: 20px;
}
ul {
    list-style: none;
    margin-left: 2rem;
}
.panel-content li {
    padding: 0.3em 0 1em 40px;
    background: url(https://medical.honey-digital.fr/wp-content/uploads/2023/02/icons8-puck-32.png) no-repeat 0 28%;
    background-size: 20px;
}

.site-footer .site-info
{
	display:none;
}

footer#colophon {
    background: #222222;
}


footer#colophon .social-navigation a {
	background-color: #02bace;}

figure.wp-block-image.size-full.ronde {
    border-radius: 50%;
    background: #222;
	max-width:200px;
	margin:0 auto;
}
.topBar{
	width: 100%;
    height: 72px;
    z-index: 999;
    position: fixed;
    background-color: #02bace!important;
    top: 0;
	display:flex;
	flex-direction:column;
	justify-content: space-around;
	align-items: center;
	color:white;
}
.topBar-field{
	display:flex;
	justify-content:center;
	align-items:center;
}
.topBar-field a{
	color:white;
}
.topBar .fa {
	border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
    float: left;
    margin-right: 14px;
    padding-bottom: 6px;
    padding-top: 7px;
    text-align: center;
    width: 30px;
}
@media ( min-width : 768px ) {
.topBar{
		flex-direction:row!important;
	}
}
