.card-title {
		font-family: 'Convergence';
   font-size:20px;
    color: #2b76b9;
}
.card-header {
   
    background-color: rgb(239, 239, 239);
}
p{
	font-family: 'Convergence';
	color:black;
	text-align: justify;
	
}
li{
	font-family: 'Convergence';
}
.submit{
	
	background: #1d92ce;
    color: #fff;
    margin-right: 25px;
	
	width: 150px;
    height: 50px;
    display: inline-block;
    font-family: 'Poppins';
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}


a{
	    text-decoration: underline;
}

strong{
	font-size:20px;
}

.vertical-menu a {
  background-color: #e8e8e8;
  color: #3366a8;
  display: block;
  padding: 12px;
  text-decoration: none;
  font-weight: bold;
}
.vertical-menu a:hover {
  background-color: #ccc;
}

.vertical-menu a.active {
  background-color: #7bc342;
  color: white;
}


.sidebar {
  
  height: 100%;
  min-height: 200px;
  overflow: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 5%;
}
.navh{
background: #256aa6; border-radius:10px; text-align:left; padding-bottom:10px; padding-top:10px; padding-left:10px;
}
.image {
width:100%;    padding-bottom: 25px;
}

.bar{
padding: 1.5%;
    background-color: #e8e8e8;
    color: #1d68ab;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bold;
}
.afin{
text-align: justify; line-height: 2em; color: black;
}
.h{
 margin-left: auto; margin-right: auto;
}
.imghh{
padding-bottom: 10px;
}

.bb{
 margin-left: auto; margin-right: auto;
}
.pp{
 line-height: 2em; 
}
.fonct{width: 15px;height: 20px;}
.rech{
text-align: justify; line-height: 2em; color: black;font-size: 16px;
}

.bott{

}

.pour{
text-align: justify; line-height: 2em; color: black;font-size: 16px;
}
.mm{
 margin-left: auto; margin-right: auto;
}
.colh{
border-color: #2b76b9;
}

.divh{
	width:90%; margin-right:auto; margin-left: auto; margin-top: 2%; background-color: white; border-radius: 10px
}

.nana{
	width:100px; height:110px;float: left;
	}

.image2{
	width:40px; height:40px;
}

.mp{
padding-bottom: 80px;
}
.coloh{
padding-bottom: 0.1px;
}
.pouro{
font-family: 'Convergence'; text-align:justify;
}
.mpop{
padding-bottom: 38px;
}
a{
color:red;
}
.mig1{
	
	background-image: url('../../img/original.png'); background-size: 100% 100%;
}

h2{
	
	color:#2b76b9;
}
.card{margin-bottom: 20px;}

 .numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 6px;
    background: #fff;
    border: 2px solid #2b76b9;
    color: #efefef;
    text-align: center;
    font: 19px Arial, sans-serif; 
    display: inline-block;
    background: #2b76b9;}

/*****************************CSS MOBILE*************************************************************/
@media (max-width: 639px) and (min-width: 320px){
.foot {
	background: linear-gradient( to bottom right, #2b76b9 30%, #144970);
}
p{font-size: 15px;line-height: 1.8;}
.bar{font-size: 18px;}
.card-title{font-size: 18px;}
.pouro{margin-top: -35px;}
.sidebar {
		position: relative;
	}
	.image {
    display: none;
}
.card-body img{width: 100%;}
}

@media (max-width: 767px) and (min-width: 639px){
.sidebar {
    position: relative;
}}
@media screen and (max-width: 1024px)
.block {
    display: block;
}
/*****************************CSS MOBILE*************************************************************/