
body {
  overflow-x: hidden;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

p {
  line-height: 1.75;
}

a {
  color: #FDDF40;
}

a:hover {
  color: #fec503;
}

.text-primary-1 {
  color: linear-gradient(to right, #84fab0 0%, #8fd3f4 51%, #84fab0 100%)
  ;
}
.text-primary-2 {
  color: linear-gradient(to right, #a1c4fd 0%, #c2e9fb 51%, #a1c4fd 100%)
  ;
}
.text-primary-3 {
  color: linear-gradient(to right, #f6d365 0%, #fda085 51%, #f6d365 100%)
  ;
}


h1,
h3,

h5,
h6 {
  font-weight: 800;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}
h2,
h4{

  font-family: 'Calistoga', serif, Garamond, Georgia;

}

@media (min-width: 1920px){
#mainNav .navbar-nav .nav-item .nav-link {
    font-size: 150%;}

.container {
    max-width: 1860px;
}
}

section {
  padding: 100px 0;
}

section h2.section-heading {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 20px;
}

section h3.section-subheading {
  font-size: 25px;
  font-weight: 50px;
  font-style: italic;
  margin-bottom: 95px;
  text-transform: none;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

@media (min-width: 768px) {
  section {
    padding: 150px 0;
    min-height: 80vh;
  }
}

.btn {
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 800;
  border-radius: 2rem;
  z-index: 1;
}

.btn-xl {
  font-size: 20px;
  padding: 12px 24px;
}

.btn-primary {
  background-color: #343a40;
  border-color: none;

}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  position: relative;
  background: linear-gradient(120deg, rgba(0,185,178,1) 0%, rgba(61,125,191,1) 100%);
  box-shadow: 0 1px 1px rgba(0,185,178,0.12), 
              0 2px 2px rgba(0,185,178,0.12), 
              0 4px 4px rgba(0,185,178,0.12), 
              0 8px 8px rgba(0,185,178,0.12),
              0 16px 16px rgba(0,0,0,0.12);

  transform: translateY(-.125rem);
  transition: box-shadow 135ms cubic-bezier(.4,0,.2,1),width 235ms cubic-bezier(.4,0,.2,1);
  border: none;


}





::-moz-selection {
  background: #FDDF40;
  text-shadow: none;
}

::selection {
  background: #FDDF40;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}
#blurryscroll { 
  top: -9px; left: 0; 
  width: 100%;
  height: 4rem;
  overflow: hidden;
  position: fixed;
  margin-top: 9px;
  border-radius:2rem;
  filter: blur(8px);
  z-index: 3; 
}
#mainNav {
  
  background-color: rgba(255,255,255,0.85);
  filter: none; 
  color: #343a40;


}

  #mainNav.navbar-shrink {
    @extend #blurryscroll;
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
    margin-top: 9px;
      border-radius:2rem;
    

}



#mainNav .navbar-toggler {
  font-size: 20px;
  left: 0;
  padding: 10px;
  color: #343a40;
  border: 0;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-brand {
  font-weight: 600;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-shadow: 0 2px 2px rgba(255,255,255,.5);
  color: #343a40;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.logo{
    margin: 0 0 auto;
    height: 30px;
    z-index: 2;
  }

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
   background: -webkit-linear-gradient(120deg, rgba(61,125,191,1) 0%, rgba(0,185,178,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 100%;
  font-weight: 700;
  text-align: center;
  
  padding: 0.75em 0;
  letter-spacing: 1px;
  color: black;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  background : linear-gradient(120deg, rgba(61,125,191,1) 0%, rgba(0,185,178,1) 100%); 
  border-radius: 2rem ;
  padding: 10px;
  color: white;
  margin: 9px;
}

#mainNav .navbar-nav .nav-item:last-child .nav-link {

  background : linear-gradient(120deg, #F0834D 0%, #FDDF40 100%);
  border-radius: 2rem;


  

}

#mainNav .navbar-nav .nav-item .nav-link i {
  color: White;
  font-size: 20px;
 
  transform: rotate(90deg);
  
}

#mainNav .navbar-nav .nav-item:last-child .nav-link:hover {
  background : linear-gradient(120deg, #F0834D 0%, #FDDF40 100%);
  box-shadow: 0 3px 7px 1px rgba(240,131,77,0.75);
  transform: translateY(-.125rem);
  z-index: 4;
  }

@media (min-width: 992px) {
  #mainNav {

    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: transparent;
  }

 /* .flashit{
-webkit-animation: flash ease-out 7s infinite;
-moz-animation: flash ease-out 7s infinite;
animation: flash ease-out 7s infinite;
animation-delay: 2s;
animation-iteration-count: 2;
}
@-webkit-keyframes flash {
  from { opacity: 0; } 
  82% { opacity: 0; }
  83% { opacity: 0.6; }
  84% { opacity: 0.2; }
  86% { opacity: 0.9; }
  90% { opacity: 0; } 
  to { opacity: 1; }
}

@keyframes flash {
  from { opacity: 0; } 
    82% { opacity: 0; }
  83% { opacity: 0.6; }
    84% { opacity: 0.2; }
    86% { opacity: 1; } 
    90% { opacity: 0; }
  to { opacity: 1; }
}*/

  .logo{
    margin: auto;
    height: 80px;
    width: auto;
    
    z-index: 2;
  }

  #mainNav .navbar-brand {
    font-weight: 500;
    font-size: 2em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-shadow: 0 2px 2px rgba(255,255,255,.5);
    color: #343a40;
  }
  #mainNav .navbar-nav .nav-item .nav-link {
    color: #343a40;
    padding: 0.4em 1em !important;
    
  }
  #mainNav.navbar-shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: rgba(255,255,255,0.75);
    box-shadow: 0 2px 4px rgba(0,0,0,.5);
   
  }

  #mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  border-radius: 2rem ;
  padding: 1px;
  margin: 0px;
}

    #mainNav.navbar-shrink .logo{
    margin: 0 0 auto;
    height: 30px;
    z-index: 2;
  }


  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 10px 0;
    color: #343a40;
    text-shadow: 0 2px 2px rgba(255,255,255,0);
    
  }

    #mainNav.navbar-shrink .nav-item .nav-link {
    font-size: 90%;
    color: #343a40;
    
    text-align: center; 
  }
}

header.masthead {
  text-align: center;
  color: white;
  background-image: url("../img/stephane-bx.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position:  center;
  background-size: cover;
  height: 100vh;
}

header.masthead .intro-text {
  padding-top: 21vh;
  margin-bottom: 15vh;
  
/*  animation: reveal 7s*/ ;
}

header.masthead .intro-text .intro-lead-in {
  
  color: #4EB180;
  font-family: 'Calistoga', serif, Garamond, Georgia;
  font-size: 25px;
  line-height: 22px;
  margin-bottom: 25px;
  text-align: left;
/*  animation: showup 7s*/ ;
}

header.masthead .intro-text .intro-heading {
  background: -webkit-linear-gradient(120deg, rgba(61,125,191,1) 0%, rgba(0,185,178,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 55px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  text-align: left;
  
  /*animation: slidein 7s ;*/
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

header.masthead .card{
  max-width: 50vw;
  opacity: 65%;
/*  animation: showup 10s*/ ;
}

header.masthead .card .card-text {
  color: #000;
  text-align: center;
  font-weight: 700;
  padding: 20px;
  font-size: 11px;
  
  /*animation: slidein 7s ;*/

} 


header.masthead .btn-primary {
  margin-top:5vh;
}

@keyframes showup {
    0% {opacity:0;}
    20% {opacity:1;}
    80% {opacity:1;}
    100% {opacity:0;}
}

@keyframes slidein {
    0% { margin-left:-800px; }
    20% { margin-left:-800px; }
    35% { margin-left:0px; }
    100% { margin-left:0px; }
}

@keyframes reveal {
    0% {opacity:0;width:0px;}
    20% {opacity:1;width:0px;}
    30% {width:355px;}
    80% {opacity:1;}
    100% {opacity:0;width:355px;}
}


@media (min-width: 768px) {
  header.masthead .intro-text {
    padding-top: 30vh;
  
  }
  header.masthead .intro-text .intro-lead-in {

    font-size: 40px;
    color: #4EB180;
    line-height: 40px;
    margin-bottom: 25px;
    font-family: 'Calistoga', serif, Garamond, Georgia;
  }
  header.masthead .intro-text .intro-heading {
    font-size: 75px;
    font-weight: 800;
    line-height: 75px;
    margin-bottom: 50px;
    font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  }
  header.masthead .card{
  max-width: 40vw;
  opacity: 65%;
}

header.masthead .card .card-text {
  color: #000;
  
  text-align: left;
  font-weight: 700;
  padding: 20px;
  font-size: 16px;
  hyphens: auto;

} 

}

.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#services{
  background-image: url("../img/fond.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position:  center;
  background-size: cover;
}

#services .row .col-md-4 {
  margin-bottom: 20px;
}
#services .row .col-md-4:hover {
    box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
            0 2px 2px rgba(0,0,0,0.11), 
            0 4px 4px rgba(0,0,0,0.11), 
            0 8px 8px rgba(0,0,0,0.11), 
            0 16px 16px rgba(0,0,0,0.11), 
            0 32px 32px rgba(0,0,0,0.11);
  transform: translateY(-.125rem);
  border-radius: .50rem;


}



#portfolio .row{
  align-items: center;
  justify-content: center;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 10px 10px 15px;
  padding: 0;


}
#portfolio .portfolio-item:hover {

  box-shadow: 0 1px 1px rgba(0,0,0,0.11), 
            0 2px 2px rgba(0,0,0,0.11), 
            0 4px 4px rgba(0,0,0,0.11), 
            0 8px 8px rgba(0,0,0,0.11), 
            0 16px 16px rgba(0,0,0,0.11), 
            0 32px 32px rgba(0,0,0,0.11);
  transform: translateY(-.125rem);
          }

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  cursor: pointer;
border-radius:.50rem .50rem 0 0 ;

}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  background: #FDDF40;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 0.75;

}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: center;
  color: white;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
  border-radius:0 0 .50rem .50rem;

}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#portfolio * {
  z-index: 2;
}


@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 15px 15px 30px;
    padding: 0;
    max-width: 300px;
  }
}

.portfolio-modal {

  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 10vw;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 100px 0;
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  padding: 9px;
  top: 0;
  margin: 25px;
  right: 35px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 35px;
  margin-left: 45px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 35px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}


section#contact {

  background-image: url("../img/_DSC5764.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position:  center;
  background-size: cover;
}

section#contact .section-heading {
  color: #fff;
}

section#contact .form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}

section#contact .form-group input.form-control {
  height: auto;
}

section#contact .form-group textarea.form-control {
  height: 248px;
}

section#contact .form-control:focus {
  border-color: #FDDF40;
  -webkit-box-shadow: none;
  box-shadow: none;
}

section#contact ::-webkit-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact ::-moz-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

section#contact :-ms-input-placeholder {
  font-weight: 700;
  color: #ced4da;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

footer {
  padding: 25px 0;
  text-align: center;
}

footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  font-family: 'Visby CF', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 100%;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li .instagram:active, ul.social-buttons li .instagram:focus, ul.social-buttons li .instagram:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0 3px 7px 1px rgba(193,53,132,1);
  transform: translateY(-.125rem);
}
ul.social-buttons li .twitter:active, ul.social-buttons li .twitter:focus, ul.social-buttons li .twitter:hover {
  background-color: #1DA1F2;
  box-shadow: 0 3px 7px 1px rgba(29,161,242,1);
  transform: translateY(-.125rem);
}
ul.social-buttons li .youtube:active, ul.social-buttons li .youtube:focus, ul.social-buttons li .youtube:hover {
  background-color: #ff0000;
  box-shadow: 0 3px 7px 1px rgba(255,0,0,1);
  transform: translateY(-.125rem);
}
ul.social-buttons li .linkedin:active, ul.social-buttons li .linkedin:focus, ul.social-buttons li .linkedin:hover {
  background-color: #2867B2;
  box-shadow: 0 3px 7px 1px rgba(40,103,178,1);
  transform: translateY(-.125rem);
}

