@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap');

/**********ADD BG***************/
.row.p-0.search_info {
    background-image: url(images/searchbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.row.p-0.thematic_info {
    background: #f8f8f8;
}
.row.p-0.eventclosed {
    background-color: #f4f6f6;
    background-image: url(images/event.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
*{
        text-rendering:geometricprecision}
body{
        margin:0 auto;
        padding:0}
a{
        color:#424242;
        font-size:14px;
        text-decoration:none}
img{
        border:medium none}
.MainStructure {
    background: url("images/leftbg.png") left top no-repeat, url("images/rightbg.png") top right no-repeat;
    font-family:Merriweather;
}
.MainStructure .TopBanner{
        background:#fff none repeat scroll 0 0;
        margin:0 auto;
        width:1200px;
}
.MainStructure .TopBar{
	background: #fff url(images/header1.png) top right no-repeat;
	background-size: 555px;
	display:inline-block;
	margin-bottom: 20px;
	text-align:justify;
	width:1200px;
	border-bottom: 4px double #C3D0E0;
	position: relative;
}
.MainStructure .ContentBanner{
        display:inline-block;
        position:relative;
        width:100%;
        z-index:1}
.MainStructure .ContentBar{
       /* max-width: 1200px;*/
}
.MainStructure .ContentBar td{
        max-width: 1200px;
}
.MainStructure .MainContent .ContentBar div.cottintuc, div.cot93{
	width:1200px;
    margin:0 auto;
}
.MainStructure .MainContent .ContentBar .child_thematic, .MainStructure .MainContent .ContentBar .child_info, .child_eventclosed{
		width:1200px;
        justify-content: center;
}
.MainStructure .MainContent .ContentBar div.normal, .MainStructure .MainContent .ContentBar div.coltab{
		width:1200px;
}
.MainStructure .MainContent .ContentBar div.row{
		justify-content: center;
}
.MainStructure .MainContent .ContentBar div.coltab{
		margin: 0 auto;
}
.MainStructure .MainContent,.MainStructure .bottom-content{
        /* background:#fff none repeat scroll 0 0; */
        margin:0 auto;
        padding: 0;
        vertical-align:top;
        /*width:1200px*/
        }
.MainStructure .FooterBanner {
    margin: 0 auto;
    text-align: center;
    background: #041b47;
    
}
.MainStructure .FooterBar{
        display:inline-block;
        text-align:justify;
        width:100%}
@media only screen and (max-width:768px){
        .MainStructure .TopBar{
                margin-bottom:0;
                background-size: 60%;
                }
        .MainStructure .FooterBanner {
                margin-bottom: 0 !important;
        }
        
}
@media only screen and (max-width:1200px){
        .MainStructure .FooterBanner {
                width: 1200px;
        }
        .row>*{
    padding:0;
}
        .col-lg-6 {
    padding-left: 15px;
}
}
/**********ADD BG***************/
.row.p-0.search_info {
    background-image: url(images/searchbg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.row.p-0.thematic_info {
    background: #f8f8f8;
}
.row.p-0.eventclosed {
    background-color: #f4f6f6;
    background-image: url(images/event.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
/**************scrollbar********************/
/* width */
::-webkit-scrollbar {
    width: 5px;
  }
 
  /* Track */
  ::-webkit-scrollbar-track {
    background-color: #fafafa;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background-image: linear-gradient(-45deg, #d3d3d3, #d8d8d8);
    border-radius: 50px;
  }
/* end */






