/******* HEADER ********/
header
{
	position: fixed;
	width: 100%;
	z-index: 1000;
	box-shadow: 0px 10px 10px rgba(0,0,0,0.8);
}
.navbar-nav
{
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.navbar-nav >*{margin-right: 25px}
header a{font-size:18px;font-weight:100;color:white;}header a:hover{text-decoration:none;color:#64d4e8}

#admin_buttons
{
	position: fixed;
	right: 10%;
	top: 150px;
	display: flex;
	flex-direction: row;
	font-weight: bold;
}#admin_buttons>*{margin-left:20px}

#top_header
{
	background-color: white;
	/*background: linear-gradient(70deg, #4ba4d0, #2e398b, #7363a4);*/
	height: 100px;
}

#top_header_pics {
	left: 10%;
	margin-bottom: -20px;
	padding-top: 20px;
	display: flex;
	justify-content: space-around;
}

#header_social_links
{
	position: absolute;
	right: 10%;
}

#header_social_links > *
{
	margin-right: 20px;
}


.navbar
{
	padding: 10px 10% 10px 10%;
	background: linear-gradient(70deg, #4ba4d0, #2e398b, #7363a4);
	color: white;
}

#bottom_header
{
	background: linear-gradient(70deg, #4ba4d0, #2e398b, #7363a4);
	height: 50px;

	padding: 10px 10% 10px 10%;

	display: flex;
	justify-content: space-around;

	flex-wrap: wrap;
}
#bottom_header a
{
	color: white;
	font-weight: 200;
	font-family: sans-serif;
	font-size: 20px;
}
#bottom_header a:hover{font-weight: bold;text-decoration:none;}
/******* HEADER ********/








/******* HOME ********/
#home_book
{
	background-image: url("../images/vectors/left_head.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left;
	margin: 50px 10% 0 0;
	padding: 0 0 0 10%;
	padding-top: 100px;
	display: flex;
	flex-direction: row;
	justify-content: center;
}
#home_book_image
{
	width: 50%;
	display: flex;
	justify-content: center;
}

#home_book_presentation
{
	width: 50%;
	display: flex;
	flex-direction: column;
	padding: 0px 20% 10px 20px;
}

#home_book_presentation h1{color:#626f70;font-weight: 200;}
#home_quote{color:#1c2647;font-size:20px;font-style: italic;}
#home_mini_quote{color:#1c2647;font-size:15px;}

#home_book_presentation_butttons
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#home_book_presentation_butttons button
{
	padding: 10px;
	font-size: 20px;
	font-weight: bold;
	color: white;
}
#home_book_presentation_butttons a
{
	text-decoration: none;
	color: white;
}

#home_book_presentation_butttons :nth-child(1){background-color:#175d87;}
#home_book_presentation_butttons :nth-child(2){background-color:#ff5741;}
#home_book_presentation_butttons :nth-child(1):hover{background-color:#07263a;}
#home_book_presentation_butttons :nth-child(2):hover{background-color:#992718;}


#home_author_presentation
{
	background-image: url("../images/vectors/left_brain.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position:  top 10% left 5%;
	background-color: #171e40;
	padding: 150px 0 0 0;
	display: flex;
	flex-direction: row;
}

#home_author_bio
{
	width: 40%;
	background-color: rgba(255,255,255,0.6);
	margin-left: 10%;
	padding: 50px 30px 100px 30px;
}

#home_author_bio h1{color:#626f70;font-weight: 200;text-align:center;padding-bottom:50px;}
#home_author_bio h3{color:#153756;font-weight: 700;font-size:15px;}
#home_author_bio p{color:#153756;font-weight: 300;font-size:15px;}

#home_author_presentation_cards
{
	margin: 0 0 0 0;
	width: 50%;
	display: flex;
	flex-direction: row;
	padding: 0 0 0 20px;
}
#home_author_presentation_cards > *
{
	width: 40%;
	margin: 50px 20px 0 0;
	height: 620px;
	width: 300px;
}

#first_card
{
	font-size: 12px;
	color: white;
	padding: 20px;
	background-color: #175d87;
}
#first_card h3{font-size: 15px;}

#third_card
{
	height: 300px;
	margin-top: 20px;
	padding: 40px;
	background-color: #ff6750;
	font-size: 60px;
	font-weight: 100;
	line-height: 1;
	color: white;
}
#third_card a{font-size: 15px;font-weight: 400;color: white;}


#home_cards_section
{
	background-color: #f9fafd;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	padding: 20px 10% 20px 10%;
}


#home_cards_section > *
{
	text-align: center;
	padding: 20px;
}
#home_cards_section > *:hover
{
	background-color: white;
}

#home_cards_section_link
{
	display: flex;
	flex-direction: column;
}

#home_cards_section_link a 
{
	font-weight: bold;
	color: black;
}
#home_cards_section_link a:hover
{
	text-decoration: none;
	color: blue;
}


#home_sample
{
	display: flex;
	flex-direction: row;
	padding: 50px 15% 0 15%;

	background-image: url("../images/vectors/right_head.png");
	background-repeat: no-repeat;
	background-size: 300px;
	background-position: bottom 0px right;
}
.home_author_presentation_highlight
{
	font-weight: 500;
	color: #175d87;
	font-size: 20px;
}
#home_sample_text
{
	margin: 20px;
	padding: 20px;
	width: 60%;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

#home_sample_text h1 {color:#626f70;font-weight: 200;text-align: center;}
#home_sample_resume
{
	width: 40%;
	margin: 50px 20px 20px 20px;
	padding: 20px;
}
#home_sample_resume button
{
	padding: 10px;
	font-size: 10px;
	color: white;
	background-color:#ff5741;
	margin-left: 40%;
}

#home_live
{
	margin: 50px auto 0 auto;
	padding: 0 auto 50px auto;
	text-align: center;
	background-color: #ededec;

	background-image: url("../images/vectors/left_grey_brain.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top 100px left 5%;

}
#home_live_container
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 10% 0 10%;
}

.home_live_article
{
	width: 300px;
	margin: 0 20px 50px 20px;
}
.home_live_article div{background-color: white;margin-top: 10px;padding: 10px; height: 300px;}
.home_live_article img{width: 100%}
.home_live_article h4{color:#626f70;padding-top:20px;font-weight:400;font-size:20px;}
.home_live_article h3{color:#626f70;padding-top:20px;font-size:20px; text-align:left;font-weight:bold;text-transform: uppercase;}
.home_live_article p{color:#626f70;text-align: justify; font-style: italic;}
.home_live_article a{color:#ff6652;}

#home_social
{
	padding: 0 10% 0 10%;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
#home_social_insta
{
	width: 45%;
}
#home_social_insta p
{
	font-size: 27px;
	font-weight: 200;
	margin-bottom: 50px;
	padding: 5px 0 10px 5px;
	width: 100%;
	border-bottom: 1px solid #e1e8ec;
}#home_social_insta span{font-size: 13px;font-weight:400}
#home_social_twitter
{
	width: 45%;
}
@media only screen and (max-width: 991px) {
	#home_book{flex-direction: column}
	#home_book_image{width: 100%;margin-bottom: -100px}
	#home_book_presentation{width: 100%;margin: -50px 0 50px 0}

	#home_author_presentation{width: 100%;left:0px;flex-direction: column;}
	#home_author_bio{width: 94%;margin:0 3% 0 3%;}
	#home_author_presentation_cards{flex-direction: column-reverse;margin: auto;padding: auto;}
	#home_author_presentation_cards > *{ width:300px;margin: 0;}
	#first_card{font-size: 15px;height: inherit;}

	#home_cards_section{flex-direction: column;}

	#home_sample{flex-direction: column;}
	#home_sample_text{width: 100%;}
	#home_sample_resume{width: 100%;}

	.home_live_article{width: 300px;}

	#home_social{flex-direction: column;}
	#home_social_insta{width: 100%;}
	#home_social_twitter{width: 100%;}
}
/******* HOME ********/











/******* ARCHITECTURE COMMUNE DES PAGES ********/
.global_content
{
	padding: 200px 10% 100px 10%;
}
.global_content h1{font-weight: bold;color: #175d87;font-size: 40px;}
.global_content h2{font-weight: 200;color: #75686d;font-size: 25px;}
@media only screen and (max-width: 991px) {
	.global_content{padding: 200px 5% 100px 5%;}
}
/******* ARCHITECTURE COMMUNE DES PAGES ********/











/******* L'UNIVERS ********/
.universe_button
{
	width: 100%;
	background-color: lightgrey;
	font-size: 20px;
	font-weight: 300;
	text-align: left;
	color: grey;
}
/******* L'UNIVERS ********/





/******* LE ROMAN ********/
#book_presentation
{
	display: flex;
	flex-direction: row;
}
#book_pic {
	width: 30%;
	display: flex;
	justify-content: center;
}
#book_presentation article
{
	padding-left: 50px;
}
#book_presentation article h1 {font-size: 60px;}

#book_buy_links
{
	width: 400px;
	height: 50px;
	border-radius: 5px;
	background-color: #f9fafd;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#book_buy_links a
{
	border: 2px solid #175d87;
	border-radius: 5px;
	padding: 2.5px 5px 2.5px 5px;
	color: #175d87;
}

#book_buy_links a:hover
{
	background-color: #175d87;
	color: white;
	text-decoration: none;
	transition: 0.5s;
}
#book_social_links > *
{
	margin-right: 10px;
}
@media only screen and (max-width: 991px) {
	#book_presentation{flex-direction: column; width:100%;margin: 0;padding: 0;}
	#book_pic {width: 100%;}
	#book_social_links{padding-left:10%}
}
/******* LE ROMAN ********/








/******* ACTUS ********/
#news_filters > *
{
	background-color: #175d87;
	margin: 0 5px 5px 0;
}#news_filters >*:hover{background-color:#64d4e8;transition: 0.5s;}
#news_filters a
{
	font-weight: bold;
	color: white;
}#news_filters a:hover{text-decoration: none; color:#175d87;transition: 0.5s;}
.news_item
{
	margin: 20px 0 20px 0;
	padding: 10px 0 10px 0;
	background-color: #f4f4f4;
	display: flex;
	flex-direction: row;
}
.news_item img 
{
	margin: auto 0 auto 0;
	padding: auto 0 auto 0;
	width: 200px;
}

.news_item_text
{
	padding-left: 20px;
}

.news_item_text_infos
{
	display: flex;
	flex-direction: row;
}.news_item_text_infos>*{margin-right:20px}
.news_item_text_infos_type { padding: 2.5px 15px 2.5px 15px;background-color:red;color: white;border-radius: 5px; font-weight: bold;}
.news_item_text_infos_date { padding: 2.5px 15px 2.5px 15px;background-color:grey;color: white;border-radius: 5px; font-weight: bold;}
#one_news_content{
	display: flex;
	flex-direction: row;
}


@media only screen and (max-width: 991px) {
	.news_item{flex-direction: column;}
	.news_item img{margin: 20px 0 0 20px;}
	#one_news_content{flex-direction: column; align-items: center;}
	#one_news_content img{height: 300px;width: 300px;margin:20px 0 20px 0;}
}
/******* ACTUS ********/



/******* UNE ACTU ********/
.one_news_item_text_infos
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 350px;
}
#views_count_icon
{
	margin: 5px 0 0 10px;
	height: 20px;
}
#news_views_count
{
	margin: 5px 0 0 -5px;
	font-weight: bold;
	color: #175d87;
}
/******* UNE ACTU ********/










/******* MEDIAS ********/
#video_section
{
	display: flex;
	justify-content: space-around;
}

#video_section > *
{
	margin-bottom: 20px;
}

#downloads_section
{
	background-color: #175d87;
	margin-bottom: 100px;
	padding: 50px 10% 50px 10%;
}
#downloads_section h2{font-weight: 200;color: white;font-size: 25px;}
#downloads_section p{color: white;font-weight: 300;margin-bottom: 50px;}

#downloads_items
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

#downloads_items > *
{
	width: 300px;
	padding: 20px;
	background-color: rgba(255,255,255,0.1);
	border: 1px solid rgba(255,255,255,0.2);
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#downloads_items img { height: 300px; }
#downloads_items h3 { font-size: 20px;color: white; }
#downloads_items a { color: white; }
@media only screen and (max-width: 991px) {
	#downloads_items{flex-direction: column;}
}
/******* MEDIAS ********/








/******* CONTACT ********/
#contact_top
{
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding: 50px;
	width: 100%;
	border-bottom: 3px solid #175d87;
}

#contact_top > *
{
	width: 400px;
	background-color: rgba(100, 212, 232, 0.5);
	border-radius: 5px;
	padding: 10px;
	margin: 0 50px 20px 50px;
}

#contact_links a{font-weight: bold;}
#contact_links a:hover{color:blue;text-decoration: none;}
@media only screen and (max-width: 991px) {
	#contact_infos{width: 100%;}
	#contact_infos{width: 100%;}
}
/******* CONTACT ********/







/******* PAGES DEDICACES ********/
#dedicaces_form{
	display: flex;
	flex-direction: row;
}
#dedicaces_form_input{
	width: 400px;
}
#dedicaces_form_pic{
	margin-left: 100px;
}


@media only screen and (max-width: 991px) {
	#dedicaces_form{
		flex-direction: column-reverse;
		align-items: center;
	}
	#dedicaces_form_pic{margin-bottom: 50px;}
}
/******* PAGES DEDICACES ********/










/******* FOOTER ********/
footer
{
	width: 100%;/*
	background-color: #175d87;*/
	background: linear-gradient(70deg, #4ba4d0, #2e398b, #7363a4);
	padding: 100px 10% 100px 10%;
	display: flex;
	flex-direction: row;
	color: #64d4e8;
}

footer h3 {color: white}
footer a {color: #64d4e8}footer a:hover {color: white;text-decoration: none}


#footer_links
{
	width: 30%;
	display: flex;
	flex-direction: column;
}

#footer_social_links
{
	display: flex;
	flex-direction: row;
}
#footer_social_links > * {margin: 20px 15px 0 0;}

#footer_summary
{
	width: 70%;
}


@media only screen and (max-width: 991px) {
	footer{flex-direction: column-reverse;}
	footer > * {padding-bottom: 100px;}
	#footer_summary{width: 100%;}
}
/******* FOOTER ********/