@charset "UTF-8";
/* TEST––––––-*/
.imgTest{
    position: relative;
     height: 210px;
      text-align: center!important; 
}
.txtIncruste{ 
    position: relative;
     bottom:0;
    color: white!important;
    z-index: 20;
    margin: -33px 0 0 0;
}
.img-fluid {
    max-width: 100%;
    height: auto
}
.duotone{
    background: url('images/home-1.jpg') no-repeat center center fixed;
background-size: cover;
  width: 100%;
  height: auto;
}
.duotone::before {
/*  background-color: rgb(240, 14, 46);
*/  background-color:rgba(40,84,202,0.66);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: darken;
  position: absolute;
  top: 0;
  left: 0;
}
.duotone::after {
  background-color: rgb(65, 47, 80);
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  mix-blend-mode: lighten;
  position: absolute;
  top: 0;
  left: 0;
}
/* –––––––––––––––––TEST––––––-*/
/* ––––––––––––––––––––––––––––––-*/


/* ––––––––––––––––––––––––––––––-*/
/* Body */
body {
     
  font-family: "Fira Sans", sans-serif;
	background-color: #fff;
	margin: 0 0 0 0;
	font-style: bold;
	font-weight: 300;
}
/*––––contact––-*/
#contact a{
    font-size: 0.7em;
}
/* Police - Fonts */
.fira-sans-regular {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.fira-sans-bold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
    font-size: 60px;
    margin:-20% 0 0 0;
    padding: 0;
    z-index: 3;  
}
/* Container */
.container {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	height: 1000px;
	background-color: #FFFFFF;
}
/* Navigation */
header {
	width: 100%;
	height: 9%;
	background-color: #FFFFFF;
/*	border-bottom: 1px solid #2C5B9F;/*bleu ecogimex*/
}
.logo {
	/*text-align: undefined;*/
	width: 20%;
	float: left;
    text-align: left;
	margin-top: -15px;
	margin-left: 15px;
    z-index: 10;
	
}
nav {
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 25px;
}
header nav ul {
    
    margin-top: 40px;
	list-style: none;
	float: right;
}
nav ul li {
	float: left;
	color: #2C5B9F;/*bleu ecogimex*/
	font-size: 14px;
	text-align: left;
	margin-right: 25px;
	letter-spacing: 2px;
	font-weight: bold;
	transition: all 0.3s linear;
}
ul li a {
	color: #2C5B9F;/*bleu ecogimex*/
	text-decoration: none;
}
ul li:hover a {
	color: #2C5B9F;/*bleu ecogimex*/
}

.hero_header {
	color: #FFFFFF;
    font-size: 1.em;
	text-align: center;
    margin:0;
	letter-spacing: 1px;
}
.hero_header H2{
	z-index: 3;
}
.hero_footer {
	color: #FFFFFF;
    font-size: 1.7em;
	text-align: center;
    margin:0 20px 0 20px;
	letter-spacing: 1px;
}
/* Hero Section */
.hero img{
        width: 100%;
        height: 100%;
/*        display:block;
*/      }
.hero {
/*	background-color: #B3B3B3;
*/	padding-top: 0;
	padding-bottom: 13%;
    width: 100%;
    
}

/* About Section */
.text_column {
	width: 29%;
	text-align: justify;
	font-weight: lighter;
	line-height: 25px;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	color: #A3A3A3;
}
/* ––––––––––ENCADRE––––––––––*/
.boxe{
    width:70%;
    border: 2px solid #2C5B9F;/*bleu ecogimex*/
    margin:auto;
}
.boxe p{
    text-align: left!important;
   font-weight:normal!important;;
    font-size: 28px;
    color: #2C5B9F!important;/*bleu ecogimex*/
}
/*––––––––––––––––––––––––––––––––*/


/*–––––––––––FOOTER––––––––––––*/
footer {
	background-color: #FFFFFF;
	padding-bottom: 35px;
}
.footer_column {
	width: 50%;
	text-align: center;
	padding-top: 30px;
	float: left;
}
footer .footer_column h3 {
	color: #2C5B9F;/*bleu ecogimex*/
	text-align: center;
    font-size: 32px;
}
footer .footer_column h4 {
	color: #2C5B9F;/*bleu ecogimex*/
	text-align: center;
    font-size: 28px;
}
footer .footer_column p {
	color: #000;
	background-color: #FFFFFF;
    font-size: 18px;
    font-weight: 400;
    padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px; 
	margin-left: 20px;
	margin-right: 20px;
}


.copyright {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
.footer_banner {
	background-color: #2C5B9F;/*bleu ecogimex*/
	padding-top: 60px;
	padding-bottom: 60px;
	/*background-image: url(../images/pattern.png);
	background-repeat: repeat;*/
}
.footer_banner a{
    text-align: center!important;
    color:white;
}
footer {
	display: inline-block;
}
.hidden {
	display: none;
}

/* Mobile */



/* Small Tablets */
@media (min-width: 320px)and (max-width: 767px) {
.logo {
	width: 70%;
	text-align: center;
	margin:0 0 0 -18px;
	color: #043745;
}
.container header nav {
	margin:0;
	width: 100%;
	float: none;
	overflow: auto;
	display: inline-block;
	/*background: #2C5B9F;bleu ecogimex*/
}
header nav ul {
	padding: 0px;
	float: none;
}
nav ul li {
	margin:0;
	width: 100%;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
    
.fira-sans-bold {/*titre*/
    font-size: 30px;
    margin:-25% 0 0 0;
    padding: 0;
    }
 
.footer_column p{
    text-align: justify;
    margin:0 10px!important;
    padding:0 10px!important;
    font-size: 16px!important;


}
.footer_column {
	width: 100%;
	margin-top: 0px;
}
 .boxe{
    margin:30px auto;
    padding:10px 20px!important;    
}
    
     .boxe p{
    margin:10px 5px 15px 5px !important;
    padding:0!important ;
    font-size: 20px!important;
}
    
}

/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
    .logo {
	width: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -12px;	
}
    .footer_column {
	padding-top: 0px!important;
}
.text_column {
	width: 100%;
}
.hero_header H2{
	margin: -100px 0 0 0!important;
    font-size: 1.9em;
}
    .boxe p{
    margin:10px 10px 15px 10px !important;
    padding:0!important ;
}

    footer.footer_column p {
	color: #000;
	background-color: #FFFFFF;
    font-size: 18px!important;
    font-weight: 400;
    padding-left: 30px;
	padding-right: 30px;
	text-align: justify;
	line-height: 25px; 
	margin-left: 20px;
	margin-right: 20px;
}

}


