* {
	box-sizing: border-box;
}

button, input, select, textarea, optgroup {
	font: inherit;
	font-size: inherit;
	margin: 0;
	margin-left: 0px;
}

textarea {
	overflow: auto;
}

/* Masquer l'Iframe */
#iframe {
    position: absolute;
    bottom: 0;
    left: -10px;
}

/* #player *:not(i) {
	font-family: Arial,Helvetica,sans-serif;
}  */

/*--------------------------------*/
/*----- PLAYER -----*/
/*--------------------------------*/

.video-js,
.vjs-poster,
.vjs-poster img,
.vjs-tech {
    border-radius: 15px !important;
}

.video-js .vjs-control-bar::before {
	border-radius: 0 0 15px 15px !important;
}

/* Play button to launch video */
.video-js .vjs-big-play-button {
	border-radius: 90px;
	font-size: 5em;
	height: 100px;
	width: 100px;
	margin: 0;
	transform: translate(-50%, -50%);
	line-height: 1.85em;
	transition: all ease 0.3s;
	background-color: rgba(87, 87, 87, 0.7);
	border: .06666em solid #818181;
}

.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
  background-color: rgba(173, 173, 173, 0.5);
  transition: all ease 0.3s;
}

/* Hide the controlbar or not */
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
  opacity: 1;
}

/* Main controlbar */
.video-js .vjs-control-bar {
  /* height: 50%; */
  background-color: transparent;
  /* background-color: rgb(0, 55, 255); */
  height: 4.1em;
  padding: 0 1em;
}

/* Gradient controlbar */
.video-js .vjs-control-bar::before {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 500%;
	background-color: #2b333f;
	background-color: rgba(43,51,63,.7);
	background: linear-gradient(
	  to top,
	  rgb(0, 0, 0),
	  rgba(255, 0, 0, 0)
	)
}

/* Size of control icons (play, pause, volume...) */
.vjs-button > .vjs-icon-placeholder::before {
	font-size: 2.5em;
	/* line-height: 1.67; */
}

/* Line height for live elements/icons */
.video-js .vjs-live-control {
	/* font-size: 1em; */
	line-height: 4.1em;
}

/* Volume bar */
.vjs-volume-bar.vjs-slider-horizontal {
	height: 0.85em;
}

.video-js .vjs-slider {
  background-color: #73859f;
  background-color: transparent;
}

.video-js .vjs-time-control {
  line-height: 4.1em;
}

.video-js .vjs-control.vjs-visible-text {
    /* width: 4em; */
	width: 41px;
}

/*--------------------------------*/
/*----- CSS hors skin player -----*/
/*--------------------------------*/

.custom-buttons {
	cursor: pointer;
}

.custom-buttons svg path {
	fill: rgb(255, 255, 255);
	transition: all ease 0.3s;
}

.custom-buttons:hover svg path {
	fill: rgb(189, 189, 189);
}
  
/* .overlay-video {
position: relative;
} */

/* .vjs-control-bar {
transform: inherit !important;
} */

.languages-button-controlbar {
	margin-right: 1px !important;
}

.polling-button-controlbar {
	margin-right: 5px !important;
}

/*-----------------------------------------------------*/
/*------- DESIGN DES ÉLÉMENTS AJOUTÉS AU PLAYER -------*/
/*-----------------------------------------------------*/

/*------------------------------*/
/*------- BOUTON AJOUTÉS -------*/
/*------------------------------*/

.like-button-controlbar,
.form-button-controlbar,
.languages-button-controlbar,
.current-question-button-controlbar {
	padding: 0px 0.4em !important;
}
  
/*--------------------------------*/
/*------- MENU EMOJIS -------*/
/*--------------------------------*/

.bloc-menu-emojis-on-video {
	position: absolute;
	bottom: 2.5em;
	left: 50%;
	width: 95%;
	transform: translateX(-50%);
	display: none;
}
	
.menu-emojis-on-video {
	height: 45px;
	background-color: rgb(51, 51, 51);
	border-radius: 20px;
	padding: 0.5em;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.menu-emojis-on-video button {
	padding: 0 0.3em;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	color: rgb(32, 32, 32);
	background-color: inherit;
	transition: all ease 0.3s;
	position: relative;
	font-size: 2.8em;
}

.menu-emojis-on-video button.emoji-heart {color: #f10000;}
.menu-emojis-on-video button.emoji-heart:hover {color: #ce0000;}
.menu-emojis-on-video button.emoji-thumb {color: #0099f1;}
.menu-emojis-on-video button.emoji-thumb:hover {color: #007ec7;}
.menu-emojis-on-video button.emoji-smile {color: #ffd900;}
.menu-emojis-on-video button.emoji-smile:hover {color: #d4c600;}
.menu-emojis-on-video button.emoji-angry {color: #f37752;}
.menu-emojis-on-video button.emoji-angry:hover {color: #cc6445;}
.menu-emojis-on-video button.emoji-lol{color: #6ce968;}
.menu-emojis-on-video button.emoji-lol:hover {color: #5ac556;}
.menu-emojis-on-video button.emoji-clappinghands{color: #f52fc7;}
.menu-emojis-on-video button.emoji-clappinghands:hover {color: #d124a9;}
.menu-emojis-on-video button.blocked-emojis {color: #d54848;}
.menu-emojis-on-video button.blocked-emojis:hover {color: #c62c2c;}

.menu-emojis-on-video button.blocked-emojis {
	border-right: 2px solid #fff;
	border-radius: 0;
	padding-right: 0.5em;
	position: relative;
}

.menu-emojis-on-video button.blocked-emojis::before {
	content: "";
	width: 34px;
	height: 5px;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 43%;
	left: 43%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-emojis-on-video button.blocked-emojis::after {
	content: "";
	width: 34px;
	height: 5px;
	border-radius: 20px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 43%;
	left: 43%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.menu-emojis-on-video .tooltip-text-emojis {
	visibility: hidden;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 130px;
	background-color: #555;
  	color: #fff;
	text-align: center;
	font-size: 0.5em;
	padding: 0.7em 1em;
	border-radius: 5px;
	position: absolute;
	top: -60px;
  	left: -40px;
	z-index: 1;
	opacity: 0;
  	transition: all ease 0.3s;
}

.menu-emojis-on-video button.blocked-emojis:hover  .tooltip-text-emojis {
	visibility: visible;
  	opacity: 1;
}

.emojis-disabled {
	color: #555 !important;
}
  
/*--------------------*/
/*------- FORM -------*/
/*--------------------*/

.bloc-form-in-video {
	font-family: Arial,Helvetica,sans-serif;
	/* overflow: hidden; */
	padding: 0.4em;
	/* height: 100% !important; */
	/* max-height: inherit !important; */
	padding: 0.4em 1em 0em 0em;
	position: absolute; 
	/* bottom: 2.9em;  */
	top: 0px;
	right: 0px; 
	width: 480px; 
	height: calc(100% - 4.4em);
}

.bloc-form-in-video p,
.bloc-form-in-video span,
.bloc-form-in-video div,
.bloc-form-in-video input,
.bloc-form-in-video label,
.bloc-form-in-video textarea {
	font-family: Arial,Helvetica,sans-serif;
}

.bloc-form-in-video .formInVideo {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: left;
	margin-bottom: 0;
	/* padding: 0.4em 1em 0.4em 0.4em; */
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

/* .textarea-send-button .submit-button {
	float: right;
	margin-right: 8px;
} */

.formInVideo input,
.formInVideo textarea {
	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 30px;
	font-size: 1.5em;
	border: 2px solid #494949;
	height: 38px;
}

.formInVideo input {
	width: 60%;
	margin-bottom: 5px;
	transition: all ease 0.3s;
	padding: 0.6em 1em;
	margin: 0px;
}

.formInVideo textarea {
	width: 90%;
	resize: none;
	padding-top: 6px;
	padding-left: 0.8em;
	overflow: auto;
	transition: all ease 0.3s;
	line-height: 1.6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.formInVideo textarea:focus {
	outline: none;
	border-color: inherit;
	box-shadow: none;
}

.formInVideo input:hover,
.formInVideo textarea:hover {
	border: 2px solid #fff;
}

.formInVideo ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.formInVideo ::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.formInVideo :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.formInVideo ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.formInVideo ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #fff;
	opacity: 1; /* Firefox */
}

.formInVideo :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #fff;
}

.formInVideo ::-ms-input-placeholder { /* Microsoft Edge */
	color: #fff;
}

/* Permet de cacher l'animation de l'icone emoji permettant d'ajouter des emojis dans le texte */
.video-js {
	overflow: hidden;
}

.bloc-emojis-player {
	position: absolute;
	top: 200px;
	right: 6px;
	z-index: 3;
	color: rgb(218, 218, 218);
	background-color: transparent;
	/* padding: 0.4em; */
	font-size: 3.8em;
	width: 38px;
	height: 38px;
	cursor: pointer;
	transition: all ease 0.3s;
	border-radius: 20px;
	/* display: none; */
	opacity: 0;
}

.bloc-emojis-player:hover {
	color: rgb(153, 153, 153);
}

.textarea-send-button {
	/* position: absolute;
	left: 0px;
	bottom: 0px; */
	position: relative;
	width: 100%;
	padding-right: 0.6em;
	margin-top: 5.5px;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.textarea-send-button textarea {
	/* float: left; */
}

.formInVideo button {
	/* animation: wrong-message; */
	-webkit-animation-iteration-count: 1;
			animation-iteration-count: 1;
	-webkit-animation-duration: 3s;
			animation-duration: 3s;
	-webkit-animation-timing-function: ease;
			animation-timing-function: ease; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
	-webkit-animation-fill-mode: forwards;
			animation-fill-mode: forwards;
}
  
.formInVideo button {
	padding-right: 8px;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	color: rgb(32, 32, 32);
	background-color: rgb(218, 218, 218);
	transition: all ease 0.3s;
	position: relative;
	width: 38px;
	height: 38px;
	font-size: 2.1em;
	/* position: absolute;
	top: 2px;
	right: 10px; */
}

.formInVideo button.submit-button {
	color: rgb(71, 71, 71);
	background-color: rgb(218, 218, 218);
}

.formInVideo button.submit-button:hover {
	color: rgb(32, 32, 32);
	background-color: rgb(168, 168, 168);
}

.formInVideo button.submit-button-error {
	color: rgb(255, 255, 255);
	background-color: rgb(245, 41, 41);
	float: right;
}

.formInVideo button.submit-button-success {
	color: rgb(32, 32, 32);
	background-color: #71fd83;
	float: right;
}

/*-------------------------*/
/*------- FREE CHAT -------*/
/*-------------------------*/

.container-free-chat-in-video {
	height: calc(100% - 47.5px);
	margin-bottom: 5px;
}

.content_free_chat_in_video {
	height: 100%;
	padding-top: 3em;
	overflow: auto;
	-ms-overflow-style: none;  /* IE and Edge */
	scrollbar-width: none;  /* Firefox */
	-webkit-mask-image: linear-gradient(to top, black 80%, transparent);
	mask-image: linear-gradient(to top, black 80%, transparent);
	/* background-color: rgba(255, 0, 0, 0.4); */
}

.content_free_chat_in_video::-webkit-scrollbar {
	display: none; /* Safari and Chrome */
}

/* .container-free-chat-in-video .bloc-first-letter-left {
	display:none;
}

.container-free-chat-in-video .bloc-first-letter-right {
	float: right;
} */

.content_free_chat_in_video .questions {
	padding: 0.4em 0em;
	/* padding-bottom: 1.2em; */
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}

.container-free-chat-in-video .bloc-first-letter {
	border-radius: 30px;
	width: 100%;
    max-width: 28px;
    height: 28px;
	display: flex;
	align-items: center;
	text-align: center;
	margin-right: 5px;
}

.container-free-chat-in-video .first-letter {
	font-weight: bold;
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	margin: auto;
}

/* .content_free_chat_in_video .questions {
	padding: 0.5em 0em;
} */

/* .container-free-chat-in-video .float-left {
	float: right;
	max-width: 85%;
} */

.container-free-chat-in-video .bloc-pseudo-question-vote {
	/* overflow: auto; */
	background-color: rgba(0, 0, 0, 0.5);
	/* background-color: rgba(175, 175, 175, 0.4); */
	padding: 0.5em 0.8em;
  	border-radius: 10px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	position: relative;
}

.container-free-chat-in-video .bloc-pseudo-question-vote p {
	margin: 0;
}

.content_free_chat_in_video .pseudo {
	margin: 0;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
}

.content_free_chat_in_video .bloc-pseudo-time-vote {
	height: 20px;
}

.content_free_chat_in_video .bloc-pseudo-time {
	float: left;
}

.content_free_chat_in_video .questions p {
	color: #fff;
	font-size: 1.5em;
}

.container-free-chat-in-video .emoji-chat-first {
	font-size: 2.2em;
	margin: 8px 0;
	display: inline-block;
}

.container-free-chat-in-video .emoji-chat-txt {
	font-size: 1.3em;
}

.content_free_chat_in_video .questions .functionVote {
	position: relative;
	width: 30px;
	height: 20px;
	float: left;
}

.content_free_chat_in_video .questions .sendVote {
	position: absolute;
	top: 2px;
	right: 3px;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	transition: all ease 0.3s;
	font-size: 1.1em;
}

.content_free_chat_in_video .questions .sendVote i {
	color: rgb(255, 255, 255);
}

.content_free_chat_in_video .questions .functionVote span {
	color: #fff;
	font-size: 1em;
	text-align: center;
	font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
	transition: all ease 0.3s;
}

.container-free-chat-in-video .adejavote {
	display: none;
	color: rgb(233, 1, 1) !important;
	font-size: 0.9em !important;
	text-align: center;
	font-family: 'Open Sans', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: 500;
	position: absolute;
	top: 4px;
	left: 0;
}

.content_free_chat_in_video .questions .sendVote:hover {
	color: rgb(245, 41, 41);
}

.container-free-chat-in-video .post-time {
	color: rgb(226, 226, 226);
	font-size: 0.8em;
}

/*--------------------------------*/
/*------- LANGUAGES CHOICE -------*/
/*--------------------------------*/

.bloc-choose-your-language {
	background-color: #262626;
	font-family: Arial,Helvetica,sans-serif;
	display: none;
	position: absolute; 
	bottom: 2.5em; 
	right: 0px; 
	width: 100%; 
	height: calc(100% - 2.5em);
	border-radius: 10px;
}

.choose-your-language-heading {
	background-color: rgba(0,0,0,0.4);
	color: #FFF;
	padding: 0.15em 0.15em 0.15em 1em;
	position: relative;
	border-radius: 10px 10px 0 0;
}

.choose-your-language-heading p {
	text-align: left !important;
	font-size: 1.3em;
}

.list-links-languages {
	padding: 1em; 
	overflow: auto; 
	height: 70%;
	text-align: left !important;
}

.languagesLinks {
	font-family: Arial,Helvetica,sans-serif;
	color: rgba(255,255,255,0.8);
	display: block;
	font-size: 12px; 
	cursor: pointer;
	padding: 0.5em !important;
	transition: all ease 0.3s !important;
}

.languagesLinks:hover {
	color: #fff !important;
	background-color: rgb(69, 69, 69);
}

/*---------------------------------------*/
/*------- WARNING CHAT SMARTPHONE -------*/
/*---------------------------------------*/

.warning-chat-smartphone {
	margin: 0;
	padding: 0.5em;
	background-color: #fb4444;
	position: relative;
	display: none;
}

.bloc-center {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: auto;
	position: relative;
}

.warning-chat-smartphone span {
	position: absolute;
	top: -1px;
	left: 0px;
}

.warning-chat-smartphone svg {
	width: 20px;
	height: 20px;
}

.warning-chat-smartphone svg path {
	fill: #fff;
}

.warning-chat-smartphone p {
	margin: 0px;
	font-size: 0.85em;
	color: #fff;
	font-family: Arial,Helvetica,sans-serif;
	margin-left: 2em;
}

/*---------------------*/
/*------- CROSS -------*/
/*---------------------*/

.cross {
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	cursor: pointer;
}

.cross-free-chat {
	top: 5px;
	left: 0px;
	transform: none;
	background-color: rgba(0, 0, 0, 0.3);
	width: 40px;
	height: 40px;
	text-align: center;
	padding-top: 11px;
	border-radius: 20px;
	transition: all ease 0.3s;
	z-index: 99;
}

.cross-free-chat:hover {
	background-color: rgba(0, 0, 0, 1);
}

.cross svg {
	width: 13px;
	height: 13px;
	fill: rgba(255,255,255,0.8);
	transition: all ease 0.3s;
}

.cross-free-chat svg {
	width: 18px;
	height: 18px;
}

.cross-polls-on-video {
	display: none;
	position: absolute;
	top: 0px;
	right: -18px;
	background-color: #000000;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	border: 3px solid rgb(142, 142, 142);
	transition: all ease 0.3s;
}

.cross-polls-on-video:hover {
	background-color: #545454;
}

.cross-polls-on-video svg {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	fill: rgb(255, 255, 255);
}

/*--------------------------------*/
/*------- CURRENT QUESTION -------*/
/*--------------------------------*/

.current_question_video {
	width: 90%;
	max-width: 900px;
	position: absolute;
	bottom: 5em;
	right: inherit !important;
	left: 50% !important;
	transform: translate(-50%);
	background-color: inherit !important;
	border-radius: 5px !important;
	line-height: 1.5em;
	color: #fff !important;
	background-color: rgba(54, 54, 54, 0.9) !important;
	border: 3px solid rgba(24, 24, 24, 0.5);
	padding: 1em;
}

.current_question_video .current-question-heading svg {
	position: absolute;
	top: 15px;
	right: 20px;
}

.current_question_video svg {
	width: 25px;
}

.current_question_video .current-question-heading {
	font-weight: bold !important;
	display: block !important;
	padding-bottom: 0.2em;
	border-bottom: 1px solid #fff;
	margin-bottom: 10px;
}

.current_question_video .current-question-heading h3 {
	margin: 0 auto 5px auto;
	font-size: 1.3em;
}

.current_question_video #currentPseudo {
	font-size: 1.1em;
	font-weight: bold;
}

.currentQuestionSvg {
	stroke: #fff;
}

/*-----------------------*/
/*------- POLLING -------*/
/*-----------------------*/

.polls-on-video {
	width: 90% !important;
	max-width: 700px !important;
	position: absolute;
	bottom: 5em;
	right: inherit !important;
	left: 50% !important;
	transform: translate(-50%);
	background-color: inherit !important;
	border-radius: 5px !important;
	line-height: 1.5em;
}

.polls-on-video form {
	color: #fff !important;
	background-color: rgba(0, 0, 0, 0.3) !important;
	border-radius: 5px !important;
	border: 3px solid rgb(142, 142, 142);
	padding: 2em;
}

.polls-on-video form p {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.4em;
  }

.polls-on-video .contentPoll {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 1em 0;
}

.polls-on-video .reponseRow {
	background-color: rgb(0, 0, 0);
	border: 2px solid rgb(211, 211, 211);
	cursor: pointer;
	padding: 0.5em 0.5em 0.7em 0.5em;
	border-radius: 25px;
	position: relative;
	width: calc(50% - 10px);
	padding: 0.8em 1em;
	text-align: center;
	transition: all ease 0.3s;
	font-size: 0.9em;
}

.polls-on-video .green  {
	background-color: rgb(36, 202, 30);
}

.polls-on-video input[type=radio] {
	margin-right: 1em !important;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 1em;
	transform: translate(0,-50%);
	visibility:hidden;
}

.polls-on-video legend {
	font-weight: bold !important;
	display: block !important;
	padding-bottom: 0.9em;
	border-bottom: 1px solid #fff;
	font-size: 1.8em;
}

.polls-on-video label {
	cursor: pointer;
	display: inline-block;
	font-size: 1.8em;
}

.polls-on-video input[type=submit] {
	padding: 0.8em 1.8em;
	float: right;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	color: rgb(44, 44, 44) !important;
	background-color: rgb(224, 224, 224) !important;
	border-radius: 5px !important;
	transition: all ease 0.3s;
}

.polls-on-video input[type=submit]:hover {
	color: rgb(240, 240, 240) !important;
	background-color: rgb(99, 99, 99) !important;
}

.polls-on-video textarea {
	width: 100%;
	resize: none;
}

.polls-on-video .polls_confirmation_message {
	font-size: 1.4em;
}

.polls-on-video .txt-when-no-content {
	width: 100% !important;
	z-index: -2 !important;
}

.polls-on-video .txt-when-no-content p {
	color: #fff !important;
}

.polling-svg,
.current-question-svg {
	fill: #fff;
	transition: all ease 0.3s;
}

.polling-svg:hover,
.current-question-svg:hover {
	fill: #cbcbcb;
}
  
/*---------------------*/
/*------- SELECT -------*/
/*---------------------*/

/* class applies to select element itself, not a wrapper element */
.bloc-form-in-video .select-css-in-video {
	display: block;
	/* margin: 2.5px 0; */
	margin: 0px;
	/* font-size: 16px; */
	font-family: 'Helvetica', 'Arial', 'sans-serif';
	/* font-weight: 300; */
	font-style: italic;
	color: #444;
	line-height: 1.3;
	padding: .6em 1.4em .5em .8em;
	width: 49%;
	font-size: 1.5em;
	max-width: 60%; /* useful when width is set to anything other than 100% */
	box-sizing: border-box;
	/* border: 0px solid #aaa; */
	border: 2px solid #494949;
	/* box-shadow: 0 1px 0 1px rgba(0,0,0,.04); */
	border-radius: 20px;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	/* note: bg image below uses 2 urls. The first is an svg data uri for the arrow icon, and the second is the gradient. 
		for the icon, if you want to change the color, be sure to use `%23` instead of `#`, since it's a url. You can also swap in a different svg icon or an external image reference
	
	*/
	/* background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
	linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); */
	background-repeat: no-repeat, repeat;
	/* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
	background-position: right .7em top 50%, 0 0;
	/* icon size, then gradient */
	background-size: .65em auto, 100%;
	margin-right: -9px;

	color: #fff;
	background-color: rgba(0, 0, 0, 0.4);
}

/*----------------------------*/
/*------- LISTE SMILEYS-------*/
/*----------------------------*/

.container-smileys-textarea-in-video {
	display: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgb(65, 65, 65);
	font-size: 2.3em;
	padding: 0.7em;
	height: 150px;
	/* overflow: auto; */
	border-radius: 10px;
}

.container-smileys-textarea-in-video span {
	display: inline-block;
	margin: 0.4em;
	cursor: pointer;
}

.cross-smileys-textarea-in-video {
	color: #fff;
	cursor: pointer;
	position: absolute;
	top: -17px;
	left: -17px;
	font-size: 1.5em;
}

.bloc-smileys-textarea-in-video {
	overflow: auto;
	height: 125px;
}

/*---------------------*/
/*------- ERROR -------*/
/*---------------------*/

.error-success-message2 {
	position: absolute;
	bottom: 07px;
	right: 0.8em;
	font-size: 0.9em;
}

@media screen and (min-width: 500px) {

	.bloc-choose-your-language {
		bottom: 4.5em;
		right: 1em; 
		width: 250px; 
		height: 170px;
	}

	.bloc-menu-emojis-on-video {
		bottom: 4.5em;
		left: auto;
		right: 1em;
		width: -webkit-fit-content;
		width: -moz-fit-content;
		width: fit-content;
		transform: inherit;
		display: none;
	}
}