html {
    scroll-behavior: smooth; 
      -webkit-font-smoothing: antialiased;
  }
  body, h1, h2, p, div, span, ul, ol, li, section{
    font-family:Roboto;
  }
  body {
 
  font-family:Roboto;
  color:navy;
  margin-left:0;
  margin-top:0;
  box-sizing: border-box;
  width:100%;
  background-color: #F8FBFF;
 
  }
  a[href^="tel"]{
      color:inherit;
      text-decoration:none;
  }
  a{
   text-decoration:none;

  }


  img {
    max-width: 100%;
    height: auto;
}
  /******************************** header************************************/
  .div1{
    font-size:30px;
    margin-top:0;
    width:100%;
    height:80px;
	position:fixed;
    color:white;
    background-color:navy;
    display:flex;
    flex-direction:row;
    justify-content: space-between;
	display: flex;
    flex-wrap: wrap;
	align-items: center;
  }
  
  .gauche{
    margin-left:10px;
    margin-top:5px;
    display:flex;
  }
  .bandeau{
    color:white;
    font-size:48px;
    margin-top:15px;
    margin-left: -12%;
  }
  .droite{
    margin-right:10px;
    margin-top:5px;
    display:flex;
  }
  .home{
    margin-top:10px;
    margin-right:20px;
    height:30px;
    font-size:20px;
    background-color:navy;
    color:white;
    visibility: visible;
    -webkit-appearance: menulist-text;
    -moz-appearance:none;
  }
  .exemples{
	
    margin-top:12px;
    margin-right:20px;
    height:30px;
    font-size:20px;
    background-color:navy;
    color:white;
    visibility: visible;
    -webkit-appearance: menulist-text;
  -moz-appearance:none;}
	
  .recommandations{
    margin-top:12px;
    margin-right:20px;
    height:30px;
    font-size:20px;
    background-color:navy;
    color:white;
    visibility: visible;
    -webkit-appearance: menulist-text;
    -moz-appearance:none;
  }
  .articles{
    margin-top:12px;
    margin-right:20px;
    height:30px;
    font-size:20px;
    background-color:navy;
    color:white;
    visibility: visible;
    -webkit-appearance: menulist-text;
    -moz-appearance:none;
  }
  .articles:hover{
    margin-top:12px;
    margin-right:20px;
    height:30px;
    font-size:20px;
    background-color:grey;
    color:white;
    visibility: visible;
    -webkit-appearance: menulist-text;
    -moz-appearance:none;}
  
  .linkedin{
    margin-top:0;
    margin-right:15px;
  }
  .img_inv1{
    width: 40px;
    height: 40px;
	border-radius:10px;
  }
  
   
  .a-propos{
    margin-top:12px;
    margin-right:20px;
    height:30px;
    font-size:20px;
    background-color:navy;
    color:white;
    visibility: visible;
    -webkit-appearance: menulist-text;
    -moz-appearance:none;
  }
  .cgu{
    margin-top:12px;
    margin-right:20px;
    height:30px;
    font-size:20px;
    background-color:navy;
    color:white;
    visibility: visible;
    -webkit-appearance: menulist-text;
    -moz-appearance:none;
  }
  .cgv{
    margin-top:12px;
    margin-right:20px;
    height:30px;
    font-size:20px;
    background-color:navy;
    color:white;
    visibility: visible;
    -webkit-appearance: menulist-text;
    -moz-appearance:none;
  }
  /*************************section sur /home *********************/
  .div2{
    text-align:left;
    margin-left:100px;
	margin-top:80px;
    font-size:29px;
    line-height:1.2;
  }
  .recrutdir{
      font-size:38px
  }
  .projet_processus{
    background-color: navy;
    border: none;
    border-radius: 15px;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 25px;
    font-weight: bold;
  }
  #exemples{
    padding:10px;scroll-margin-top: 80px; 
  }
  .prix{
    margin-left:100px;
    color:navy;
  }
  .calendy{
    background-color: yellow;
    border: none;
    border-radius: 10px;
    color: navy;
    text-decoration: none;
    font-weight: bold;
	padding:5px;
  }
  /***************************footer***************************************************/
  .div3{
    width:100%;
    font-size:20px;
    height:45px;
    line-height:50px;
    position:fixed;
    color:white;
    background-color:navy;
    bottom:0;
    z-index:1;
	text-align:center;
  }
  a .tel{
    position:fixed;
    left:150px;
    color:white;
    text-decoration:none;
  }
  a .email{
    position:fixed;
    right:100px;
    color:white;
  }
/***************************************articles.html/********************************/
.h1{
	color:white;
	margin:auto;
	text-align:center;
	width:990px;
}
.ligne{
	margin:25px auto 25px auto;
	text-align:center;
	width:990px;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;
	justify-content: space-between;
}
.box{
	width:320px;
	margin:auto;
	flex-direction:column;
	justify-content:space-around;
	height:auto;
	background-color:navy;
	border: 1px solid gray;
	border-radius: 5px;
}
.box-img{
  width:100%;
}
.h2-box{
	color:white;
	width:100%;
	margin:4px;
	text-align:left;
	font-size:26px;
}
.p-articles-box{
	color:white;
	width:100%;
	margin:4px;
	text-align:left;
	font-size:20px;
}
.a-box{
	background-color: yellow;
    border-radius: 15px;
    color: navy;
    padding: 5px 22px;
    text-align: center;
    margin:auto;
    text-decoration: none;
    font-size: 15px;
    font-weight: bold;
}
/******************************** Article Unitaire ************************************/
.container-principal{
  width:960px;
  margin:auto;
  color:navy;
  align-items: center;
}
.h1-art-unit{
  width:940px;
  text-align:left;
  margin:auto;
  padding:60px;
  color:navy;
  font-size:38px;
  margin:10px auto 20px auto;
}
.img-art-unit{
  width:400px;
}
.p-art-unit{
  width:940px;
  text-align:left;
  margin:auto;
  color:white;
  font-size:24px;
  margin:10px auto 10px auto;
}
@media (min-width: 1025px) and (max-width: 1400px) {
	 /******************************** header************************************/
	.div1{
		flex-wrap:wrap;
		height:11vh;
		justify-content: space-around;
    }
	.bandeau{
    	margin-left:0;
  	}
  	/*************************section sur /home *********************/
    .div2{
      margin-left:30px;
    }
    .prix{
    margin-left:30px;
    }
  	.img-1-width{
  		width:98%;
  	}
  	.container-imgs{
  		width:100%;
  		height:auto;
  		overflow:scroll;
  	}
  	.img-width{
  		width:1450px;
  	}
    /******************************** Article Unitaire ************************************/
    .container-principal{
      width:960px;
    }
    .h1-art-unit{
      width:940px;
    }
    .img-art-unit{
      width:600px;
    }
    .p-art-unit{
      width:940px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
	 /******************************** header************************************/
	.div1{
		flex-wrap:wrap;
		height:11vh;
		justify-content: space-around;
    }
	.bandeau{
    	margin-left:0;
  	}
  	/*************************section sur /home *********************/
    .div2{
      margin-left:30px;
    }
  	.prix{
    	margin-left:0;
    }
  	.img-1-width{
  		width:100%;
  		margin-left: -15px;
  	}
  	.img-2-width{
  		width:100%;
  		margin-left: -15px;
  	}
  	.container-imgs{
  		margin-left: -50px;
  		width:100%;
  		height:auto;
  		overflow:scroll;
  	}
  	.img-width{
  		width:1450px;
  	}
  	/***************************************articles.html/********************************/
	.h1{
		width:760px;
	}
	.ligne{
		width:760px;
		justify-content: space-around;
	}
	.box{
		width:320px;
		margin-bottom:45px;
	}
	.h2-box{

	}
	.p-articles-box{

	}
	.a-box{

	}
  /******************************** Article Unitaire ************************************/
    .container-principal{
      width:768px;
      overflow:hidden;
    }
    .h1-art-unit{
      width:768px;
      padding:10px;
    }
    .img-art-unit{
      width:600px;
      margin:auto;
    }
    .p-art-unit{
      width:720px;
      padding:10px;
    }
    .lien-a-contact{
      margin:15px;
    }
}
@media (min-width: 576px) and (max-width: 767px) {
	 /******************************** header************************************/
	.div1{
		flex-wrap:wrap;
		height:11vh;
		justify-content: space-around;
    }
	.bandeau{
    	margin-left:0;
  	}
  	/*************************section sur /home *********************/
  	.div2{
  		margin-left:38px;
      font-size:24px
    }
    .recrutdir{
      font-size:28px;
    }
    #exemples{
    	padding:0;
      font-size:24px;
    }
    .prix{
    	margin-left:0;
    }
  	.img-1-width{
  		width:100%;
  		margin-left: -20px;
  	}
  	.img-2-width{
  		width:100%;
  		margin-left: -20px;
  	}
  	.container-imgs{
  		margin-left: -20px;
  		width:100%;
  		height:auto;
  		overflow:scroll;
  	}
  	.img-width{
  		width:1450px;
  	}
  	/***************************footer***************************************************/
  	.div3{
  		display:flex;
  		flex-wrap:wrap;
  		justify-content: center;
  		text-align:center;
  		margin:auto;
  	}
  	a .tel{
  		left:10px;
  	}
  	a .email{
  		right:10px;
  	}
  	/***************************************articles.html/********************************/
	.h1{
		width:570px;
	}
	.ligne{
		width:570px;
		justify-content: space-around;
	}
	.box{
		width:276px;
		margin-bottom:45px;
	}
  /******************************** Article Unitaire ************************************/
    .container-principal{
      width:576px;
      overflow:hidden;
    }
    .h1-art-unit{
      width:576px;
      padding:10px;
    }
    .img-art-unit{
      width:556px;
      padding:10px;
    }
    .p-art-unit{
      width:94%;
      padding:10px;
    }
    .lien-a-contact{
      margin:15px;
    }
}
@media (min-width: 360px) and (max-width: 575px) {
	.div1{
		flex-wrap:wrap;
		height:206px;
		justify-content: space-around;
    }
    .gauche{
    	flex-wrap:wrap;
    	justify-content: center;
    }
	.bandeau{
    	margin-left:0;
    	font-size:42px;
  	}
  	/*************************section sur /home *********************/
  	.div2{
  		margin-left:18px;
      font-size:23px;
      padding:5px;
    }
    .recrutdir{
      font-size:28px
    }
    .projet_processus, .calendy {
    	font-size:12px;
    }
    #exemples{
    	padding:0;
      font-size:23px;
    }
    .prix{
    	margin-left:0;
    }
  	.img-1-width{
  		width:100%;
  		margin-left: -8px;
  	}
  	.img-2-width{
  		width:100%;
  		margin-left: -8px;
  	}
  	.container-imgs{
  		margin-left: -8px;
  		width:100%;
  		height:auto;
  		overflow:scroll;
  	}
  	.img-width{
  		width:1450px;
  	}
  	/***************************footer***************************************************/
  	.div3{
  		display:flex;
  		flex-wrap:wrap;
  		justify-content: center;
  		text-align:center;
  		margin:auto;
  	}
  	a .tel{
  		left:10px;
  		font-size:10px;
  	}
  	a .email{
  		right:10px;
  		font-size:10px;
  	}
  	/***************************************articles.html/********************************/
	.h1{
		width:330px;
	}
	.ligne{
		width:340px;
		justify-content: space-around;
	}
	.box{
		width:280px;
		margin-bottom:45px;
	}
  /******************************** Article Unitaire ************************************/
    .container-principal{
      width:360px;
      overflow:hidden;
    }
    .h1-art-unit{
      width:350px;
      padding:10px;
    }
    .img-art-unit{
      width:94%;
      padding:10px;
    }
    .p-art-unit{
      width:94%;
      padding:10px;
    }
    .lien-a-contact{
      margin:15px;
    }
}
