/*Settings efe5df*/
body {
  background-color: #f0f4f5;
  color: #203c59;
}
h1, h2, h3, h4, a {
  font-family: 'Poppins', sans-serif;
}

/********** TITRES, ICONES, BTN & GENERAL **********/
.hight-title {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
  color:#fa7268;
}
.contour-title h2 {
  display: block;
  font-size: 2.5rem;
  margin-bottom:-.5rem ;
  -webkit-text-stroke: 0.7px #203c59; 
  color: transparent;
}
h2, .h2, h3, .h3, h4, .lead {
  line-height: 1.6;
}
a i, p i {
  font-size: 1.3rem;       
}
a.scrolltop i, .social-mobile a i {
  font-size: 2rem;
}
.bi-arrow-up-short::before {
    background-color: rgb(250 114 104 / 70%);
    border-radius: 50%;
    padding: 0.2em;
}
.scrolltop:hover .bi-arrow-up-short::before {
    background-color: #fa7268;
}
a, a:hover, .btn {
  color: #203c59;
  text-decoration: none;
  text-transform: uppercase;
}
.btn-primary {
  color: #efe5df;
  background-color:#203c59;
  border:none;
  border-radius: 0;
}
.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
  background-color:#d7625a;
}
.btn-outline-primary {
  color:#203c59;
  background-color:transparent;
  border: 1.4px solid #203c59;
  border-radius: 0.1rem;
  padding: .5rem 1.2rem;
  font-size: 0.8rem; 
  border-radius: 100px; 
}
.btn-outline-primary:hover,.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show>.btn-outline-primary.dropdown-toggle {
  color:#f0f4f5;
  background-color:#203c59;
  border-color: #203c59;
  text-decoration: none;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-primary.dropdown-toggle:focus, .btn-outline-primary:focus {
  box-shadow: none;
}
.block-bg {
  background-color: #f8fcfe;
}



/********** MENU  **********/
.desktop-nav ul {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar a.nav-link, footer, .social-footer a {
  position: relative;
  margin: 0 10px;
  color: #203c59;
  font-size: .95em;
}
.navbar li.active > a, .navbar a.nav-link:hover, .social-footer a:hover {
  border-bottom: 1.8px solid #203c59;
}



/********** MENU HAMBURGER **********/ 
.outer-menu {
  position: fixed;
  top: 0;
  right:2vw;
  z-index: 1;
}
.checkbox-toggle {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  cursor: pointer;
  width: 3rem;
  height: 3rem;  
  opacity: 0;
} 
.checkbox-toggle:checked +.hamburger > div {
  transform: rotate(135deg);
  background:#f0f4f5;
} 
.checkbox-toggle:checked +.hamburger > div:before,
.checkbox-toggle:checked +.hamburger > div:after,.checkbox-toggle:checked:hover +.hamburger > div:before,
.checkbox-toggle:checked:hover +.hamburger > div:after {
  top: 0;
  transform: rotate(90deg);
}
.checkbox-toggle:checked ~.menu-mobile {
  pointer-events: auto;
  visibility: visible;
}
.checkbox-toggle:checked ~.menu-mobile > div {
  transform: scale(1);
  transition-duration:.75s;
}
.checkbox-toggle:hover +.hamburger > div:before{
  -moz-transform: translateY(3px);
  -o-transform: translateY(3px);
  -ms-transform: translateY(3px);
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.checkbox-toggle:hover +.hamburger > div:after{
  -moz-transform: translateY(-3px);
  -o-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -webkit-transform: translateX(-3px);
  transform: translateY(-3px);
}
.hamburger {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0.5rem;
  z-index: 1;
  width: 2rem;
  height: 3.5rem;
  cursor: pointer;
  transition: box-shadow 0.4s ease;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
}
.hamburger > div {
  position: relative;
  flex: none;
  width: 100%;
  height: 2px;
  background:#203c59;
  transition: all 0.4s ease;
}
.hamburger > div:before,.hamburger > div:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 2px;
  background: inherit;
  transition: all 0.4s ease;
} 
.hamburger > div:before {top: 8px;}
.hamburger > div:after {top: -8px;}
.menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  visibility: hidden;
  overflow: hidden;
  backface-visibility: hidden;
  outline: 1px solid transparent;
  display: flex;
  align-items: center;
  justify-content: center; 
} 
.menu-mobile > div {
  width: 300vw;
  height: 300vw;
  color: #f0f4f5;
  background: rgb(32, 60, 89, 0.8);
  border-radius: 50%;
  transition: all 0.4s ease;
  flex: none;
  transform: scale(0);
  backface-visibility: hidden;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-mobile > div > ul {
  display: block;
  list-style: none;
  padding: 0 1rem;
  margin: 0;
  max-height: 100vh;
}
.menu-mobile > div > ul > li {
  margin: 2rem;
  text-align: center;
}
.menu-mobile > div > ul > li > a {
  position: relative;
  color:#f0f4f5;
  display: block;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out; 
}
.menu-mobile > div > ul > li> .social-mobile a {
  padding: 1rem;
  color:#f0f4f5;
}
.nav-link {
  padding: 0.5px 0px;
  margin: 0.5px 1px 0 1px;
}




/********** HOME **********/ 
.header-background {
background-image:  
radial-gradient(at 53% 100%, hsla(192,21%,96%,1) 0, transparent 60%),  
radial-gradient(at 50% 47%, hsla(0,0%,99%,1) 0, transparent 46%),  
radial-gradient(at 100% 100%, hsla(28,96%,82%,1) 0, transparent 40%),  
radial-gradient(at 0% 100%, hsla(151,100%,93%,1) 0, transparent 44%),  
radial-gradient(at 0% 0%, hsla(243,28%,80%,1) 0, transparent 57%),  
radial-gradient(at 70% 0%, hsla(0,100%,87%,1) 0, transparent 41%),  
radial-gradient(at 32% 15%, hsla(343,74%,91%,1) 0, transparent 49%),  
radial-gradient(at 87% 52%, hsla(207,100%,86%,1) 0, transparent 45%);
  /* Full height*/
  min-height: 100vh;   
  padding: 0 1rem;
  margin-bottom: 1rem;
}

.icon-scroll {
  position: relative;
  width: 30px;
  height: 45px;
  margin: 0 0 30px 0;
  border: 1.5px solid #203c59;
  border-radius: 25px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.icon-scroll:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #203c59;
  margin-left: -3px;
  top: 5px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(26px);
  }
}




/********** PORTFOLIO **********/
#portfolio {
  text-align: center;
}
.portfolio-nav span {
  display: inline-block;
  position: relative;
  width: fit-content;
  background: #f0f4f5;
  margin:1rem; 
  padding:0.5rem 1.5rem;
  list-style-type: none;
  color: black;
  border-radius:100px;
}
.portfolio-nav div.active span, .portfolio-nav span:hover {
  background:#203c59;
  color:#f0f4f5;
  cursor: default;
}
.portfolio-nav div.active span:hover::after {
  height:0;
} 
.portfolio-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  display: none; 
  margin-bottom: 1rem;
} 
.portfolio-content {
  overflow:hidden;
  position: relative;
  border-radius: 5px;
  background:#666;
  cursor:pointer;
}
.portfolio-content img {
  position: relative;
  top:0;
  max-width:100%;
  -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:  all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);  
}
.portfolio-content .label {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  -webkit-transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  transition:  all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.portfolio-content .label-overlay {
  background:rgba(240, 244, 245, 0.7);
  width: 100%;
  height:100%;
  position: absolute;
}
.portfolio-content .label-text {
  position: absolute;
  width:100%;
  text-align: center;
}
.portfolio-content .label-text p {
  font-weight: 300;
}
.portfolio-wrapper:hover .label {
  bottom: 0;
}
.portfolio-wrapper:hover img {
  transform: scale(1.3);
  opacity: 0.4;
  filter: blur(4px);
  -webkit-filter: blur(1px);
} 



/********** PROJECTS **********/ 
a:hover > i  {
  display: inline-block;
  transition: .5s transform ease-in-out;
}
.row .hero-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.row .hero-content .thumb {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 50vw;
  z-index: -1;
}
.rounded-pill {
    color: #a6bcc3;
    background-color: transparent;
    border: 1.4px solid #a6bcc3; 
    margin: 0 0.5em 0.5em 0;
}
#project h1 {
  /*font-weight: 500;*/
  text-transform: none;
  color: #fa7268;
}
#project h2 {
  font-weight: 500;
  font-size:1.3rem;
  text-transform: uppercase;
  color: #fa7268;
}
#project > div {
  margin-bottom: 2rem;
}
#project div p {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 300;
}
.section-project {
  font-size: 0.9rem;
  text-transform: uppercase;
}
.section-project span {
  font-size: 0.7rem;
}
.background-project {
  background-color:#fa7268; 
  color :#f0f4f5;
}
#project > div.img-project > div > img, #project > div.img-project > img {
  vertical-align: middle;
  min-height: 100%;
  top:0;
  left: 0;
}
a.other-project div {
  text-align: center;
  padding: 1rem;
}
a.other-project i {
  font-size: 1rem;
  margin: 0.5rem;
}
.figure-caption {
  font-style: italic;
}


/********** BACK TO TOP **********/ 
.scrolltop {
  display:none;
  position: fixed;
  bottom: 2.5rem;
  right: 0;
  padding: 0 .8rem;
} 
.scrolltop:hover {
  text-decoration: none;
}
.scrolltop div {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}




/********** MEDIA Q **********/ 
/*Small devices (landscape phones, 576px and up)*/
@media (max-width:576px){
  .hight-title {
    font-size: 2.5rem;
  }
  h2, .h3 {
    font-size: 1.5rem;
  } 
  .wrapper {
    min-height: 70vh;
    padding:0 1rem;
  } 
  #filters ul > li {
    max-width: 100%;
    margin: 0.3rem 7rem;
    padding: 0.1rem 0.5rem;
    float: none;
  }
  .portfolio-nav {
    text-align: center;
  }
  .portfolio-content .label {
    bottom: 0;
    align-items: flex-end;
  }
  .portfolio-content .label-overlay {
    background:linear-gradient(180deg,transparent,#000);
    opacity: 0.7;
  }
  .portfolio-content .label-text {
    bottom: 0;
    text-align: left;
    padding:0 1em;
  }
  .case-template .hero .hero-content {
    height: auto;
  }
  .case-template .hero .hero-content .thumb {
    position: static;
    width: 100%;
  }  
  #project .img-project img {
  padding-bottom: 1rem; 
  }
  a.other-project div {
    padding: 0.7rem;
  }
  .contour-title h2 {
    font-size: 2rem;
  }
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 959px) {

}

/*#Mobile (Landscape) - Note: Design for a max-width of 480px */
@media only screen and (min-width: 375px) and (max-width: 812px) {
  .portfolio-content .label {
    bottom: 0;
    align-items: flex-end;
  }
  .portfolio-content .label-overlay {
    background:linear-gradient(180deg,transparent,#10253a);
  }
  .portfolio-content .label-text {
    bottom: 0;
    text-align: left;
    padding:0 1em;
    color: #f0f4f5;
  }
}