.colNav img {
	height: 100px;
	margin-right: 5%;
	margin-left: 2%;
	padding: 15px 0;
	width: auto;
}

.colNav img:first-of-type {
	margin-left: 2rem;
}

.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;
}
.chat-moderateur h2, .question-moderateur h2 {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 60px;
	padding: 20px 0 0 20px;
    color: #ECEFF1;
	
	
}

.question-moderateur {
	height: 85vh;
	width: 100%;
	max-height: 90vh;
	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: 16px;
}
.message .mode, .question .mode {
	color: #0054a6;
}
.message span, .question span {
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
	
}
.pQuest{
	color: black;
    
}
.send, .propose {
	width: 140px;
	align-items: center;
	height: 40px;
	display: flex;
	justify-content: center;
}
/*.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 {

}
.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: #db052c;
}
.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;

}
.container-moderateur {
	margin-top: 5%
}
.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: 50px 50px 0;
	padding: 30px 75px;
	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;
}
/***********************************************************
****************MEDIA QUERIES*******************************
***********************************************************/
@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: 84vh;
	}
	.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: 90vh;
    }
}
@media screen and (max-width: 768px){
	   .pen {
		   width: 35px;
		   right: 5%;
	   }
	}