@charset "UTF-8";
/*POLICE*/
/*$body-font-family:'degular-texte', Arial, sans-serif;
$secondary-font-family:'degular-display', Arial, sans-serif;*/
/*MEDIA QUERIES*/
/*COULEUR*/
/*vert*/
/*rouge*/
/* vert*/
/*DÉRIVÉ GRIS PALE*/
/*DÉRIVÉ GRIS FONCÉ*/
/*
@font-face {
    font-family: 'degular-display';
    src: url('https://www.ville.matane.qc.ca/Library/font/Degular_Display-Semibold.woff2') format('woff2'),
         url('https://www.ville.matane.qc.ca/Library/font/Degular_Display-Semibold.woff2.woff') format('woff');
    font-weight: 600;
	font-style: normal; 
}

@font-face {	
	font-family: 'degular-texte';
    src: url('https://www.ville.matane.qc.ca/Library/font/Degular_Text-Regular.woff2') format('woff2'),
         url('https://www.ville.matane.qc.ca/Library/font/Degular_Text-Regular.woff') format('woff');
    font-weight: 400;
	font-style: normal;
}

@font-face {	
	font-family: 'degular-texte';
    src: url('https://www.ville.matane.qc.ca/Library/font/Degular_Text-Bold.woff2') format('woff2'),
         url('https://www.ville.matane.qc.ca/Library/font/Degular_Text-Bold.woff') format('woff');
    font-weight: 700;
	font-style: normal;
}*/
/* success */
/* warning */
/* alert */
.grecaptcha-badge {
  visibility: collapse !important;
}

/*
.btn.btn-vote-preferentiel, .btn-vote-preferentiel:focus,
.btn.btn-close-containerMultiChoix, .btn-close-containerMultiChoix:focus{
	transition:color .3s ease, background-color .3s ease;
	border-radius:0;
	font-size:16px;
	position:absolute;
	bottom:0;	
	margin:0!important;
	padding:0!important;
	line-height: 60px!important;
	height: 60px!important;
	border:none;
}

.btn.btn-vote-preferentiel, .btn-vote-preferentiel:focus{
	width:70%;
	left:0;
	transition:color .3s ease, background-color .3s ease!important;

	&[disabled]{	
		color: $black;	
		opacity: 0.2;
		background:$color-1;
	}
}*/
/*
.btn.btn-close-containerMultiChoix, .btn-close-containerMultiChoix:focus{
	background:$black!important;
	transition: color .3s ease, background-color .3s ease, width .3s ease;
	width:30%;
	color:$white!important;
	right:0;
}
.btn-close-containerMultiChoix .fa, .btn-close-containerMultiChoix:focus .fa{
	line-height:inherit;
	margin:0;
}
.btn-close-containerMultiChoix:hover{
	background:$black!important;
	color:$white!important;
}*/
/*.btn-close-form-vote{
	transition: color .3s ease, background .3s ease;
	border-radius: 0;
	margin:0 0 10px;
	padding:0 30px;
	line-height: 60px;
	height: 60px;
	border:none;
}*/
.choice-sortable {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  display: block !important;
}
.choice-sortable li {
  border-top: solid 1px rgb(209.2, 209.2, 209.2);
  height: 79px;
}
.choice-sortable li:last-child {
  margin-bottom: 0;
  border-bottom: solid 1px rgb(209.2, 209.2, 209.2);
}
.choice-sortable li:last-child .itemProjet {
  height: 77px;
}
.choice-sortable li.placeholder {
  position: relative;
}
.choice-sortable li.placeholder:before {
  position: absolute;
}

/*
.itemProjet{
	padding:5px 52px 5px 35px;
	height: 78px;
	width: 100%;
	float: left;
	position: relative;
	min-height: 1px;
	&:before{
		content: '';
		display: block;
		position: absolute;
		width: calc(100% - 35px);
		height: 100%;
		left: 35px;
		top: 0;
		z-index: 1;
		cursor:default;
	}
	.number {
		background:$color-1;
		border-radius: 50%;
		//border: 4px solid $color-2;
		color: $white;
		float: left;
		font-size: 18px;
		height: 30px;
		line-height: 4px;
		margin-top: 18px;
		padding: 12px 0 0 0;
		text-align: center;
		width: 30px;
	}
}

.empty .number {
    background-color: $color-9 none repeat scroll 0 0;
   	//border: 4px solid $color-9;
    color: $color-9;
}

.moveProjetContainer{
	background-color: $color-9;
	position:absolute;
	left:0;
	top:0;
	width:30px;
	height:100%;
	text-align:center;
	hr{
		transform: translateX(-50%) translateY(-50%);
		position: absolute;
		top: 50%;
		width: 75%;
		height: 1px;
		margin: 0;
		left: 50%;
		border-color: rgba($color-2,.2);
	}
}
.move-up,.move-down{
		transition: color .3s ease;
		display:block;
		position:absolute;
		cursor:pointer;
		color:$black;
		width:100%;
		height:38px;
		line-height:38px;
		font-size:15px;
		left:0;
		.fa{
			line-height:inherit;
			margin:0;
		}
		&:hover{
			color:$black;
		}
		.empty &{
			color:$color-3!important;
			cursor:default!important;
		}
	}
	.move-up{
		top:0;
	}
	.move-down{
		bottom:0;
	}
.removeChoice{
	transform: translateY(-50%);
	background-color: none;
	position: absolute;
	top: 49%;
	right: 15px;
	color: $color-1;
	z-index:1;
	cursor:pointer;	
	border: solid 1px rgba($black,0.2);
	padding: 0;
	font-size:25px;
	line-height: 22px;
	width: 22px;
	height: 22px;
	text-align: center;
	&[disabled]{
		color:$color-3;
	}
	&:before,
	&[id^='rmv_partip_']:before {
		content: '\f00c';
		font-family: fontAwesome;
	}
	.empty &{
		background-color: $color-9 none repeat scroll 0 0 !important;
		border:0!important;
		color:$color-3!important;
		cursor:default!important;
	}
}
*/ /*
.choix-counter{
	box-shadow: rgba($black, 0.5) 0 0 2px 0px;
	background-color: $color-2;
	border-radius: 100%;
	display:none;
	position: absolute;
	top: -15px;
	left: -15px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	color: $white;
	z-index:1;
	.closed &{
		display: inline-block;
	}
}

.choice-sortable,
.btn-vote-preferentiel{
	opacity: 1;
	.closed &{
		opacity: 0;
	}
}
.choice-sortable{
	transition: opacity .3s ease .2s;
}
.btn-vote-preferentiel{
	transition: opacity .3s ease;
}

.contentMultiChoix{
	transition: transform .3s ease;
	transform-origin:100% 100%;
	transform: scale(1);
	position:relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
	h3{
		background:$black;
		padding: 10px 15px;
		font-size: 1.25rem;
		margin:0;
		color:$white;
		text-align:center;
	}
	h4{
		margin:10px;
		font-size:18px;
		font-family:inherit;
	}
	.closed &{
		transform: scale(0);
	}
}

#containerMultiChoix{
	transition: width .3s ease, height .3s ease;
	transform-origin:100% 100%;
	background-color: $white;
	box-shadow: rgba($black, 0.5) 0 0 2px 0px;
	position:fixed;
	right:15px;
	bottom:15px;
	max-width:460px;
	width:calc(100% - 30px);
	height:341px;
	z-index: 999;
	.form-control[readonly]{
	    background-color: $white none repeat scroll 0 0;
		box-shadow: none;
		border: none;
		float: left;
		font-size: 16px;
		height: 100%;
		margin: 0;
		min-height: inherit;
		overflow: hidden;
		padding:15px 0 0 1em;
		resize: none;
		width: 85%;
	}
	.empty{
		textarea{
			background-color: $color-9 none repeat scroll 0 0 !important;
			height: 25px !important;
			margin: 20px 10px 10px !important;
			width: 75% !important
		}
	}
	.alert-error{
		color:$white;
	}
	&.closed {
		width: 60px;
		height: 60px;
	}
	&.form-vote-active{
		//background: url("../img/theme-client/repeat-dark-blue.png") $color-2 repeat-x bottom center;
		background-color: $white;
		color: $black;	
		//background-size:649px 290px;		
		position:absolute;
		overflow-y: auto;
		overflow-x: hidden;
		max-width: inherit;
		width:100vw;
		height:100vh;
		bottom:0;
		right:0;
		padding-bottom:70px;		
		#vote{
			color: $black;

			label{
				color:inherit;
				font-weight: 400;	
			}

			.alert{
				padding: 20px 15px;
				margin: 10px 15px 20px;
				line-height: 1.3;

				//&.alert-error{}
			}		

		}	

		.btn-secondary{
			background-color: $white;
			&:hover{
				background-color: $color-7;
			}
		}

		@media (min-width:768px){
			position:fixed;			
			height:85vh;
			max-width:460px;
			top:auto;
			bottom:15px;
			right:15px;
			padding-bottom:0;
		}

		@media (min-width:1025px){
			height:85vh;			
		}

		@media (max-width:320px) AND (max-height:568px){
		}
	}
	&.confirmation-vote{
	}
}
#voteConfirmation{
	height:100%;
	position:relative;
	h3{
		background-color: $color-1;
		padding: 10px 15px;
		font-size: 1.25rem;
		margin:0 -15px;
		color:$white;
		text-align:center;
	}
	p{
		margin:10px -5px;
		font-size:1.1em;
	}
	.btn-secondary,
	.btn-default{
		border-radius: 0;
		position:absolute;
		height:60px;
		line-height:60px;
		bottom:0;
		margin:0;
		padding:0;
	}
	.btn-secondary{
		left:0;
		width:30%;
	}
	.btn-default{
		right:0;
		width:70%;
	}
}
.item-thumbnails{
	box-shadow: $black 0 0 5px -2px;
	background-color: $color-9;
	border-radius: 0;
	position:relative;
	display: inline-block;
    width: 70%;
    font-size: 12px;
    text-align: center;
    padding: 10px 10px 20px;
	margin-top: 5px;
	overflow:hidden;
	cursor:default;
	p{
		&,
		&.gray-area{
			margin: 0 0 10px!important;
		}
	}
	h5{
		font-size:.8em;
	}
	.fake-text-sm,
	.fake-text-md,
	.fake-text-lg{
		background-color: $color-3;
		display:inline-block;
		height:8px;
		vertical-align:middle;
	}
	.fake-text-sm{
		width:30%;
	}
	.fake-text-md{
		width:50%;
	}
	.fake-text-lg{
		width:70%;
	}
	.gray-area {
		background-color: $color-3;
		display: block;
		width: 100%;
		height: 5px;
		+ .gray-area{
			margin-top:5px;
		}
	}
	.fake-img{
		border-radius: 0;
		overflow:hidden;
		width: 70%;
		height: 60px;
		display: inline-block;
		border: $black 1px solid;
		&:before {
			background-color: $color-3;
			transform: rotate(-45deg);
			content: '';
			display: block;
			width: 100%;
			height: 100%;
		}
	}
	.colored-area{
		display:block;
		height:15px;
		width:100%;
		position:absolute;
		bottom:0;
		left:0;
	}
	&.general{
		.fake-img,
		.colored-area{
			background-color: $color-8;
		}
	}
	&.young{
		.fake-img,
		.colored-area{
			background-color: $color-9;
		}
	}
	@media (min-width:768px){
   		width: 48%;
	}
}
.form-vote-active,
.confirmation-vote-active{
	.contentMultiChoix,
	.btn-vote-preferentiel,
	.btn-close-containerMultiChoix{
		display:none;
	}
}

.txt-input-required{
	@media (min-width:1024px){
		font-size:80%;
	}
}

#vote{
	padding-bottom: 15px;
	.field-wrapper{
		margin-top:10px;
		padding:0 15px;
	}
	&.BGprime a:hover{
		color:$white;
	}
}

#containerMultiChoix .alert{
	border-radius: 0;
}

#success.alert-success{
	background-color: $success;
	border: rgba($white,0.3) 3px solid;
	color:$black;
}

#submit .fa{
    font-size: 26px;
    vertical-align: middle;
    line-height: 20px;
}

#voteForm span.error{
	color:$danger;
    top: 40px;
    right: 25px;
}

html{
	&.form-vote-active{
		&,
		body{
			overflow:hidden;
			width: 100vw!important;
			height: 100vh;

			position:fixed;
			left:0;
			top:0;
		}
		body{
			&:before{
				background-color: rgba($black,.8);
				content: '';
				display: block;
				position: fixed;
				width: 100%;
				height: 100%;
				left: 0;
				top: 0;
				z-index: 10;
			}
		}
		header{
			z-index:9;
		}
	}
}
*/

/*# sourceMappingURL=vote-preferentiel.css.map*/