@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chakra+Petch:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
ul {
    list-style-type: none;
}
body {
    font-family: 'Roboto', sans-serif;
	background: url("images/dots.svg")no-repeat;
	background-color: #fffffffd;
	height: 100vh;
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;

}
button, button:focus, button:hover, button:active {
    outline: none;
    box-shadow:none;
}
/***#############################    HEADER     ####################################***/
/*#####################################################################################/
######################################################################################*/

.navbar_{
	background-color: rgba(255,255,255,.96);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	border-bottom: 1px solid transparent;
}
.navbarsub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1212px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom: 1px solid rgba(245,238,230,.5);*/
}
.container_logo h2 {
    font-family: 'Chakra Petch', sans-serif;
	font-weight: 700;
    color: #fff;
}
#menu {
	height: 45px;
	display: flex;
	align-items: center;
}
#menu ul, #menu li {
	margin: 0 auto;
	padding: 0;
	list-style: none
}
#menu ul {
	width: 100%;
}
#menu li {
	float: left;
	display: inline;
	position: relative;
}
#sub_menu a {
	display: block;
	line-height: 45px;
	text-decoration: none;
	font-size: 16px;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 700;
	color: #4EAFFF;	
}
#sub_menu {
	gap: 10px;
	display: flex;
  }
a#logo_title {
	font-family: 'EB Garamond', serif;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	display: flex;
}
#menu a.dropdown-arrow:after {
	content: "\25BE";
	margin-left: 5px;
}
#menu li a:hover {
	color: #164B78;
}
#menu input {
	display: none;
	margin: 0;
	padding: 0;
	height: 45px;
	width: 100%;
	opacity: 0;
	cursor: pointer
}
#menu label {
	display: none;
	line-height: 45px;
	text-align: center;
	position: absolute;
	left: 35px
}
#menu label:before {
	font-size: 1.6em;
	content: "\2261"; 
	margin-left: 20px;
}
#menu ul.sub-menus{
	height: auto;
	overflow: hidden;
	width: 150px;
	background: #ffffff;
	position: absolute;
	z-index: 99;
	display: none;
    border-radius: 8px;
}
#menu ul.sub-menus li {
	display: block;
	width: 100%;
}
#menu ul.sub-menus a {
    color: #4EAFFF;
	font-size: 16px;
}
#menu li:hover ul.sub-menus {
	display: block
}
#menu ul.sub-menus a:hover{
	background: transparent;
	color: #164B78;
}
.btn_inscri {
    text-transform: capitalize;
    color: #4EAFFF;
    width: 130px;
    border: 1px solid transparent;
    background: transparent;
    border-radius: 40px;
    height: 34px;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 700;
}
.btn_inscri a {
    color: #4EAFFF;
	text-decoration: none;
}
.btn_inscri img {
	width: 22px;
}
.btn_co {
    text-transform: capitalize;
    color: #4EAFFF;
    width: 130px;
    border: 1px solid #4EAFFF;
    background: transparent;
    border-radius: 40px;
    height: 34px;
	display: flex;
    align-items: center;
    justify-content: space-evenly;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 700;
}
a:link.btn_co {
    color: #2e9fff;
}
.btn_co:hover {
    text-transform: capitalize;
    width: 130px;
    background-color: #164B78;
    color: #2e9fff;
    transition: 2.5ms ease-in-out;
}
.btn_co img {
	width: 22px;
}

.filter_blue {
	filter: invert(72%) sepia(48%) saturate(4177%) hue-rotate(181deg) brightness(100%) contrast(102%);
}
.color_btn ul {
    display: flex;
    gap: 6px;
}
.container_logo {
    display: flex;
    align-items: center;
    gap: 10px;
}
.container_logo img {
	width: 50px;
}

main.position-relative {
    height: 86vh;
	display: flex;
    align-items: center;
    justify-content: center;
}
.main_warpper {
    width: 950px;
    height: 600px;
	border-radius: 5px;
	border: 1px solid #e0e3e9;
	box-shadow: 0 1px 2px #e0e3e9;
	color: #ffffff;
	background: #2e9fff url(images/back-color.png) no-repeat;
	background-size:cover;
}
.main_warpper::before::after{
	opacity: .2;
	background-image: linear-gradient(to top,#164b78 0%,#2e9fff 50%);
}
.main_container {
	padding: 20px;
}
.main_container {
	padding: 60px;
	display: flex;
	flex-direction: column;
	gap: 50px;
  }
.main_container p {
	font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}
.main_container h2 {
	font-family: 'EB Garamond', serif;
	font-size: 40px;
	font-weight: 800;
	text-transform: uppercase;
}

.title_main {
    position: relative;
    width: 510px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title_main h2{
	position: absolute;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 900;
	font-size: 40px;
}
/*###################################################################################################
#####################################################################################################
############################	  SECTION I N D E X 	  ###########################################
#####################################################################################################
###################################################################################################*/

.main_container h2 {
    font-size: 46px;
}
.main_container h5 {
    font-size: 40px;
    text-transform: capitalize;
}
.main_title_index {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 120px;
  }



/*###################################################################################################
#####################################################################################################
############################  	SECTION C O N N E X I O N	 ########################################
#####################################################################################################
###################################################################################################*/

.mcontainer2 {
    background: #fff;
    margin: 50px 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 36vh;
    border-radius: 3px;
    height: 460px;
}
.flex-column {
    color: #2e9fff;
    font-family: 'Chakra Petch', sans-serif;
    font-weight: 900;
    display: flex;
    justify-content: space-evenly;
    flex-direction: column;
    height: 34vh;
    width: 26vh;
    text-align: center;
  }
#form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}
#connect_btn {
    width: 250px;
}
.container_connect {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 20vh;
}
.container_connect p {
    font-size: 14px;
    color: #111;
}
.container_connect a {
    color: #2e9fff;
}





/*###################################################################################################
#####################################################################################################
############################	  SECTION P R O F I L 	  ###########################################
#####################################################################################################
###################################################################################################*/

.mcontainer_connec {
    background: #fff;
    margin: 57px 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 56vh;
    border-radius: 3px;
    justify-content: center;
    padding: 20px 15px;
}
.form_connec {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
}
.form_connec h2 {
    color: #2e9fff;
    font-family: 'Chakra Petch', sans-serif;
	font-weight: 900;
}
.btn_change {
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 18px;
    font-family: 'Chakra Petch', sans-serif;
	font-weight: 900;
    color: #fff;
    background-color: #2e9fff;  
    display: flex;
    gap: 5px;
    width: 320px;
    text-transform: uppercase;
}
.btn_change:hover {
    background-color: #ffffffb5;
    transition: 5ms ease-in-out;
    color: #2e9fff;
    border: 1px solid #2e9fff;
}
.btn_clear_connec{
    display: flex;
    gap: 10px;
}
.btn_livreor, .btn_logout_connec {
    border: 1px solid #2e9fff;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'Chakra Petch', sans-serif;
	font-weight: 900;
    color: #2e9fff;
    background-color: #fff;  
    display: flex;
    gap: 5px;
    width: 150px;
    text-transform: uppercase;
    justify-content: center;
}
.btn_livreor:hover, .btn_logout_connec:hover {
    background-color: #ffffffb5;
    transition: 5ms ease-in-out;
    border: 1px solid #2e9fff;
}
#delete {
    border: 1px solid #ff0000;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 14px;
    font-family: 'Chakra Petch', sans-serif;
	font-weight: 900;
    color: #ffffff;
    background-color: rgb(255, 0, 0);  
    display: flex;
    gap: 5px;
    width: 196px;
    text-transform: uppercase;
    justify-content: center;
}
#delete:hover {
    background-color: #ff0000e1;
    transition: 5ms ease-in-out;
    border: 1px solid #ff0000e1;
}
#log_connec {
    position: relative;
    font-size: 16px;
    height: 40px;
    padding: 10px;
    width: 250px;
    border: 1px solid #2e9fff;
    border-radius: 40px;
    background: #EDEDED;
}




/*###################################################################################################
#####################################################################################################
############################   	SECTION INSCRIPTION	     ###########################################
#####################################################################################################
###################################################################################################*/

a {
    text-decoration: none;
}
.s1_connect {
    width: 950px;
    height: 600px;
    border-radius: 5px;
    border: 1px solid #e0e3e9;
    box-shadow: 0 1px 2px #e0e3e9;
    background: #2e9fff url(images/back-color.png) no-repeat;
    background-size: cover;
}
.wapper_com {
    display: flex;
    align-items: center;
    justify-content: center;
  }

.mcontainer {
    background: #fff;
    margin: 50px 55px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 36vh;
    border-radius: 3px;
  }
  .form_ {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-evenly;
    height: 400px;
  }
.form_ h2 {
    color: #2e9fff;
    font-family: 'Chakra Petch', sans-serif;
	font-weight: 900;
}
#log {
    position: relative;
    font-size: 16px;
    height: 30px;
    padding: 10px;
    width: 250px;
    border: 1px solid azure;
    border-radius: 40px;
}
.btn_login {
    border: 1px solid transparent;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 18px;
    font-family: 'Chakra Petch', sans-serif;
	font-weight: 900;
    color: #fff;
    background-color: #2e9fff;  
    display: flex;
    gap: 5px;
    width: 250px;
    text-transform: uppercase;
}
.btn_login:hover {
    background-color: #ffffffb5;
    transition: 5ms ease-in-out;
    color: #2e9fff;
    border: 1px solid #2e9fff;
}
.btn_log {
    border: 1px solid #2e9fff;
    border-radius: 50px;
    padding: 10px 15px;
    font-size: 18px;
    font-family: 'Chakra Petch', sans-serif;
	font-weight: 900;
    color: #2e9fff;
    background-color: #fff;  
    display: flex;
    gap: 5px;
    width: 250px;
    text-transform: uppercase;
    justify-content: center;
}
.btn_log:hover {
    background-color: #ffffffb5;
    transition: 5ms ease-in-out;
    border: 1px solid #2e9fff;
}


/*###################################################################################################
#####################################################################################################
############################	SECTION LIVRE D'OR  	  ###########################################
#####################################################################################################
###################################################################################################*/


main.main_com {
    height: 86vh;
	display: flex;
    align-items: center;
    justify-content: center;
}
.container_com_overflow {
    width: 950px;
    height: 600px;
    border-radius: 5px;
    border: 1px solid #e0e3e9;
    box-shadow: 0 1px 2px #e0e3e9;
    background: #2e9fff url(images/back-color.png) no-repeat;
    background-size: cover;
}
.profil {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2e9fff;
}
.profil h6 {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2e9fff;
}
legend{
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #2e9fff;
}
/* Table Styles */

.com_center {
    display: flex;
    width: 90vh;
    background: #fff;
}
.table-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: scroll;
    margin-top: 10px;
  }
#test_tr {
    padding: 10px;
    height: 580px;
    overflow: auto;
	width: 100%;
  }
.titre_poster{
    font-weight: 900;
    padding: 5px 0px;    
    color: #164b78;
}
.wapper_commentaire {
    background-color: #E6E6E6;
    border-radius: 6px;
    padding: 8px 15px;
    margin: 10px 0px;
}
#button_poster {
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    align-items: center;
    justify-content: center;
  }
#button_poster:hover {
    color: #fff;
    background-color: #2e9fff;
}
/*###################################################################################################
#####################################################################################################
###########################     	SECTION COMMENTAIRE     #########################################
#####################################################################################################
###################################################################################################*/
.form_04 {
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.form_04 h2 {
    font-size: 34px;
    color: #fff;
    font-family: 'Rajdhani', sans-serif;
	font-weight: 700;
}
textarea{  
    display: block;
    box-sizing: padding-box;
    overflow: hidden;
    padding: 5px;
    width: 250px;
    font-size: 14px;
    margin: 20px auto;
    border-radius: 6px;
    box-shadow: 2px 2px 8px rgba(black, .3);
    border: 0;
  }
#submit_btn {
    font-family: 'Chakra Petch', sans-serif;
    font-size: 16px;
    padding: 8px;
    background-color: #fff;
    color: #2e9fff;
    border: 1px solid #fff;
} 
#submit_btn:hover {
    background-color: #2e9fff;
    color: #fff;
} 
*:focus{
    outline: none;
   }
.error {
    color: rgb(255, 0, 0);
}
.filter_red {
    filter: invert(30%) sepia(97%) saturate(5759%) hue-rotate(353deg) brightness(106%) contrast(131%);
}
.btn_footer3 {
    height: 45px;
    width: 130px;
    padding: 6px 10px;
    background: transparent;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #2e9fff;
	color: #2e9fff;
	border-radius: 50px;
    margin-top: 10px;
}
/*###################################################################################################
#####################################################################################################
############################       	SECTION FOOTER	     ###########################################
#####################################################################################################
###################################################################################################*/

footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}
.foot_container {
    margin-left: 50px;
    margin-right: 50px;
}
.foot_nav {
    background-color: #353A3D;
    height: 75px;
}
ul#list_foot {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    align-content: center;
	padding-top: 17px;

}
footer a {
    color: #fff;
	text-decoration: none
}
footer a:link {
    color: #fff;
}
footer a:visited {
    color: #fff;
}
.btn_footer1 {
    height: 45px;
    width: 130px;
    background: transparent;
	font-family: 'Chakra Petch', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	border: 1px solid #2e9fff;
	color: #2e9fff;
	border-radius: 50px;
}


@media screen and (max-width : 1842px ){
	#menu {position:relative}
	#menu ul {background:#111;position:absolute;top:100%;right:0;left:0;z-index:3;height:auto;display:none}
	#menu ul.sub-menus {width:100%;position:static;}
	#menu ul.sub-menus a {padding-left:30px;}
	#menu li {display:block;float:none;width:auto;}
	#menu input, #menu label {position:absolute;top:0;left:0;display:block}
	#menu input {z-index:4}
	#menu input:checked + label {color:white}
	#menu input:checked + label:before {content:"\00d7"}
	#menu input:checked ~ ul {display:block}
}
