@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');


h1,
h2,
h3,
h4,
h5,
h6 {
font-family:  'Source Sans Pro', sans-serif;
}

h1,
h2 {
	font-weight: 700;
}

.icon-box h3::after {
    content: '';
    height: 2px;
    width: 35px;
    background: #f3a896;
    display: block;
margin: 16px 0;}

.icon-box h3::before {
    content: "";
    width: 80%;
    height: 2px;
    background: rgb(243 169 150 / 30%);
    left: 60;
    top: 41px;
    position: absolute;
    transform: none;

}


#profil {
    
    padding-top:0px ;
    padding-bottom: 0px;
    background: #f3a896;
}


h5 a:hover{
    color:rgb(91 91 91)!important;
}


#map{
    background-color: rgb(114, 142, 200, 0.1);
    padding: 0;
}
.tabs.tabs-vertical .nav-tabs{
	border-left: 1px solid #f1f3f7;
	border-right: 1px solid #f1f3f7;
	border-top: 1px solid #f1f3f7;
	padding: 0;
}

.tabs .nav-tabs .nav-item{
	border-bottom: 1px solid #f1f3f7;
	display: block;

	border-left: 7px solid transparent;
	transition: all .5s ease;
}
.tabs .nav-tabs .nav-link{
	font-size:16px;
	padding: 24px 34px;
}

.tabs .nav-tabs .nav-link i {
    margin-right: 6px;
    color: #7d7d7d;
    display: block;
    float: right;
    font-size: 18px;
    padding-top: 4px;
    transition: all .3s ease;
}

.tabs.tabs-vertical .nav-tabs .nav-link.active, .tabs.tabs-vertical .nav-tabs .nav-link:hover{
	    color: rgb(58, 75, 129);
    background-color: rgb(114, 142, 200, 0.6);
    border-right: 4px solid rgb(58, 75, 129);
    font-weight: bold;
}

 




 .practice-left-top-img{
	 display:block;
 }
.practice-left-top-left-img {
    float: left;
    margin-right: 30px;
	width:50%;
}
.column {
  float: left;
  width: 50%;
  padding: 5px;
}

/* Clear floats after image containers */
.row::after {
  content: "";
  clear: both;
  display: table;
}
#myTabContent4 {
    background-color: rgb(114, 142, 200, 0.25);
    padding: 10px 0px!important;

}
