/* font-family: 'Pacifico', cursive; */
/* font-family: 'Merriweather', serif; */

@font-face {
    font-family: 'Segoe UI Regular';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Segoe UI Regular'), url('../fonts/Segoe UI.woff') format('woff');
}
    

@font-face {
    font-family: 'Segoe UI Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Segoe UI Italic'), url('../fonts/Segoe UI Italic.woff') format('woff');
}
    

@font-face {
    font-family: 'Segoe UI Bold';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Segoe UI Bold'), url('../fonts/Segoe UI Bold.woff') format('woff');
}
    

@font-face {
    font-family: 'Segoe UI Bold Italic';
    font-style: normal;
    font-weight: normal;
    src: local('../fonts/Segoe UI Bold Italic'), url('../fonts/Segoe UI Bold Italic.woff') format('woff');
}

body{
	font-size: .875rem;
    font-weight: 400;
    line-height: 1.4285714;
}
h1{
	font-size: 1.65rem;
    color: #ff9770;
}
h2{
	font-size: 1.25rem;
    color: #ff9770;
}
h4{
	font-size: 1.15rem;
    color: #222222;
	font-weight: 400;
}
html body.page-login{
	
  margin:0;
  padding:0;
  -webkit-background-size: cover; /* pour Chrome et Safari */
  -moz-background-size: cover; /* pour Firefox */
  -o-background-size: cover; /* pour Opera */
  background-size: cover; /* version standardisée */

}
body{
	background-color: #F8F9FA;
}
.page-settings{
	background: #f3f2ef;
}
.pacifico{
	font-family: 'Segoe UI Bold';
}

.container{
	margin-top: 35px;
	max-width: 1140px;
}

.avatar {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    border-radius: 50%;
    display: inline-block;
    background: #ced4da no-repeat center/cover;
    position: relative;
    text-align: center;
    color: #868e96;
    font-weight: 600;
    vertical-align: bottom;
    font-size: .875rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


/*editor ace*/
#editor { 
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	min-height: 300px;
    border-radius: 0.25rem;
}

.error{
	color: #b71234;
}
.card{
	/* box-shadow: 2px 3px 9px 1px rgb(226 226 226); */
    /* padding: 20px; */
    /* border-radius: 13px; */
	/* border: none; */
	min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
	border: 1px solid rgba(101,109,119,.16);
    border-radius: 4px;
}
.card.options{
	width: 180px;
}
.card-header, .card-footer{
	background: #FFFFFF;
}

#textbox{
	text-align: left;
}
#textbox .modal-content{
    background: #f4f4f4;
}
#textbox textarea,#textbox  input{
    border-radius: 5px!important;
	border: none!important;
}
#textbox .btn{
	border-radius: 30px;
}
.post{
	background: #ffffff;
    box-shadow: 0 1px 0.5px #9e9e9e;
    margin-bottom: 30px;
    border-radius: 7.5px;
}
.post .message{
	padding: 15px 10px 10px 10px;
	text-align: left;	
}
.post .image{
	text-align: center;
}
/* .post:nth-child(even) { */
	/* margin-left:33%; */
/* } */
/* .post:nth-child(odd){ */
	/* margin-right: 33%; */
/* } */
.post .author{
	font-family: 'Pacifico';
    text-align: right;
    padding-right: 20px;
    padding-bottom: 15px;
    font-size: 20px;
}
.editor{
	display: flex;
}
.editor .textarea{
	flex: auto;
}
#load_options{
	background: #e0e0e0;
    width: 100%;
    height: 160px;
    position: absolute;
    top: -63px;
    left: 0;
    display: none;
    overflow-y: auto;
}
.add{
	cursor: pointer;
	padding: 0 5px 0 5px;
}
.add-emoji{
	cursor: pointer;
	font-size: 30px;
}
#result-gif div{
	display: inline-block;
	cursor: pointer;
	padding: 3px;
	
}
#preview-image{
	display: none;
	text-align: center;
    margin-bottom: 15px;
    background: #ffffff;
    padding: 10px;
	position: relative;
}
.remove-gif{
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.asset.image{
	height: 95px;
    width: 95px;
	cursor: pointer;
	display: inline-block;
	margin: 6px;
}
.asset.gradient{
	height: 95px;
    width: 95px;
    border-radius: 50px;
	cursor: pointer;
	display: inline-block;
	margin: 6px;
}
.asset.active{
	border: 2px solid #000000;
}
/* https://webgradients.com/ et bgimage*/
.warm_flame{
	background-image: linear-gradient(45deg, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}
.night_fade{
	background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}
.spring_warmth{
	background-image: linear-gradient(to top, #fad0c4 0%, #ffd1ff 100%);
}
.juicy_peach{
	background-image: linear-gradient(to right, #ffecd2 0%, #fcb69f 100%);
}
/* fin gradient et bgimage */
.alert-dark{
	background-color: #212529;
    color: #FFF;
    font-size: 18px;
}
.text-yellow{
	color: #ffeb3b;
}
.bs-none{
	box-shadow: none;
}
.sharer{
	font-size: 50px;
    padding: 10px;
}
.sharer.fb a{
	color: #385898;
}
.sharer.wa a{
	color: #00e676;
}
.sharer.em a{
	color: #222222;
}
#switch_explain{
	padding-left: 40px;
}

.accordion-header{
	box-shadow: rgb(35 46 60 / 4%) 0 2px 4px 0;
    border: 1px solid rgba(101,109,119,.16);
}