body{
	margin: 0px;
	padding: 0px;
	font-family: 'Cambria', 'Roboto', Arial, 'sans-serif';
}

a{ 
	text-decoration: none;
	font-family: inherit;
 }

 input{
 	font-family: inherit;
 }


#contain_top_image{
	height: 70vh;
	display: inline-block;
	width: 100%;
	position: relative;
}

#topest_image{
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}


/*
#contain_top_image{
	height: 70vh;
	display: inline-block;
	width: 100%;
}

#topest_image{
	display: inline-block;
	width: 100%;
	height: 100%;
}

*/

#contain_platform_name{
	padding: 20px 0px;
	border-bottom: 3px double black;
}

#contain_platform_name_DIV{
	margin-left:15%;
	font-weight:bolder;
}

.business_name{
	font-size: 60px;
	color: blue;
}


@media screen and (max-width: 768px)
{
	#contain_platform_name{
		padding: 10px 0px;
		border-bottom: 3px double black;
	}

	#contain_platform_name_DIV{
		margin-left:1%;
	}


	.business_name{
	font-size: 35px;
}
}

.header_nav_li{
	display: inline-block;
	padding: 5px 15px;
	border-left: 1px solid gray;
	text-transform: uppercase;
}


.header_nav_li_Link{
	border-bottom: 5px solid white;
	font-weight: bold;
	color: rgb(33, 41, 52);
}


@media screen and (max-width: 768px)
{
	.header_nav_li{
		padding: 0px 9px;
	}


	.header_nav_li_Link{
		font-size: 11px;
	}
}


.header_nav_li_magazine{
	background-color: red;
	display: inline-block;
	padding: 5px 15px;
	text-transform: uppercase;
	color: white;
}


.header_nav_li_accounted{
	background-color: rgb(85,142,213);
	background-color: #234B8A;
	display: inline-block;
	padding: 5px 15px;
	text-transform: uppercase;
	color: white;
}

.header_nav_li_accounted:hover{
	background-color: white;
	color: rgb(85,142,213);
}


.header_nav_li_Link_connected{
	color: white;
	font-weight: bold;
	border-bottom: 5px solid #234B8A;
}


.header_nav_li_Link_connected:hover{
	color: #234B8A;
}

@media screen and (max-width: 768px)
{
	.header_nav_li_accounted{
		padding:3px 1px;
		
	}


	.header_nav_li_Link_connected{
		font-size: 11px;
	}
}


.header_nav_li_magazine:hover{
	background-color: white;
	color: red;
}





.header_nav_li_Link_blog{
	color:white;
	font-weight: bold;
	border-bottom: 5px solid red;
}




.header_nav_li_Link:hover{
	border-bottom: 5px solid red;
	color: red;
}

.header_nav_li_Link_blog:hover{
	color: inherit;
}


#body_header_main_section{
	width: 60%;
	margin-left: 20%;
	color: rgb(33, 41, 52);
	margin-top: 70px;
	margin-bottom: 70px;
	display: inline-block;
}

.body_header_main_section_onTop{
	width: 47%;
	float: left;
	height: auto;
}

@media screen and (max-width: 768px)
{

	#body_header_main_section{
		width: 96%;
		margin-left: 3%;
		margin-top: 50px;
		margin-bottom: 0px;
	}


	.body_header_main_section_onTop{
		width: 98%;
		margin-bottom: 30px;
	}
}

.before_main_article_title{
	text-transform: uppercase;
	color: blue;
	font-size: 17px;
	font-weight: bold;
}


#body_header_main_section_main_article{
	margin-top: 70px;
	display: inline-block;
}


.main_article_category_li{
	margin-right: 10px;
	display: inline-block;
	padding: 0px 15px;
	border-left: 1px solid gray;
	text-transform: uppercase;
}

.main_article_category_li_link{
	text-decoration: none;
	color: blue;
	font-weight: bold;
	border-bottom: 3px solid white;
	font-size: 13px;
}


.main_article_category_li_link:hover{
	border-bottom: 3px solid rgb(33, 41, 52);
	color: rgb(33, 41, 52);
}

#main_page_article_title{
	font-size:230%;
	text-transform:uppercase;
	font-weight: bolder;
	width: 80%;
}

.main_page_auto_post_img{
	min-width:50% ;
	max-width:100%;
	max-height: 500px;
	display: inline-block;
}


@media screen and (max-width: 768px)
{
	.main_article_category_li{
		padding: 0px 3px;
		margin-right: 0px;
	}

	.main_article_category_li_link{
		font-size: 11px;
	}

	#main_page_article_title{
		width: 93%;
		font-size:110%;
	}


	.main_page_auto_post_img{
		width: 99%;
		height: auto;
	}
}



.display_by_category{
	display: inline-block;
	width: 100%;
}


.display_by_category_title{
	color:blue;
	text-transform: uppercase;
}



@media screen and (max-width: 768px)
{
	.display_by_category_title{
		font-size: 30px;
	}
}



.article_by_category{
	width: 30%;
	display: inline-block;
	float: left;
	margin-right: 3%;
	margin-bottom: 100px;
}


.article_by_category_media{
	width: 100%;
	height: auto;
}


@media screen and (max-width: 768px)
{
	.article_by_category{
		width: 48%;
		margin-right: 2%;
		margin-bottom: 50px;
	}

	.article_by_category_media{
		width: 100%;
		height: auto;
	}
}


.article_by_category_media_legend{
	font-weight: bold;
	text-transform: uppercase;
	display: inline;
}


.article_by_category_media_legend:hover{
	border-bottom: 5px solid black;
}

.display_by_category_no_content{
	font-size: 200%;
	font-weight: bold;
}


.DESIGNED_UNDERLINE{
	border-bottom: 5px solid black;
	padding-bottom: 7px;
	display: inline-block;
	margin-bottom: 17px;
}


.magazine_form_input{
	padding: 7px;
	font-size: 17px;
}

.div_containing_form_input{
	margin-top: 25px;
}

.magazine_form_input_submit{
	color: white;
	background-color: blue;
	border:0px;
	font-family: ;
}

.authentification_create_article_link{
	color: blue;
}




.branches_all{
	padding: 3px;
	border-radius: 2px;
	background-color: black;
	color: white;
	font-size: 17px;
	text-transform: uppercase;
	display: inline-block;
}


@media screen and (max-width: 768px)
{
	.branches_all{
		font-size: px;
	}
}


.bottom_category_link{
	color:#234B8A;
	color:white;
	font-weight: bold;
	margin-left: 15px;
}



.container {
    max-width: 60%;
    margin: 30px auto;
    padding: 9px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 13px;
}

@media screen and (max-width: 768px)
{
	.container{
		max-width:100%;
		margin: 0px 30px;
		display: inline-block;
		margin-bottom: 30px;
	}
}



input[type="email"]{
    width: 100%;
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

input[type="submit"]{
    width: 100%;
    padding: 7px;
    background-color: #007bff;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

input[type="submit"]:hover{
    background-color: #0056b3;
}


.socialMedia{
	margin-top: 17px;
	color: white;
	display: inline-block;
}

.socialMedia:hover{
	text-decoration: underline;
}

#bottomowership{
	background-color: #052962; 
	padding-top: 70px; padding-bottom: 70px; 
	text-align: center; 
	color: lightblue; 
	font-size: 13px;
	text-transform: uppercase;
	width: 100%;
	padding-left: %;
}



.bottomsocial{
	height: 25px;
	border-radius: 3px;
}




.subPictureDescrition{
	height: 200px;
	margin-right: 20px;
}

.article_section{
	margin-bottom: 100px;
	width: %;
}

.sub_sub_section{
	margin-bottom: 50px;
}




