.colNav img {
	height: 100%;
	margin-right: 5%;
	margin-left: 2%;
	padding: 15px;
}
.nav .colNav, .nav .row {
	height: 100%;
}
.nav .row {
	width: 100%;
}
.fas, .fab {
	cursor: pointer;
}
.success {
	color: green !important;
}

/************************************************************
********************** PAGE MODERATEUR **********************
***********************************************************/
.video-wrapper iframe {
	height: 100%;
	width: 100%;
}

.video-wrapper{
	grid-area: one;
}
.chat-wrapper{
	grid-area: two;
}
.questions{
	grid-area: three;
}
.chat-moderateur {
	width: 100%;
	height: calc(40vh - 60px);
	background-color: #efefef;
	/* display: flex; */
	flex-direction: column;
	justify-content: flex-end;
	padding: 80px 40px 10px 20px;
	overflow-y: auto;
	
}
.question-moderateur {
	width: 100%;
	height: 100%;
	background-color: #efefef;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 80px 40px 60px 20px;
}
.question-moderateur::-webkit-scrollbar {
	display: none;
}
.chat-moderateur h2, .question-moderateur h2 {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	padding: 20px 0 0 20px;
    color: #ECEFF1;
	
	
}
.chat-moderateur::-webkit-scrollbar {
	display: none;
}
.tchat::-webkit-scrollbar {
	display: none;
}
.question-moderateur {
	height: 50vh;
	width: 100%;
	max-height: 50vh;
	background-color: #efefef;
	overflow-y: auto;
}

.postQuestion {
	height: 60px;
	background-color: white;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.postQuestion i {
	font-size: 25px;
	margin-right: 15px;
}
.askQuestion {
	width: 90%;
	background-color: #E5E5E5;
	border: none;
	height: 70%;
	border-radius: 50px;
}
.askQuestion:focus {
	outline: none;
}
.sendQuestion {
	cursor: pointer;
}
.message, .question {
	font-size: 13px;
}
.message .mode, .question .mode {
	color: #0054a6;
}
.message span, .question span {
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	
}
.pQuest{
	color: #FAFAFA;
    
}
.send, .propose {
	width: 140px;
	align-items: center;
	height: 40px;
	display: flex;
	justify-content: center;
}
.muted-guys{
	color: #FFFFFF;
}
.muted-message p{
	color: #FFFFFF;
}
.muted.container{
	padding-top: 4rem;
}

/*.send {
	color: white;
}*/
.propose {
	background-color: #EFEBE9;
	width: 35px;
	height: 35px;
	border-radius: 50rem;
}
.propose:hover {
	cursor: pointer;
	background-color: #E0E0E0;
}
/* .test {
	overflow-y: auto;
	height: 40vh;
} */
.askQuestionForm {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	flex-direction: column;
	transform: translateY(-30%);
	background-color: #E5E5E5;
	z-index:99;
}
.askQuestionLive{
	font-size: 22px;
	padding-top: 12px;
}
p.success {
	font-size: 15px;
}
p.error {
	 font-size: 15px;
 }
.load {
	width: 0;
	height: 4px;
	background-color: #0bcd0b;
	border-radius:50%;
	left: 0;
	bottom: 0;
}
.pen {
	border-radius: 50rem;
	right: -2%;
	cursor: pointer;
	z-index: 9;
	color: #EFEBE9;
}
.modQuest {
	border: none;
	padding: 10px;
	width: 100%;
	border-radius: 5rem;
}
.grid{
	display: grid;
    margin-inline: auto;
    grid-gap: 0;
    grid-auto-columns: 1fr;
    grid-auto-rows: 1fr;
    width: min(100%, 100%);
    height: min(100%, 100%);
}

.gridNoChat {
	grid-template-areas:
	'one one one one one'
	'three three three three three'
	'three three three three three';
}
.gridChat {
	grid-template-areas:
	'one one two two two'
	'three three three three three'
	'three three three three three';
}
.height-vid {
	height: 40vh;
}
.container-moderateur #live-video {
	height: 90% !important;
}

.filter-black {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;
	background-color: black;
	opacity: 0.7;
	z-index: 9999;
}
.pop-up-container {
	position: fixed;
	top: 0;
	left: 0;
	height: 100vh;
	width: 100vw;

	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center
}
.pop-up {
	width: 60vw;
	height: 40vh;
	background-color: white;
	padding: 40px;
	position: relative;
}
.pop-up textarea {
	width: 100%;
	height: 100%;
}
.close-pop {
	top: 10px;
	right: 10px;
	font-size: 20px;
}
/************************************************************
********************** PAGE ADMIN ***************************
************************************************************/

.container-admin {
	margin: 0 100px;
	padding: 30px 100px;
	background-color: #ffffff14;
}
.container-admin p {
	font-size: 24px;
}
.wrapper {
	background-color: #0f253e75;
	padding: 38px 50px;
}
span.choose, .change {
	background-color: #0F253E;
	padding: 5px 20px;
	cursor: pointer;
}
.realChoose {
	font-size: 14px;
}
.change  {
	border: none;
	color: white;
}
.nextColor {
	cursor: pointer;
	font-size: 16px;
	margin-left: 10px;
}
.colorSquare {
	width: 200px;
	height: 200px;
	cursor: pointer;
}
.logos-wrapper {
	width: 100px;
	height: auto;
}
.allLogo {
	width: 100%;
	height: 100%;
}
.delLogo {
	top: 5px;
	right: 5px;
	font-size: 14px;
}
.primaire, .secondaire, .tertiaire {
	display: flex;
	align-items: center;
	justify-content: center;
}
.colorHexOne, .colorHexTwo, .colorHexThree {
	background-color: #0F253E;
	color: white;
	border: none;
}
.colorHexOne:focus, .colorHexTwo:focus, .colorHexThree:focus {
	outline: none;
}
span.colorData {
	display: contents;
}
.input-moderateur-wrapper {
	width: 90%;
	display: flex;
	flex-wrap: wrap;
}
.input-moderateur-wrapper input, .lien-wrapper input {
	border: none;
	background-color: #0F253E;
	margin-bottom: 10px;
	color: white;
	padding: 10px 0;
	text-align: center;
}
.input-moderateur-wrapper input:focus, .lien-wrapper input:focus {
	outline: none;
}
.moderateur-wrapper {
	max-height: 25vh;
	overflow-y: auto;
	padding-bottom: 0;
}
.moderateur-wrapper input:first-of-type, .moderateur-wrapper input:nth-of-type(2) {
	width: 100%;
}
.moderateur-wrapper input:nth-of-type(4)  {
	margin-left: 2%;
}
.moderateur-wrapper input:nth-of-type(3), .moderateur-wrapper input:nth-of-type(4) {
	width: 49%;
}
.deleteModo, .addModo {
	cursor: pointer;
	font-size: 40px;
	right: -13%;
	top: 46%;
	transform: translate(-50%, -50%);
}
.infoSent {
	color: green;
	right: 10px;
	top: 15px;
	font-size: 16px;
}
.lien-wrapper {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}
.lien-wrapper label{
	width: 20%;
}
.lien-wrapper input {
	width: 80%;
}

.form-check label{
    width: 70%;
}
.form-check input{
    width: 30%;
}

.info-wrapper {
	max-height: 325px;
	overflow: auto;
}
.info-wrapper .sendMail{
	border: none;
	background-color: #0F253E;
	margin-bottom: 10px;
	color: white;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	transition: all 0.3s ease-in-out;
}
.info-wrapper .sendMail:hover {
	background-color: white;
	color: #0F253E;
}
.lienLangue {
	cursor: pointer;
}
.wrapper-silence-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	display: flex;
	translate: 0px 70px;
	justify-content: center
}
.wrapper-silence{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9999;
	background-color: black;
	opacity: 0.5;
}
.pop-up-silence {
	width: 25%;
	height: 35%;
	border-radius: 10px;
	opacity: 1!important;
	text-align: center;
}
.pop-up-silence p{
	padding: 20px;
}
.pop-up-silence i{
	font-size: 20px;
	translate: 170px 0px;
	padding: 10px;
}

.module-btn {
	width: 100%;
	background-color: #0F253E;
	color: white;
	border: none;
	padding: 10px 0;
	cursor: pointer;
	text-align: center;
	margin : 5px;
}

.active {
	background-color: white;
	color: #0F253E;
	cursor: pointer;
}

/***********************************************************
****************MEDIA QUERIES*******************************
***********************************************************/

@media (max-width: 1500px){
	.askQuestionLive{
		font-size: 17px;
	}
	.tchat-field{
		transform: translateY(-70%);
	}
	.askQuestionForm{
		transform: translateY(-27%);
	}
	.pop-up-silence {
		width: 30%;
		height: 35%;
	}
}

@media (max-width: 992px) {
	
	.question-moderateur {
		height: 40vh;
		width: 100%;
		background-color:  #efefef;
		padding: 80px 20px 60px 20px;
	}
	.chat-moderateur {
		width: 100%;
		height: calc(25vh - 60px);
	}
	.askQuestion {
		width: 85%;
	}
	.pen {
		width: 35px;
		right: 2%;
	}
	.modQuest {
		width: 80%;
	}
}


@media screen and (max-width: 800px){
	
	.grid{
        grid-auto-rows: 1fr 2fr;
    }
	.gridNoChat {
		grid-template-areas:
		'one one one'
		'three three three';
	}
	.gridChat {
		grid-template-areas:
		'one one two'
		'three three two';
	}
	.chat-moderateur{
		height: 80vh;
	}
	.postQuestion{
		padding-left: 10px;
		font-size: 14px;
	}
    .pQuest{
        font-size: 12px;
    }
    .message{
        font-size: 12px;
        font-weight: 600;
    }
    .message span{
        font-size: 12px;
    }
    .question span{
        font-size: 12px;
    }
    .modQuest{
        font-size: 12px;
    }
    .question-moderateur{
        height: auto;
        max-height: 57vh;
    }
}
@media (max-width: 500px){
	body{
		overflow: auto;
		overflow-x: hidden;
	}
	.askQuestionLive{
		font-size: 15px;
	}
	.pop-ip-silence {
		width: 80%;
		height: 50%;
	}
	div.bannir{
		font-size: 30px;
	}
}
@media (max-width: 1200px){
	.pop-up-silence{
		width: 40%;
		height: 40%;
	}
	div.bannir{
		font-size: 70px;
	}
}
@media (max-width: 800px){
	.pop-up-silence{
		width: 60%;
		height: 40%;
	}
	div.bannir{
		font-size: 50px;
	}
}

.popup {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 9999;
	display: block;
	background-color: #dddddd;
	border-radius: 5px;
}