/*
  By Julien Garaud
*/
 
/*   Full screen behaviour of the video player */
.video-js.vjs-fullscreen, 
        .video-js.vjs-fullscreen .vjs-tech {
            width: 100vw !important;
            height: 100vh !important;
        }
/*****************************************************************************************/
/**********************************       Main Body      *********************************/
/*****************************************************************************************/
body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Times, sans-serif;
    font-family:  helvetica, sans-serif;
    font-size: 14px;
    color: #dbdada;
    background: #333333;
}

a:link, a:visited { color: #5b93ef; text-decoration: underline; font-weight: normal; }
a:active, a:hover { color: #5b93ef; text-decoration: none; }

p {
    margin: 0px;
    padding: 0px;
}


img {
    margin: 0px;
    padding: 0px;
    border: none;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }

.margin_bottom_10 { clear: both; width: 100%; height: 10px; font-size: 1px;	}
.margin_bottom_15 { clear: both; width: 100%; height: 15px; font-size: 1px;	}
.margin_bottom_20 { clear: both; width: 100%; height: 20px; font-size: 1px;	}
.margin_bottom_30 { clear: both; width: 100%; height: 30px; font-size: 1px;	}
.margin_bottom_40 { clear: both; width: 100%; height: 40px; font-size: 1px;	}
.margin_bottom_50 { clear: both; width: 100%; height: 50px; font-size: 1px;	}
.margin_bottom_60 { clear: both; width: 100%; height: 60px; font-size: 1px;	}

.margin_right_40 { margin-right: 40px; }
.margin_right_70 { margin-right: 70px; }

.margin_left_40 { margin-left: 40px; }
.margin_left_70 { margin-left: 70px; }

.fl { float: left; }
.fr { float: right }

.em_text {
    color: #ffffff;
}

.button_01 a {
    display: block;
    width: 95px;
    height: 21px;
    padding: 5px 25px 0 0;
    background: url(images/icon_button_01.jpg) no-repeat;

    margin-left: 0px;
    color: #dcdada;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}
.button_02 a {
    display: block;
    width: 95px;
    height: 21px;
    padding: 5px 25px 0 0;
    background: url(images/icon_button_01.jpg) no-repeat;

    margin-left: 480px;
    color: #dcdada;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.button_03  {
    display: inline-block;
    width: 95px;
    height: 21px;
    padding: 5px 25px 0 0;
    background: url(images/icon_button_01.jpg) no-repeat;

    margin-left: 20px;
    color: #dcdada;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}



.header_01 {
    clear: both;
    height: 27px;
    padding: 8px 0 0 10px;
    margin-bottom: 20px;
    background: #161616 url(images/icon_header.jpg) center right no-repeat;
    font-size: 20px;
    color: #ffffff;
}

.header_supp_01 {
    clear: both;
    height: 32px;
    padding: 8px 0 0 10px;
    margin-bottom: 20px;
    background: #161616 url(images/icon_header.jpg) center right no-repeat;
    font-size: 30px;
    color: #ffffff;
}

.header_02 {
    clear: both;
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #ffffff;
}


#container {
    width: 960px;
    padding: 0 10px;
    margin: 0 auto;
}


/*****************************************************************************************/
/**********************************        Top panels    *********************************/
/*****************************************************************************************/
#top_panel {
    clear: both;
    width: 960px;
    height: 110px;
    padding: 10px 0;
}

#site_logo {
    float: left;
    width: 450px;
    height: 110px;
}

#site_logo a {
    outline: none;
}

#site_title {
    float: left;
    width: 450px;
    margin-top: 10px;
    font-size: 40px;
    padding: 10px 0;
    color: #e8e8e8;
}

#site_title a {
    color: #e8e8e8;
    text-decoration: none;
}

#site_title span {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #767676;
}



#header_menu_section {
    float: right;
    width: 210px;
}

.header_menu a {
    float: left;
    display: block;
    width: 90px;
    height: 110px;
    outline: none;
}

.home_menu a { background: url(images/icon_home.jpg) no-repeat; margin-right: 30px; }
.home_menu a:hover { background: url(images/icon_home_hover.jpg) no-repeat; }

.contact_menu a { background: url(images/icon_contact.jpg) no-repeat; }
.contact_menu a:hover { background: url(images/icon_contact_hover.jpg) no-repeat; }


/*****************************************************************************************/
/********************************    Menu and banner panels    ***************************/
/*****************************************************************************************/
/* menu & banner panel */
#menu_banner_panel {
    clear: both;
    height: 320px;
    padding: 10px;
    background: #3c3b3b;
    overflow: hidden;
}

/* menu */

#menu_wrapper {
	float: left;
	width: 278px;
	height: 318px;
	background: #000000;
	background: #3c3b3b;
	padding: 1px;
	overflow: hidden;
}

#menu {
	padding: 14px 18px;
	border: 1px solid #313131;
	background: #262626;
	overflow: hidden;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu ul li {
	width: 220px;
	height: 38px;
	padding: 0 0 0 20px;
	margin: 0px;
	background: #161616;
	margin-bottom: 4px;
}

#menu ul li:hover {
	background: #0d0d0d;
}

#menu ul li a {
	display: block;
	width: 200px;
	height: 28px;
	padding: 10px 0 0 30px;
	color: #9fa2a4;
	font-size: 16px;
	text-decoration: none;
	font-weight: normal;
	background: url(images/icon_menu_list.jpg) left center no-repeat;
	outline: none;
}

#menu li a:hover, #menu li .current {
	color: #ffffff;

}

#menu .last {
	margin-bottom: 0px;
}

/* end of menu*/

#banner {
	float: right;
	width: 550px;
	height: 220px;
	padding: 50px;
	overflow: hidden;
    background: url(images/banner_01.jpg) no-repeat center center;
    background-size: cover; /* Makes the background adaptive */
    background-position: top center; /* Adjust to show the top */
}

#banner p {
	font-size: 14px;
	color: #ffffff;
}

#banner a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

/* end of menu & banner panel */

#content_wrapper {
	clear: both;
	width: 940px;
	background: #3c3b3b;
	padding: 10px;
	margin-top: 10px;
}

#content {
	padding: 30px;
	background: #262626;
}

#side_column {
	float: left;
	width: 220px;
}

.side_column_content {
	clear: both;
	padding: 0 10px;
}

.news_section {
	clear: both;
	margin-bottom: 20px;

}

.news_date {
	color: #ffffff;
	font-weight: bold;
}

.news_title {
	font-size: 12px;
	color: #5b93ef;
	font-weight: bold;
}
.news_title_01 {
	font-size: 16px;
	color: #5b93ef;
	font-weight: bold;
}

#main_content_column {
	float: right;
	width: 600px;
}

.section_w600 {
	padding: 0 10px;
}

#main_content_column p {
	margin-bottom: 15px;
}

#main_content_column img {
	border: 10px solid #000000;
	margin-bottom: 5px;
}

/********************************************/
#main_content_full_column {
	float: right;
	width: 900px;
}

.section_full_w900 {
	padding: 0 100px;
}
.section_full_w600 {
	padding: 0 70px;
}

#main_content_full_column p {
	margin-bottom: 15px;
}

#main_content_full_column img {
	border: 10px solid #000000;
	margin-bottom: 5px;
}

/********************************************/


.fl_image {
	float: left;
	margin: 3px 15px 5px 0;
}

.section_w280 {
	width: 280px;
}

.section_w280_content {
	padding: 0 10px;
}

.content_list_01 {
	margin: 0 0 0 40px;
	padding: 0px;
}

.content_list_01 li {
	margin: 0px;
	padding: 0 0 5px 0;
	list-style: decimal-leading-zero;
}




/* end of content */

/* footer */
#footer {
	clear: both;
	width: 940px;
	padding: 20px 10px;
	text-align: center;
}

#footer a {
	color: #ffffff;
	text-decoration: none;
}
/* end of footer */




/*****************************************************************************************/
/********************************    Menu and banner panels    ***************************/
/*****************************************************************************************/
#supplementary_title {
    float: left;
    width: 700px;
    margin-top: 10px;
    font-size: 30px;
    padding: 10px 0;
    color: #e8e8e8;
    text-align: center;
}

#supplementary_title a {
    color: #e8e8e8;
    text-decoration: none;
}

#supplementary_title span {
    display: block;
    margin-left: 10px;
    margin-top: 10px;
    font-size: 16px;
    color: #767676;
}

/********************************************/
#main_content_supp_column {
	float: right;
	width: 900px;
}

.section_supp_w900 {
	padding: 0 50px;
	font-size: 18px;
	margin-bottom: 20px;
	line-height:1.8em;
}
.section_supp_w600 {
	padding: 0 70px;
}

#main_content_supp_column p {
	margin-bottom: 15px;
}

#main_content_supp_column img {
	border: 10px solid #000000;
	margin-bottom: 5px;
}

/*****************************************************************************************/
/********************************     Colored block boxex      ***************************/
/*****************************************************************************************/
.alert-block {
    padding: 10px;
    margin-bottom: 20px;
    border: 3px solid transparent;
    border-radius: 12px; /* Rounded corners */
    font-size: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow */
    color: black; /* Set text color to black */
}

.alert-block.green {
    background-color: #d4edda;
    border-color: #155724;
}
.alert-block.green b {
    color: #155724; /* Green color for bold text */
}

.alert-block.red {
    border-color: #721c24;
    background-color: #f8d7da;
}
.alert-block.red b {
    color: #721c24;
}
.alert-block.yellow {
    border-color: #856404;
    background-color: #fff3cd;
}
.alert-block.yellow b {
    color: #856404;
}

.alert-block.blue {
    border-color: #0c5460;
    background-color: #d1ecf1;
}
.alert-block.blue b {
    color: #0c5460;
}

/*****************************************************************************************/
/********************************     Justified environment      ***************************/
/*****************************************************************************************/


.li-flex {
    display: flex;
  }
.li-flex .right {
    margin-left: auto;
  }

/*****************************************************************************************/
/********************************    Custom item for lists     ***************************/
/*****************************************************************************************/

.check-item {
  list-style-type: "✔ "; /* check mark */
}

.cross-item {
  list-style-type: "✘ "; /* cross mark */
}

.arrow-item {
  list-style-type: "➔ "; /* arrow */
}

.circle-item {
  list-style-type: "● "; /* filled circle */
}

.square-item {
  list-style-type: "■ "; /* filled square */
}

.star-item {
  list-style-type: "⭐ "; /* star */
}

.diamond-item {
  list-style-type: "◆ "; /* diamond */
}



  
