body{
  font-family: arial;
  color: #2b2b2b;
  margin: 0;
  font-family: 'Roboto', sans-serif;
}
html {
  scroll-behavior: smooth;
}
*::-webkit-scrollbar-track
{
	border-radius: 0px;
	background-color: #eaeaea;
}
.hide{
  display: none;
}

.container--why-us-small{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.agregation-container{
  width: 50%;
  box-sizing: border-box;
  padding: 0 20px;
  margin-top: 40px;
}

.agregation-list{
  width: 100%;
  display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.agre-list-boxes-se{
  width: 100%;
}


#expandedImg.anim{
  -webkit-animation: mymove 0.5s;  /* Safari 4.0 - 8.0 */
  animation: mymove 0.5s;
}


/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
0% {opacity: 1;}
50% {opacity: 0.5;}
100% {opacity: 1;}
}

@keyframes mymove {
0% {opacity: 1;}
50% {opacity: 0.5;}
100% {opacity: 1;}
}

















.scale-hover{
  transition: transform 0.3s ease;
  cursor: pointer;
}
.scale-hover:hover{
  transform: scale(1.04) !important;
}
.dropdown--categories{
  background-color: #0071d8;
  color: #fff;
  border-radius: 3px;
  padding: 8px 36px;
  font-weight: bold;
  font-size: 20px;
  border: none;
}
.container--categories{
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}
.section--addit-200{
  padding: 200px 0 !important;
}
.video--slider{
  object-fit: cover;
  height: 100%;
  width: 100%;
}

*::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

*::-webkit-scrollbar-thumb
{
	background-color: #2a2a2a;
}

*::selection {
  background: #86d3ff; /* WebKit/Blink Browsers */
  color: #fff;
}
*::-moz-selection {
  background: #86d3ff; /* Gecko Browsers */
  color: #fff;
}

.g-map--footer {
    width: 100%;
    height: 67.5vw;
    padding: 20px 0 25px;
}
.btn-back-top {
    position: fixed;
    z-index: 1;
    background: #0071d8;
    right: 2.5vw;
    color: #Fff;
    font-size: 33px;
    border: none;
    bottom: 2.5vw;
    cursor: pointer;
    border-radius: 50%;
    height: 60px;
    outline: none;
    width: 60px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 2s;
}
.btn-back-top:hover{
  background-color: #3892e4;
}
.btn-back-top:active{
  background-color: #2e6fab;
}
.title--projects_more{
font-size: 42px;
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.title--projects_number{
  font-size: 62px;
  margin-bottom: -10px;
}
.last-project__more{
  background-color: #0071d8;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  flex-wrap: wrap;
}
.btn-projects{
  text-decoration: none;
    color: #fff;
    text-align: center;
    padding: 15px;
    margin-top: 35px;
    border-radius: 5px;
    font-weight: bold;
    display: block;
    background-color: #0071d8;
}
/* TUTAJ */
.container{
  width: 90%;
  margin: 0 auto;
}
.center-vh{
  display: flex;
  justify-content: center;
  align-items: center;
}
a.skill-card:hover{
  transform: scale(1.04) !important;
}
.philosophy--background, .philosophy--background2{
  background: url(../images/content/building.png);
  background-size: 80%;
  background-position: center calc(50% + 60px);
  background-repeat: no-repeat;
}

/* --- SECTIONS --- */
.section--header{
  height: 100vh;
  background-color: #353535;
}
.section--philosophy2{
    overflow-x: hidden;
}
.section{
  position: relative;
  padding: 80px 0;
  background-color: #fff;
}
.section--philosophy{
  padding-bottom: 100px;
  overflow-x: hidden;
  background:
}
.section--story{
  background-color: #f7f7f7;
    overflow-x: hidden;
}
.section--philosophy::before{
  position: absolute;
  content: '';
  height: 5px;
  right: 0;
  width: 60%;
  bottom: 50px;
  transform: translateY(calc(-1rem - 50%));
  background-color: #0071d8;
}
.w-29{
  width: 100%;
}
.section--finished{
    overflow-x: hidden;
}
.section--dark{
  background-color: #2b2b2b;
}
.section--why-us{
  background: url('../images/backgrounds/why-us.jpg') center no-repeat;
  background-size: cover;
    overflow-x: hidden;
}

.section--contact{
  background-color: #0071d8;
  padding: 25px 0;
}
.section--copyright{
  padding: 25px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  border-top: 2px solid #545454;
  color: #969696;
}
.section--projects{
  background: url('../images/backgrounds/projects.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}




/* --- CONTAINER --- */
.container--contact{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container--last-projects{
  position: relative;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container--last-projects::before{
  position: absolute;
  content: '';
  height: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 75%;
  bottom: -45px;
  background-color: #0071d8;
}
.container--skills{
  margin: 45px 0 80px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.container--message{
  background-color: #2a2a2a;
  padding: 50px 0;
}
.container--why-us{
  background: #fff;
  padding: 80px 0;
}





/* --- TITLE --- */
.title{
  font-size: 28px;
  text-align: center;
  margin: 0 auto;
  width: fit-content;
  -moz-width: max-content;
  position: relative;
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 50px;
}
.title::before{
  content: '';
  background-color: #0071d8;
  width: 7px;
  left: -20px;
  height: 100%;
  position: absolute;
}
.title--blue{
  color: #0071d8;
  font-weight: bold;
}
.title--dark{
  color: #fff;
}
.title--projects{
  margin: 0;
  color: #fff;
}
.title--skill{
  text-transform: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  padding: 0 20px;
  line-height: 1.6;
  margin-top: 32px;
  color: #fff;
  margin-bottom: 0;
}
.title--skill::before{
  width: 60px;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  height: 5px;
}
.title--completed-projects{
  color: #fff;
  font-size: 30px;
  width: min-content;
  text-transform: uppercase;
  font-weight: bold;
  box-sizing: border-box;
  padding: 0 10px;
}
.title--projects-preview{
  font-size: 24px;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  width: min-content;
  color: #fff;
  padding: 15px 55px;
}
.title--projects-preview::before{
  content: '';
  background-color: #0071d8;
  width: 5px;
  left: 40px;
  transform: translatey(-50%);
  top: 50%;
  height: 42%;
  position: absolute;
}




/* --- PARA --- */
.para{
  line-height: 1.6;
  font-weight: 300;

    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    line-height: 28px;
    letter-spacing: 0px;
    color: #7b7b7b;
}
.para--blue{
  color: #fff;
  padding: 15px;
  background-color: #0071d8;
  margin: 0 0 auto 5%;
}
.para--city{
  color: #fff;
  margin: 0;
}
.para--skill{
  width: 100%;
  height: 100%;
  margin: 0;
  overflow: auto;
}
.para--light{
  color: #fff;
}




/* ---- BTN ---- */
.btn{
  background-color: #0071d8;
  border: none;
  font-size: 20px;
  border-radius: 3px;
  color: #fff;
  margin: 0 auto;
  display: block;
  padding: 10px 40px;
}
.btn--more{
  position: relative;
}
.btn--menu {
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  background-color: transparent;
  border: none;
  outline: none;
}



/* --- IMG --- */
.img--last-project{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img--logo{
  width: 60%;
  margin: 0 auto;
  display: block;
  margin-bottom: 45px;
}




/* --- ICONS --- */
.icon--contact-bar{
  color: #fff;
  margin-right: 5px;
}
.icon--linkedin{
  font-size: 28px;
  color: #fff;
}
.icon--skill {
  color: #fff;
  display: block !important;
  font-size: 48px;
  text-align: center;
  margin-top: 48px;
}
.icon--contact{
  color: #fff;
  display: block !important;
  font-size: 48px;
  text-align: center;
  margin: 10px 0;
}




/* --- LINKS --- */
.link--contact-bar {
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  position: relative;
}
/* .link--contact-bar:hover::after {
  position: absolute;
  width: 100%;
  height: 2px;
  content: '';
  bottom: -8px;
  left: 0;
  background-color: #fff;
} */

blockquote{
  padding: 20px 35px;
      font-style: italic;
      line-height: 1.6;
      position: relative;
      margin: 26px 50px;
}
blockquote::before {
    content: "";
    left: -47px;
    position: absolute;
    height: 34px;
    top: 0;
    width: 41px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/content/quote.png);
}
blockquote::after {
    content: "";
    right: -47px;
    position: absolute;
    height: 34px;
    bottom: 0;
    transform: rotate(180deg);
    width: 41px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/content/quote.png);
}
.link--contact-bar::after{
  content: '';
  width: 100%;
  bottom: -7px;
  left: 0;
  height: 2px;
  background-color: #fff;
  position: absolute;
  visibility: hidden;
  transform: scaleX(0);
  transition: .15s linear;
}
.link--contact-bar:hover::after{
  visibility: visible;
  transform: scaleX(1);
}




/* --- INPUTS --- */
.input--messages{
  padding: 16px 15px;
  display: block;
  width: 88%;
  box-sizing: border-box;
  margin: 10px auto 0;
}
.textarea--messages {
  width: 88%;
  margin: 0 auto;
  box-sizing: border-box;
  display: block;
  height: 175px;
  margin: 10px auto 25px;
}
.option--about{
  width: 100%;
  display: block;
  padding: 15px 10px;
  box-sizing: border-box;
}
.g-recaptcha{
  margin-bottom: 25px;
  width: max-content;
  margin: 0 auto 25px;
}



/* --- CONTACT --- */
.contact-bar {
  background-color: #0071d8;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-bar-details{
  display: flex;
  align-items: center;
  margin-right: 15px;
}

.navigation--header{
  padding: 15px 20px;
  background-color: rgba(0, 0, 0, 0.31);
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background 0.5s;
}
.logo {
  text-indent: -120px;
  overflow: hidden;
  background: url(../images/content/logo.png) no-repeat;
  background-size: contain;
  width: 120px;
  height: 36px;
}
.bar1, .bar2, .bar3 {
  width: 36px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-7px, 4px);
  transform: rotate(-45deg) translate(-7px, 4px);
  background-color: #fff;
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-6px, -6px);
    background-color: #fff;
}
.nav-links li{
  list-style-type: none;
}
.nav-links{
  margin: 0;
  padding-left: 0;
}
.nav-links li a{
  text-decoration: none;
  text-align: center;
  font-weight: bold;
}
.navigation--full{
  position: fixed;
  width: 100%;
  z-index: 9999;
}











.img--worker{
  width: 50%;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  border: solid #0071d8 7px;
}
.woker-box{
  width: 22%;
  border: 1px solid #d8d8d8;
  border-radius: 10px;
  padding: 30px 0;
  margin-bottom: 20px;
  height: 278px;
  padding-bottom: 55px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0071d8+0,0071d8+50,ffffff+50,ffffff+100 */
background: #0071d8; /* Old browsers */
background: -moz-linear-gradient(top, #0071d8 0%, #0071d8 50%, #ffffff 50%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #0071d8 0%,#0071d8 50%,#ffffff 50%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #0071d8 0%,#0071d8 50%,#ffffff 50%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0071d8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.title-asd{
  font-size: 20px;
  margin-bottom: 4px;
}
.address12 {
    font-size: 14px;
}
.container-more-info{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.title--worker{
  text-align: center;
  padding: 10px 0;
  width: 80%;
  margin: 0 auto;
}
.para--worker{
  text-align: center;
  line-height: 1.4;
  margin: 0;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding: 0 25px;
}
.workers{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.icon-scroll,
.icon-scroll:before{
  position: absolute;
  left: 50%;
}
.icon-scroll{
  width: 40px;
      transform: scale(0.7);
  height: 70px;
  margin-left: -20px;
  bottom: 5%;
  margin-top: -35px;
  box-shadow: inset 0 0 0 2px #fff;
  border-radius: 25px;
}
.icon-scroll:before{
  content: '';
  width: 8px;
  height: 8px;
  background: #fff;
  margin-left: -4px;
  top: 8px;
  border-radius: 4px;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: scroll;
}
@keyframes scroll{
  0%{
    opacity: 1;
  }
  100%{
    opacity: 0;
    transform: translateY(46px);
}
}
.big-preview img{
  width: 100%;
  object-fit: cover;
}
.big-preview{
  height: 56.25vw;
}

.small-preview{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
}
.img--small-preview{
  width: 33%;
}
.img--small-preview img{
  height: 100%;
  width: 100%;
}

.small-preview img{
  width: 100%;
  object-fit: cover;
}
.title--project{
  margin-top: 25px;
  text-align: left;
  margin-left: 20px;
}
.box-description{
  padding: 15px;
  line-height: 1.4;
}
.table-description{
width: 100%;
border-collapse: collapse;
}
.table-description td{
  padding: 15px;
}
.table-description tr td:nth-child(odd){
  font-weight: bold;
}
.table-description tr td:nth-child(even){
  text-align: right;
}
.table-description tr{
    border-bottom: 1px solid #e0e0e0;
}
.certificat {
    background-color: #8BC34A;
    color: #fff;
    font-weight: bold;
    border-radius: 7px;
    padding: 6px 15px;
}
.enCours {
    background-color: #ffc107;
    color: #fff;
    border-radius: 7px;
    padding: 6px 15px;
}

.preview-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slideshow-text-container{
  position: absolute;
  top: 55%;
  left: 50%;
  width: 80%;
  transform: translate(-50%, -50%);
}

.slideshow-text {
    color: #fff;
    font-weight: bold;
    font-size: 28px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}
.slideshow-text::after{
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -24px;
  height: 2px;
  width: 40%;
  background-color: #fff;
}


.completed-projects-wrap a{
  text-decoration: none;
}



























































.btn--slider {
	border: none;
	background: none;
	cursor: pointer;
  width: 136px;
  padding: 20px 45px;
  text-decoration: none;
	display: block;
	margin: 0 auto;
  text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn--slider:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

/* Button 1 */
.btn--slider {
	border: 3px solid #fff;
	color: #fff;
}

/* Button 1c */
.btn--slider:after {
	width: 0%;
	height: calc(100% + 2px);
	top: -1px;
	left: -1px;
	background: #fff;
}

.btn--slider:hover,
.btn--slider:active {
	color: #0e83cd;
}

.btn--slider:hover:after,
.btn--slider:active:after {
	width: calc(100% + 2px);
}


































.w-49 a{
  width: 100%;
}

.parent-project {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.child-project {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 41px 0;
    background-position: center;
    background-size: cover;
}


/* Several different images */
.bg-shop {background-image: url(../images/content/projects-shop.jpg);}
.bg-villa {background-image: url(../images/content/projects-villa.jpg);}
.bg-office{background-image: url(../images/content/projects-office.jpg);}


.parent-project:hover .child-project, .parent-project:focus .child-project {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.parent-project:hover .child-project:before, .parent-project:focus .child-project:before {
    display: block;
}

.parent-project:hover a, .parent-project:focus a {
    display: block;
}

.child-project:before {
    content: "";
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(52,73,94,0.75);
}
































@media only screen and (max-width: 1299px) {
.nav-links{
  background-color: #272727;
  height: 120vh;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  transition: width 0.8s;
}
.container--only-mobile{
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.nav-links li:first-child{
  margin-top: 120px;
}
.nav-links li a{
  color: #fff !important;
  font-size: 18px;
  display: block;
  padding: 30px 0;
  min-width: 300px;
}
.nav-links li:hover{
  background-color: #1173ab;
}
.active{
  background-color: #0071d8;
}
.ipad-pro-bottom{
    margin-bottom: 73vw;
  }
}
@media only screen and (min-width: 1300px) {

  .nav-links li a{
    color: #fff;
    display: inline-block;
    padding: 30px 15px;
  }
  .active{

  }

  .nav-links li::after{
    content: '';
    width: 100%;
    bottom: 0;
    left: 0;
    height: 5px;
    background-color: #0071d8;
    position: absolute;
    visibility: hidden;
    transform: scaleX(0);
    transition: .15s linear;
  }
  .nav-links li:hover::after{
    visibility: visible;
    transform: scaleX(1);
  }
  .active{
    position: relative;
  }

  .nav-links li{
    display: inline-block;
    position: relative;
    float: left;
  }

    li.active::after{
      visibility: visible;
      transform: scaleX(1);
    }
}




/* -----  Last projects ----- */
.last-project{
  position: relative;
  margin-bottom: 12px;
  width: 100%;
  height: 72vw;
  object-fit: cover;
}
a.last-project:hover {
    transform: scale(1.05) !important;
}
.last-project:last-child{
  margin-bottom: 0;
}
.last-project__details {
  position: absolute;
  bottom: 15px;
  left: 15px;
  width: 190px;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 8px 0px 8px 30px;
}
.last-project__details::before {
  content: '';
  background-color: #0071d8;
  width: 5px;
  left: 10px;
  height: 33px;
  transform: translateY(-50%);
  top: 50%;
  position: absolute;
}
.project-number-container{
  margin-top: -10px;
}



/* -----  SKILL CARD ----- */
.skill-card {
  background-color: transparent;
  width: 100%;
  height: 200px;
  margin-bottom: 15px;
  perspective: 1000px;
    transition: transform 0.5s ease;
}
.skill-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.skill-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}
.skill-card-front {
  background-color: #2a2a2a;
}




/* -----  COMPLETED PROJECTS ----- */
.completed-projects{
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  background-color: #0071d8;
  padding: 40px 10px;
    box-sizing: border-box;
}
.completed-projects-number{
  color: #fff;
  font-size: 90px;
  font-weight: bold;
}




/* -----  OTHERS ----- */
.g-map{
  width: 100%;
  height: 450px;
  border: 0;
}






/* -----  CONTACT ----- */
.contact{
  margin-bottom: 40px;
  width: 100%;
  padding: 10px;
}
.contact:hover{
  background-color: #3892e4;
  border-radius: 10px;
}
.contact a{
  text-decoration: none;
}
.contact:nth-last-of-type(){
  margin-bottom: 0;
}
.contact-data{
  color: #fff;
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 16px;
}


.img--slider{
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}


.slideshow-numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.slideshow-fade {
    height: 100%;
}

.slideshow-container {
    position: relative;
    height: 100%;
    background-color: #000;
}

@media only screen and (max-width: 379px) {
  .contact-bar-details:last-child{
    margin-top: 10px;
  }
}

@media only screen and (min-width: 375px) {
  .title--projects_more{
    margin-bottom: 22px;
  }
  .title--projects_number {
    font-size: 85px;
  }
  .title--projects_more {
    font-size: 47px;
  }
}

@media only screen and (min-width: 600px) {
  .completed-projects-number{
    font-size: 126px;
  }
  .title--completed-projects{
    font-size: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .container{
    width: 85%;
  }
  .agregation-container {
    width: calc(100%/3);
}
  .last-project {
    width: 49%;
    height: 44vw;
  }
  /* .container--why-us {
    margin-left: 80px;
  } */
  .skill-card {
    width: 49%;
  }
  .contact{
    width: auto;
    margin: 25px 0;
  }
  .g-map{
    height: 750px;
  }
  .completed-projects{
    padding: 20px 10px;
  }
  .completed-projects-number{
    font-size: 130px;
  }
  .title--completed-projects{
    font-size: 55px;
  }
  .slideshow-text{
    font-size: 58px;
  }
  .para{
    font-size: 16px;
  }
  .container--why-us{
    padding: 110px 0;
  }
}

@media only screen and (max-width: 1023px) {
  .ipad-bottom{
    margin-bottom: 80vw;
  }
  .last-project__details {
    max-width: 75%;
}
  .section--why-us::before{
    position: absolute;
    content: '';
    height: 5px;
    right: 0;
    width: 60%;
    bottom: 128px;
    background-color: #0071d8;
  }
  .show-ipad-pro{
    display: none;
  }
  .navigation--footer{
    display: none;
  }
}














































































































@media only screen and (min-width: 1024px) {
  .completed-projects-number{
    margin-bottom: 72px;
  }
  .agregation-list{
    width: 50%;
  }
  .agre-list-boxes-se{
    width: 50%;
  }
  .container2{
    height: 100%;
  }
  .big-preview img{
    height: 100%;
  }
  .w-29{
    width: 29%;
  }
  .completed-projects-box{
    margin-top: 20px;
  }
  .img--logo {
      width: 315px;
      margin: 0;
  }
  .btn--correction{
    width: 72px;
    font-size: 12px;
  }

  .title--projects_number {
    font-size: 65px;
}
.title--projects_more {
    font-size: 32px;
}
  .navigation--footer ul li a {
    text-decoration: none;
    color: #Fff;
  }
  .navigation--footer ul li{
    margin-bottom: 25px;
  }
  .navigation--footer ul{
    list-style-type: none;
    padding-left: 0;
  }
  .navigation--footer {
    margin-top: 125px;
    padding: 0 75px;
  }
  .option--about{
    display: none;
  }
  .para--footer{
    margin-top: 45px;
    width: 530px;
  }

  .skill-card {
    width: 32%;
  }
  .slideshow-text{
    font-size: 70px;
  }


  .philosophy--background{
    background-size: 40%;
    background-position: left center;
  }
  .w-100{
    width: 100%;
  }
  .completed-projects {
    width: 49%;
    margin-right: 10px;
  }
  .skill-card {
    width: 24%;
  }
  .show-ipad-pro {
    position: absolute;
    top: 55%;
    left: 51px;
transform: translateY(-50%);
}
  .w-49 {
    width: 49%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
  .w-49 a{
    width: 100%;
  }







  .flex--footer{
    display: flex;
    justify-content: space-between;
  }
  .g-map--footer{
    width: 360px;
    height: 250px;
    margin-top: 125px;
  }
  .completed-projects-wrap{
    display: flex;
    justify-content: space-between;
  }
  .completed-projects-number {
    font-size: 190px;
    width: 100%;
    text-align: center;
  }
  .title--completed-projects {
    padding: 0px 10px 40px;
    font-size: 64px;
    margin-top: -90px;
    width: 100%;
    text-align: center;
  }
  .last-project {
    width: 24%;
    height: 21vw;
  }
  .form--contact{
    width: 70%;
    margin: 90px auto 0;
  }
  .w-49 {
    width: 65%;
  }
  .logo{
    width: 147px;
height: 50px;
  }
  .container--message{
    padding: 110px 0;
  }
.height-new{
  height: 657px;
}
.width-50{
  width: 50%;
  min-width: 512px;
  max-width: 650px;
}
.text-flex{
  display: flex;
  justify-content: flex-end;
}
.container--only-desktop{
  width: 85%;
  margin: 0 auto;
}

.big-preview{
  width: 75%;
}
.small-preview {
    width: 25%;
    padding-left: 10px;
    box-sizing: border-box;
    display: block;
    max-height: 609px;
    height: 39.60vw;
    overflow-y: scroll;
}
.img--small-preview {
    width: 100%;
    margin-bottom: 10px;
}
.img--small-preview:last-of-type(){
  margin-bottom: 0;
}
.box-description{
  width: 65%;
}

.title-asd{
  font-size: 26px;
}
.address12 {
    font-size: 18px;
}
.big-preview{
  height: 39.60vw;
  max-width: 975px;
  max-height: 609px;
  height: 39.60vw
}
.img--small-preview {
  height: 12.59vw;
  max-width: 315px;
  max-height: 196px;
}

}
@media only screen and (min-width: 1300px) {
  .btn--correction{
    width: 136px;
    font-size: 16px;
  }
  .agregation-container{
    padding: 10px 30px;
    box-sizing: border-box;
    width: calc(100%/3);
  }

  .title--projects_more {
    font-size: 59px;
}
.title--projects_number {
    font-size: 86px;
}
  .contact-bar {
    padding: 9px 120px;
  }
  .contact-box {
    margin-right: 25px;
  }
  .navigation--header{
    padding: 0 120px;
  }
  .title--left{
    margin-left: 0;
    text-align: left;
    margin-left: 22px
  }
  .para--left{
    width: 770px;
  }
  .btn--menu{
    display: none;
  }

  .para--blue{
    margin: 0;
  }

  .container{
    width: 1300px;

  }
  .width-50-pc{
    width: 50%;
  }
  .last-project{
    height: 312px;
    width: 312px;
  }
  .skill-card{
    height: 320px;
  }
  .section{
    padding: 140px 0;
  }

  .icon--skill{
    margin-top: 100px;
  }
  .completed-projects {
    width: 447px;
  }
  .w-49 {
    width: 65%;
  }
  .philosophy--background2{
    background-position: right center;
    background-size: 30%;
  }
  .container--only-desktop{
    width: 1300px;
  }


}





.navigation--full{
    transition: transform 0.5s ease;
}










/* Slideshow container */
.slideshow-container {
  position: relative;
  height: 100%;
}


/* Number text (1/3 etc) */
.slideshow-numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.slideshow-dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #fff;
  border-radius: 50%;
  display: block;
  margin-bottom: 13px;
  transition: background-color 0.4s ease;
}
.slideshow-dot:hover{
  background-color: #646464;
}
.slideshow-dot:hover{
  cursor: pointer;
}

.slideshow-active {
  background-color: #0071d8;;
}

/* Fading animation */
.slideshow-fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
  height: 100%;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}



@keyframes no-hover-v {
  0% {
      transform: scaleX(1.05);
      height: 3.8rem;
     }
  45% {height: 5px;}
  55% {
      transform: scaleX(1.05);
      height: 5px;
      opacity: 1;
     }

  100% {
      transform: scaleX(0);
      height: 5px;
      opacity: .02;
     }
}

@keyframes hover-v {
  0% {
      transform: scaleX(0);
      height: 5px;
     }
  45% {
      transform: scaleX(1.05);
      height: 5px;
     }
  55% {height: 5px;}
  100% {
      transform: scaleX(1.05);
      height: 3.8rem;
     }
}

.linkedin:hover {
    transform: scale(1.15);
    -webkit-transition: transform 0.1s linear; /* Safari */
    transition: transform 0.1s linear;
}


/*
.big-preview{
  width: 75%;
}
.big-preview img{
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.small-preview{
  width: 22%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.small-preview img{
  width: 100%;
}

.title--project{
  font-size: 35px;
  background-color: #0071d8;
  padding: 20px;
  color: #Fff;
}

.box-description{
  width: 68%;
  line-height: 1.6;
  padding-right: 80px;
  box-sizing: border-box;
}
.table-description{
  width: 28%;
}
.title-container{

}
.description-container{

}
 */
 .fonde{
   text-align: center;
   color: #fff;
   font-size: 28px;
 }
 .sous-titre-concept{
   font-size: 37px;
   text-align: center;
   color: #fff;
 }

 .textdeco{
   font-weight: bold;
   font-style: italic;
 }
 .list-realisations{
   margin-top: 25px;
   margin-bottom: 70px;
 }
 .list-realisations li{
   padding-left: 16px;
     margin-bottom: 30px;
     color: #565656;
     font-weight: bold;
     position: relative;
     font-size: 18px;
 }
 .title--margin-bottom{
   margin-bottom: 70px;
 }
 .list-realisations li:before{
   position: absolute;
   height: 8px;
   width: 8px;
   content: "";
   background-color: #cccccc;
   border-radius: 20px;
   top: 50%;
   transform: translateY(-50%);
   left: -15px;
 }
 .list-realisations li:last-child{
   margin-bottom: 0;
 }
 .remove--margin-bottom{
   margin-bottom: 0;
 }
 .list-realisations{
   list-style-type: none;
 }
 .remove--margin-bottom{
   margin-bottom: 0;
 }
 .para2{
   margin-bottom: 46px;
     font-size: 18px;
     font-weight: bold;
     color: #424242;
 }

 /* MAP */
   #map_canvas{
     height: 100%
   }


   .gm-style-iw.gm-style-iw-c {
     border-radius: 0;
     box-shadow: none !important;
 }
   .box-map--image{
     width: 200px;
     height: 136px;
     margin-right: 10px;
   }
   .box-map--image img{
     width: 100%;
     height: 100%;
     object-fit: cover;
   }
   .box-map--data{
     width: 250px;
   }
   .box-map{
     display: flex;
     justify-content: flex-start;
     flex-wrap: nowrap;
   }
   .box-map{
     width: 460px;
   }
   .bold{
     font-weight: bold;
   }
   .maitre{
     margin-bottom: 6px;
   }
   .map--title{
     font-weight: bold;
     font-size: 24px;
     margin-bottom: 15px;
     position: relative;
     margin: 0 0 15px;
     padding-left: 8px;
   }
   /* .map--title:after{
     content: '';
     height: 3px;
     width: 45px;
     bottom: -6px;
     left: 0;
     position: absolute;
     background-color: #00a7ff;
   } */
   .map--title:before{
     content: '';
         height: 75%;
         width: 4px;
         left: 0;
         transform: translateY(-50%);
         top: 50%;
         position: absolute;
         background-color: #00a7ff;
   }
   .gm-style .gm-style-iw-d{
   overflow: hidden !important;
     padding: 0 11px 11px 0;
   }
   .map-a{
     background-color: #00a7ff;
     padding: 5px;
     color: #fff;
     margin: 0 0 0 auto;
     display: block;
     width: 16px;
     line-height: 16px;
     height: 16px;
     text-align: center;
     transition: background 0.5s;
   }
   .map-a:hover{
     background-color: #2a2a2a;
   }



 .img--agregation{
   width: 100%;
    height: 100%;
    object-fit: contain;
 }

 .center-elerl{
   display: flex;
   justify-content: space-between;
 }
