@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;700&display=swap');

body {
	font-family: 'Montserrat', sans-serif !important;

}

.chap_display_toggle {
	cursor: pointer;
	display:block;
}

.delete {
	background: #FFF;
}

.textarea_resize {
	height: 24px!important;
	padding: 3px;
	transition: all 0.5s ease;
	font-size:12px; padding-top: 2px; padding-bottom: 2px;
}

.textarea_resize:focus {
	height: 72px!important;
}


.zoom3{
	transition: transform .2s;
}
.zoom2:hover {
	transform: scale(1.02);
}

h2 {
	font-size: 20px;
}

p {
	font-size: 14px;
}

.description p {
	margin-bottom: 0px;
}

.disabled {
	opacity: 0.4;
}


#img_file-input1:hover {
	border: 1px solid #FFF;
	border-radius: 5px;
	margin-top: -1px;
	margin-left: -1px;
}

.change {
	transition: opacity 2s;
}

.change .apres, .change:hover .avant {
	display: none;
}

.change:hover .apres {
	display: block;
	transform: 2s;
}

.close, .close:hover {
	color: #FFF;
}

.image-upload > input {
	display: none;
}

.image-upload img {
	cursor: pointer;
}

.margin0 {
	margin: 0 !important;
}


/* Code By Webdevtrick ( https://webdevtrick.com ) */
.contener {
	padding: 50px 10%;
}

.box {
	position: relative;
	background: #ffffff;
	width: 100%;
}

.box-header {
	color: #444;
	display: block;
	padding: 10px;
	position: relative;
	border-bottom: 1px solid #f4f4f4;
	margin-bottom: 10px;
}

.box-tools {
	position: absolute;
	right: 10px;
	top: 5px;
}

.dropzone2-wrapper {
	border: 2px dashed #91b0b3;
	position: relative;
	height: 175px;
}

.dropzone2-desc {
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
	width: 90%;
	top: 32px;
	font-size: 16px;
}

.dropzone2,
.dropzone2:focus {

	outline: none !important;
	width: 100%;
	height: 150px;
	cursor: pointer;
	opacity: 0;
}

.dropzone2-wrapper:hover,
.dropzone2-wrapper.dragover {
	background: #ecf0f5;
}

.preview-zone {
	text-align: center;
}

.preview-zone .box {
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
}



/* The switch - the box around the slider */
.switch {
	position: relative;
	display: inline-block;
	width: 60px;
	height: 34px;
}

.form-switch > .form-check-input {
	width: 60px;
	height: 34px;
}

.form-switch-sm > .form-check-input {
	width: 30px;
	height: 19px;
}

.form-switch > .form-check-input:focus {
	border-color: #28A745;
	box-shadow: 0 0 1px #28A745;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(40,167,69,0.25)'/></svg>");
}

.form-switch > .form-check-input:checked {
	background-color: #28A745;
	border-color: #28A745;
	background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255,255,255,1)'/></svg>");
}

.switch-sm {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 19px;
}

.switch-sm .slider:before{
	height: 15px;
	width: 15px;
	left: 2px;
	bottom: 2px;
}

.switch-sm input:checked + .slider:before {
	-webkit-transform: translateX(11px);
	-ms-transform: translateX(11px);
	transform: translateX(11px);
}

/* Hide default HTML checkbox */
.switch input, .switch-sm input{display:none;}


.slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ccc;
	-webkit-transition: .4s;
	transition: .4s;
}

.slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 4px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}

input:checked + .slider {
	background-color: #28A745;
}

input:focus + .slider {
	box-shadow: 0 0 1px #28A745;
}

input:checked + .slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
	border-radius: 34px;
}

.slider.round:before {
	border-radius: 50%;
}

.btn-success-degrade{ background: linear-gradient(45deg, #77CB59, #A4DA5E); border-color: none; color: #FFF!important; }

.margin-modif-gauche-chap {
	position: absolute;
	width: 60px; /* larger than the buttons to avoid flicking when mouse hover */
	margin-left: -55px;
	margin-top: -45px;
}

.margin-modif-droite {
	position: absolute;
	width: 60px;
	right: -60px;
	margin-top: -8px;
}



/* The container */
.container_radio {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */
.container_radio input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container_radio:hover input ~ .checkmark {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container_radio input:checked ~ .checkmark {
	background-color: #28A745;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */
.container_radio input:checked ~ .checkmark:after {
	display: block;
}

/* Style the indicator (dot/circle) */
.container_radio .checkmark:after {
	top: 9px;
	left: 9px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: white;
}

/* The container */
.container_checkbox {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.container_checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

/* Create a custom checkbox */
.checkmark_checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container_checkbox:hover input ~ .checkmark_checkbox {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_checkbox input:checked ~ .checkmark_checkbox {
	background-color: #28A745;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark_checkbox:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.container_checkbox input:checked ~ .checkmark_checkbox:after {
	display: block;
}

/* Style the checkmark/indicator */
.container_checkbox .checkmark_checkbox:after {
	left: 9px;
	top: 5px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}




.mini-switch{ width: 30px; height: 16px; }
.mini-switch .slider::before{ width: 13px; height: 13px; left: 2px; bottom: 2px; }
.mini-switch input:checked + .slider:before {
	-webkit-transform: translateX(13px);
	-ms-transform: translateX(13px);
	transform: translateX(13px);
}



.modal-dialog2 {
	max-width: 1024px;
	margin: 30px auto;
}


.modal-body2 {
	position: relative;
	padding: 0px;
}

.close2 {
	position: absolute;
	right: -30px;
	top: 0;
	z-index: 999;
	font-size: 2rem;
	font-weight: normal;
	color: #fff;
	opacity: 1;
}

.shadow {
	background-color: #FFF;
}

.modal-xxl{
	max-width: 95vw!important;
	max-height: 95vh!important;
}

/* HIDE RADIO */
.catalog_radio [type=radio] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

/* IMAGE STYLES */
.catalog_radio [type=radio] + h5, .catalog_radio [type=radio] + img {
	cursor: pointer;
	border: 6px solid #FFFFFF;
	min-width: 160px;
}

/* CHECKED STYLES */
.catalog_radio [type=radio]:checked + h5, .catalog_radio [type=radio]:checked + img {
	border: 6px solid #2B3B4E;
	border-radius: 6px;
	min-width: 160px;
}

.img-opacity{
	background-color:rgba(0, 0, 0, 0.5);
	transition: transform .2s;
}

.img-opacity:hover{
	background-color:rgba(0, 0, 0, 0.2);
}

.zoom {
	transition: transform .2s;
}

.zoom:hover {
	transform: scale(1.02);
}

.progressbar {
	background-color: #CCCCCC;
	border-radius: 13px;
	/* (height of inner div) / 2 + padding */
	padding: 3px;
}

.progressbar > div {
	background-color: #2B3B4E;

	/* Adjust with JavaScript */
	height: 20px;
	border-radius: 10px;
	color: #FFF;
}

.nps .checked {
	color: orange;
}

.nps .fa-star {
	font-size: 18px;
}

.modal-header .close {
	color: #FFF!important;
	border: 0 !important;
	background: none !important;
}

.parcooroo_border_image{
	border: 10px solid #F0F0F0;
}

.parcooroo_border_image:hover{
	border: none;
}


.avatar {
	background-color: #ccc;
	border-radius: 50%;
	border: 1px solid #adacac;
	--avatar-size: 50px;
	height: var(--avatar-size);
	width: var(--avatar-size);
	text-align: center;
	position: relative;
}

.avatar-lg {
	--avatar-size: 70px;
}

.avatar-sm {
	--avatar-size: 50px;
}

.avatar-36 {
	--avatar-size: 36px;
}

.avatar-20 {
	--avatar-size: 20px;
}

.avatar-xl {
	--avatar-size: 100px;
}

.avatar-xxl {
	--avatar-size: 160px;
}

.avatar-success {
	border: solid 3px #95db9e;
}

.avatar-failed {
	border: solid 3px #EFA0A8;
}

.avatar-quit {
	border: solid 3px #D87452;
}

.avatar-ongoing {
	border: solid 3px #8CC2FF;
}

.avatar__image {
	border-radius: 50%;

	height: 100%;
	width: 100%;
}

.avatar__initials {
	font-size: calc(var(--avatar-size) / 2); /* 50% of parent */
	font-weight: 400;
	line-height: 0.75;
	position: relative;
	top: calc(var(--avatar-size) / 4); /* 25% of parent */
}

.avatar-36 .avatar__initials {
	top: calc(var(--avatar-size) / 7); /* 25% of parent */
}

.avatar-20 .avatar__initials {
	top: -5px;
}

.avatar__overlap {
	float: left;
	margin-left: -25px;
}

