@font-face {
font-family: "Lato";
src: url("assets/Lato.ttf") format("truetype");
}
textarea:focus, input:focus{
    outline: none;
    background: transparent;
}
input::selection {
  background: #FFF;
}
input::-moz-selection {
  background: #FFF;
}
                       .circle-chart__circle {
  animation: circle-chart-fill 2s reverse; /* 1 */
  transform: rotate(-90deg); /* 2, 3 */
  transform-origin: center; /* 4 */
}
c

.circle-chart__circle--negative {
  transform: rotate(-90deg) scale(1,-1); /* 1, 2, 3 */
}

.circle-chart__info {
  animation: circle-chart-appear 2s forwards;
  opacity: 0;
  transform: translateY(0.3em);
}

@keyframes circle-chart-fill {
  to { stroke-dasharray: 0 100; }
}

@keyframes circle-chart-appear {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.menu_image
{
    height: 100px;
    width: 100px;
    border-radius: 50%;

}
.cache
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255,255,255,0.4);
    display: none;
}
.cache1
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
}

.goal_detail
{
    width: 90%;
    margin-left: 5%;
    border-radius: 25px;
    background-color: #E1C2AE;
    margin-bottom: 35px;
    padding-top: 30px;
}
.edit_logo
{
    height: 40px;
    width: 40px;

}
.myconnections
{
    overflow-y: scroll;
    background-color: #fff;
    padding-top: 25px;

}
#connections_menu
{
    width: 100%;

}

.fourth
    {
     position: relative;
     top: 90px;
     margin-top: 40px;

    }

.header_logo_image
{
    height: 97px;
    width: 110px;
    border-radius: 50%;

}
.calendar_circle_Meeting
{
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: red;
    
}
.calendar_circle_Workshop
{
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: #e1c1b6;
    
}
.calendar_circle_Company
{
    display: inline-block;
    border-radius: 50%;
    height: 20px;
    width: 20px;
    background-color: blue;
    
}

.calendar_time
{
    display: inline-block;
    width: 20%;
    background-color: black;
}

.calendar_item
{
    display: inline-block;
    width: 70%;
    border-radius: 10px;
    border-style: solid;
    border-width: 0 0 0 4px;
    border-color: #5AAAC3;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 10px #000;
    padding-left: 40px;
    color: #5AAAC3;
    font-size: 30px;
}
.calendar_detail
{
    display: block;
    color: rgb(150,150,150);
    font-size: 25px;
}

.calendar_day
{
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(150,150,150);
    width: calc(14.28% - 14px);
    font-size: 40px;
    color: black;
    height: 100px;
    margin: 0;
    text-align: center;
    vertical-align: top;
}
.calendar_day2
{
    display: inline-block;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(150,150,150);
    width: calc(14.28% - 14px);
    font-size: 40px;
    color: rgb(150,150,150);
    height: 100px;
    margin: 0;
    text-align: center;
    vertical-align: top;
}
.calendar_week
{
    display: inline-block;
    width: 13%;
    font-size: 40px;
    color: rgb(100,100,100);
    height: 100px;
    margin: 0;
    text-align: center;
    margin-top: 50px;
}
#connexions_place
{
    width: 100;
}
.header_logo_image2
{
    height: 97px;
    width: 120px;
    border-radius: 50%;

}
#profile_menu
{
    font-size: 70px;
    line-height: 150px;
}
.logo_3dots
{
    position: relative;

    right: 15px;

}
.logo_chat
{
    position: relative;

    right: 25px;

}
#logo2
{

margin-top: 0;

position: absolute;
top: 0;
right: 0;
}

#logo
{
    display: none;
}
#mobile_nav
{
    height: 100%;
    width: calc(25% - 40px);
    position: fixed;
    top: 0;
    left: 0;
    background-color: white;
    text-align: right;
    padding-right: 40px;

}
html, body
{
    height: 100%;
		margin: 0;
		padding: 0;
		background-color: #f4f4f4;
		overflow: hidden;
    font-family: "Lato", serif;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;

}
.workshop_block
{
  width: 80%;

  margin: 40px 0 40px 10%;
  border-radius: 50px;
}

.feed_name
{
  position: relative;
font-size: 42px;
top: -45px;
left: 0px;
display: block;
text-transform: capitalize;
}
.paragraph
{
  font-size: 21px;
}
.small_title
{

    font-weight: 100;
    font-size: 44px;
    color: rgb(50,50,50);
    padding-left: 60px;
    padding-bottom: 20px;
    padding-top: 20px;
    display: flex;
    flex-shrink: 0;
}
.requests_image
{

    height: 200px;
    width: 200px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    top: -100px;

}
.not_interested
{

    font-size: 34px;
    color: #dea071;
    display: block;
    position: relative;
    left: -7px;
    margin-top: 25px;
}
.small_message
{

    font-weight: 100;
    font-size: 30px;
    color: rgb(50,50,50);
    margin-left: 60px;

    margin-bottom: 25px;

}
.request_message
{
    width: 100%;
    resize: none;
    border-style: solid;
    border-width: 0 0 0.5px 0;
    border-color: #797979;
    font-size: 32px;



}
.matches_name
{
  position: relative;
font-size: 47px;
display: block;
margin-top: 40px;

}
.matches_title
{
  position: relative;
font-size: 37px;
color: #797979;
display: block;
margin: 20px 0 15px 0;

}
.matches_content
{
  position: relative;
font-size: 37px;


}
.ecran_sombre
{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 999999;
  display: none;

}
.ecran_sombre1
{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.2);
  z-index: 99999999;
  display: block;
}
.small_popup
{
  position: fixed;
  border-radius: 20px;
  width: 80%;
  left: 10%;
  top: 25%;
  background-color: white;
  z-index: 999999999;

  display: none;
  text-align: center;
transition: 1s;

}
.small_popup1
{
  position: fixed;
  border-radius: 20px;
  width: 80%;
  left: 10%;
  top: 25%;
  background-color: white;
  z-index: 999999999;
    
  display: block;
  text-align: center;
transition: 1s;

    
}
#right_scroll
{
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  width: 75%;
  height: calc(100% - 140px);
  overflow: auto;
  position: fixed;
  top: 140px;

}
.feed_designation
{
  position: relative;
font-size: 34px;
top: -40px;
left: 0px;
color: #b2767e;
text-transform: capitalize;

}
.meeting_name
{
position: relative;
font-size: 44px;
top: 0;
left: 0;
color: #b2767e;
margin-left: 35px;
margin-top: 15px;


}
.chat_last_message
{
  position: relative;
font-size: 34px;
top: -40px;
left: 0px;
color: #797979;
display: block;
font-weight: lighter;

}
.matches_designation
{
  position: relative;
font-size: 40px;

color: #e2c7b6;
display: block;
margin-bottom: 25px;
}

.matches_foot
{

  width: 100%;
  border-style: solid;
  border-width: 0.5px 0 0 0;
  border-color: #797979;
  position: absolute;
  bottom: 0;
}

.dots_popup
{

  width: 500px;
  float: right;
  position: absolute;
  right: 80px;
  top: 120px;
  background-color: white;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  z-index: 2000000;
}
.matches_view
{
  margin-top: 0;
  display: flex;
  flex-shrink: 0;
  height: 97%;
  width: 75vw;
  background-color: white;
  margin-left: 10vw;
  flex-direction: column;
  text-align: center;
  border-radius: 40px;
  position: relative;

}
.feed_description
{
  position: relative;


left: 0px;
min-height: 1px;
max-height: 1000px;
margin-left: 35px;
margin-right: 35px;
margin-top: 0;
margin-bottom: 25px;

font-size: 32px;
color: #797979;
}
.right_float
{
  float: right;
  display: inline-block;
  vertical-align: top;
}
.profile_header
{
  background-color: #ececec;
  width: 100%;
  height: 40px;
  padding: 10px 0 10px 25px;
  font-size: 25px;
}
.profile_content
{
  background-color: #fff;
  width: 100%;
  min-height: 60px;
  padding: 25px;
  border-style: solid;
  border-color: #e1c6b6;
  border-width: 0;

}
.profile_title
{

  color: #797979;
  display: block;
  margin-bottom: 25px;
}
.profile_info
{
  display: block;
  margin-bottom: 20px;

}
p
{
    color: #797979;
    color: black;
	white-space: pre-line;
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    letter-spacing: -0.5px;
    font-weight: 300;
    line-height: 26px;
    text-align : center;
    margin:50px;
    }

label
{
  text-align: left;
  margin-top: 25px;
  margin-bottom: 10px;
}
.full_input
{
  height: 50px;
  width: 100%;
  font-size: 40px;
  padding-bottom: 5px;
  border-width: 0 0 2.5px 0;
    border-color: rgb(150,150,150);
    margin-bottom: 30px;

}

.label
{
    font-size: 35px;
    color: rgb(180,180,180);
    display: block;
    font-weight: lighter;
    margin-bottom: 15px;
}
.day
{
    width: 100%;
    font-size: 25px;
    color: rgb(60,60,60);
    font-weight: 700;
    display: block;
    padding: 20px;
    padding-left: 40px;

    border-style: solid;
    border-color: rgb(170,170,170);
    border-width: 0 0 1.5px 0;

}
.top_half
{
    width: 50%;
    height: 0;
    position: relative;
    top: 0;
    left: 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding-bottom: 43%;

  }
  .bottom_half
{
      padding-top: 50px;
      width: 50%;
      position: absolute;

      right: 0;
      bottom: 0;
      background-size: 100% 100%;
      background-repeat: no-repeat;
      color: white;

            padding-bottom: 0;
    }
.label1
{
    font-size: 25px;
    color: rgba(250,250,250,0.7);

    font-weight: lighter;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
    left: -15px;
    top: 10px;

}
.input
{

  width: calc(100%-117px);
  font-size: 30px;

  border-width: 0;
border-color: rgb(220,220,220);

    background: transparent;
    z-index: 300;
    color: white;

}
.input2
{
  height: 40px;
  width: calc(100%-117px);
  font-size: 40px;

  border-width: 0;
    border-color: rgb(220,220,220);

    background: transparent;
    color: #797979;
    position: relative;
    top: 74px;
    left: 25px;


}


.login_logos
{
  height: 100px;
  width: 82px;

}

.notif_image
{
  height: 161px;
  width: 146px;
  display: inline-block;
}
.feed_social2
{
  height: 52px;
  width: 63px;
  display: inline-block;

}

.small_time
{
  display: inline-block;
  float: right;
  position: relative;
  top: 18px;
  font-size: 24px;
  margin-right: 50px;
}
.message_time
{
  display: block;
  float: right;
  position: relative;

  font-size: 26px;
}

.big_time
{
  display: inline-block;
  position: relative;
  top: -90px;
  font-size: 32px;
  color: #797979;

}
.notif_title
{
  display: inline-block;
  position: relative;
  top: -90px;
  left: 152px;
  font-size: 32px;


}

.type_post
{
	width: calc(90% - 100px);
  position: relative;
  left: 5%;
  border-style: solid;
  border-width: 1.5px;
  border-color: rgb(120,120,120);
  height: 400px;
  border-radius: 50px;
  color: rgb(120,120,120);
  resize: none;
  padding: 50px;
  margin-bottom: 30px;
}

.hidden
{
	display: none;
}
.feed_social
{
	height:  100px;
  width: 250px;
  display: inline-block;
}
.bubble_foot
{
	width: 100%;
  border-style: solid;
  border-width: 0;
  border-color: #797979;
  color: #797979;
  display: flex;
  flex-direction: row;

}
.sixth
{
	display: inline-block;

  margin-left: 25px;
  margin-right: 25px;

}
.bubble_second_foot
{
	width: 100%;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #797979;
  color: #797979;
  padding-bottom: 10px;
}
.third1, .third2, .third3
{
	display: flex;



}
.third1
{
  margin-left: 25px;
  flex-shrink: 0;




}
.third2
{

    display: flex;
    justify-content: center;
    flex-grow: 1;
}
.third3
{
	align-self: flex-end;
  margin-right: 25px;
  flex-shrink: 0;




}
.second_nav_images
{
	margin: 0;
  width: 100%;


}
.second_header
{
  position: fixed;
  top: 0px;
  height: 130px;
  left: 30%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;

}
#connect_menu, #profile_menu, #goals_menu, #events_menu, #connections_menu
{
	display: none;

}
#matches_menu
{
	height: calc(100%-305px);
  width: 100%;
}
#connexions_menu
{

  width: 100%;
  overflow-x: hidden;
}
.popup
{
		position: fixed;
    height: 100%;
		width: 100%;
		margin: 0;
		padding: 0;
		z-index: 1000000;
		top: 0;
		left: 0;
		background-color: #f4f4f4;
		display: none;
    background-size: cover;
    background-repeat: no-repeat;

}
#meeting_attendees
{
		z-index: 1900000;
		
}
#inChat
{
     z-index: 1100000;
	}
  #new_note, #new_meeting, #new_goal
  {
       z-index: 1200000;
  	}
.popup_title
{
	font-size: 40px;
	position: relative;
	top: -58px;
	left: 10px;

}
.back_image
{
	position: relative;
	left: 15px;
}
.top_nav
{
		position: fixed;
    top: 0;
    height: 150px;
		width: 100%;
		margin: 0;
		padding: 0;
		vertical-align: top;
		background-color: #f7f7f7;


}
.calendar_top
{
	
	background-color: #f7f7f7;
	text-align: center;

}
.top_main
{
    height: calc(100% - 150px);
		position: fixed;
    top: 150px;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
    overflow-x: hidden;

}
#enter_code
{
    z-index: 500000;

}
#search_connection_place
{
    height: calc(100% - 250px);
		position: fixed;
    top: 250px;
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
    overflow-x: hidden;
    display: none;


}
.top_main_message
{
    height: calc(100% - 300px);
		position: fixed;
    top: 150px;
		width: 100%;
		margin: 0;
		padding: 0;
    overflow-x: auto;


}
.new_connections
{
    width: 100%;
    display: flex;
    flex-shrink: 0;
    flex-direction: row;
    overflow-x: auto;


}
.not_number
{
    font-size: 30px;
    position: relative;
    left: -30px;
    top: -10px;
    color: #000000;

}
.new_connections_name
{
    display: block;
    font-size: 27px;


}
.new_connections_block
{
    text-align: center;
    margin-left: 40px;


}
.discussions
{
		display: flex;
    width: 100%;
    flex-direction: column;
    overflow-y: auto;

}
.main
{
		position: fixed;
    top: 150px;
    height: calc(100% - 305px);
		width: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		vertical-align: top;
    overflow-x: hidden;


}
#requests_place
{
		display: flex;
    flex-direction: row;
    overflow-x: auto;
    flex-shrink: 0;


}
.request_blocks
{

  flex-shrink: 0;
		height: 540px;
    width: 500px;
    margin: 45px;
    background-color: #fff;
    border-radius: 40px;
    overflow-y: visible;
    text-align: center;
    margin-top: 115px;

}
.fix-main
{
		position: fixed;
    top: 150px;
    height: calc(100% - 150px);
		width: 75%;
		margin: 0;
		padding: 0;
		vertical-align: top;
    overflow: hidden;
    display: flex;
    flex-direction: column;

}
#content_place
{
		position: fixed;
    top: 150px;
    height: calc(100% - 150px);
		width: 75%;
		margin: 0;
		padding: 0;
		vertical-align: top;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;

}
.fix-main2
{
		position: fixed;
    top: 150px;
    height: calc(100% - 150px);
		width: 100%;
		margin: 0;
		padding: 0;
		vertical-align: top;
    overflow: hidden;
    display: flex;
    flex-direction: column;

}
#note_area
{
	width: 90%;
  margin-left: 5%;
  height: 700px;
  border-radius: 40px;
  background-color: #f7f0d6;
  resize: none;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-width: 0;
  padding: 50px;


}
.note_block
{
    display: inline-block;
	width: 43%;
  margin-left: 5%;
  height: 500px;
  border-radius: 40px;
  background-color: #f7f0d6;

  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  border-width: 0;
  position: relative;
  color: #797979;
  margin-top: 50px;
}
.full_bulle_image, .full_bulle_name, .full_bulle_save
{
	display: inline-block;

}
.add_social
{
	display: inline-block;
  height: 120px;
  width: 120px;
  border-radius: 50%;


}
.add_social_hidden
{

  display: none;

}
.full_bulle
{
	position: relative;
	width: 92%;
	left: 4%;
	background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
	border-radius: 30px;
	margin-bottom: 40px;



}
.full_transparent
{
	position: relative;
	width: 92%;
	left: 4%;
  border-style: solid;
  border-color: #797979;
  border-width: 0 0 0.5px 0;


}
#registration_form
{
	display: none;
    position: fixed;
    top: 25%;
    left: 25%;
    width: 50%;
    background-color: white;
    box-shadow: 1px 2px 2px 0;
}
#mobile_cnav
{

    position: fixed;
    top: 20;
    height: 110px;
    right: 50px;
    width: 25%;
    display: flex;
    justify-content: flex-end;




}
#subnav2:hover #subsubnav2
{
	display: block;
}
#subnav8:hover #subsubnav8
{
	display: block;
}
.popup_barre
{
	margin: auto;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
.block_modify
{
	position: relative;
    top: -80px;
}
.modifytext
{
	display: none;
    position: fixed;
    top: 500px;
    left: 25%;
    width: 50%;
    min-height: 250px;
    background-color: rgb(80,80,80);

}
.modifytext_button
{
	display: inline-block;
    position: relative;
    background-color: rgb(80,80,80);
    height: 45px;
    width: 45px;
}
.profile_edit
{
	position: fixed;
    top: 100px;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: rgb(210,210,210);
}
.add_row
{
	height: 80px;
    width: 100%;
    background-color: rgb(210,210,210);

}
.add_in_block
{
    position: relative;
	height: 40px;
    width: 90%;
    left: 5%;
    top: -40px;
    background-color: rgb(210,210,210);

}
.add_in_block_end
{
    position: relative;
    vertical-align: bottom;
	height: 40px;
    width: 90%;
    left: 5%;
    top: 40px;
    background-color: rgb(210,210,210);

}

#profile_section
{
	position: relative;
    top: 65px;
    padding-bottom: 45px;
    }

#envoi_thread
{
    background-color: black;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 400px;

}
.back, #feed
{
    display: none;

}
.subsubnav
{
    display: none;
    position: relative;
    top: 15px;
    left: -40%;
    width: 180%;
    padding-top: 28px;

    background-color: #e1c6b6;
    text-align: center;
    color: black;
    box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
}

.sectionn
{
    display: none;
    width: 100%;

}
#section1
{
    display: block;

}
.fulldiv
{
    display: inline-block;
    width: 100%;

}
.back2
{
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    top: 0;

    background-color: rgb(50,50,50);
    left: 10px;
}
#profile_view
{
    display: none;
    width: calc(100% - 400px);
    position: fixed;
    right: 0;
    top: 100px;


}
.profile_view
{
    display: none;


}


.category_title
{
    position: relative;
    top: -55px;
    left: 7px;

}
h5
{
    font-size: 20px;
    position: relative;
    top: -70px;
    left: 120px;

}
.chat_name
{
    font-size: 40px;
    position: relative;
    top: -60px;
    left: 60px;

}

.chat_image
{
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    top: -37px;
    left: 25px;
    background-size: cover ;
	background-repeat: no-repeat;
	border-radius: 50%;
}
 .tiny_image

{
    display: inline-block;
    height: 250px;
    width: 250px;
	border-radius: 50%;
  position: relative;
  background-size: cover ;
background-repeat: no-repeat;


}


.profile_city

{
   position: relative;
   top: -32px;


}
.super_tiny_image

{
   display: inline-block;
   height: 105px;
   width: 105px;
   background-size: cover ;
 background-repeat: no-repeat;
 border-radius: 50%;
 position: relative;
 left: 12px;
 top: -2px;

}
.super_tiny_image2

{
   display: inline-block;
   height: 105px;
   width: 105px;
   background-size: cover ;
 background-repeat: no-repeat;
 border-radius: 50%;
 position: relative;
 left: 0px;
 top: 0px;
 margin: 25px;

}
.profile_image
{	display: inline-block;
    height: 70px;
    width: 70px;
}
#bande
{
	width: calc(100% + 16px);
	background-color: #e1c6b6;
	padding-bottom: 40px;
    padding-top: 45px;
    min-height: 257px;
    position: relative;
    top: -21.5px;
    left: -8px;
    border-width: 0;
    margin: 0;

}
.bouton_envoi
{
	height: 70px;
    width: 62px;
    position: absolute;
    top: 0;
    right: 0;
	background-repeat: no-repeat;
	background-size: cover;


}
.bouton_envoi2
{
	height: 70px;
    width: 62px;
    position: absolute;
    top: 0;
    right: 62px;
	background-repeat: no-repeat;
	background-size: cover;


}
.bande2
{


    width: 100%;
}


#mobile_footer, #mobile_footer_c
{
    display: none;
}

#addgoal, #addcat
{
	display: none;
	text-align: center;
	background-color: rgb(255,255,255);
	position: fixed;
	width: 80%;
	left: 10%;
	top: 270px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(50,50,50);
	vertical-align: top;
}
#cat
{
	display: none;
}
#c-nav
{
	display: inline-block;
	float: right;
    margin-right: 12px;
}
.c-nav
{
	display: inline-block;
	float: right;
    margin-right: 32px;
}

.form
{

	display: block;

    border-radius: 3px;
    margin: auto;
    position: relative;
    width: 70%;
    left: 0%;
    margin-top: 100px;
    padding: 50px;
    padding-bottom: 100px;
    text-align: left;
    background-color: fff;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    margin-bottom: 50px;
    background-attachment: fixed;
  background-position: center;



}
.login
{
    font-size: 30px;
	display: block;

    border-radius: 3px;

    position: relative;
    width: 70%;
    left: 15%;

    text-align: center;

    margin-bottom: 50px;
    background-attachment: fixed;
  background-position: center;
  color: white;



}
.email_image, .password_image
{
-webkit-transform: scale(0.7); /* Saf3.1+, Chrome */
     -moz-transform: scale(0.7); /* FF3.5+ */
      -ms-transform: scale(0.7); /* IE9 */
       -o-transform: scale(0.7); /* Opera 10.5+ */
          transform: scale(0.7);
}
.login_item
{
    width: 100%;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: rgba(250,250,250,0.8);
    text-align: left;
    position: relative;

}
.search_item
{
    width: 86%;
    border-style: solid;
    border-width: 0 0 2px 0;
    border-color: rgba(0,0,0,1);
    text-align: left;
    position: relative;
    left: 7%;
    display: flex;
    flex-shrink: 0;

}
.div
{
    display: inline-block;
    position: absolute;
    top: 0;
    left: 140px;
    width: calc(100%-140px);
}
.div1
{
    display: inline-block;
    width: 500px;
    position: relative;
    left: 40px;
    top: -18px;
}
#login
{
	display: block;
  overflow-x: auto;
  background-color: #ab7a76;

}
#audioBtn
{
	height: 45px;
    width: 45px;
    background-color: rgb(50,50,50);

}
#goal_options, #habit_options
{
	display: none;
}
#xcross
{
	height: 30px;
	width: 30px;
	background-color: black;
	color: white;
	position: absolute;
	top: 0;
	right: 0;
	padding-top: 8px;
    display: inline-block;

}
.modifygoal
{
	display: none;
}
.sent, .rec
{
	width: 60%;
	float: right;
	background-color: #e1c6b6;
	margin: 20px;
	border-radius: 25px;

    padding: 25px;

}
.rec
{

	float: left;
	background-color: rgb(170,170,170);




}

input:submit
{
		display: none;
}
.chat_head
{
    position: fixed;
    left: 0;
    bottom: 570px;
	width: 600px;
    height: 100px;
    background-color: grey;
}

#envoi_message
{
	width: 100%;
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: rgb(255,255,255);
	padding-top: 20px;
}
.type_msg
{
	width: calc(100%-100px);
	height: 150px;
	position: absolute;
	top: 0;
	left: 0px;
	border-width: 0;
	padding: 20px;
	font-size: 20px;
	resize: none;
}
.type_comment
{
	width: calc(100% - 420px);
	height: 70px;
	position: absolute;
	top: 25px;
	left: 145px;
	border-width: 0;


}
.text_area
{
    height: 100%;
    width: 100%;
    resize: none;
    padding: 20px;
  	font-size: 20px;
    border-width: 0;
}

.showmodifygoal
{
	background-color: grey;
	height: 20px;
	width: 90px;
}
#xcrossb
{
	height: 30px;
	width: 30px;
	background-repeat: no-repeat;
    background-size: cover;
	float: right;

}
#showaddgoal
{
	display: block;
	height: 30px;
	width: 150px;
	background-color: rgb(170,170,170);
	position: fixed;
	right: 0;
	top: 20px;

}
#showaddcat
{
	display: block;
	height: 35px;
	width: 100%;
	border-style: solid;
	border-width: 0 0 1px 0;
	background-color: rgb(50,50,50);
	color: white;
	padding-top: 15px;


}
.notif_category
{

    padding-top: 0;
		    padding-left: 35px;
				height: 165px;
		border-style: solid;
	border-color: rgb(170,170,170);
	border-width: 0 0 1px 0;

    position: relative;



}
.showaddworkshop
{
	display: block;
	height: 30px;
	width: 150px;
	background-color: rgb(170,170,170);
	position: fixed;
	right: 15px;
	top: 215px;

}
.showaddcoupon
{
	display: block;
	height: 30px;
	width: 150px;
	background-color: rgb(170,170,170);
	position: fixed;
	right: 15px;
	top: 250px;

}




.subnav
{
	display: inline-block;
	margin-right: 27px;

	vertical-align: top;
	margin-top: 37px;

}

a
{
	text-decoration: none;
}
.nav_title
{

	text-decoration: none;
    margin-bottom: 27px;
    display: inline-block;


}
.nav_title_gold, .nav_title:hover
{
	color: #e1c6b6;


}
.sub_nav_title
{

	text-decoration: none;
    margin-bottom: 27px;
    display: inline-block;
    cursor: pointer;

}
.sub_nav_title:hover
{

	color: white;


}
.half
{
    display: inline-block;
	width: 45%;
    vertical-align: top;
    background-size: cover ;
	background-repeat: no-repeat;
  margin: 0;

}
.third
{
    display: inline-block;
	width: 30%;
    vertical-align: top;
    background-size: cover ;
	background-repeat: no-repeat;
  margin: 0;
    color: grey;
    padding-left: 35px;

}
.rectangle
{
    width: 90%;
    margin-left: 5%;
    margin-top: 35px;
	border-style: solid;
	border-width: 1px;
	border-color: grey;
	border-radius: 15px;
}
.right_half
{
    display: inline-block;
	width: 45%;
    vertical-align: top;
    background-size: cover ;
	background-repeat: no-repeat;
  margin: 0;
  float: right;
}
.full_image
{
    position: relative;
	width: 90%;
    left: 5%;
    vertical-align: top;
    padding-bottom: 90%;
    background-size: cover ;
	background-repeat: no-repeat;

}
#subnav
{
	background-color: #e1c6b6;
	height: 0;
	width: 260px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
	vertical-align: top;
	text-align: center;
    height: 60px;
    padding-top: 35px;
    cursor: pointer;
}
.subnav_ed
{
	background-color: rgb(50,50,50);
	height: 0;
	width: 260px;
	padding-top: 35px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
	vertical-align: top;
	text-align: center;
    height: 60px;


}
#subnav:hover
{
	background-color: rgb(50,50,50);
	color: #797979;

}
.register_sp
{

	color: white;
	position: relative;


}

header
{
	position: fixed;
    left: 0;
    top: 0;
    height: 80px;
	width: 100%;

	vertical-align: top;
	color: #797979;


    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.8px;
		background-color: #f4f4f4;
}

.admin_nav
{
	position: fixed;
    left: 0;
    top: 104;
    height: 102px;
	width: 100%;
	border-style: solid;
	border-width: 0 0 1px 0;
	border-color: rgb(230,230,230);
	vertical-align: top;
	background-color: rgb(210,210,210);
	color: #797979;

    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.8px;

}


footer
{

	background-color: rgb(10,10,10);
	width: 100%;

	padding-top: 40px;
	padding-bottom: 100px;
	display: inline-block;

}
article
{
	display: inline-block;
	width: calc(100% - 400px);
	border-style: solid;
	border-width: 0 0 0 0;
	border-color: rgb(50,50,50);
	vertical-align: top;
	float: right;
    padding-bottom: 100px;
}
#interface
{
	position: fixed;
	left: 0;
	bottom: 70px;
	width: 600px;
	height: 500px;
	overflow-x: auto;

    padding-bottom: 20px;


}
.circle
{
    display: block;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #e1c6b6;
    color: black;
    text-align: center;
    float: right;
    margin-right: 40px;



}
.circle2
{
    display: inline-block;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    background-color: #e1c6b6;
    color: black;
    text-align: center;

    margin-left: 5px;
    margin-top: -10px;


}
.chat_now
{

	background-color: grey;
	vertical-align: bottom;
}
nav
{
	position: fixed;
    left: 0;
    top: 100px;
    background-color: antiquewhite;
	width: 400px;
	vertical-align: top;
    max-height: 35%;
    overflow-x: auto;
}

.goal
{
	padding: 30px;
    margin-left: 50px;
    background-color: #f7f7f7;
    border-radius: 50px;
}

.category
{

    padding-top: 20px;
		    padding-left: 35px;
				height: 180px;
		border-style: solid;
	border-color: rgb(170,170,170);
	border-width: 0 0 1px 0;

    position: relative;



}
.tab
{

    padding-top: 20px;
		    padding-left: 35px;

		border-style: solid;
	border-color: rgb(170,170,170);
	border-width: 0 0 1px 0;
  font-size: 50px;

}
.cat
{
	display: none;
}
#category0
{
	display: block;
}
.categories
{
    display: none;
    width: 17%;
    height: 0;
    padding-bottom: 17%;
    margin: 10px;

    vertical-align: top;

}
.interface_message
{
		display: none;
    background-color: white;
    width: 100%;
    position: absolute;
    top: 0;

    overflow: scroll;

}
.block3, .block4
{
	display: inline-block;
	width: 30%;
	margin-left: 2.5%;
	margin-top: 15px;

}
.image
{
	height: 300px;
  width: 300px;
  display: inline-block;

  vertical-align: top;
	background-size: cover ;
	background-repeat: no-repeat;

  border-radius: 50%;
  margin-top: 25px;
}
#previous_event
{
	display: inline-block;

	width: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(50,50,50);
	vertical-align: top;
	text-align: center;
	color: black;
	padding-top: 8px;
    padding-bottom: 8px;

}
#next_event
{
	display: inline-block;

	width: 150px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(50,50,50);
	float: right;
	vertical-align: top;
	text-align: center;
	color: black;
	padding-top: 8px;
    padding-bottom: 8px;

}
#bigimage
{
	display: inline-block;
	width: calc(100% - 340px);

	background-size: cover ;
	background-repeat: no-repeat;
    padding: 0;
    margin-bottom: 0;

}
.bigbigimage
{
    width: 100%;

}

#bigimage2
{
	display: inline-block;
	width: 38%;
	padding-bottom: 40%;
	background-color: rgb(50,50,50);
	background-size: cover ;
	background-repeat: no-repeat;

}
#footer1
{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin: 0;
	color: white;
	margin-bottom: 30px;
}
#footer2
{
	margin-top: -18px;
	display: inline-block;
	vertical-align: top;
	width: 22%;
	color: white;
    position: relative;
    left: 5%;
    margin-bottom: 30px;
	}
#footer3
{
	margin-top: -18px;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	color: white;
    position: relative;
    left: 5%;
	}
.button_beige
{
	height: 29px;
	width: 320px;
	background-color: #e1c6b6;
	text-align: center;
	vertical-align: bottom;
	padding-top: 11px;
	margin-top: 30px;
    display: inline-block;
    cursor: pointer


}

.button_beige:hover
{
	color: #e1c6b6;
    background-color: white;
    border-color: #e1c6b6;
    border-style: solid;
    border-width: 1px;


}

#button_black
{
	height: 50px;
	width: 30px;
	background-color: rgb(50,50,50);
	text-align: center;

}
#button_title
{
	font-size: 18px;
	color: #212121;
}

#about
{
	display: inline-block;
	vertical-align: top;
	width: 58%;
	border-style: solid;
	border-width: 0;
	border-color: rgb(200,200,200);
	padding-top: 11px;
	padding-bottom: 11px;

}
#cover
{
	width: 100%;
	padding-bottom: 50%;
	background-size: cover ;
	background-repeat: no-repeat;
}
#coursenav
{
	display: inline-block;
	vertical-align: top;
	width: 300px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(200,200,200);

	padding-bottom: 11px;
    margin-bottom: 35px;
	float: right;
}
#subnavs
{
	background-color: #f7f7f7;

	width: 260px;
	display: inline-block;
	margin-left: 20px;
	margin-top: 20px;
	vertical-align: top;
    height: 60px;
}
#descr
{
	color: #797979;
}
section
{

  position: fixed;
  top: 140px;
  left: 25%;
  height: -moz-calc(100% + 140px);
  height: -webkit-calc(100% - 140px);

  height: calc(100% - 140px);
  width: 75%;
  overflow-y: auto;
  overflow-x: hidden;
}

.header_logo_image
{
    height: 97px;
    width: 110px;
    border-radius: 50%;

}
.header_logo_image2
{
    height: 97px;
    width: 120px;
    border-radius: 50%;

}
.admin_section
{
	margin-top: 130px;
	width: 60%;
	position: relative;
	left: 20%;
	vertical-align: top;
	padding-bottom: 40px;

}
#logo_image
{
	height: 75px;
    width: 270px;
    background-size: cover ;
	background-repeat: no-repeat;
	position: relative;
	top: 20px;
}
#logo_imageb
{
	height: 200px;
    width: 200px;

}
.bouton
{



    display: inline-block;
    background-color: #27181f;
    text-align: center;

    border-radius: 50px;
    margin:auto;
    margin-top: 45px;
    margin-bottom: 60px;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 90px;
      padding-right: 90px;
      color: #fff;
      cursor: pointer;

      
      font-weight: 900;



}
.bouton:hover
{

    color: white;
    background-color: #e1c6b6;

}

#bande_black
{
    min-height: 257px;
	width: calc(100% + 16px);
	background-color: #212121;
	vertical-align: top;
	color: white;
	padding-bottom: 20px;
    padding-top: 25px;
    position: relative;
    top: -21.5px;
    left: -8px;
}
#c-bande
{
	width: 40%;
	position: relative;
	left: 22.5%;
	height: 100%;
	vertical-align: top;
    text-align: left;

}
#c-footer
{
	width: 60%;
	position: relative;
	left: 20%;
	height: 100%;
	vertical-align: top;
	padding-top: 30px;

}
.footer_title
{
	font-size: 34px;
	line-height: 70px;

}
.footer_text
{
	font-size: 18px;
    line-height: 31px;
}
h1
{


	color: rgb(50,50,50);

    font-size: 42px;
    color: white;
    font-weight: 100;
    line-height: 61px;
	letter-spacing: -1.9px;

}

.p1
{


	color: rgb(50,50,50);
	top: 70px;

    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 300;
    line-height: 24.5px;
    text-transform: uppercase;
}

.barre
{
	width: 90%;
  position: relative;
  margin: auto;
	background-color: #e2c7b6;
	border-radius: 80px;
	padding-top: 10px;
  color: #797979;

    margin-bottom: 27px;

}
.profile_request
{
    height: 80px;
    margin: 25px;

}
.bulle
{

  display: inline-block;
	background-color: #27181f;
	text-align: center;

	border-radius: 50px;
	margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: #c2854f;
    color: #e2c7b6;
    cursor: pointer;
    font-weight: lighter;
    font-size: 36px;


}
.bulle_grise
{

  display: inline-block;
	background-color: #f4f4f4;
	text-align: center;

	border-radius: 50px;
	margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: #c2854f;
    color: #e2c7b6;
    cursor: pointer;
    font-weight: lighter;
    font-size: 36px;


}
.request_foot
{

  margin: auto;
  margin-top: 50px;
  margin-bottom: 20px;

}
.bulle_right
{

  display: inline-block;
	background-color: #27181f;
	text-align: center;

	border-radius: 50px;
	margin-right: 5%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: #918b8d;
    color: #c2854f;
    color: #e2c7b6;
    cursor: pointer;
    font-weight: lighter;
    font-size: 36px;
    float: right;

}
.bulle2
{

  display: inline-block;
	background-color: #27181f;
	text-align: center;

	border-radius: 50px;
	margin-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
    color: #c2854f;
    color: #e2c7b6;
    cursor: pointer;
    font-weight: lighter;
    font-size: 36px;

}
.altbulle
{
	float: right;
  display: inline-block;
	background-color: #27181f;
	text-align: center;
  margin-top: 10px;
	border-radius: 50px;
	margin-right: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: #c2854f;
    color: #e2c7b6;
    cursor: pointer;
    font-weight: lighter;
    font-size: 36px;

}
.submit_request
{
	float: right;
  display: inline-block;
	background-color: #27181f;
	text-align: center;

	border-radius: 25px;
	margin-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    color: #c2854f;
    color: #e2c7b6;
    cursor: pointer;
    margin-top: 40px;
    font-size: 30px;

}

.bulle:hover
{
background-color:#27181f;
color: #e2c7b6;

}
.bulle_gauche
{
  display: inline-block;
	float: left;
	height: 25px;
	background-color: white;
	text-align: center;
	padding-top: 6px;
	border-radius: 25px;
	margin-left: 15px;
	padding-left: 10px;
    padding-right: 10px;
	text-transform: uppercase;
    cursor: pointer;
}
.textbulle
{
	color: rgb(70,70,70);
	font-size: 34px;
  position: relative;
  top: -5px;

}
#p6
{
    text-align: center;
	color: #797979;

	position: relative;
	font-size: 12px;
	top: -50px;
    left: 30px;

}
h6
{
	font-size: 13px;
	color: rgb(0,0,0);
	font-family: "Lato";
	position: relative;
	top: -25px;
	left: 20px;
}
#bouton_nav, #boutonx
{
	display: none;
    position: absolute;
    right: 26px;
    top: 26px;
    height: 50px;
    width: 50px;
    background-size: cover;
    background-repeat: no-repeat;

}
#boutonx
{
	position: fixed;

}


#logob
{
	position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 30px;
    height: 200px;
    width: 200px;

}
.pointer
{
    cursor: pointer;
    font-weight:900;

}
.subnavm
{

    display: block;
    margin-top: 10px;
    margin-left: 20px;
    font-size: 15px;


}

h4
{

    font-size: 45px;
}
h3
{

    font-size: 20px;
}
a
{
    color: #797979;

}
@media only screen and (max-width: 2100px)
{

    #c-bande
{

	width: 50%;
	left: 17.5%;
}
}
@media only screen and (max-width: 1800px)
{
    .note_block
{
    width: 90%;
}
    #c-bande
{

	width: 55%;
	left: 12.5%;
}
}
@media only screen and (max-width: 1500px)
{

    #c-bande
{

	width: 65%;
	left: 7.5%;
}
    .hidden_navs
{
	display: none;
}
    #c-nav
{

    margin-right: 0;
}
}
@media only screen and (max-width: 1100px)
{
	.block3
{
	display: inline-block;
	width: 40%;
	margin-left: 5%;
}


 #footer1, #footer2, #footer3
{
	width: 90%;
    left: 5%;
    margin-left: 0;
    margin-right: 0;
}
}
@media only screen and (max-width: 750px)
{
     .hidden_nav
{
	display: none;
}
}
@media only screen and (max-device-width: 600px)
{

  #login
  {
      font-size: 40px;
    background-color: #cb9c8a;

  }
  .label1
{
    font-size: 35px;
}
.email_image, .password_image
{
-webkit-transform: scale(1); /* Saf3.1+, Chrome */
     -moz-transform: scale(1); /* FF3.5+ */
      -ms-transform: scale(1); /* IE9 */
       -o-transform: scale(1); /* Opera 10.5+ */
          transform: scale(1);
}
.input
{
    font-size: 40px;
}
.bouton
{

    margin-top: 65px;
    margin-bottom: 100px;
    padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 120px;
      padding-right: 120px;
}
}
@media only screen and (max-width: 900px),(max-device-width: 600px)
{
  .bottom_half
  {
      width: 100%;
      position: relative;
      bottom: 1px;



    }
    .fix-main
    {
    		position: fixed;
        top: 300px;
        height: calc(100% - 505px);
    		width: 100%;
    		margin: 0;
    		padding: 0;
    		vertical-align: top;
        overflow: hidden;
        display: flex;
        flex-direction: column;

    }
    #content_place
{
		position: fixed;
    top: 300px;
    height: calc(100% - 505px);
		width: 100%;
		margin: 0;
		padding: 0;
		vertical-align: top;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;

}
    .fix-main2
    {
    		position: fixed;
        top: 150px;
        height: calc(100% - 150px);
    		width: 100%;
    		margin: 0;
    		padding: 0;
    		vertical-align: top;
        overflow: hidden;
        display: flex;
        flex-direction: column;

    }
    .top_half
    {
        width: 100%;
        padding-bottom: 86%;

      }

	.block3, .block4
{
	display: inline-block;
	width: 90%;
	margin-left: 5%;
    margin-bottom: 50px;
    margin-top: 0;
    position: relative;
    top: 90px;

}
#logo
{

    display: inline-block;

    margin-left: 20px;

}
#logo2
{
  display: none;
}
.second_header
{
  position: fixed;
  top: 155px;
  height: 130px;
  left: 4%;
  width: 92%;
  display: flex;
  justify-content: center;


}

    h5
{
    left: 145px;

}


#coursenav, #c-footer
{
	width: 100%;
    left: 0;
}
    #bigimage
{
	width: 100%;
    margin-bottom: 40px;


}
#bouton_nav, #boutonx
{
	display: block;
}
#c-bande
    {
	   width: 85%;
        left: 7.5%;
    }
		.fourth
		    {
			   width: 24%;
		     display: inline-block;
				 margin: 0;
         top: 0;

				}
.subnav
{
	display: none;
}

#logo
{
    height: 60px;
    width: 60px;
    position: relative;
		top: 5px;

}
#mobile_footer
{
    display: block;
	position: fixed;

    height: 120px;
    bottom: 0;
    left: 0;
    background-color: rgb(50,50,50);

    left: calc((100% - 360px)/2);
}
    #mobile_footer_c
{
    display: block;
	position: fixed;
    background-color: rgb(50,50,50);
    height: 120px;
    bottom: 0;
    left: 0;

    width: 100%;
}


    nav
{
	display: block;
    overflow-x: auto;

}
        #audioBtn
{
    position: relative;
    top: 150px;

}
  .profile_view
{
	width: 100%;
	height: 100%;

}
#envoi_message
{
	width: 100%;
	height: 100px;


}
.main
{
    height: calc(100% - 250px);


}
    .type_msg
{

	height: 100px;
    width: calc(100% - 200px);


}
        .bouton_envoi
{

	height: 100px;
    width: 88px;


}
.bouton_envoi2
{
	height: 100px;
    width: 88px;

    right: 88px;


}


#subnavs, #subnav
{
	width: 80%;
    margin-left: 10%;
}
    .chat_head
{
	width: 100%;
    height: 100px;
    background-color: grey;
    position: fixed;
    left: 0;
    top: 100px;


}

.back, .back2
{
    display: inline-block;
    height: 40px;
    width: 40px;
    position: relative;
    top: 0;

    background-color: rgb(50,50,50);
    left: 10px;
}
        #xcross
{
    display: none;

}
  .profile_view
{
    position: relative;
    top: 100px;

}
        footer
{

    position: relative;
    top: 20px;


}
#mobile_nav
{

    bottom: 0;
    top: unset;
    width: 100%;
    height: 140px;
    background-color: #27181f;
}
.menu_image
{
    height: 100%;
		width: 100%;
    border-radius: 50%;

}
.menu_container
{
    height: 100px;
		width: 100px;
		margin: auto;
		position: relative;
		top: 20px;

}
#mobile_cnav
{
    position: unset;
    display: block;
    margin-right: 15px;
    top: unset;
    right: unset;
    height: unset;
    width: unset;
    position: unset;

}
header
{
		height: 130px;
		top: 30px;
		border-width: 0;
}

.header_logos
{
    display: inline-block;
		margin-top: 3px;

}

section
{
    position: fixed;
    top: 300px;
		left: 0;
    height: -moz-calc(100% + 485px);
  	height: -webkit-calc(100% - 485px);

		height: calc(100% - 440px);
		width: 100%;

}
#right_scroll
{
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
  width: 100vw;
  height: calc(100% - 526px);
  overflow: auto;
  position: fixed;
  top: 305px;
}

}
@media only screen and (max-device-width: 600px)
{
        #chat_footer, #messages_footer, #members_footer
{

    height: 250px;
    width: 250px;

}
#mobile_nav
{
    height: 220px;

}

body
{
    font-size: 37px;

}
.menu_container
{
    height: 180px;
		width: 180px;
		top: 20px;


}


.sent, .rec
{

    padding-left: 50px;
    padding-right: 50px;
    font-size: 35px;

}


    #envoi_message
{
	height: 150px;
}
     .type_msg
{

    width: calc(100% - 300px);
    height: 150px;
    font-size: 30px;

}
         .bouton_envoi
{
	height: 150px;
    width: 132px;

}

.bouton_envoi2
{
	height: 150px;
    width: 132px;

    right: 132px;


}
#bande, #bande_black
{
    min-height: 500px;
    top: 140px;
}



    #logo
{

    margin-top: 0;
    height: 200px;
    width: 200px;
}


    #logo_image
{
	height: 100px;
    width: 370px;
    top: 0;

}
    #bouton_nav, #boutonx
{
	height: 150px;
    width: 150px;
    top: 45px;
    right: 45px;
}

   .chat_head
{
	height: 150px;

    top: 240px;

}

    #xcross
{

    height: 100px;
    width: 100px;
}
    .subnavm
{

    font-size: 25px;
    margin-left: 50px;

}


    .form
{

    font-size: 30px;
}
        .label
{

    font-size: 28px;
}


    .nav_title
{
	font-size: 40px;
}


    #mobile_footer
{
    height: 250px;

    left: calc((100% - 756px)/2);
}
    #mobile_footer_c
{
    height: 250px;

}
.block4, .profile_view
{
	position: relative;
    top: 220px;

}



    h5
{
    font-size: 45px;
    top: -160px;
    left: 315px;

}
.main
{
    height: calc(100% - 300px);


}
        .profile_names
{
    font-size: 40px;

}
           .back, .back2
{
    height: 90px;
    width: 90px;
    top: 0;
    left: 30px;

}
               .category_title
{
    font-size: 30px;
		top: -92px;
		left: 15px;

}

.category_content
{
	display: block;
	position: relative;
font-size: 35px;
top: -82px;
left: 183px;
color: #414141;

}
               .chat_image
{
    height: 120px;
    width: 120px;
    left: 30px;
		top: -10px;

}
    .profile_image
{
    height: 120px;
    width: 120px;
}
    .circle
{
    font-size: 30px;
	height: 55px;
    width: 55px;
}
section
{
	height: -moz-calc(100% + 532px);
	height: -webkit-calc(100% - 532px);
	height: calc(100% - 522px);
	top: 300px;
}
#goals_menu, #profile_menu
{
	height: -moz-calc(100% - 370px);
	height: -webkit-calc(100% - 370px);
	height: calc(100% - 370px);
	top: 138px;
}

.circle2
{

    height: 55px;
    width: 55px;



}
    footer
{


    top: 175px;


}



p
{
    font-size: 25px;
    line-height: 39px;


}

}

@media only screen and (max-device-width: 600px)
{


  }
