/**
 * Installer de digirisk avec slider
 * .bloc-create-society -> premier bloc
 * .w^dogo-components -> Installation des composant, avec slider
 *
 */

/** Classe parente .wpeo-wrap */
&.wpdigi-installer {

	.logo {
		width: 100%;
		text-align: center;
		margin: 20px 0 30px 0;
		img {
			max-width: 260px;
			width: 100%;
		}
	}
	.main-content {
		box-shadow: 0px 4px 14px 1px rgba(0,0,0,0.05);
		max-width: 1200px;
		margin: auto;
	}
	.bloc-create-society {
		padding: 100px 0;
		text-align: center;
		max-width: 700px;
		margin: auto;
		.bloc-default-data {
			text-align: left;
			width: 460px;
			margin: auto;
			margin-top: 20px;
		}

		.title {
			font-size: 28px;
			color: rgba(0,0,0,0.4);
			font-weight: 300;
			line-height: 1.2;
			margin-bottom: 36px;
		}
	}

	.wpdigi-components {
		h2 {
			text-align: center;
			display: block;
			text-transform: uppercase;
			font-size: 18px;
			font-weight: 400;
			margin: 30px 0 30px 0;
		}
		.content {
			padding: 20px;
			font-size: 16px;
			margin: auto;
			h3 {
				margin-bottom: 20px;
				font-weight: 600;
				font-size: 18px;
				&:after {
					display: block;
					content: '';
					width: 100%;
					max-width: 50px;
					height: 3px;
					background: $color__primary;
					margin-top: 14px;
				}
				&.center:after {
					margin-left: auto;
					margin-right: auto;
				}
			}
			ul {
				margin-bottom: 20px;
				li {
					padding-left: 26px;
					&:before {
						display: block;
						content: '';
						width: 5px;
						height: 5px;
						border-radius: 50%;
						background: $color__primary;
						float: left;
						margin-right: 10px;
						margin-top: 7px;
					}
				}
			}
			p {
				margin-bottom: 20px;
			}
			.strong {
				font-weight: 600;
			}
			.center {
				text-align: center;
			}
			.oversize {
				font-size: 20px;
			}
			.light {
				font-weight: 300;
			}
			.padding {
				padding: 10px;
			}
		}
		.grid-layout.w2 {
			background: rgba(0,0,0,0.05);
		}
		.owl-carousel {
			position: relative;
			margin-bottom: 30px;
			overflow: hidden;
		}
		.owl-nav {
			.owl-prev, .owl-next {
				position: absolute;
				top: 50%;
				font-size: 18px;
				background: rgba(255,255,255,0.6);
				padding: 30px;
				border-radius: 50%;
				transition: all 0.2s ease-out;
				box-shadow: 0px 0px 14px 1px rgba(0,0,0,0.1);
				&:before {
					position: relative;
					display: block;
					transition: all 0.2s ease-out;
				}
				&:hover {
					background: rgba(255,255,255, 1);
				}
			}
			.owl-prev {
				left: -40px;
				@extend .fas;
				&:hover:before {
					left: 12px;
				}
			}
			.owl-next {
				right: -40px;
				@extend .fas;
				&:hover:before {
					right: 12px;
				}
			}
			.owl-prev:before {
				left: 16px;
				font-family: $font__icon;
				font-weight: 900;
				content: fa-content($fa-var-angle-left);
			}
			.owl-next:before {
				right: 16px;
				font-family: $font__icon;
				font-weight: 900;
				content: fa-content($fa-var-angle-right);
			}
		}
		.owl-dots {
			text-align: right;
			position: relative;
			top: -30px;
			right: 20px;
			.owl-dot {
				display: inline-block;
				margin: 0 6px;
				span {
				 display: inline-block;
				 width: 10px;
				 height: 10px;
				 background: #fff;
				 border-radius: 50%;
				 box-shadow: 0px 1px 6px 0px rgba(0,0,0,0.2);
				 transition: all 0.2s ease-out;
			 }
			 &.active span {
				 border: 2px solid $color__primary;
				box-shadow: 0px 0px 0px 2px $color__primary;
			 }
			}
		}
	}
	.button.disable {
		pointer-events: none;
	}

	.society-form {
		position: relative;
		width: 100%;
		max-width: 460px;
		margin: auto;

		.society-name {
			width: 100%;
			border: 0;
			background: rgba(0,0,0,0.05);
			box-shadow: none;
			padding: 16px 20px;
		}

		.society-label {
			position: absolute;
			top: 50%;
			transform: translateY( -50% );
			left: 20px;
			color: rgba( 0, 0, 0, 0.3 );
			pointer-events: none;
		}
	}

}

@import "step";
