@charset "utf-8";

@font-face {
font-family: 'Rubik-Light';
src: url('Rubik-Light.ttf');
}
@font-face {
font-family: 'Photoshoot';
src: url('Photoshoot.ttf');
}
@font-face {
font-family: 'Rubik-Medium';
src: url('Rubik-Medium.ttf');
}
@font-face {
font-family: 'Rubik-Regular';
src: url('Rubik-Regular.ttf');
}
@font-face {
font-family: 'JuliusSansOne-Regular';
src: url('JuliusSansOne-Regular.ttf');
}
@font-face {
font-family: 'Mirage';
src: url('Mirage.otf');
}
@font-face {
font-family: 'HolidayFree';
src: url('HolidayFree.otf');
}
@font-face {
font-family: 'Quicksand-Regular';
src: url('Quicksand-Regular.ttf');
}

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

}
body{
	font-family: 'Quicksand-Regular';
	min-height: 100%;
	position: relative;
	font-size: 1rem;
	width: 100%;
	max-width: 2200px;
}
#container{
	padding:0rem 2rem 2rem 2rem;
	font-size: 1.2rem;
}
@media screen and (max-width: 1000px){
	#container{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 750px){
	#container{
		font-size: 1rem;
	}
}
@media screen and (max-width: 500px){
	#container{
		padding:0rem 0.5rem 2rem 0.5rem;
	}
}
.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;
}
.paddingCotes2rem{
	padding: 0rem 2rem 0rem 2rem;
}
.paddingCadre{
	position: relative;
	padding: 0rem 4rem 0rem 4rem;
}
@media screen and (max-width: 1000px){
	.paddingCadre{
		padding: 0rem 2rem 0rem 2rem;
	}
}
@media screen and (max-width: 730px){
	.paddingCadre{
		padding: 0rem 1rem 0rem 1rem;
	}
}
.texteJustify{
	text-align: justify;
}
.texteCenter{
	text-align: center;
}
.flex1{
	flex: 1;
}
.flex2{
	flex: 2;
}
a{
	transition: .25s ease-in-out;
}
a:hover{
	transition: .25s ease-in-out;
	color: #F18509;
}
.texteGras{
	font-weight: bold;
}
.texteItalique{
	font-style: italic;
}
.weight600{
	font-weight: 600;
}
.couleurSecondaire{
	color: #F18509;
}
																							/*Header*/
#menu{
	display: flex;
	justify-content: center;
	width: 100%;
}
#menu ul{
	font-family: 'JuliusSansOne-Regular';
	
	display: flex;
	justify-content: center;
	font-size: 1.5rem;
	color: #1c1b21;
	margin: 2.5rem 0rem 0.5rem 0rem;
	letter-spacing: 0.2rem;
}
@media screen and (max-width: 1500px){
	#menu ul{
		font-size: 1.3rem;
	}
}
@media screen and (max-width: 1250px){
	#menu ul{
		font-size: 1.5rem;
	}
}

#menu ul li{
	padding: 0rem 1.5rem;
	font-weight: normal;
	transition: .25s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 1080px){
	#menu ul{
		font-size: 1.4rem;
	}
}
#menu ul li:hover{
	transition: .25s ease-in-out;
	color:  #e5c76e;
}
@media screen and (max-width: 1000px) {
#menu ul li a{
	display: none;
}}
#bandeauHeader{
	z-index: 1;
	border-width: 1px;
	border-color: #e70008;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}
#bandeauNomContact{
	width: 100%;
	padding-left: 8rem;
	padding-right: 1.5rem;
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 1000px){
	#bandeauNomContact{
		padding-left: 8rem;
	}
}

#NomSiteBandeau{
	font-family: 'HolidayFree';
	font-size: 2.3rem;
	margin-top: 0.8rem;
	margin-left: 0.5rem;
}
@media screen and (max-width: 1000px){
#NomSiteBandeau{
	font-size: 1.7rem;
}
}
#nomSecondaireBandeau{
	font-family: 'Photoshoot';
	font-size: 1.4rem;
	width: 100%;
	padding-left: 13.5rem;
}
@media screen and (max-width: 1000px){
	#nomSecondaireBandeau{
		display: flex;
		justify-content: center;
		padding-left: 0rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 750px){
	#nomSecondaireBandeau{
		margin-top: 0rem;
	}
}
#nomH1{
	font-family: 'Rubik-Light';
	font-size: 1.4rem;
	width: 100%;
	letter-spacing: 0.7rem;
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	margin-bottom: 2rem;
	padding: 0rem 0.3rem;
}
@media screen and (max-width: 530px){
	#nomH1{
		font-size: 1.2rem;
		letter-spacing: 0.5rem;
	}
}
@media screen and (max-width: 530px){
	#nomH1{
		font-size: 1.2rem;
		letter-spacing: 0.2rem;
	}
}
#tel{
	margin-top: 1rem;
	font-size: 1.1rem;
	display: flex;
	flex-direction: column;
}
#N2Num{
	letter-spacing: 0.03rem;
	margin-left: 1.2rem;
}
.numTelUnder750 img{
	margin-top: 0.2rem;
}
#regroupTelU750{
margin-left: 0.5rem;
}
@media screen and (max-width: 750px){
	#tel{
		display: none;
	}
	#telUnder750{
		display: flex;
		width: 100%;
		justify-content: space-between;
		padding: 0rem 0.3rem;
	}
	#telUnder750 img{
	height: 20px;
}
#telUnder750 a{
display: flex;
}
.numTelUnder750{
	margin-right: 1rem;
}
.N2emeNumTelUnder750{
	margin-left: 1.2rem;
	margin-right: 1rem;
letter-spacing: 0.01rem;
}
}
.boutonDemandeDevis{
	background-color: #f18509;
	border-width: 1px;
	border-style: solid;
	border-color: #000;
	padding: 0.3rem 0.3rem;
	color: #fff;
	margin-top: 0.5rem;
}
@media screen and (max-width: 750px){
	.boutonDemandeDevis{
		display: flex;
		align-items: center;
	margin-top: 0.2rem;
	max-height: 30px;
	}
}
@media screen and (max-width: 600px){
	.numTelUnder750{
		font-size: 0.8rem;
	}
		.N2emeNumTelUnder750{
		font-size: 0.8rem;
	}
	.boutonDemandeDevis{
		font-size: 0.8rem;
	}
}
@media screen and (max-width: 400px){
	#telUnder750{
		margin-bottom: 0.5rem;
	}
}

@media screen and (min-width: 751px){
	#telUnder750{
		display: none;
	}
}
#tel img{
	height: 20px;
}

#tel a{
	display: flex;
}
.boutonDemandeDevis:hover {
	background-color: #ffc079;
	color: #000;
}
html body div#imagesBandeau img{
	width: 100%;
	border-width: 1px;
	border-color: #e70008;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	margin-bottom: 2rem;
}
#logo{
	position: absolute;
	top: 10px;
	left: 10px;
	width: 135px;
}
@media screen and (max-width: 1000px){
		#logo{
			left: 38px;
			width: 110px;
	}
}
@media screen and (max-width: 750px){
		#logo{
		left: 38px;
		top: 27px;
		width: 90px;
	}
	#bandeauNomContact{
		padding-left: 7.3rem;
	}
}
@media screen and (max-width: 600px){
	#NomSiteBandeau{
		font-size: 1.7rem;
	}
	#nomSecondaireBandeau{
		font-size: 0.8rem;
	}
	#logo{
		left: 38px;
    top: 27px;
    width: 90px;
	}
}
@media screen and (max-width:400px){
	#NomSiteBandeau{
		font-size: 1.3rem;
		margin-left: 0rem;
	}
	#logo{
	left: 38px;
	top: 31px;
	width: 81px;
	}
}
#logo img{
	width: 100%;
}

																							/*FIN Header*/
																							/*Index*/
#bandeauActivitees {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.3rem;
    max-width: 1300px;
    margin: 0 auto;
}

.enumerationActivitees {
    display: flex;
    align-items: center;
    margin: 0.5rem 0;
    flex: 1 1 calc(25% - 1rem);
    justify-content: center;
}
.enumerationActivitees p{
	width: 115px;
}
.enumerationActivitees img {
    height: 30px;
    margin-right: 0.5rem;
}

@media screen and (max-width: 1300px) {
    #bandeauActivitees {
        justify-content: space-between;
    }

    .enumerationActivitees {
        flex-basis: calc(50% - 1rem);
        max-width: calc(50% - 1rem);
    }
}

@media screen and (max-width: 800px) {
    #bandeauActivitees {
        font-size: 1.1rem;
    }
}

@media screen and (max-width: 700px) {
    #bandeauActivitees {
        font-size: 1rem;
    }
}

@media screen and (max-width: 650px) {
    #bandeauActivitees {
        justify-content: center;
    }

    .enumerationActivitees {
        flex-basis: 100%;
    }
}
@media screen and (max-width: 400px){
	.enumerationActivitees img {
    height: 20px;
    margin-right: 0.2rem;
	}
}
.blockActivitees{
margin-top: 3rem;
}
.divH2{
	color: #234ca6;
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
	font-family: 'JuliusSansOne-Regular';
}
@media screen and (max-width: 600px){
	.divH2{
		font-size: 1.7rem;
		text-align: center;
	}
}
@media screen and (max-width: 550px){
	.divH2{
		font-size: 1.5rem;
	}
}
.agencementBlockActivitees{
	display: flex;
	text-align: justify;
}
.imageParagraphe{
	min-width: 20rem;
}
@media screen and (max-width: 1000px){
.imageParagraphe{
	display: none;
}
}
.agencementBlockActivitees img{
	padding: 0.3rem 0.3rem 0.3rem 0.3rem;
	width: 100%;
	border-width: 1px;
	border-color: #e70008;
	border-style: solid;
	border-left-style: none;
	border-bottom-style: none;
}
.agencementBlockActivitees p{
	padding-left: 1.5rem;
}
@media screen and (max-width: 1000px){
.agencementBlockActivitees p{
padding-left: 0rem;
}
}
.Under1000{
	display: none;
}
@media screen and (max-width: 1000px){
.paragraphe img.Under1000{
	display: block;
	float: left;
	width: 300px;
	margin: 0rem 1rem 0rem 0rem;
}
}
@media screen and (max-width: 730px){
	.paragraphe{
		display: flex;
		flex-direction: column;
		align-items: center;
	}
.paragraphe p{
	width: 100%;
	text-align: justify;
}
.paragraphe img.Under1000{
	display: flex;
	float: none;
	width: 350px;
	margin: 0rem 0rem 1rem 0rem;
	border-radius: 30px;
}
}
.positionBoutonAvis{
	width: 100%;
	display: flex;
	justify-content: center;
	margin: 2rem 0rem;
}
.divAvis{
	display: flex;
	justify-content: center;
	padding: 0.3rem 1rem;
	background-color: #f18509;
	width: 300px;
	border: 1px solid #000;
	color: #FFF;
}
.divAvis:hover{
	background-color: #ffc079;
	color: #000;
}
.divAvis img{
	width: 30px;
	margin-right: 1rem;
}


																							/*FIN index*/

 /*menuResp*/
.side-bar{
 background: #1b1a1b;
 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: #33363a;
 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: #C0C0C0;
	font-size: 35px;
	/*margin: 25px;*/
	cursor: pointer;
	top: 45px;
	left: 6px;
	z-index: 2;
}
@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;
}
@media screen and (max-width: 1200px){
	#agencementContact{
		flex-direction: column;
		justify-content: center;
	}
}
#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: 1.5rem;
  text-align: center;
  border-width: 1px;
  border-color: #274227;
  border-style: solid;
  border-right-style: none;
  border-left-style: none;
  border-top-style: none;
}
                   										       /*Fin contact*/
                    				      						/*Footer*/
#bandeauFooter{
border-width: 1px;
border-color: #e70008;
border-style: solid;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
}
#CGU{
	color: #636363;
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 1rem 0.5rem 1rem;
}
@media screen and (max-width: 366px){
	#CGU{
	padding: 0.5rem 0.3rem 0.5rem 0.3rem;
	font-size: 0.9rem;
}
}
.basDePage{
position: fixed;
bottom: 0px;
width: 100%;
}
                    				      						/*FIN Footer*/
                                          /*réalisations */
#conteneurRealisations{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding: 0rem 8rem 3rem 8rem;
}
@media screen and (max-width: 1000px){
	#conteneurRealisations{
	padding: 0rem 3rem 3rem 3rem;
}
}
@media screen and (max-width: 1000px){
	#conteneurRealisations{
	padding: 0rem 1rem 3rem 1rem;
}
}
#conteneurRealisations a{
	width: 32.5%;
	margin-top: 0.8rem;
	display: flex;
	align-items: center;
	background-color: #000;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
}
#conteneurRealisations a img{
	width: 100%;
}
#conteneurRealisations a:hover {
	-webkit-transform: scale(1.035);
	transform: scale(1.035);
}
#titrePageRealisations{
	margin-top: 4rem;
}
@media screen and (max-width: 800px){
	#titrePageRealisations{
	margin-top: 1rem;
}
}
@media screen and (max-width: 1000px){
#titrePageRealisations div.ecriture2CadreNosServices{
	max-width: 15rem;
}}

html body div#container div#conteneurRealisations a.sansBackgroundColor{
	background-color: #fff;
}
#conteneurRealisations div img{
	width: 100%;
}
html body div#container div#conteneurRealisations div.sansBackgroundColor{
	background-color: #fff;
	width: 32.5%;
	margin-top: 0.8rem;
	display: flex;
	align-items: center;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border-color: #fff;
	border-style: solid;
	border-width: 1px;
}
.H2Realisations{
	text-align: center;
	margin-top: 2rem;
	margin-bottom: 0rem;
}
                                          /*FIN page réalisations */
                                          /*page confirmation */
.messageRecu{
	text-align: center;
}
                                          /*FIN page confirmation */
