/*

Tooplate 2117 Infinite Loop

https://www.tooplate.com/view/2117-infinite-loop

*/

@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");

body {
	font-family: "Raleway", sans-serif;
	font-size: 1.2em;
  color: #707070;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
  color: #38B;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #D40;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-top: 80px;
  padding-bottom: 40px;
}

/* Screen reader only - visible pour SEO, caché visuellement */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* Animation d'apparition au scroll */
.fade-in-section {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.2s ease-out, transform 1.2s ease-out;
}

.fade-in-section.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Logo hero */
.hero-logo {
  max-width: 600px;
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding: 15px;
  background: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 14px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2),
              0 0 0 1px rgba(255, 255, 255, 0.1) inset;
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.hero-logo:hover {
  transform: scale(1.02);
  border-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3),
              0 0 0 1px rgba(255, 255, 255, 0.2) inset;
}

@media (max-width: 768px) {
  .hero-logo {
    max-width: 280px;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .hero-logo {
    max-width: 220px;
    padding: 12px;
  }
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #37A;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #38B;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
}

.brand-name {
  font-size: 1.4rem;
  font-weight: bold;
}

.brand-tagline {
  font-size: 0.65rem;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
  opacity: 0.9;
}

.tm-navbar.scroll .brand-tagline {
  font-weight: 600;
  opacity: 1;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #38B;
}

.tm-navbar.scroll .navbar-brand {
  color: #369;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link {
  color: #369;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #369;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

/* Hero */

#infinite {
	background-color: #222;
  background-image: url(../img/infinite-loop-01.jpg);
  background-repeat: no-repeat;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center -450px;
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  	color: #FFF;
    cursor: pointer;
    background: #357;
    padding: 15px 40px;
    transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #FFF;
  background: #37A;
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
}

.tm-intro-text {
  font-size: 1.2rem;
}

.tm-icon {
  display: block;
  color: #37A;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
  color: white;
  background-image: url(../img/infinite-loop-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

@media (max-width: 991px) {
  #testimonials {
    background-image: url(../img/infinite-loop-02-mobile.jpg);
  }
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 290px;
  margin-left: 35px;
  margin-right: 35px;
}

.tm-testimonial-item img {
  border-radius: 50%;
  margin-bottom: 35px;
}

.tm-testimonial-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}


/* About */
#about {
  color: white;
  background-image: url(../img/infinite-loop-02.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

@media (max-width: 991px) {
  #about {
    background-image: url(../img/infinite-loop-02-mobile.jpg);
  }
}

.tm-about-content {
  position: relative;
  z-index: 100;
}

/* Larger text specifically for About section */
#about .tm-section-desc {
  font-size: 1.1rem;
  max-width: 1000px; /* wider lines in About */
}

#about .tm-section-subtitle {
  font-size: 1.6rem;
}

@media (max-width: 575.98px) {
  #about .tm-section-desc { font-size: 1rem; }
  #about .tm-section-subtitle { font-size: 1.25rem; }
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3ba0dd;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Slick Arrows */
.slick-prev,
.slick-next {
  width: 50px;
  height: 50px;
  z-index: 100;
  background-color: rgba(55, 102, 170, 0.8);
  border-radius: 50%;
  transition: all 0.3s ease;
  border: none;
}

.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  background-color: rgba(55, 102, 170, 1);
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-prev i,
.slick-next i {
  color: white;
  font-size: 20px;
}

.slick-prev:before,
.slick-next:before {
  content: '';
}

@media (max-width: 767px) {
  .slick-prev {
    left: 10px;
  }
  
  .slick-next {
    right: 10px;
  }
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img,
figure.effect-honey.active img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #38C;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i,
figure.effect-honey.active figcaption::before,
figure.effect-honey.active h2,
figure.effect-honey.active h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
	padding-top: 30px;
	}

/* Contact */

#contact {
  color: white;
  background-color: #001828;
  background-image: url(../img/infinite-loop-03.jpg);
  background-position: center;
  background-repeat: no-repeat;
  min-height: 980px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 100px;
}

.contact-item {
  margin-left: 20px;
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #3496d8;
}

.social-links {
  display: flex;
  gap: 20px;
}

.social-icon i {
  font-size: 2.5em;
  transition: all 0.3s ease;
}

.social-icon:hover i {
  color: #3496d8;
  transform: scale(1.1);
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #369;
	width: 50%;
	margin-bottom: 60px;
}

.tm-btn-submit:hover {
	color: #fff;
	background-color: #38B;
}

.tm-btn-submit:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

/* Messages de formulaire */
#form-message {
	padding: 15px 20px;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 0.95em;
}

#form-message.success {
	background-color: rgba(76, 175, 80, 0.2);
	border: 1px solid rgba(76, 175, 80, 0.5);
	color: #4CAF50;
}

#form-message.error {
	background-color: rgba(244, 67, 54, 0.2);
	border: 1px solid rgba(244, 67, 54, 0.5);
	color: #f44336;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
	color: #fff;
}

.tm-footer a:hover {
	color: #9CF;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38B;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

/* Service Description Box */
.service-description-box {
  display: none;
  background: #f8f9fa;
  border-left: 4px solid #37A;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: fadeInUp 0.4s ease-out;
}

.service-description-box h3 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 30px;
}

.service-description-box h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #369;
  margin-bottom: 15px;
}

.service-description-box i {
  color: #37A;
}

.service-description-box .row {
  margin-top: 20px;
}

.service-description-box .col-md-4,
.service-description-box .col-md-6 {
  margin-bottom: 25px;
}

/* Service cards layout */
.service-cards-row {
  row-gap: 20px;
}

.service-card {
  background: #eff3f7;
  border: 1px solid rgba(0,0,0,0.06);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.service-card h3 {
  font-size: 1.35rem;
}

.service-card h4 {
  font-size: 1.05rem;
  color: #369;
}

#service-description .service-template p,
#service-description .service-template li {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

/* Uniformiser tous les textes dans les service-cards */
.service-card p,
.service-card li {
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 0.75rem;
}

.service-block-title {
  font-size: 2rem;
  font-weight: 700;
}

.service-block-subtitle {
  font-size: 1.15rem;
  color: #6b7a88;
}

/* Strategy Wheel Design */
.strategy-wheel-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.wheel-layout {
  display: grid;
  grid-template-columns: 1fr 400px 1fr;
  grid-template-rows: 100px 1fr 100px 1fr 100px;
  gap: 0;
  align-items: center;
  justify-items: stretch;
  min-height: 500px;
}

.wheel-center {
  grid-column: 2;
  grid-row: 1 / 6;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.wheel-diagram {
  width: 100%;
  max-width: 400px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(0,0,0,0.1));
}

.wheel-segment {
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: 150px 150px;
}

.wheel-segment:nth-of-type(1):hover {
  fill: #1E3A8A;
  transform: scale(1.08);
  filter: drop-shadow(0 8px 20px rgba(30, 58, 138, 0.5));
}

.wheel-segment:nth-of-type(2):hover {
  fill: #2563EB;
  transform: scale(1.08);
  filter: drop-shadow(0 8px 20px rgba(37, 99, 235, 0.5));
}

.wheel-segment:nth-of-type(3):hover {
  fill: #3B82F6;
  transform: scale(1.08);
  filter: drop-shadow(0 8px 20px rgba(59, 130, 246, 0.5));
}

.wheel-segment:nth-of-type(4):hover {
  fill: #60A5FA;
  transform: scale(1.08);
  filter: drop-shadow(0 8px 20px rgba(96, 165, 250, 0.5));
}

.wheel-segment:nth-of-type(5):hover {
  fill: #93C5FD;
  transform: scale(1.08);
  filter: drop-shadow(0 8px 20px rgba(147, 197, 253, 0.5));
}

.wheel-text {
  padding: 15px 20px;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 8px;
}

.wheel-text.highlighted {
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(147, 197, 253, 0.15) 100%);
  transform: scale(1.05);
  box-shadow: 0 4px 16px rgba(59, 130, 246, 0.2);
}

.wheel-text h4 {
  font-size: 1.15rem;
  font-weight: 700;
  color: #6B7A88;
  margin-bottom: 10px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.wheel-text.highlighted h4 {
  color: #2563EB;
}

.wheel-text p {
  font-size: 0.95rem;
  color: #6B7A88;
  line-height: 1.6;
  margin: 0;
  transition: color 0.3s ease;
}

.wheel-text.highlighted p {
  color: #1E3A8A;
}

.wheel-text-tl {
  grid-column: 1;
  grid-row: 1;
  align-self: center;
  text-align: right;
}

.wheel-text-tr {
  grid-column: 3;
  grid-row: 1;
  align-self: center;
  text-align: left;
}

.wheel-text-bl {
  grid-column: 1;
  grid-row: 5;
  align-self: center;
  text-align: right;
}

.wheel-text-br-top {
  grid-column: 3;
  grid-row: 3;
  align-self: center;
  text-align: left;
}

.wheel-text-br-bottom {
  grid-column: 3;
  grid-row: 5;
  align-self: center;
  text-align: left;
}

@media (max-width: 992px) {
  .wheel-layout {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 25px;
  }

  .wheel-center {
    grid-column: 1;
    grid-row: auto;
    order: 1;
  }

  .wheel-text-tl { order: 2; }
  .wheel-text-tr { order: 3; }
  .wheel-text-bl { order: 4; }
  .wheel-text-br-top { order: 5; }
  .wheel-text-br-bottom { order: 6; }

  .wheel-diagram {
    max-width: 320px;
  }
}

.service-description-box .col-md-4,
.service-description-box .col-md-6,
.service-description-box .col-md-8 {
  margin-bottom: 25px;
}

.service-description-box .service-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.service-description-box .service-list li {
  padding: 10px 0;
  padding-left: 25px;
  position: relative;
}

.service-description-box .service-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #37A;
  font-weight: bold;
  font-size: 1.2rem;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 0px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1500px;
  }
  
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 0.95rem;
    white-space: nowrap;
  }


  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #707070;
	padding-right: 20px;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-gallery-container-2 {
    max-width: 350px;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}

/* About section layout enhancements */
.about-wide { max-width: 1500px; }
@media (min-width: 1400px) { .about-wide { max-width: 1600px; } }

.tm-about-photo { 
  width: 100%; 
  height: auto; 
  border-radius: 14px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

@media (min-width: 768px) {
  .about-photo-col { padding-right: 50px; }
  .about-text-col { padding-left: 10px; }
}

@media (min-width: 992px) {
  .about-photo-col { 
    padding-right: 70px; 
    display: flex; 
    align-items: flex-start;
  }
  .about-text-col { 
    display: flex; 
    flex-direction: column; 
    justify-content: flex-start; 
    padding-left: 20px; 
  }
  .about-text-col > h3:first-child { margin-top: 0; }
}

@media (min-width: 1200px) {
  .about-photo-col { padding-right: 80px; }
}
