@charset "utf-8";
/*Eléments généraux*/

html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}
/* =============================================== */
body
{
	margin: 0;
	font-family: Roboto, Arial, serif;
	width:100%;
	--AgencyBlue: #5cadd3;
}

/* header*/

.container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1300px;
	padding: 0 100px;
	margin: 0 auto;
}

.main-header {
	background-color: #fff;
	position: sticky;
	top:0;
	width:inherit;
	z-index: 999;
}

.main-menu > ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.main-menu ul > li {
	/* Permet d'aligner les éléments côte à côte */
	display: inline-block;
	margin-left: 30px;
}

.main-menu ul > li > a {
	display: block;
	text-decoration: none;
	padding-top: 5vh;
	padding-bottom: 5vh;
	border-top: 0.5vh solid transparent;
	color: #434242;
}

.main-menu > ul > li > a:hover 
{
	border-color: var(--AgencyBlue);
}
a
{
	font-family: Roboto, Arial, serif;
	font-size:1.1em;
	text-decoration: none;
	color: #434242;
}
a:link {color: #434242;}
a:visited {	color: #434242;}
a:hover {color: #434242;}
a:focus {color: #434242;}
a:active {color: #434242;}


/* ========================================== */

#services
{
	background-color:white;
}
#portfolio
{
	background-color: #f5f5f5;
}

/*sections*/
section
{
	width:inherit;
	overflow: hidden;
}
hr.trait
{
	text-align:center;
	color: #d2d2d2;
	width:70%;
}

/*section accueil*/
.page_accueil
{
	padding-bottom: 3%;
}

.containeraccueil
{
	top:0;
	background-image:url(../images/slider/bg1.jpg);
	background-size: cover;
	height: 33vw;
	min-height: 400px;
	max-height: 900px;
	background-repeat: no-repeat;
	background-position: center;
	position:relative;
	overflow: hidden;
}
.containeraccueil:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 10%;
	height: 5px;
	background-color: #53aad3;
}

.fa-angle-left
{
	color: white;
	align-content: center;
	top:45%;
	text-align: center;
	position: absolute;
	display: flex;
	padding: 17px 16px 17px 5px;
	border-radius: 0px 40px 40px 0px;
	background-color: #434242;
	opacity:0.75;
}

.fa-angle-right
{
	color: white;
	right:-0.1%;
	align-content: center;
	top:45%;
	text-align: center;
	position: absolute;
	display: flex;
	padding: 17px 5px 17px 16px;
	border-radius: 40px 0px 0px 40px;
	background-color: #2F2E2E;
}

article
{
	text-align: justify;
	position: absolute;
	width:60%;
	top: 15%;
	padding-right: 5%;
	padding-left: 5%;
}
h1
{
	font-family : RobotoBold, Arial, serif;
	color: #ffffff;
	font-size:1.9em;
}
strong
{
	color:var(--AgencyBlue);
}
h4
{
	font-family: RobotoLight, Arial, serif;
	font-size:1.1em;
	color:#ffffff;
}

button
{
	background-color:var(--AgencyBlue);
	border:1px solid var(--AgencyBlue);
	height: 50px;
	width :150px;
	border-radius: 5%;
    border-bottom: outset var(--AgencyBlue);
	font-size: 1.2em;
	padding-bottom: 5px;
}
#bouton
{
	font-family:Roboto, Arial, serif;
	color:#FFFFFF;
	line-height:200%;
}

/*nos services*/
.page_services
{
	padding-top:5%;
	padding-bottom: 5%;
}
.container2 {
	display: flex;
	flex-wrap: nowrap;
	height:20vh;
	width:100%;
	margin-bottom: 2%;
}

.element4
{
	align-self: flex-start;
	width: 100%;
	padding-top: 2%;
	padding-bottom:2%;
	margin-top:0;
	text-align: center;
}
h2
{
	font-family: RobotoBlack,Arial, serif;
	font-size:2.4em;
	text-align:center;
	padding-bottom: 1vh;
	margin-top: 1vh;
	margin-bottom: 0;
}
.center
{
	text-align: center;
	margin-top: 0;
	margin-left:0;
	margin-bottom: 0;
}
hr{
	text-align:center;
	width: 25%;
	color:#f5f5f5;
	position:relative;
}
.fa-circle
{
	text-align:center;
	color:var(--AgencyBlue);
	border-radius:100%;
	border: #FFFFFF solid 2px;
	transform: translateY(-100%);
}
span.fa-circle
{
	background-color: #FFFFFF;
}
h5
{
	font-family: RobotoLight, Arial, serif;
	font-size : 1em;
	color:#676b70;
	width:70%;
	text-align: center;
	margin: 0 15%;
	padding-bottom: 10px;
}
.container1
{
	display: flex;
	flex-wrap: nowrap;
}
.element1
{
	width:50%;
	align-self: center;
	margin-top:0.5%;
	height:50vh;
}

.stdimage
{
	padding: 0 5%;
	margin: auto auto 0;
	width:90%;
}
.element5
{
	width: 50%;
	margin-top: 2.5%;
	padding-right: 5vh;
	padding-top:10px;
	/*height:65vh;*/
}
h3.puces
{
	font-size: 1em;
	margin-top : 10px;
	margin-bottom: 1px;
	padding-top:5px;
}
p.puces
{
	font-size: 0.9em;
	margin-top:0;
	/*margin-top : 1px;
	margin-bottom: 1px;*/
}
.puces
{
    padding-left: 70px;
	margin:20px;
}
.fa-chart-line
{
	color: var(--AgencyBlue);
	text-align:left;
	font-size:1.5em;
	border: 0.5px #555555 solid;
	border-radius:100%;
	padding: 13px;
	margin-top: 17px;
	position:relative;
}
.fa-chart-line::after {

	content: '';
	position: absolute;
	transform: translateY(50%);
	background-color:var(--AgencyBlue);
	padding: 6px;
	border-radius: 100%;
	right:-6px;

}
.fa-cubes
{
	color: var(--AgencyBlue);
	text-align:left;
	font-size:1.5em;
	border: 0.5px #555555 solid;
	border-radius:100%;
	padding: 13px;
	margin-top: 17px;
	position: relative;
}
.fa-cubes::after {
	content: '';
	position: absolute;
	transform: translateY(50%);
	background-color:var(--AgencyBlue);
	padding: 6px;
	border-radius: 100%;
	right:-6px;
}
.fa-chart-pie
{
	color: var(--AgencyBlue);
	text-align:left;
	font-size:1.5em;
	border: 0.5px #555555 solid;
	border-radius:100%;
	padding: 13px;
	margin-top:17px;
	position: relative;
}

.fa-chart-pie::after {
	content: '';
	position: absolute;
	transform: translateY(50%);
	background-color:var(--AgencyBlue);
	padding: 6px;
	border-radius: 100%;
	right: -6px;
}

/*section portfolio*/
.page_portfolio
{
	padding-top:5%;
	padding-bottom: 5%;
}

a.arrow_box {
	position: relative;
    display: inline-block;
    height: 7vh;
    width:8%;
	color:#777a7e;
	font-family: Roboto, Arial, serif, Arial, serif;
	background: #e5e5e5;
   	font-size: 1.1em;
	border-radius: 0;
	padding: 2vh 3px 0.5vh;
	margin-top:2vh;
	margin-bottom: 2vh;
}
a.arrow_box:first-child
{
	border-top-left-radius: 8%;
	border-bottom-left-radius:8%;
	background-color: var(--AgencyBlue);
	border-bottom: #3C7AD3 3px solid;
	color:#FFFFFF;
	z-index: 99;
}
a.arrow_box:first-child:after {
	content: '';
	color:#FFFFFF;
	position: absolute;
	left: 50%;
	bottom: -8px ;
	border-bottom: #3C7AD3 3px;
	transform: translateX(-50%);
	border-top: 8px solid #3C7AD3;
	border-left: 13px solid     transparent;
	border-right: 13px solid     transparent;
}
a.arrow_box:last-child
{
	border-top-right-radius: 8%;
	border-bottom-right-radius:8%;
}

a.arrow_box:hover{
	background-color: var(--AgencyBlue);
	border-bottom: #3C7AD3 3px solid;
	color:#FFFFFF;
	z-index: 99;
}
a.arrow_box:hover:after {
	content: '';
	color:#FFFFFF;
	position: absolute;
	left: 50%;
	bottom: -8px ;
	border-bottom: #3C7AD3 3px;
	transform: translateX(-50%);
	border-top: 8px solid #3C7AD3;
	border-left: 13px solid     transparent;
	border-right: 13px solid     transparent;
}

/*Eléments des images du portfolio*/

.container3 {
	justify-content: space-evenly;
	flex-wrap: wrap;
	width: auto;
	margin: 10% 7% 0;
	display: flex;
}
.projet
{
	position: relative;
	margin: 0.3vw;
	width:18vw;
	height: 14vw;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.projet:nth-child(1)
{
	background-image: url("../images/portfolio/01.jpg");
}
.projet:nth-child(2)
{
	background-image: url("../images/portfolio/02.jpg");
}
.projet:nth-child(3)
{
	background-image: url("../images/portfolio/03.jpg");
}
.projet:nth-child(4)
{
	background-image: url("../images/portfolio/04.jpg");
}
.projet:nth-child(5)
{
	background-image: url("../images/portfolio/05.jpg");
}
.projet:nth-child(6)
{
	background-image: url("../images/portfolio/06.jpg");
}
.projet:nth-child(7)
{
	background-image: url("../images/portfolio/07.jpg");
}
.projet:nth-child(8)
{
	background-image: url("../images/portfolio/08.jpg");
}

.folio {
	background-color: #70582a;
	justify-content: left;
	text-align: left;
	position:absolute;
	bottom:0;
	opacity:0.9;
	width:100%;
	height:33%;
	visibility: hidden;
	padding: 3% 2% 2% 3%;
	color: #ffffff;
}
em
{
	font-family: RobotoBold, Arial, serif;
	font-size:1em;
	font-style: normal;
	line-height: 150%;
}
.sujet
{
	font-family: Roboto, Arial, serif;
	font-size:0.9em;
	margin-top:2%;
}

.oeil {
	background-color: var(--AgencyBlue);
	position:absolute;
	top : 55%;
	right:4%;
	visibility: hidden;
	padding:8%;
	border-radius: 100%;
	border: #FFFFFF 3px solid ;
}
.fa-eye
{
	position:absolute;
	color:#FFFFFF ;
	font-size: 1em;
	background-color: var(--AgencyBlue);
	top:27.5%;
	right:23%;
    padding: 3%;
}

.projet:hover .folio
{
	visibility: visible;
}
.projet:hover .oeil
{
	visibility: visible;
}

/*section contact*/
.page_contact
{
	position: relative;
	padding-top:5%;
	padding-bottom: 5%;
}
.page_contact iframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 99%;
	border:0;
}

.container4
{
	display: flex;
	justify-content: flex-end;
}
aside
{
	width: 350px;
	padding: 10px;
	background-color: #dde0e1;
	opacity: 0.95;
	margin-right:5%;
}
h3
{
	font-family:RobotoBold, Arial, serif;
	font-size: 1em;
	color: #000000;
}
p
{
	font-family: Roboto, Arial, serif;
	font-size:0.8em;
	color:#434242;
	margin:0;
}
.nom
{
    font-family: RobotoBold, Arial, serif;
    color:black;
    margin-bottom:0;
}
.formulaire
{
    font-family: Roboto, Arial, serif;
    color:black;
    margin-top:0;
    margin-bottom:0;
}
#name, #email, #subject, #message
{
    font-family: Roboto, Arial, serif;
	font-size:1em;
	width:95%;
}
textarea
{
	width:95%;
	height: 20%;
	padding: 1vh 1% 2vh;
	background-color: white;
}

.contact
{
    width: auto;
    height:4vh;
    font-family: RobotoBold, Arial, serif;
    text-align: left;
    color: #FFFFFF;
    border-bottom: #4494bb solid;
	margin-top: 2vh;
	padding-top: 0.4vh;
	font-size:2.2vh;
}
