<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ========== Responsive ========== */



/* --------- max 991px -------- */
@media only screen and (max-width: 991px) {

	/* Menu */
	.navbar-nav &gt; li &gt; a {
		font-size: 12.5px !important;
		padding: 20px 8px 0 8px;
	}
	
	.step-no {
		margin: 0 auto 60px;
	}
	
	/* steps */
	.step-even .step-img, .step-even .step-details {
		float: none;
	}
	
	.step-img, .step-details{
		margin-bottom: 40px;
	}
	
	.step-img {
		text-align:center;
	}
	
	.single-pricing {
		margin-bottom: 60px;
	}
	
	.project-photo, .project-details {
		margin-bottom: 60px;
	}
	

}





/* --------- de 768px Ã&nbsp; 1023px -------- */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	/* supports */
	.baraja-container {
		width: 180px;
		height: 325px;
	}

	.single-support .support-icon i {
		font-size: 70px;
	}

	.single-support .support-title {
		font-size: 16px;
		line-height: 22px;
	}

	.single-support .support-text {
		font-size: 0.7em;
	}

  .fancy-button {
    padding: 5px 15px;
    font-size: 0.8em;
  }
  .fancy-button .icon {
    margin-left: 6px;
  }

}


/* --------- Moins de 767px -------- */
@media only screen and (max-width: 767px) {
	
	/* Menu */
	.navbar-collapse {
		margin-left: -16px;
		margin-right: -16px;
		background: #222;
		overflow-y:scroll;
		max-height: 200px;
	}

	.navbar-nav &gt; li &gt; a {
		padding-left: 30px;
	}
	

	/* supports */
	.container.supports {
		padding-bottom: 120px;
	}
	
	.baraja-container {
		width: 180px;
		height: 250px;
	}


	.single-support .support-title {
		font-size: 14px;
		line-height: 20px;
		padding: 0 5px;
	}

	.single-support .support-text {
		display:none;
	}

  .fancy-button {
    padding: 5px 15px;
    font-size: 0.75em;
  }
  .fancy-button .icon {
    margin-left: 6px;
  }
  

	/* services */
	.service {
		margin-bottom: 20px;
	}

	.service .service-description {
		margin: auto;
		max-width: 480px;
	}

	/* Steps */
	.step-even .step-img, .step-even .step-details {
		float: none;
	}

	.step .step-img {
		margin-top: 30px;
	}
		
	.sub-steps .sub-text {
		line-height: 28px;
	}

	/* Screenshots */
	.figure {
		width: 33.333%;
	}

	.figure-large {
		width: 66.6667%;
	}

	/* Pricing table */
	.single-pricing-wrap {
		margin-bottom: 40px;
	}
}


/* --------- Moins de 480px -------- */
@media only screen and (max-width: 480px) {
	/* Titres pour vue mobile */
	h1 {
		font-size: 36px;
		line-height: 48px;
	}

	h2 {
		font-size: 26px;
		line-height: 34px;
	}

	h3 {
		font-size: 24px;
		line-height: 32px;
	}


	#section-support {
		padding-top: 140px;
		padding-bottom: 40px;
	}
	
	.well-come {
		margin-top: 150px;
		font-size: 48px;
	}
	
	.supports-control {
		float: left;
		height: 160px;
		width: 42px;
		bottom: 340px;
	}

	.supports-control .control-icon {
		position: relative;
		left: 2px !important;
		float: left;
		margin-bottom: 8px;
	}

	/* Steps */
	.step-details .step-description {
		text-align:justify;
	}

	.sub-steps {
		margin-left: 5%;
	}


	/* Sreenshots */
	.screenshots .col-xs-6 {
		width: 100% !important;
	}
	
		#subscription-form  .input-email {
		width: 320px;
	}
}


/* --------- Moins de 360px -------- */
@media only screen and (max-width: 360px) {
	.client-photos .photo-hold {
		width: 80px;
		height: 80px;
		margin-bottom: 16px;
	}

	/* Subscription Form */
	#subscription-form  .input-email {
		width: 250px;
	}
}





</pre></body></html>