@charset "utf-8";

@font-face {
font-family: 'OpenSans-Regular';
src: url('OpenSans-Regular.ttf');
}


html{
	min-height: 100vh;
	width: 100%;
	display: flex;
	justify-content: center;

}
body{
	font-family: 'OpenSans-Regular';
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	width: 100%;
	max-width: 2200px;
}
#content{
	font-size: 1rem;
	width: 100%;
	flex: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: justify;
	background-image: url(/images/nconnect-background.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
/*@media screen and (max-width: 1275px){
	#content{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 900px){
	#content{
		font-size: 1rem;
	}
}*/
.color_base{
	color: #000;
}
.marginTop05rem{
	margin-top: 0.5rem;
}
.marginTop1rem{
	margin-top: 1rem;
}
.marginTop2rem{
	margin-top: 2rem;
}
.marginTop3rem{
	margin-top: 3rem;
}
.marginTop5rem{
	margin-top: 5rem;
}
.marginBottom1rem{
	margin-bottom: 1rem;
}
.marginBottom2rem{
	margin-bottom: 2rem;
}
.marginBottom3rem{
	margin-bottom: 3rem;
}
.marginBottom4rem{
	margin-bottom: 4rem;
}
.texteJustify{
	text-align: justify;
}
.texteCenter{
	text-align: center;
}
.texteGras{
	font-weight: bold;
}
.texteItalic{
	font-style: italic;
}
.flexCenterY{
	display: flex;
	justify-content: center;
}
a{
	transition: .25s ease-in-out;
}
a:hover{
	transition: .25s ease-in-out;
	color: #ce0000;
}
.couleurSecondaire{
	color: #3c7ac0;
}
.couleurPrimaire{

}
h1{
	font-family: 'Arial Black';
}

																/*Header*/
.nconnectLogo{
	position: absolute;
  top: 53px;
  left: 13px;
  width: 141px;
  z-index: 11;
}
@media screen and (max-width:1200px){
	.nconnectLogo{
		width: 100px;
	}
}
#header{
	width: 100%;
	background-color: #FFF;
}
#agencementBandeauTopContact{
	width: 100%;
	padding: 0.3rem 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
/*	background-color: #FFF;*/
}
#telBandeauContact{
	display: flex;
	font-size: 1.2rem;
}
	#telBandeauContact a{
		display: flex;
	}
@media screen and (max-width:1000px){
	#telBandeauContact{
		font-size: 1rem;
	}
}
#telBandeauContact img{
	height: 28px;
}
.DisplayNoneUnder500 {
    display: block;
}

@media screen and (max-width: 499px) {
    .DisplayNoneUnder500 {
        display: none;
    }
    #telBandeauContact{
    	flex-direction: column;
    }
    #telBandeauContact > a:nth-child(3){
    	margin-left: 1.2rem;
    }
    #telBandeauContact a{
    	line-height: 10px;
    	font-size: 0.9rem;
    	align-items: center;
    }
    #mailBandeau{
    	font-size: 0.9rem;
    }
}
#mailBandeau{
	display: flex;
	justify-content: flex-end;
	/*z-index: 40;*/
}
#agencementBandeauTopContact img{
	width: 21px;
	margin-right: 5px;
}
@media screen and (max-width: 1000px){
#agencementBandeauTopContact img{
	width: 20px;
	margin-right: 10px;
}
}
@media screen and (max-width:499px){
    #agencementBandeauTopContact img{
	    width: 14px;
	    margin-right: 5px;
	    height: 15px;
    }
}
.divImgHeader {
    position: relative;
    display: inline-block;
    border: 2px solid #3c7ac0;
    border-left-style: none;
    border-right-style: none;
}

.divImgHeader img {
    display: block; /* Pour éviter des espaces blancs sous l'image */
}
#imgBandeauPc {
    display: none;
}

#imgBandeauTel {
    display: block;
}

@media screen and (min-width: 1000px) {
    #imgBandeauPc {
        display: block;
    }

    #imgBandeauTel {
        display: none;
    }
}

#nomNconnect, #phraseNconnect {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    text-align: center;
    width: 100%;
}
#nomNconnect {
    top: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-nom-img {
    height: 70px; /* Ajustez selon la hauteur de votre nouvelle image */
}
#phraseNconnect {
    top: 50%;
    font-size: 1.5rem;
    text-shadow: 3px 2px 7px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 1600px) {
    #phraseNconnect {
        top: 60%;
        font-size: 1.5rem;
    }
}
@media screen and (max-width: 1200px) {
    .logo-nom-img {
        height: 60px;
    }
    #phraseNconnect {
        font-size: 1.2rem;
    }
}
@media screen and (max-width: 720px) {
    .logo-nom-img {
        height: 50px;
    }
    #phraseNconnect {
        top: 65%;
        font-size: 1rem;
    }
}
@media screen and (max-width: 550px) {
    #nomNconnect {
        top: 20%;
    }
    .logo-nom-img {
        height: 40px;
    }
    #phraseNconnect {
        padding: 0rem 0.3rem;
        font-size: 0.8rem;
        top: 56%;
    }
}
@media screen and (max-width: 400px) {
    .logo-nom-img {
        height: 30px;
    }
    #phraseNconnect {
        top: 62%;
        font-size: 0.7rem;
    }
}
#nomNconnect img{
	border: 2px solid #3c7ac0;
}
.agencementPointsClefs{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-top: -2rem;
	z-index: 10;
}
.blockPointClef{
	display: flex;
}
@media screen and (max-width:1000px){
	.agencementPointsClefs{
		display: flex;
		flex-direction: column;
		margin-top: 2rem;
	}
.blockPointClef{
	justify-content: center;
}
	div.blockPointClef:nth-child(2){
		margin-top: 1rem;
	}
}
/*
.pointsClefs{
	min-width: 205px;
	margin: 0rem 1rem;
	padding: 0.5rem 1rem;
	background-color: #3c7ac0;
	border-radius: 10px;
	color: #FFF;
	font-weight: bold;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.7);
	box-shadow: 5px 15px 40px rgba(0,0,0,0.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width:1150px){
	.pointsClefs{
		font-size: 0.9rem;
	}
}
@media screen and (max-width:500px){
	.pointsClefs{
		font-size: 0.8rem;
		min-width: 154px;
	 	margin: 0rem 0.4rem;
	 	padding: 0.1rem 0.5rem;
	}
}
@media screen and (max-width:400px){
	.pointsClefs{
		font-size: 0.8rem;
		min-width: 154px;
	 	margin: 0rem 0.4rem;
	 	padding: 0.1rem 0.5rem;
	}
}
.pointsClefs div{
	text-align: center;
}
*/
        .pointsClefs {
            margin: 0rem 1rem;
            padding: 0.5rem 1rem;
            color: #FFF;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .pointsClefs img {
            width: 100%;
            height: auto;
            max-width: 240px;
        }
        @media screen and (max-width:1150px) {
            .pointsClefs img {
                max-width: 185px;
            }
        }
        @media screen and (max-width:500px) {
            .pointsClefs {
                min-width: 154px;
                margin: 0rem 0.4rem;
                padding: 0.1rem 0.5rem;
            }
            .pointsClefs img {
                max-width: 154px;
            }
        }
        @media screen and (max-width:400px) {
            .pointsClefs {
                min-width: 154px;
                margin: 0rem 0.4rem;
                padding: 0.1rem 0.5rem;
            }
            .pointsClefs img {
                max-width: 154px;
            }
        }

																/*FIN Header*/

																/*Index*/
.onBackground{
	background-color: #FFF;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3rem 0rem;
	width: 100%;
}
.introduction{
	width: 80%;
	margin-top: 2rem;
}
@media screen and (max-width:1000px){
	.onBackground{
		padding: 2rem 0rem 3rem 0rem;
	}
	.introduction{
		margin-top: 0rem;
	}
}
.agencementSectionPrestation {
	margin:	2.5rem 0rem;
	display: flex;
	flex-direction: column;
	width: 90%;
	padding: 1rem;
	box-shadow: 5px 15px 40px rgba(0,0,0,0.2);
}
h2 {
	font-size: 1.5rem;
	color: #3c7ac0;
	margin-bottom: 2rem;
	margin-top: -0.5rem;
	display: flex;
	justify-content: center;
	font-family: 'Arial Black';
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width:450px){
	h2{
		font-size: 1.3rem;
		text-align: center;
	}
}
.agencementTexteEtImagePrestation {
	display: block; 
}
@media screen and (max-width:1000px){
	.agencementTexteEtImagePrestation {
		display: flex; 
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}
.imgPrestation {
	float: left; 
	margin-right: 1rem; 
	width: 25%;
	min-width: 400px;
}
.imgPrestation img {
	width: 100%;
	border-radius: 10px;
}
@media screen and (max-width:1200px){
	.imgPrestation {
		float: left; 
		margin-right: 1rem;
		min-width: 400px;
	}	
}
@media screen and (max-width:1000px){
	.imgPrestation {
		float: left; 
		margin-right: 0rem;
		width: 70%;
		margin-bottom: 1rem;
	}	
}
@media screen and (max-width:550px){
	.imgPrestation {
		min-width: 270px;
	}	
}
.agencementTextePrestation {
	display: block; 
}
.textePrestation {
	margin-bottom: 1rem; 
}
div.textePrestation:nth-child(2) {
	margin-top: 1rem;
}
.divInterPrestation{
	color: #FFF;
	width: 100%;
	height: 500px;
	padding: 1.5rem 0rem;
	display: flex;
	align-items: center;
}
.agencementIndicateurs{
	display: flex;
	width: 100%;
	justify-content: center;
}
.blockIndicateurs{
	display: flex;
}
.indicateurs{
	margin: 0rem 1rem;
	padding: 1rem 1rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	background-color: #FFF;
	border-radius: 10px;
}
.indicateurs img{
	width: 100px;
}
.indicateurTitre{
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	color: #3c7ac0;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin: 1.5rem 0rem 1rem 0rem;
}
.indicateurTexte{
	border: 1px solid #FFF;
	border-top: none;
	color: #6d6d6d;
	font-size: 1.1rem;
}
@media screen and (max-width:1400px){
	.indicateurs{
		max-width: 270px;
	}
	.indicateurs img{
		width: 50px;
	}
	.indicateurTitre{
		font-size: 1.1rem;
	}
	.indicateurTexte{
		font-size: 0.9rem;
	}	
}
@media screen and (max-width:1200px){
	.divInterPrestation{
		height: 750px;
	}
	.agencementIndicateurs{
		flex-direction: column;
		align-items: center;
	}
	div.blockIndicateurs:nth-child(2){
		margin-top: 1rem;
	}
}

@media screen and (max-width:600px){
	.blockIndicateurs{
		flex-direction: column;
	}
	div.blockIndicateurs:nth-child(2){
		margin-top: 0rem;
	}
	div.blockIndicateurs:nth-child(1) > div:nth-child(2),
	div.blockIndicateurs:nth-child(2) > div:nth-child(1),
	div.blockIndicateurs:nth-child(2) > div:nth-child(2) {
	    margin-top: 0.5rem;
	}
	.indicateurs{
		padding: 0.5rem 0.5rem;
		min-width: 460px;
	}
	.indicateurTitre{
		margin: 0.5rem 0rem 0.5rem 0rem;
	}
	.indicateurTexte{
		text-align: center;
	}
}

@media screen and (max-width:480px){
	.indicateurs{
		min-width: 350px;
		margin: 0rem 0rem;
	}
}
@media screen and (max-width:380px){
	.indicateurs{
		min-width: 310px;
	}
}
																/*FIN index*/
																/*recrutement*/
#titrePage{
	margin-top: 2rem;
	margin-bottom: 0.5rem;
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	font-size: 2rem;
	font-family: 'Arial Black'
}
@media screen and (max-width:1370px){
	#titrePage{
		font-size: 1.6rem;
	}
}
.onBackgroundRecrutement{
	background-color: rgba(255, 255, 255, 0.9);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 3rem 0rem;
}
.paddingRecrutement{
	margin: 0rem 0rem 1.5rem 0rem;
	padding:  1.5rem 3rem;
	width: 80%;
	border-radius: 10px;
}
h3{
	font-size: 1.5rem;
	color: #3c7ac0;
	margin-bottom: 0.3rem;
	margin-top: 1.5rem;
	display: flex;
	justify-content: center;
	font-family: 'Arial Black';
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
.textePrestation.texteRecrutement{
	width: 100%;
}
.texteRecrutement p{
	margin-top: 0.5rem;
}
.mailtoRnConnect{
	color: #3c7ac0;
}
.divBoutonPostuler{
	margin-top: 1rem;
	width: 100%;
	display: flex;
	justify-content: center;
}
.boutonPostuler{
	padding: 0.3rem 1.5rem;
	background-color: #3c7ac0;
	color: #FFF;
	border-radius: 5px;
	border: 1px solid #FFF;
	font-weight: bold;
}
.boutonPostuler:hover{
	padding: 0.3rem 2rem;
	background-color: #FFF;
	color: #3c7ac0;
	border: 1px solid #3c7ac0;
}
@media screen and (max-width:1000px){
	#titrePage{
		font-size: 1.4rem;
		margin-top: 1rem;
  	margin-bottom: 1rem;
	}
	.paddingRecrutement{
		padding:  1.5rem 1.5rem;
		width: 95%;
	}
	h3{
		margin-top: 0.5rem;
	}
	.texteRecrutement p{
		margin-top: 1rem;
	}
}
@media screen and (max-width:500px){
	.paddingRecrutement{
		padding:  0.5rem 0.5rem;
		width: 97%;
	}
	h3{
		margin-top: 0.5rem;
		font-size: 1.2rem;
	}
	.texteRecrutement p{
		margin-top: 1rem;
	}
}
																/*FIN recrutement*/




                        										/*Footer*/
#footer{
	width: 100%;
	padding: 0rem 1rem;
}
                       											/*Fin Footer*/

																/*Menu*/
#menu{
	position: absolute;
	top: 45px;
	/*color: #f1bd69;*/
	color: #000;
	font-size: 1.2rem;

	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
	max-width: 2200px;
	text-align: right;
	letter-spacing: 0.2rem;
	text-shadow: 1px 1px 2px #FFF, 0 0 1em #FFF, 0 0 0.2em #FFF;
}
@media screen and (max-width: 1400px){
	#menu{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 1200px){
	#menu{
		font-size: 0.9rem;
	}
}
@media screen and (max-width: 1000px){
	#menu{
		justify-content: flex-start;
	}
}
#menu ul{
	width: 100%;
	display: flex;
  justify-content: flex-end;
  z-index: 4;
}
#menu ul li{
	display: inline;
	padding: 1rem;
	transition: .25s ease-in-out;
}
#menu ul li:hover{
	transition: .25s ease-in-out;
}
#menu ul li a{
	padding: 0.5rem 0.3rem 0.3rem 0.3rem;
}
#menu ul li a:hover{
}

@media screen and (max-width: 1000px) {
#menu ul{
	display: none;
}}
.menu-deroulant > a:after{
  content: '❯';
  font-size: 15px;
  margin-left: 7px;
  display: inline-block;
  color:  #FF5733;
}
.menu-deroulant:hover > a:after{
  animation: rotationFleche 0.2s linear forwards;
}
@keyframes rotationFleche {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(45deg);
  }
  100%{
    transform: rotate(90deg);
  }
}
.sous-menu {
	position: absolute;
	justify-content: flex-start;
  flex-direction: column;
  margin-top: var(--hauteur-menu);
  max-width: 250px;
  text-align: left;
  overflow: hidden;
  max-height: 0;
  border-radius: 2px;
  background-color: #FFF;
  z-index: 3;
}
.menu-deroulant:hover > .sous-menu {
  animation: apparitionSousMenu 1s forwards;
}
@keyframes apparitionSousMenu {
  0% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0);
    border-top: 3px solid #FFF;
  }
  30% {
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
  100% {
    max-height: 50em;
    border-top: 3px solid #FFF;
    box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  }
}
.sous-menu > li:hover {
  background-color: #262628;
}
#menu ul li.menu-deroulant ul.sous-menu > li > a {
  align-items: center;
  display: flex;
  height: 50px;
  padding-left: 20px;
  width: 100%;
  letter-spacing: 0rem;
  font-size: 1.2rem;
  padding: 0.1rem 0.3rem 0.1rem 0.3rem;
}
#menu ul li.menu-deroulant ul.sous-menu li{
	padding: 0rem;
	margin-top: 0.3rem;
}

																/*FIN Menu*/
/*menuResp*/
.side-bar{
 background: #3c7ac0;
 backdrop-filter: blur(15px);
 width: 250px;
 height: 100vh;
 position: fixed;
 top: 0;
 left: -250px;
 overflow-y: auto;
 transition: 0.6s ease;
 transition-property: left;
 z-index: 99;
}
.side-bar::-webkit-scrollbar {
  width: 0px;
}
.side-bar.active{
 left: 0;
}

.side-bar .menu{
 width: 100%;
 margin-top: 50px;
}

.side-bar .menu .item{
 position: relative;
 cursor: pointer;
}

.side-bar .menu .item a{
 color: #fff;
 font-size: 16px;
 text-decoration: none;
 display: block;
 padding: 5px 10px;
 line-height: 50px;
}

.side-bar .menu .item a:hover{
 background: #FFF;
 color: #3c7ac0;
 transition: 0.3s ease;
}

.side-bar .menu .item i{
 margin-right: 15px;
}

.side-bar .menu .item a .dropdown{
 position: absolute;
 right: 0;
 margin: 20px;
 transition: 0.3s ease;
}

.side-bar .menu .item .sub-menu{
 background: #262627;
 display: none;
}

.side-bar .menu .item .sub-menu a{
 padding-left: 30px;
}

.rotate{
 transform: rotate(90deg);
}

.close-btn{
 position: absolute;
 color: #fff;

 font-size: 23px;
 right:  0px;
 margin: 15px;
 cursor: pointer;
}

.menu-btn{
	position: fixed;
	color: #3c7ac0;
	font-size: 35px;
	/*margin: 25px;*/
	cursor: pointer;
	top: 45px;
	left: 6px;
	z-index: 20;
}
@media screen and (min-width: 1001px){
  .menu-btn{  
  	display: none;
  }
}
/*menuResp*/
                      							  			  /*formulaire contact*/
.formulaire_contact{
  flex:4;
  font-size: 1.2rem;
  padding: 1rem 0rem 1rem 0rem;
  display: flex;
	justify-content: end;
}
@media screen and (max-width: 1200px){
	.formulaire_contact{
		justify-content: center;
	}
}
.formulaire_contact form{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 580px){
.formulaire_contact form{
  font-size: 1rem;
}}
.formulaire_contact form div{
  margin-top: 1rem;
}
.autreContact{
flex:4;
font-size: 1.3rem;
margin-bottom: 1rem;
display: flex;
flex-direction: column;
justify-content: center;
padding-left: 1rem;
text-align: center;
}
.autreContact p{
  margin-bottom: 1rem;
}
@media screen and (max-width: 500px){
  .autreContact p{
font-size: 1rem;
}
}
.inputedit{
  width: 50rem;
  padding:0.5rem;
  border-width: 1px;
  border-color: #1d1d1d;
  border-style: solid;
  background-color: #c0c0c0;
  color:#0d0c0c;
}
@media screen and (max-width: 1600px){
.inputedit{
  width: 40rem;
}}
@media screen and (max-width: 1400px){
.inputedit{
  width: 35rem;
}}
@media screen and (max-width: 1000px){
.inputedit{
 width: 25rem;
}}

@media screen and (max-width: 600px){
.inputedit{
  width: 25rem;
}}
@media screen and (max-width: 500px){
.inputedit{
  width: 20rem;
}}
@media screen and (max-width: 355px){
.inputedit{
  width: 16rem;
}}
#valider{
  cursor: pointer;
  transition: .25s ease-in-out;
  color: #636363;
  margin-top: 1.5rem;
  padding:0rem 0.7rem 0rem 0.7rem;
  height: 2rem;
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #c0c0c0;
}
@media screen and (max-width: 480px){
#valider{
  font-size: 1.1rem;
}}
#valider:hover{
  transition: .25s ease-in-out;
  color: #fff;;
  background-color: #636363;
}
#textareamessage{
  padding:0.5rem;
  color:#0d0c0c;
  min-height: 10rem;
}
.formulaire_contact form ul li{
  text-align: center;
}
.asterisque{
  color:#c50303;
}
.error{
  color:#ec5f66;
}
#titre_form{
		font-size: 30px;
}
@media screen and (max-width: 1000px){
#titre_form{
  font-size: 1.2rem;
}}
#agencementContact{
	display: flex;
	justify-content: space-between;
	color: #636363;
	background-color: #e5e5e5;
	padding: 0rem 3rem;
	width: 100%;
	background-color: #FFF;
	padding-top: 1rem;
}
@media screen and (max-width: 1200px){
	#agencementContact{
		flex-direction: column;
		justify-content: center;
	}
}
@media screen and (max-width: 500px){
	#agencementContact{
		padding: 0rem 0.5rem;
	}
}
#coordonees{
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 1050px){
	#coordonees{
font-size: 16px;
}
}
#coordonees span{
		margin-right:	1rem;
}
@media screen and (max-width: 1200px){
	#coordonees span{
		margin:	0.5rem 1rem 0rem 0rem;
}
}
#coordonees iframe{
	padding: 1rem 1rem 1rem 0rem ;
}
@media screen and (max-width: 1300px){
	#coordonees iframe{
		width: 30rem;
}
}
@media screen and (max-width: 1000px){
	#mapTel iframe{
		width: 30rem;
}
}
@media screen and (max-width: 600px){
	#mapTel iframe{
		width: 25rem;
}
}
@media screen and (max-width: 500px){
	#mapTel iframe{
		width: 20rem;
}
}
@media screen and (max-width: 355px){
	#mapTel iframe{
		width: 16rem;
}
}
@media screen and (max-width: 1200px){
#coordonees iframe{
display: none;
}
}
#mapTel{
	display: none;
	margin: auto;
}
@media screen and (max-width: 1200px){
#mapTel{
	margin-bottom: 1rem;
display: block;
}
}

               										           /*fin formulaire contact*/
               										           /*a VOIR si nécessaire ce-dessous*/
              										           /*contact*/
.NomSite{
font-size: 1.5rem;
}
#contact{
	font-size: 2rem;
	text-align: center;
	border-width: 1px;
	border-color: #274227;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	color: #3c7ac0;
	letter-spacing: 0.2rem;
	margin-bottom: 1rem;
}
                   										       /*Fin contact*/
                   										       /* Si la page est http://localhost/recrutement.php */

#footerRecrutement{
	width: 100%;
	background-color: transparent;
	color: #FFF;
	padding: 0rem 1rem;
}