
/* Main Content Area */
.main-content {
    overflow-y:scroll;
}

    .cv_bigdiv{
        margin-bottom:24px;
        /* text-align:justify; */
    }
    .cv_bigdiv h2{
        margin-top:10px;
        margin-bottom:10px;
        text-align:center;
		font-family: 'Montserrat-b';
    }

    
    .links-div{
        display: flex;
    }

 

    .cv_div_video {
        display: flex;
        /* background-color: white;
		color:rgb(40, 40, 109); */
        /* border: 2px solid black; */
        /* border-radius: 5px; */
        align-items: center;
        /* box-shadow: 2px 2px 5px #00000066; */
         /* width: 70px;  */
        font-size: 14px;
        margin-right: 10px;
        /* padding: 2px; */
    }
    
    .cv_div_details{
    padding:8px;    
	transition: background-color 0.5s;
    }

	.cv_div_details:hover{
	background-color: #fff78a;

	}

	.cv_div_year {
	padding: 8px;
	font-family: 'Montserrat-b';
	font-size: 20px;
	border-top: dotted 5px #d1dadf;
	margin-top: 10px;
	/* border-bottom: dotted 5px #d1dadf; */
}
    
    .cv_div_details > ul {
        columns: 2 200px;
        -webkit-columns: 2 200px;
        -moz-columns: 2 200px;
        list-style-type: circle;
        text-align:left;
        font-size:12px;
        /* merci simon ;) */
    }
    
  .cv-item{
    font-family: 'Anonymous';
  }

  .bio-section > div{
    margin-bottom:10px;
   }

   .cv-bio{
    margin-bottom:20px;
   }

   .where-published{
	display:inline;
	font-size:12px;
   }

   img.flag_img {
    height: 10px;
    margin: 0px 5px;
}