@media only screen and (max-width: 640px) {
	* {
		box-sizing: border-box;
	}

	/* passer body (et tous les Ã©lÃ©ments de largeur fixe) en largeur automatique */

	body {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	/* fixer une largeur maximale de 100% aux Ã©lÃ©ments potentiellement problÃ©matiques */

	img,
	table,
	td,
	blockquote,
	code,
	pre,
	textarea,
	input,
	iframe,
	object,
	embed,
	video {
		max-width: 100%;
	}

	/* conserver le ratio des images */

	img {
		height: auto;
	}

	/* gestion des mots longs */

	textarea,
	table,
	td,
	th,
	code,
	pre,
	samp {
		-webkit-hyphens: auto; /* cÃ©sure propre */
		-moz-hyphens: auto;
		hyphens: auto;
		word-wrap: break-word; /* passage Ã  la ligne forcÃ© */
	}

	code,
	pre,
	samp {
		white-space: pre-wrap; /* passage Ã  la ligne spÃ©cifique pour les Ã©lÃ©ments Ã  chÃ¢sse fixe */
	}

	/* Passer Ã  une seule colonne (Ã  appliquer aux Ã©lÃ©ments multi-colonnes) */

	.element1,
	.element2 {
		float: none;
		width: auto;
	}

	/* masquer les Ã©lÃ©ments superflus */

	.hide_mobile {
		display: none !important;
	}

	.header {
	    background-color: rgba(209, 178, 115, 0.76);
	    box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
	    position: fixed;
	    width: 100%;
	    height: 40px;
	    z-index: 3000;
	}

	.header .menu {
	  clear: both;
	  max-height: 0;
	  transition: max-height .2s ease-out;
		background: rgba(209, 178, 115, 1);
		margin-top: 0;
		height: 100vh;

	}

.header .logo{
	display: none;
}


.index{
	display: block;
}

	haut {
    background-position: center;
    top: 0;
    display: block;
    height: 680px;
    width: 100%;
    position: relative;
    z-index: 30; }

haut h1 {
    margin: 0;
    text-align: center;
    padding: 250px 0 0 0;
    z-index: 41;
    position: relative;
    font-family: 'Parisienne', cursive;
    font-size: 10vh;
    color: #D1B273;
    font-weight: normal;
}

haut .soustitre {
    margin: 0;
    text-align: center;
    padding: 0 0 0 0;
    z-index: 41;
    position: relative;
    margin: -28px 0 0 22px;
    text-transform: uppercase;
    color: #E5E5E5;
    font-size: 1.8vh;;
    letter-spacing: 3px;
    font-weight: 300;
}

  .horaires{
    background: #E5E5E5;
    position: relative;
    z-index: 43;
    width: 100%;
    height: 185px;
    margin: 165px auto;
    padding: 15px;
  }

	.horaires::after {
	    content: '';
	    border: solid #1B3A53 1px;
	    width: 92%;
	    height: 158px;
	    position: absolute;
	    left: 13px;
	    top: 13px;
	    z-index: 44;
	}

  .horaires p{
    text-align: center;
    font-size: 30px;
    margin: auto;
    margin-top: 3px;
    line-height: 35px;
  }

	.bandebleud {
	    background-image: linear-gradient(to bottom, #1B3A53, #5E88AA);
	    height: 484px;
	}

  .bandetexte {
    position: relative;
    top: 20%;
    text-align: center;
    max-width: 950px;
    margin: auto;
  }
  .bandebleud h2 {
    margin: 0;
    color: #D1B273;
    font-weight: normal;
    font-family: 'Parisienne', cursive;
    font-size: 5.2vh;
  }

  .bandebleud p{
    color: #E5E5E5;
    font-size: 2.2vh;
    width: 90%;
    padding: 0;
    margin: auto;
  }



	.nouscontacter p {
	    text-align: center;
	    padding-top: 200px;
	    font-family: 'Parisienne', cursive;
	    font-size: 7vh;
	    color: #E5E5E5;
	    margin: 0;
	}
		.nouscontacter span {
	    font-family: 'Abril Fatface', cursive;
	    color: #D1B273;
	    font-size: 5.5vh;
	}


  /* PLAT MIS EN AVANT */

  .plats { flex-wrap: wrap;
  }

  .plat{
    width: 87%;
    height: 450px;
    margin-top: -70px;
      text-align: center;
      margin-bottom: 230px;
  }

	.fondplats::after{
	  content: '';
	  border: solid #e5e5e5 2px;
	  width: 94%;
	  height: 93%;
	  position: absolute;
	  left: 2.5%;
	  top: 2%;
	  z-index: 44;
	}

	.fondplats img{
	  width:100%;
	}


  .plat h3{
      font-family: 'Abril Fatface', cursive;
      font-size: 26px;
      margin: 0;
      font-weight: normal;
      color: #D1B273;
  }

  .plat h3::after{
    content: '';
    display: block;
    width: 97px;
    height: 3px;
    margin: 10px auto;
    background-color:  #E5E5E5;
  }

  .fondplats{
    position: relative;
    z-index: 43;
    transition-property: filter;
    transition-duration: 0.5s; /* La transition dure 1s */
  }



  .fondplats:hover{
    filter: grayscale(1);
  }

  .plat .bouton{
    background-color: #1B3A53;
    width: 150px;
    height: 32px;
    padding: 5px 10px;
    margin: auto;
    transition-property: width, letter-spacing;
    transition-duration: 0.2s; /* La transition dure 1s */
  }

  .plat .bouton:hover{
    background-image: linear-gradient(to right, #1B3A53, #5E88AA);
    width: 155px;
    letter-spacing: 0.5px;
  }

  .plat .bouton a{
    color: #D1B273;
    text-transform: uppercase;
  }

  /* FIN PLAT MIS EN AVANT */

  .contenueventun .bouton{
    background-color: #1B3A53;
    width: 150px;
    height: 32px;
    padding: 5px 10px;
    margin: auto;
    transition-property: width, letter-spacing;
    transition-duration: 0.2s; /* La transition dure 1s */
  }

  .contenueventun .bouton:hover{
    background-image: linear-gradient(to right, #1B3A53, #5E88AA);
    width: 155px;
    letter-spacing: 0.5px;
  }

  .contenueventun .bouton a{
    color: #D1B273;
    text-transform: uppercase;
  }


	.eventdeux{
	  position: relative;
	  z-index: 42;
	  height: 670px;
	  filter: opacity(0.7) blur(1px) drop-shadow(0px 0px 0px black);
	  top: -630px;
	}

	.contenueventdeux{
	  position: relative;
	  z-index: 44;
	  top: -1205px;
	  text-align: center;
	  margin: auto;
	  display: flex;
	  width: 75%;
	  justify-content: space-around;
	}

	.contenueventdeux img{
	 display: none;
	}

	.eventdeuxtxt{
	  width: 100%
	}


	.contenueventdeux .bouton{
	  background-color: #1B3A53;
	  width: 160px;
	  height: 32px;
	  padding: 5px 10px;
	  margin: auto;
	  transition-property: width, letter-spacing;
	  transition-duration: 0.2s; /* La transition dure 1s */
	}

	.contenueventdeux .bouton a{
	  color: #D1B273;
	  text-transform: uppercase;
	}

	.contenueventdeux .bouton:hover{
	  background-image: linear-gradient(to right, #1B3A53, #5E88AA);
	  width: 165px;
	  letter-spacing: 0.5px;
	}

	.contenueventdeux h2 {
	    margin-top: 125px;
	    line-height: 42px;
	    margin-bottom: 25px;
	    color: #D1B273;
	    font-family: 'Parisienne', cursive;
	    font-weight: normal;
	    font-size: 5.6vh;
	}

	.contenueventdeux p {
	    color: #E5E5E5;
	    font-weight: 600;
	    font-size: 2.6vh;
	    padding: 0;
	    margin: 0;
	    margin-bottom: 80px;
	}


	.contenueventun h2 {
	    margin: 0;
	    font-weight: normal;
	    font-family: 'Parisienne', cursive;
	    font-size: 6.5vh;
	    color: #1B3A53;
	}

	.contenueventun h3 {
	    margin: 0;
	    font-weight: normal;
	    font-size: 4.5vh;
	    font-family: 'Abril Fatface', cursive;
	    color: #1B3A53;
	    margin-bottom: 50px;
	}

  .cadreun{
    background-color: #E5E5E5;
    position: relative;
    z-index: 43;
    top: -540px;
    /* width: 300px; */
    width: 100%;
    height: auto;
    margin: auto;
    padding: 30px;
    text-align: center;
  }

  .cadreun p{
    display: table-cell;
    vertical-align: middle;
    width: 658px;
    height: 150px;
    padding: 0 15px;
		    font-size: 2vh;
  }

  .cadreun::after{
			content: '';
			border: solid #1B3A53 1px;
			width: 94%;
			height: 90%;
			position: absolute;
			left: 13px;
			top: 13px;
			z-index: 44;
		}

		.formulaire{
		  display: inline-block;
		  width: 100%;
		  background: #E5E5E5;
		  padding: 25px;
		  position: relative;
		  z-index: 43;
		  height: 385px;
		}
		.cadreform {
    border: solid #1B3A53 2px;
    width: 94%;
    height: 94%;
    position: absolute;
    left: 11px;
    top: 11px;
    z-index: 44;
}

.contact{
  display: block;
  position: relative;
  flex-wrap: wrap;
  z-index: 48;
  top: -1247px;
  justify-content: space-evenly;
  width: 100%;
  margin: auto;
  margin-bottom: -1184px;
  text-align: center;
}

.map{
  width: 100%;
  display: inline-block;
  margin-right: 0px;
}


.formulaire .bouton{
  background-color: #1B3A53;
  width: 80px;
  height: 32px;
  padding: 5px 10px;
  margin: auto;
  transition-property: width, letter-spacing;
  transition-duration: 0.2s; /* La transition dure 1s */
}

.formulaire .bouton a{
  color: #D1B273;
  text-transform: uppercase;
}

.formulaire .bouton:hover{
  background-image: linear-gradient(to right, #1B3A53, #5E88AA);
  width: 85px;
  letter-spacing: 0.5px;
}

.cadreducadre {
    height: 45vh;
    text-align: center;
}


.cadrepres{
    display: inline-block;
  position: relative;
  z-index: 43;
  top: -640px;
  width: 90%;
  height: auto;
  margin-right: 0;
	margin: auto;
  padding: 34px 40px 40px 40px;
  background: #E5E5E5;
  font-size: 18px;
  text-align: center;
  line-height: 30px;
  color: #1B3A53;
  box-shadow: 0 0 46px #1B3A53;
}

.cadrepres::after{
  content: '';
  border: solid #1B3A53 2px;
  width: 92%;
  height: 94%;
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 44;
}

.cadrepropos {
    background: #D6D6D6;
    height: auto;
    position: absolute;
    z-index: 40;
    top: 1068px;
    box-shadow: none;
    padding: 25px;
    text-align: center;
    display: block;
}

.cadrepropos p {
    width: 100%;
    margin: auto;
    margin-top: 3vh;
    margin-bottom: 18vh;
    font-size: 2.1vh;
    line-height: 3vh;
    color: #1B3A53;
}


.presentation {
    height: 780px;
    filter: opacity(1) blur(1px);
    position: relative;
    z-index: 42;
    top: -1px;
    display: block;
    text-align: right;
}

.gallerie {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    z-index: 50;
    top: -58px;
    width: 100%;
    margin: auto;
    justify-content: center;
    margin-bottom: 0px;
}

.gallerie a{
	width: 90%;
	margin: auto;
}

.photogall{
  width: 100%;
  height: 51vh;
  margin: 0 0px 20px;
  position: relative;
  transition-property: box-shadow;
  transition-duration: 0.2s; /* La transition dure 1s */
}

.photogall::after{
  content: '';
  border: solid #e5e5e5 2px;
  width: 93%;
  height: 93%;
  position: absolute;
  left: 11px;
  top: 11px;
  z-index: 44;
}

/* HEADER PAGE */

.headerpage{
  height: 290px;
  background: green;
  text-align: center;
  position: relative;
  z-index: 45;

}

.headerpage::before{
      content: '';
      background-image: linear-gradient(to bottom, #1B3A53, #5E88AA);
      opacity: 0.7;
      height: 290px;
      width: 100%;
      position: absolute;
      top: 0;
      z-index: 46;
      left: 0;
}

.headerpage H2{
  margin: 0;
  padding: 130px 0 0 0;
  font-family: 'Parisienne', cursive;
  font-weight: normal;
  color: #D1B273;
  position: relative;
  z-index: 47;
  font-size: 50px;
  line-height: 10px;
}

.headerpage .soustitre{
  font-family: 'Abril Fatface', cursive;
  position: relative;
  z-index: 47;
  margin: 0;
  padding: 0;
  font-size: 29px;
  color:#E5E5E5;
}

#titreseul {
  font-size: 55px;
  padding: 160px 0 0 0;
}

/* HEADER PAGE FIN */

/****************** PAGE CARTES ******************/

.fondcarte{
  height: 700px;
  position: relative;
  z-index: 30;
  opacity: 0.4;
}

.carte{
	display: flex;
	    width: 95%;
	    flex-wrap: wrap;
	    justify-content: space-around;
	    margin: auto;
	    position: relative;
	    z-index: 31;
	    top: -698px;
	    margin-bottom: -685px;
}

.carte img{
  width: 800px;
  margin: 15px;
  box-shadow: 0 3px 21px #1B3A53;
}

.carte2 {
    display: flex;
    width: 95%;
    flex-wrap: wrap;
    justify-content: space-around;
    margin: auto;
    position: relative;
    z-index: 30;
    top: -440px;
    margin-bottom: -410px;
}

/****************** PAGE NOUS CONTACTER ******************/

.nouscontacter1{
  position: relative;
  z-index: 45;
  background-image: linear-gradient(to bottom, #1B3A53, #5E88AA);
  height: 450px;
}

.nouscontacter1 p{
  text-align: center;
  padding-top: 200px;
  font-family: 'Parisienne', cursive;
  font-size: 7vh;
  color:#E5E5E5;
  margin: 0;
}

.nouscontacter1 span{
	font-family: 'Abril Fatface', cursive;
	    color: #D1B273;
	    font-size: 5.5vh;
}

.contact1{
	display: flex;
	    position: relative;
	    flex-wrap: wrap-reverse;
	    z-index: 48;
	    justify-content: space-evenly;
	    width: 100%;
	    margin: auto;
	    margin-bottom: -100px;
	    margin-top: 50px;
}

.map1{
	width: 100%;
	    margin: 0;
}

.map1 img{
  width: 100%;
}

.formulaire1{
	width: 100%;
	    height: 409px;
	    background: #E5E5E5;
	    padding: 10px;
	    position: relative;
	    z-index: 43;
}

.cadreform1{
	border: solid #1B3A53 2px;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
	z-index: 44;
}

.formulaire1 h3{
  text-align: center;
  font-family: 'Abril Fatface', cursive;
  color:#1B3A53;
  font-weight: normal;
  font-size: 30px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}

.formulaire1 ul{
  list-style: none;
      margin: auto;
      padding: 0;
      width: fit-content;
      margin-bottom: 20px;
}
.formulaire1 form{
  margin: auto;
}

.formulaire1 li{
  margin-bottom: 5px;
}

.formulaire1 label{
  color : #1B3A53;
  font-size: 20px;
}

.formulaire1 input{
  width: 271px;
  padding: 4px;
}

.formulaire1 .bouton{
	background-color: #1B3A53;
    width: 84px;
    height: 30px;
    padding: 5px 10px;
    margin: auto;
    transition-property: width, letter-spacing;
    transition-duration: 0.2s;
}

.formulaire1 .bouton a{
  color: #D1B273;
  text-transform: uppercase;
}

.formulaire1 .bouton:hover{
  background-image: linear-gradient(to right, #1B3A53, #5E88AA);
  width: 62px;
  letter-spacing: 0.5px;
}

/* FIN NOUS CONTACTER */



/* FOOTER */
  footer{
		background: #1B3A53;
		    position: relative;
		    display: block;
		    /* flex-wrap: wrap; */
		    padding: 8px;
		    text-align: center;

  }

  footer img{
		width: 160px;
		    text-align: left;
		    margin: 0;
		    padding: 0 0px 0 0;
  }
  footer ul{

    list-style: none;
		margin: 0;
		padding: 0;
  }

footer  ul img{
    width: 50px;
    padding: 6px;
    position: relative;
    top:-30px;
  }

  footer li{
    display: table-cell;
    vertical-align: middle;
		padding: 0;
  }

  .adressef{
		margin-left: 15px;
    position: relative;
    top: -9px;
  }

  .adressefb{
  width: 3px;
  height: 138px;
  margin: 0;
  padding: 0;
	display: none;
      margin-left: 186px;
  background: #D1B273;
  }

  .adressef p{
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 29px;
    color: #E5E5E5;
  }
/* FIN FOOTER */

/****************** PAGE EVENT ******************/

/* BANNIERE DEGRADE */

.bannieredegrade{
  background-image: linear-gradient(to bottom, #1B3A53, #5E88AA);
      height: 400px;
}

.bannieretexte {
	position: relative;
	top: 17%;
	text-align: center;
	max-width: 950px;
	margin: auto;
}
.bannieretexte h2 {
	margin: 0;
	color: #D1B273;
	font-weight: normal;
	font-family: 'Parisienne', cursive;
	font-size: 40px;
	line-height: 43px;
}

.bannieretexte p{
	color: #E5E5E5;
	font-size: 17px;
	width: 90%;
	padding: 0;
	margin: auto;
}

.bannieretexte::after{
  content: '';
  display: block;
  margin: auto;
  margin-top: 30px;
  width: 3px;
  height: 221px;
  background: #D1B273;
  position: relative;
  z-index: 31;
}

/* FIN BANNIERE DEGRADE */

/* BACKGROUND & CADRE */

  .evenementcadre{
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 29;

    height: 500px;
    top: -19px;
    text-align: center;
  }

  .blocevent{
		background-color: #E5E5E5;
		    width: 94%;
		    padding: 40px;
		    position: relative;
		    z-index: 30;
		    display: inline-block;
		    margin: auto;
		    top: 114px;
		    height: auto;
  }

  .blocevent::after{
    content: '';
    border: solid #1B3A53 2px;
		width: 92%;
		    height: 85%;
    position: absolute;
    left: 11px;
    top: 11px;
    z-index: 44;
  }

  .blocevent h3{
		color: #1B3A53;
		    font-weight: normal;
		    font-size: 4.5vh;
		    margin: 0;
		    font-family: 'Abril Fatface', cursive;
  }

  .blocevent p {
		margin: 0;
		    font-family: 'Parisienne', cursive;
		    color: #D1B273;
		    font-size: 4.5vh;
		    line-height: 40px;
  }

/* FIN BACKGROUND & CADRE */

/* DESCRIPTION EVENT */

.description {
    background-color: #E5E5E5;
    position: relative;
    top: -18px;
    height: auto;
    text-align: center;
    padding: 20px;
}

  .description p {
		margin: 0;
    font-size: 16px;
    line-height: 31px;
    color: #1B3A53;
  }

/* FIN DESCRIPTION EVENT */

/* FAISONS AUSSI */

  .contenufaisons{
		display: flex;
		    padding: 13px;
		    flex-wrap: wrap;
		    justify-content: space-evenly;
  }

  .blocfaisons{
		background-color: #E5E5E5;
    width: 100%;
        height: auto;
    padding: 25px;
  }

  .blocfaisons h3{
		margin: 0px 0 0 0;
    font-family: 'Parisienne', cursive;
    color: #D1B273;
    font-size: 45px;
    font-weight: normal;
  }

  .blocfaisons li{
    line-height: 40px;
    color: #1B3A53;
    font-size: 20px;
  }

  .informations{
    padding: 60px 30px;
    width: 550px;
  }

  .informations h3{
    color: #1B3A53;
    font-weight: normal;
    font-size: 30px;
    margin: 0;
    font-family: 'Abril Fatface', cursive;
      text-align: center;

  }

  .informations p{
    font-size: 3.1vh;
  margin: 0;
  text-align: center;
  margin-top: 38px;
  line-height: 40px;
  }

  .informations span{
    font-size: 3vh;
		font-weight: 600;
    text-align: center;
  }

/* FIN FAISONS AUSSI */




}





/************************************** IPAD *******************************************/
@media only screen and (min-width: 640px) and (max-width: 1024px) {

	.nouscontacter1{
	  position: relative;
	  z-index: 45;
	  background-image: linear-gradient(to bottom, #1B3A53, #5E88AA);
	  height: 370px;
	}

	.nouscontacter1 p{
	  text-align: center;
	  padding-top: 200px;
	  font-family: 'Parisienne', cursive;
	  font-size: 55px;
	  color:#E5E5E5;
	  margin: 0;
	}

	.nouscontacter1 span{
	  font-family: 'Abril Fatface', cursive;
	  color: #D1B273;
	  font-size: 45px;
	}

	.contact1{
		display: grid;
     grid-template-columns: 390px 370px;
     justify-content: center;
     position: relative;
     z-index: 48;
     width: 100%;
     margin: auto;
     margin-bottom: -100px;
     margin-top: 50px;
	}

	.map1{
		width: 455px;
		margin-right: 30px;
		grid-column: 1 / 2;
		grid-row: 1;
	}

	.map1 img{
	  width: 100%;
	}

	.formulaire1{
		grid-column: 2 / 2;
	    grid-row: 1;
	    width: 344px;
	    height: 359px;
	    background: #E5E5E5;
	    padding: 12px;
	    position: relative;
	    z-index: 43;
	}

	.cadreform1{
		border: solid #1B3A53 2px;
		    width: 100%;
		    height: 100%;
		    position: relative;
		    left: 0;
		    top: 0;
		    z-index: 44;
	}

	.formulaire1 h3{
	  text-align: center;
	  font-family: 'Abril Fatface', cursive;
	  color:#1B3A53;
	  font-weight: normal;
	  font-size: 30px;
	  margin: 0;
	  margin-top: 10px;
	  margin-bottom: 15px;
	}

	.formulaire1 ul{
	  list-style: none;
	      margin: auto;
	      padding: 0;
	      width: fit-content;
	      margin-bottom: 20px;
	}
	.formulaire1 form{
	  margin: auto;
	}

	.formulaire1 li{
	  margin-bottom: 5px;
	}

	.formulaire1 label{
	  color : #1B3A53;
	  font-size: 20px;
	}

	.formulaire1 input{
	  width: 271px;
	  padding: 4px;
	}

	.formulaire1 .bouton{
	  background-color: #1B3A53;
	  width: 60px;
	  height: 25px;
	  padding: 5px 10px;
	  margin: auto;
	  transition-property: width, letter-spacing;
	  transition-duration: 0.2s; /* La transition dure 1s */
	}

	.formulaire1 .bouton a{
	  color: #D1B273;
	  text-transform: uppercase;
	}

	.formulaire1 .bouton:hover{
	  background-image: linear-gradient(to right, #1B3A53, #5E88AA);
	  width: 62px;
	  letter-spacing: 0.5px;
	}


	/* GALLERIE */

	.photogall{
		width: 363px;
    height: 363px;
	  margin: 0 10px 20px;
	  position: relative;
	  transition-property: box-shadow;
	  transition-duration: 0.2s; /* La transition dure 1s */
	}

	.photogall::after{
		content: '';
		border: solid #e5e5e5 2px;
		width: 335px;
		height: 335px;
		position: absolute;
		left: 11px;
		top: 11px;
		z-index: 44;
	}

	.photogall:hover{
	  box-shadow: 0 0 2px #1B3A53;
	}

	.gallerie{
	  display: flex;
	  position: relative;
	  flex-wrap: wrap;
	  z-index: 50;
	  top: -600px;
	  width: 100%;
	  margin: auto;
	  justify-content: center;
	  margin-bottom: -520px;
	}

	.contenueventdeux {
	    position: relative;
	    z-index: 44;
	    top: -1205px;
	    text-align: center;
	    margin: auto;
	    display: flex;
	    width: 100%;
	    justify-content: space-around;
	}


	.fondcarte{
	  height: 700px;
	  position: relative;
	  z-index: 30;
	  opacity: 0.4;
	}

	.carte{
		display: flex;
		    width: 95%;
		    flex-wrap: wrap;
		    justify-content: space-around;
		    margin: auto;
		    position: relative;
		    z-index: 31;
		    top: -698px;
		    margin-bottom: -685px;
	}

	.carte img{
	  width: 100%;
	  margin: 15px;
	  box-shadow: 0 3px 21px #1B3A53;
	}

	.carte2 {
	    display: flex;
	    width: 95%;
	    flex-wrap: wrap;
	    justify-content: space-around;
	    margin: auto;
	    position: relative;
	    z-index: 30;
	    top: -440px;
	    margin-bottom: -410px;
	}

	.carte2 img {
	    width: 100%;
	    margin: 15px;
	    border: 5px solid #1B3A53;
	}


	/* FOOTER */
	  footer{
			background: #1B3A53;
			    position: relative;
			    display: block;
			    /* flex-wrap: wrap; */
			    padding: 8px;
			    text-align: center;

	  }

	  footer img{
			width: 160px;
			    text-align: left;
			    margin: 0;
			    padding: 0 0px 0 0;
	  }
	  footer ul{

	    list-style: none;
			margin: 0;
			padding: 0;
	  }

	footer  ul img{
	    width: 50px;
	    padding: 6px;
	    position: relative;
	    top:-30px;
	  }

	  footer li{
	    display: table-cell;
	    vertical-align: middle;
			padding: 0;
	  }

	  .adressef{
			margin-left: 15px;
	    position: relative;
	    top: -9px;
	  }

	  .adressefb{
	  width: 3px;
	  height: 138px;
	  margin: 0;
	  padding: 0;
		display: none;
	      margin-left: 186px;
	  background: #D1B273;
	  }

	  .adressef p{
	    padding: 0;
	    margin: 0;
	    font-size: 18px;
	    line-height: 29px;
	    color: #E5E5E5;
	  }
	/* FIN FOOTER */

	.description {
	    background-color: #E5E5E5;
	    position: relative;
	    top: -19px;
	    height: auto;
	    text-align: center;
	    padding: 70px 160px;
	}

	.blocfaisons {
	    background-color: #E5E5E5;
	    width: 310px;
	    height: auto;
	    padding: 25px;
	}

	.blocfaisons h3 {
	    margin: 0px 0 0 0;
	    font-family: 'Parisienne', cursive;
	    color: #D1B273;
	    font-size: 35px;
	    font-weight: normal;
	}


}
