section{
	overflow:hidden;
	position:relative;
}

.tarification-section{
	margin:auto;
}

.pricing-feature{
	display: block;
	margin:0;
}

.pricing-side-padding{

}

.side-padding-5px{
	padding-left:5px;
	padding-right: 5px;
}

.pricing-table{
	padding:50px;
	padding-bottom: 20px;
	width:700px;
	min-width: 700px;
	height:100%;
	background-color: white;
	box-shadow: 0px 0px 40px -20px #00000080;
}

.pricing-cell{
	font-size: 12px;
	margin:18px;
	margin-left: 0px;
	margin-top: 0px;
	color : black;
	text-transform: uppercase;
	font-weight: 400;
}

.pricing-cell.no-top{
	margin-top: 0px;
}

.offer-title{
	margin:0px;
	font-weight: 100;
	font-size: 50px;
	color:black;
}

.offer-price{
	padding:15px;
	padding-bottom: 5px;
	font-weight: 500;
	font-size: 32px;
	color:black;
}

.additional-price{
	margin:10px;
	padding:0px;
	font-weight: 100;
	font-size: 16px;
	color:grey;
}

th.separator{
	display: block;
	width:60%;
	margin:auto;
	margin-bottom:30px;
	border-bottom: solid #d1d1d1 1px;
}

.button{
	  border-radius: 500px;
	text-align: center;
	margin:auto;
	display: block;
	font-weight: 100;
	font-size: 20px;
	color:white;
	background: #1d2023;

	margin-top:10px;
	margin-bottom:30px;

	width: 250px;

	height:60px;
}

.small-icon{
	max-width:16px;
	max-height:100%;
}

.feature-icon{
	padding:15px;
	width:120px;
	height: 120px;
}

h2.feature-title{
	font-weight:500;
	color: black;
}

.feature-black-sep{
	opacity:50%;
	float:top;
	position:relative;
	margin-left: 15%;
	padding-bottom: 5%;
	width:60%;
	border-top: solid black 1px;
}

.padding-20px{
	padding:20px;
}

.feature-block{
	width:500px;
	margin:30px;
}

.black-background{
	background-color:black;
	color:white;
}

.blue-background{
	color:white;
	background: #1d2023;
}

.white-background{
	background-color:white;
}

.grey-background{
	background-color:#f1f4f4;
}

.opaque{
	opacity:100%;
}

#image-fade{
	transition-property: opacity;
  	transition-duration: 0.5s;
	
	position: relative;
	opacity: 100%;
	right:0px;
}

.stop-animation{
	animation-play-state:paused;
}

.play-animation{
		animation : preview 4s ease infinite;
	animation-play-state:running;
}

@keyframes preview{

	0%{
		top:10px;
	}
	50%{
		top:-690px;
	}
	100%{
		top:10px;
	}
}

.screen-preview{
	position:absolute;
	overflow: hidden;

	height: 200px;
}

.scrolling-exemple{
	z-index:-1;
	position: relative;

	transition-property: top;
  	transition-duration: 0.5s;

  	left:10px;
  	top:10px;
}

.parallax-quote{
	height:clamp(120px, 40vw, 300px);

	background: url('../images/parallax.jpg') center 0 no-repeat fixed;
	background-size:cover;
	perspective: 3px;
	display: flex;
	align-items: center;
}

.quote{
	margin:auto;
}

h2.quote{
	text-align: center;
	font-weight: 100;
	font-size: clamp(12px, 4vw, 42px);
	color: white
}

.black-description-container{
	max-height:300px;
	color: white;
}

.description-image-container{
	margin-left : 30px;
	margin-right:30px;
	overflow: hidden;
	width:100vw;
}

.description-image{
	overflow: hidden;
	position: relative;
	top:50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.description-padding{
	padding: 50px;
	padding-left:300px;
	padding-right:300px;
}

.black-description-title{
	font-weight: 100;
	font-size: 32px;
	margin:30px;
	margin-top:0px;
}

.description{
	margin:30px;
}

.form-option{
	width:100%;

	margin-bottom: 6px;
}

form.contact{
	width:500px;
}

input, textarea, select{
	margin:0px !important;

	border-radius: 0px;
	border: solid #e8e8e8 0.5px;
	background-color: white;

	width: 476px;

	height: 20px;
	padding:12px !important;
}

input::placeholder{
	color:#a9a9a9;
}

textarea{
	width: 476px;
	height:140px;
	resize:none;
	margin:0px !important;
	padding:12px !important;
	font-family: 'Roboto', sans-serif;
}

textarea::placeholder{
	font-family: 'Roboto', sans-serif;
	color:#a9a9a9;
}

label{
	color: #161616;
}

.background-image-scroll{
	z-index:-1;
	position:absolute;
	width: 1600px;

	transform: translate(-20%, -25%);

	transition-property: top;
	transition-duration: 0.8s;
}

.background-image-scroll.right{
	z-index:-1;
	position:absolute;
	width: 1600px;

	transform: translate(20%, -25%);

	right:0;

	transition-property: top;
	transition-duration: 0.0s;
}

.background-image-scroll.opaque{
	opacity: 100%;
	width: 1200px;
		transform: translate(25%, 85%);
		filter: brightness(1.15) saturate(1.2);
}

img.image-feature-scroll{
	opacity:8%;
	transition-property: opacity;
  	transition-duration: 2s;
}

img.image-feature-scroll.opaque{
	opacity:35%;
	filter: hue-rotate(58deg);
}

.check{
	transform: scale(1.5);
	margin:10px;
}

.unselectable-checkmark{
	background-color: grey;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container.unselectable {
  cursor: default;
}

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

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

.checkmark.unselectable-checkmark {
	cursor: default;
}

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

/* When the checkbox is checked, add a blue background */
.check-container input:checked ~ .checkmark {
  background-color: #617e85;
}

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

/* Show the checkmark when checked */
.check-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.check-container .checkmark:after {
  left: 6.5px;
  top: 3px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

h3.light-italic{
	font-weight: 100;
	text-align:center;
	font-size:16px;
	color: grey;
	width:100%;
}

.template-list{
	padding: 40px;
}

.pricing-description{
	text-align: right;
	padding:14px;
}

.option-list{
	justify-content: center;
	margin: auto;
}

.pricing-description-container{
	text-align: justify;
	padding:40px;
	padding-left:80px;
	width:650px;
}

.pricing-options-container{
	justify-content: center;
	flex-direction: row;
	display: flex;
}

#option-description, #option-title{
	transition-property: opacity;
	transition-duration: 0.5s;
}

.template-section{
	padding:0px;
	padding-top: 50px;
	padding-bottom: 50px;
}

.templates{
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.template-container{
	height:300px;
	width:33.33%;
	overflow: hidden;
}

.template-image{

	object-fit: cover;

width:100%; height:100%;

	position: relative;
	left:50%;
	top:50%;

	transform: translate(-50%, -50%);
}

.option-image-container{
	width:360px;
	overflow: hidden;
	object-fit: cover;
}

.option-image{
	width: 100%; height: 100%;
	object-fit: cover;
}

.green-cover{
	width: 100%;
	height: 100%;
	z-index: -1;
	position:absolute;
	background-color: #4e93e236;
}

.screen-preview-container{
	padding:0px;
}

.template-description-container{
	position:relative;

	transition-property: top;
	transition-duration: 0.4s;

	top:-300px;

	z-index: 1;
	width:100%;
	height:100%;
	background-color: #000d1aBB;
	transform: translate(0, -200%);
}

.template-description{
	display: flex;
	flex-direction: column;
	padding:20px;
	text-align: justify;
	height: 100%;
}

.template-title-container{
	position:relative;

	display: flex;
	transform: translate(0, -100%);

	width:100%;
	height: 100%;

		margin-top:-4px;

}

.template-title{
	font-size: 48px;

	align-items: center;
	margin:auto;

	transition-property: opacity;
	transition-duration: 0.25s;

	opacity: 100%;
}

.template-title.unselected{
	opacity: 100%;
}

.template-title.selected{
	opacity: 0%;
}

.flex-centered{
	overflow: hidden;
	align-items: center;
	margin:auto;
	padding:10px;
}

.template-description-container.unselected{
	top:-300px;
}

.template-description-container.selected{
	top:0px;
}

.template-button{
	transition: all;
	transition-duration: 0.1s;
	transition-timing-function: ease-out;

	cursor: pointer;

	border: solid white 1px;
	background-color: transparent;
}

.template-button:hover{
	color: black;
	background-color: rgba(255,255,255,1);
	border: none;
}

#button-2 {
	margin:auto;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  height: 100%;
}

#button-2 a{
  position: relative;
  transition: all .2s ease-Out;
}

#button-2 button{
  position: relative;
  transition: all .2s ease-Out;
}

#slide {
  width: 100%;
  height: 100%;
  left: -250px;
  background: 	#e2e9e7;
  position: absolute;
  transition: all .35s ease-Out;
  bottom: 0;
}

#button-2:hover #slide {
  left: 0;
}

#button-2:hover a{
  color: black;
}

#button-2:hover button{
  color: black;
}

.button-green{

	padding:10px;

	transition:all;
	transition-duration: 0.1s;

  border-radius: 500px;
  color: white;
  text-decoration: none;
  font-size: .8em;
  letter-spacing: 1.5px;
  overflow: hidden;

		box-shadow: 0px 0px 0px -0px #00000080;
}

.button-green:hover{
	/*box-shadow: 0px 0px 30px -5px #00000060;*/
}

.button-text-white{
	text-decoration: none;
	color:white;
	text-align: center;
	margin:auto;
	display: block;
}

.label.form-option{
	text-align: right;
}

.flex-end{
	align-items: flex-end;
}

.justify-content-center{
	justify-content: center;
}

.centered-features-list{
	text-transform: uppercase;
}

.features-left-picture-right{
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.features-list-columned{
	display: flex;
	flex-direction: column;
	width: 700px;
	text-align: justify;
}

.white-background{
	background: white;
	padding-top: 25px;
	padding-bottom: 50px;
}

.round-tarif{
	border-radius: 50%;
	width: 300px;
	height: 300px;
	overflow: hidden;
}

.tarif-img{
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.flex-tarif{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

.price-flex{
	display: flex;
	flex-direction: column;
	text-align:justify;
	width: 700px;
	margin-left:50px;
}

.tarif-title-small{
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 30px;
	color: black;
	font-weight: 400;
}

.option-selector{
	transition-property: background;
	transition-duration: 0.3s;
	padding: 26px;
	padding-right: 40px;
}

.option-selector.selected{
	background: #414a58;
	color:white;
}

.option-selector.selected > .pricing-cell{
	color:white;
}

.option-selector.selected > a{
	color:white !important;
}

.flex-example{
	display: flex;
	flex-direction: row;
	justify-content: center;

	margin-bottom: 50px;
}

.example-description{
	width: 600px;
	text-align:justify;
	margin-right: 60px;
}

.exemple-preview-thumbnail{
	width: clamp(0px, 85%, 320px);
}

.screen-preview-image{
	width:100%;
	transition-property: filter, transform;
	transition-duration: 0.2s;

	filter: brightness(1);
	transform: scale(1);
}

.screen-preview-image:hover{
	filter:brightness(1.1);
}

.form-full{
	width: 100%;
}