@charset "utf-8";

@font-face {
font-family: 'now-light';
src: url('now-light.otf');
}
@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');
}

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

}
body{
	font-family: 'now-light';
	min-height: 100%;
	position: relative;
	font-size: 1rem;
	width: 100%;
	max-width: 2200px;
}
#container{
	font-size: 1.3rem;
	width: 100%;
	color: #082073;
	background-color: #f1f1f1;
}
@media screen and (max-width: 1275px){
	#container{
		font-size: 1.1rem;
	}
}
@media screen and (max-width: 550px){
	#container{
		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;
}
.paddingCotes1rem{
	padding: 0rem 1rem;
}
.paddingCotes05rem{
	padding: 0rem 0.5rem;
}
.marginLeft1rem{
	margin-left: 1rem;
}
.texteJustify{
	text-align: justify;
}
.texteCenter{
	text-align: center;
}
.texteGras{
	font-weight: bold;
}
.texteItalique{
	font-style: italic;
}
.texteMajuscule{
	text-transform: uppercase;
}
.tailleTexte1rem5{
	font-size: 1.5rem;
}
.tailleTexte2rem{
	font-size: 2rem;
}
a{
	transition: .25s ease-in-out;
}
a:hover{
	transition: .25s ease-in-out;
	color: #ff5733;
}
.couleurPrimaire{
	color: #ff5733;
}
.couleurSecondaire{
 color: #011a42;
}


																							/*Header*/
.menu{
	display: flex;
	justify-content: center;
	width: 100%;
}
.menu ul{
	display: flex;
	color: #1c1b21;
}
.menu ul li{
	font-size: 1.5rem;
	padding: 0rem 0.5rem;
	font-weight: normal;
	transition: .25s ease-in-out;
	display: flex;

}
.menu ul li a.active{
background-color: #e5e5e5;
color: #ce0000;
}
.menu ul li:hover{
	transition: .25s ease-in-out;
}
.menu ul li a{
	padding: 0px 8px;
  /*color: #636363;*/
  color: #ff5733;
  border: 1px solid;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.7);
  border-radius: 8px;
  /*background-color: #FFF;*/
  background-color: #fff;
  border-color: #00264c;
}

.menu ul li a:hover {
  color: #fff;
  background-color: #00264c;
}
#bandeauHeader{
	/*border-width: 1px;
	border-color: #ce0000;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	border-top-style: none;
	*/
	position: absolute;
	display: flex;
	z-index: 20;
	margin-top: 1rem;
	width: 100%;
	justify-content: center;
}
																							/*FIN Header*/



																							/*Index*/
#imageCampingCarAccueil{
position: relative;
top: 0px;
width: 100%;
}
@media screen and (max-width: 1000px){
	#imageCampingCarAccueil{
		display: none;
}
}
@media screen and (min-width: 1001px){
	#imageCampingCarAccueilTablette{
		display: none;
}
}
@media screen and (max-width: 450px){
	#imageCampingCarAccueilTablette{
		display: none;
}
}
@media screen and (min-width: 451px){
	#imageCampingCarAccueilTel{
		display: none;
}
}
#imageCampingCarAccueil img{
	width: 100%;
}
#texteImageAccueil{
	position: absolute;
	top: 165px;
	z-index: 3;
	font-size: 1.9rem;
}
@media screen and (max-width: 1100px){
	#texteImageAccueil{
	top: 110px;
	z-index: 3;
	font-size: 1.5rem;
}
}
@media screen and (max-width: 900px){
	#texteImageAccueil{
	font-size: 1.2rem;
}
}
@media screen and (max-width: 800px){
	#texteImageAccueil{
	font-size: 1rem;
}
}
@media screen and (max-width: 650px){
	#texteImageAccueil{
	font-size: 14px;
}
}
@media screen and (max-width: 550px){
	#texteImageAccueil{
	top: 60px;
}
}
.textePadding{
	padding: 0rem 10rem;
}
@media screen and (max-width: 1000px){
	.textePadding{
	padding: 0rem 5rem;
}
}
@media screen and (max-width: 600px){
	.textePadding{
	padding: 0rem 0.5rem;
}
}
.texteSousBandeau{
	font-size: 1.5rem;
}
@media screen and (max-width: 680px){
	.texteSousBandeau{
	font-size: 1rem;
}
}
#colonneGaucheForm div#imageGaucheFormulaire{
	display: flex;
	justify-content: center;
}
#iconesAccueil{
	display: flex;
	justify-content: space-around;
	margin: 4rem 0rem;
	padding: 2rem 0rem;
	border-width: 1px;
	border-color: #ff5733;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #00264c;
}
@media screen and (max-width: 550px){
	#iconesAccueil{
		flex-direction: column;
		align-items: center;
	}
}
#iconesAccueil div{
	width: 400px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.5rem 0.3rem 0.3rem 0.3rem;
	border-width: 5px;
	border-color: #082073;
	border-style: double;
	background-color: #fff;
}
@media screen and (max-width: 550px){
	#iconesAccueil div{
	width: 310px;
	margin-top: 0.5rem;
	}
}
#iconesAccueil img{
	width: 150px;
}
#iconesAccueil div p{
}
.couleurVerte{
	color: #3f9003;
	font-size: 2rem;
}
.lienDansTexte{
	background-color: #00264c;
	border-radius: 30px;
	padding: 0.1rem 1rem;
	color: #fff;
	height: 50px;
}
@media screen and (max-width: 500px){
.texteContact{
	font-size: 1rem;
}	
}

																							/*FIN index*/



																							/* Rachat*/

#cadreImageDerouleRachat{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0rem 1rem;
}
@media screen and (max-width: 850px){
	#cadreImageDerouleRachat{
	flex-direction: column;
}
}
#cadreImageDerouleRachat div img{
	margin-right: 5rem;
}
@media screen and (max-width: 1050px){
	#cadreImageDerouleRachat div img{
	margin-right: 0rem;
}
}
#agencementRachatExplications{
	display: flex;
	flex-direction: column;
	padding: 2rem 10rem;
	margin-top: 3rem;
	background-image: url("../images/imageFormulaire2.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
@media screen and (max-width: 1050px){
	#agencementRachatExplications{
		padding: 2rem 5rem;
	}
}
.largeurVignettesExplications{
	width: 100%;
	height: 350px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#agencementRachatExplications img{
	width: 450px;
	padding: 4rem;
	min-width: 300px;
}
@media screen and (max-width: 780px){
	#agencementRachatExplications img{
	padding: 1.5rem;
}
	#agencementRachatExplications{
		padding: 2rem 1rem;
}
}
.agencementVignettesExplications{
	display: flex;
	justify-content: center;
	border-width: 1px;
	border-color: #ff5733;
	border-style: solid;
}
@media screen and (max-width: 600px){
	.agencementVignettesExplications{
		flex-direction: column;
}
	#vignetteColumnReverse{
		flex-direction: column-reverse;
}
	#agencementRachatExplications img{
		width: 300px;
}
}
.texteVignettesExplications h2{
	font-size: 1.7rem;
	text-align: center;
}
.texteVignettesExplications{
	background-color: #011a42;
	color: #fff;
	font-size: 1.5rem;
}
@media screen and (max-width: 1100px){
	.texteVignettesExplications h2{
		font-size: 1.4rem;
	}
	.texteVignettesExplications{
	font-size: 1.2rem;
}
}
.boutonArrondi{
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #00264c;
	border-radius: 30px;
	padding: 1rem 3rem;
	color: #fff;
	height: 50px;
}
.boutonArrondi:hover{
	color: #ff5733;
	box-shadow: 0px 0px 30px 0px rgba(255,87,51,0.8);
}
@media screen and (max-width: 970px){
#boutonEstimer{
	padding: 1rem 0rem;
}
}
@media screen and (max-width: 850px){
#boutonEstimer{
	margin-top: 1rem;
}
}
#liensRachat{
	display: flex;
	flex-direction: column;
}
.longLienRachat{
	margin-top: 2rem;
font-size: 1.5rem;
}
@media screen and (max-width: 400px){
	.longLienRachat{
		font-size: 1.2rem;
}
}
@media screen and (max-width: 330px){
	.longLienRachat{
		font-size: 1rem;
}
}
																							/*FIN Rachat*/



																							/*Mon confirmation*/
#footerContact{
position: fixed;
bottom: 0px;
width: 100%;
}
.confirmation{
	height: 100%;
	padding-top: 10rem;
}

																							/*FIN Mon confirmation*/



                    				      						/*Footer*/

                    				      						/*FIN Footer*/



                    				      						/*menu hamburger*/
#menuToggle{
position: fixed;
top: 19px;
left: 10px;
z-index: 7;
-webkit-user-select: none;
user-select: none;
width: 100%;
}
@media screen and (min-width: 1001px){
  #menuToggle{  
  	display: none;
  }
}
#menuToggle a{
padding: 5px;
transition: .25s ease-in-out;
}
#menuToggle a:hover{
transition: .25s ease-in-out;
background-color: #cdc2c6;
}
#menuToggle input{
display: block;
width: 40px;
height: 32px;
position: absolute;
top: -7px;
left: -5px;
cursor: pointer;
opacity: 0;
z-index: 7;
-webkit-touch-callout: none;
}
#menuHamb{
display: flex;
flex-direction: column;
align-items: center;
position: absolute;
width: 100%;
margin: -168px 0px 0px -10px;
padding-top: 125px;
padding-bottom: 1rem;
list-style-type: none;
-webkit-font-smoothing: antialiased;
/* to stop flickering of text in safari */
transform-origin: 0% 0%;
transform: translate(0, -100%);
transition: transform 0.5s;
line-height: 1.3;
font-size: 1.3rem;
background-color: #fff;
border-width: 1px;
border-color: #ce0000;
border-style: solid;
border-right-style: none;
border-left-style: none;
border-top-style: none;
}
#menuHamb a{
width: 100%;
text-align: center;
color: #00264c;
}
@media screen and (max-width: 800px){
#menuHamb a{
font-size: 1.3rem;
}
}
#menuHamb a:hover{
-webkit-box-shadow:inset 0px 0px 0px 1px #ce0000;
-moz-box-shadow:inset 0px 0px 0px 1px #ce0000;
box-shadow:inset 0px 0px 0px 1px #ce0000;
background-color: #00264c;
color: #e5e5e5;
}
#menuToggle input:checked ~ .ulHamburger{
transform: none;
}

/*Effet petites barres menu*/
#menuToggle span{
display: block;
width: 33px;
height: 4px;
margin-bottom: 5px;
position: relative;
background: #9d9d9d;
border-radius: 3px;
z-index: 6;
transform-origin: 4px 0px;
transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
      opacity 0.55s ease;
}
#menuToggle span:first-child
{
transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
opacity: 1;
transform: rotate(45deg) translate(-2px, -1px);
background: #636363;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
opacity: 0;
transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
transform: rotate(-45deg) translate(0, -1px);
}
@media screen and (max-width: 1000px) {
.menu{
display: none;
}
}
                    				      						/*FIN menu hamburger*/

                        										  /*Footer*/
#bandeauFooter{
border-width: 1px;
border-color: #ff5733;
border-style: solid;
border-right-style: none;
border-left-style: none;
border-bottom-style: none;
background-color: #00264c;
color: #fff;
}
#CGU{
	display: flex;
	justify-content: space-between;
	padding: 0.5rem 1rem 0.5rem 1rem;
}
@media screen and (max-width: 470px){
	#CGU{
	padding: 0.5rem 0.3rem 0.5rem 0.3rem;
	font-size: 0.7rem;
}
}
#dev{
	text-align: right;
}
                       											   /*Fin Footer*/


                       											   /* a revoir si il n'y a rien en trop */
                       							  			  /*formulaire contact*/
#separationFormColonne{
	display: flex;
	justify-content: space-around;
}
@media screen and (max-width: 850px){
	#separationFormColonne{
	flex-direction: column;
}
}
#colonneGaucheForm{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: 1rem;
}
@media screen and (max-width: 850px){
#colonneGaucheForm{
	margin: 0rem 4rem;
}
}
@media screen and (max-width: 850px){
#colonneGaucheForm{
	margin: 0rem 0.5rem;
}
}
.formulaire_contact{
  font-size: 1.3rem;
  padding: 1rem 0rem 1rem 0rem;
  display: flex;
  flex-direction: column;

/*	background-image: url("../images/imageFormulaire.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;*/
}
@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;
		margin-bottom: 1rem;
}
@media screen and (max-width: 1000px){
#titre_form{
  font-size: 1.2rem;
  font-weight: bold;
}}
#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*/
                          /*formulaire contact personalisation*/
#imageGaucheFormulaire{

}
#imageGaucheFormulaire img{
	margin: 5rem 0rem;
	width: 350px;
}
#imageGaucheFormulaireDica{
	display: flex;
	justify-content: center;
}
#imageGaucheFormulaireDica img{
/*	position: relative;
	
	top: -200px; */width: 350px;
}
.contactFormulaire{
	display: flex;
	justify-content: center;
	align-items: center;
	border-width: 1px;
	border-color: #ff5733;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
	background-color: #00264c;
	color: #fff;
}
#federation{
	font-size: 2.3rem;
}
.TexteFederation{
	color: #696a6c;
}
.borduresTopBot{
	border-width: 1px;
	border-color: #ff5733;
	border-style: solid;
	border-right-style: none;
	border-left-style: none;
}


                          /*fin formulaire contact personalisation*/