/* Import Google Font */
/*@import url('https: //fonts.googleapis.com/css2?family=Baloo+Bhaina+2&display=swap');*/

body { 
	font-family: 'Baloo Bhaina 2', cursive; 
	background-color: #eee;
}

.container-fluid {
	/* width: 300px;*/
	margin: 0 auto;
	/*margin-top: 100px;*/
}

.container-fluid h3 {
    color: #3465a4;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin-top: -70px;
    margin-bottom: 40px;
    font-family: system-ui;
}

.accordion {
    width: 99%;
    padding: 0 5px;
    border: 1px solid #6db5ff;
    cursor: pointer;
    border-radius: 50px 50px 50px 0px;
    display: flex;
    margin: 1px 0 0 0;
    align-items: center;
    background: #e3d7ab;
    position: relative;
    /*box-shadow: inset 1px 1px 2px #6a6a6a;*/
    transition: all .5s ease-in;
}

.accordion .icon {
    margin: 0px -3px 0px 3px;
    width: 20px;
    height: 20px;
    background: url(toggle-bg.png) no-repeat -5px -5px;
    /* background: url(images/toggle-bg.png) no-repeat 8px 7px #6db5ff; */
    border-radius: 50%;
    /* float: left; */
    transition: all .5s ease-in;
}

.accordion h5 {
	font-size: 16px;
	margin: 0;
	padding: 3px 0 0 0;
	font-weight: normal;
	color: #1f5c9a;
}

.active .icon {
    background: url(toggle-bg.png) no-repeat -35px -4px;
}

.active {
    background-color: #6db5ff;
    box-shadow: inset 1px 1px 2px #ffffff;
    color: #fff;
}

.active h5 {
	color: #fff;
}

.panel {
    padding: 0 2px;
    margin-right: 10px;
    margin-left: 3px;
    margin-bottom: 2px;
    overflow: hidden;
    max-height: 0;
    background: #fff3c9;
    transition: all .5s ease-in;
}
.titre_specialite {

}
span.specialite {
    border: 1px solid #d59c81;
    border-radius: 5px;
    cursor: pointer;
    padding: 1px 3px;
    display: inline-block;
    margin-top: 2px;
    margin-right: 2px;
    font-size: 15px;
    margin-bottom: 5px;
}
span.specialite:hover {
    background: #f8e468;
}
span.specialite a {
    text-decoration: none;
    color: #196bbf;
}