body {
  position: relative;
  height: auto;
  margin-bottom:50px;
}


.imglogo  {
	width: 200px;
}

.bg-light {
	background-color: #fff !important!;
	padding:10px;
}

.logoimg {
	width: 200px;
	padding-right: 40px;
}



.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 2rem;
    padding-left: 2rem;
}


.presentation .col-md-3 {
	padding-right: 0px;
	padding-left: 0px ;
	}



	/*
---- Basic Styling
*/

* {
  box-sizing: border-box;
}



header{
  background-color: #fff;
  height: 100%;
  width: 100%;
  margin: 0;
}


.header2{
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  margin: 0;
}







/*LOGO*/


.logo {
  margin-bottom: 40px;
}




.presentation{

  padding-top: 20px;

}



.title1 {
  text-transform: uppercase;
  letter-spacing: 0.4em;
  font-size: 25px;
  position: absolute;
  text-align: center;
  z-index: 4; 
  width: 100%;
  margin-top: 40px
}

.n1 {
  color:  #2af598;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 80px;
  z-index: 3;
}


.text {
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 10px;
  margin-bottom: 50px;
  letter-spacing: 0.2em;
  font-weight: lighter;
 line-height:25px;
 font-size: 15px;
 text-align: justify;
 text-justify: inter-word;

}


/*

.overflow {

    background-image: linear-gradient(180deg, #2af598 0%, #009efd 100%);
    bottom: 0;
    left: 0;
    opacity: 0.5;
    position: absolute;
    right:0;
    top:0;
    z-index: 10;
  }



.overflow:hover{
    opacity: 0;
    transition: all 1s;
  }

*/
.single_image{
  margin-right: auto;
  position: relative;
  transition: all 1s;
  margin-bottom: 0px;
  height:100%;
}




.single_image img{
  width: 100%;
  height:100%;
  
}

.btnback {
  position: relative;
  top: 0;
  left: 0;
  font-size: 17px;
  text-transform: uppercase;
  margin-right: 0.25em;
  padding: 0.45em;
  
  font-weight: 500;
  color: #2af598;
  text-decoration: none;
  background-color: #fff;
  border: 4px solid #2af598;
  transition: all 0.15s ease-in-out;
letter-spacing: 3px;
margin-bottom: 30px
    }


.btnback:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    
    display: block;
    height: calc(100% + 12px);
    width: calc(100% + 12px);
    
    background-color: #fff;
    border: 4px solid #2af598;
    transition: all 0.15s ease-in-out;
  }

  
  .btnback:hover {
    top: 6px;
    left: 6px;
  }
    
    .btnback:hover:after {
      top: -6px;
      left: -6px;
    }





.btncv {

  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  padding: 1.45em;
  color: #525252;
  text-decoration: none;
  background-color: #fff;
  letter-spacing: 3px;
  cursor: pointer;
    }

 
.btncv:hover {

  font-weight: bold;
    }
  
button {
  border: none;
}




.row {
  margin: auto;
}



footer{
  background-color: #f1f1f1;
  padding-top: 5px; 
  width: 100%;
  margin-top:10px;
  text-align: center;
  bottom: 0;
  position: fixed;
   left: 0px;
    right: 0px;
    margin-bottom: 0px;
  }

.copyright_text{

color: #636363;
font-size: 13px;
text-transform: uppercase;
letter-spacing: 0px;
text-align: center;
margin: auto;
padding-top: 10px;
margin-bottom: 20px; 
}




/*Contact*/

.single_contact_info{
padding-bottom: 41px; 
}





.single_contact_info h2{
text-transform: uppercase;
color: #3d3d3d;
font-size: 18px;
letter-spacing: 3px;
margin-bottom: 1px; 
}
.single_contact_info p{
font-size: 20px;
color: #3d3d3d;
letter-spacing: 3px;
margin-top: 40px; 
}


.social {


}


.contact-form{

padding: 30px;
}

.contact-form .form-control{
height: 43px;
border-radius: 0px;
margin-bottom: 20px;
border: 1px solid #f5f5f5;
text-transform: uppercase;
letter-spacing: 0.3em;
}

.contact-form #message{
  height: 104px;
}






.work-with {
padding-bottom: 60px;
padding-top: 10px;
}
.work-with h3{
  font-size: 14px;
  color: #636363;
  text-transform: uppercase;
}


.contact {
  margin-bottom: 20px;
}











ul.icon_list{
margin: 0;
padding: 0;
list-style: none;
margin-top: 40px;
}


ul.icon_list li{
display: inline;
padding-left: 5px;
padding-right: 5px;
}
ul.icon_list li a{
display: inline-block;
color: #3d3d3d;
text-align: center;
width: 60px;
height: 30px;
text-align: center;
line-height: 28px;
transition: all 1s;
}
ul.icon_list li a:hover{
  color: #2af598;
  border-color:#78DF84; 
}


#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
position: absolute;
z-index:1032;
}







@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}





/*
---- Responsive
*/

@media (max-width: 670px) {
  .overlay nav {
    font-size: 30px;
  }
}
@media (max-width: 550px) {
  .overlay nav {
    font-size: 20px;
  }
  
  .text {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

}
}

/*
---- Slider
*/

ol .carousel-indicators {
  margin-bottom: -55px;
}



.descriptionslide {
  margin-top: 60px;
  margin-bottom: 30px; 
}


/*
NEW MENU
*/

.header .nav-item {
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 5px;
	font-weight: 300;

}




.overflow {
  	background-color: #1D1954;
  	bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}





.overflow:hover {
  opacity: 1;
}


.overflow2 {
    background-color: #2c466e;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow2:hover {
  opacity: 1;
}


.overflow3 {
    background-color: #264758;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow3:hover {
  opacity: 1;
}

.overflow4 {
    background-color: #c02b45;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow4:hover {
  opacity: 1;
}


.overflow5 {
    background-color: #b2d65a;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow5:hover {
  opacity: 1;
}

.overflow6 {
    background-color: #375699;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow6:hover {
  opacity: 1;
}


.overflow7 {
    background-color: #e6e6e6;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow7:hover {
  opacity: 1;
}






.overflow8 {
    background-color: #f3fbfe;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}


.overflow8:hover {
  opacity: 1;
}


.overflow9 {
    background-color: #e681d1;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow9:hover {
  opacity: 1;
}


.overflow10 {
    background-color: #48ba78;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow10:hover {
  opacity: 1;
}

.overflow11 {
    background-color: #f48d13;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow11:hover {
  opacity: 1;
}

.overflow12 {
    background-color: #007523;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow12:hover {
  opacity: 1;
}

.overflow13 {
    background-color: #142824;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow13:hover {
  opacity: 1;
}

.overflow14 {
    background-color: #fad4cd;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right:0;
    top:0;
    transition: .5s ease;
}

.overflow14:hover {
  opacity: 1;
}


.text2 {

  text-align: center;

margin-top: 50%;
font-weight: lighter;
font-size: 14px;
opacity: 1;
letter-spacing: 3px;
color: white;
position: absolute;
margin: auto;
top:50%;
width: 100%;
text-align: center;

  }

  .text3 {

  text-align: center;

margin-top: 50%;
font-weight: lighter;
font-size: 14px;
opacity: 1;
letter-spacing: 3px;
color: white;
position: absolute;
margin: auto;
top:50%;
width: 100%;
text-align: center;
color: #000;

  }


img.portrait {
  width: 250px;
  float: right;
}


.presentation .col-md-6 {
 
}

.presentation .col-md-6 h1 {
text-transform: uppercase;
font-weight: 800;
font-size: 3rem;
margin-top: 10px;
letter-spacing: 5px;
z-index: 2;
position: relative;

}





.presentation .col-md-12 {
  padding-left: 0px
}

.presentation .col-md-6 p {

  /*font-size: 15px;*/
  line-height: 2em;
  text-align: justify;
  padding-right: 20px;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.6rem;
}

 .textpres3 {
  margin: 30px;
  font-size: 23px;
  line-height: 2em;
  text-align: center;
  margin-bottom: 40px;
}


.col-md-12 .textpres3 p {
  text-align: center;
}

.col-md-6 .textpres2 p {

  line-height: 2em;
  padding-right: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.2rem;
}

.textpres2 p{
   font-size: 15px;
 }


.presentation .col-md-6 .textpres p {
  
 
  text-align: center;
   

  
}


 .presentation .col-md-6 .textpres {

  padding: 20px;

}

.presentation .col-md-5 .textpres  {
  margin-top: 40px;
}

.presentation .col-md-5 .textpres p {
  font-size: 1.4rem;
  line-height: 3rem;
}


 .presentation .col-md-6 .textpres p{

text-align: center;
  
}



 .presentation .col-md-6 .textpres2 p{

  text-align: left;


  
}





 .presentation .col-md-5 .textpres p{
font-size: 1.6rem;
line-height: 3rem;

  
}



.list-inline-item a {
  color:#525252;
}


.navbar-light .navbar-toggler {
  border: none;
}



.square {
width: 200px;
height: 20px;
background: #1D1954;
position: absolute;
top: 40px;
z-index: 1;
opacity: 0.5;

}


.imgillu img{
width: 300px;

float: right
}

.imgillu{
  margin-top: 50px;
}


.headerprojet01 {
  background-color: #1D1954;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin: 5px;
  padding: 10px;
  letter-spacing: 10px;
  color: #fff;

}

.headerprojet02 {
  background-color: #2c466e;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin: 5px;
  padding: 10px;
  letter-spacing: 10px;
  color: #fff;

}

.presentation .col-md-5 img {
    margin-right: 20px;
}

.headerprojet03  {
  background-color: #bff1bb;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin: 5px;
  padding: 10px;
  letter-spacing: 10px;
  color: #fff;
}

 .drop {
  margin-bottom: 20px;
}


.headerprojet04  {
  background-color: #264758;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin: 5px;
  padding: 10px;
  letter-spacing: 10px;
  color: #fff;
}

.headerprojet05  {
  background-color: #e681d1;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin: 5px;
  padding: 10px;
  letter-spacing: 10px;
  color: #fff;
}

.headerprojet06  {
  background-color: #f48d13;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin: 5px;
  padding: 10px;
  letter-spacing: 10px;
  color: #fff;
}
.headerprojet07  {
  background-color: #48ba78;
  text-align: center;
  text-transform: uppercase;
  font-size: 15px;
  margin: 5px;
  padding: 10px;
  letter-spacing: 10px;
  color: #fff;
}

.img-fluid2 {
max-width: 100%;
width: 80%;
height: auto;
}

@media only screen and (max-width: 1290px) {

.presentation .col-md-6 .textpres p {
font-size: 1.1rem;
line-height: 2rem;
}

 .img-fluid2 {
  width: 100%
 }

}

@media only screen and (max-width: 1290px) {
  
.presentation .col-md-6 .textpres2 p {
font-size: 1.1rem;

}
.img-fluid2 {
  width: 100%
 }

}



@media only screen and (min-device-width: 991px) {
.navbar-collapse {

flex-basis: auto;
}

}


.obj {
font-weight: bold;
text-align: left;
font-size: 30px;
margin-right: 20px;
}

.objtext {
text-align: left;
font-size: 20px;
line-height: auto;
}

.tiltreprojet {
  text-align: left;
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  }

.newtextport {
  margin-top: 20px;
  margin-bottom: 100px;
 }

