@media only screen and (min-width : 320px) and (max-width : 480px) {

body {
    height: 100vh;
background: white url(../images/pyramide-galets-bg-grande.jpg) 0 0 no-repeat fixed;
    background-position-x: 50%;
    /* background-position-y: 100%; */
    background-position-y: 240px !important;
    /* background-size: contain; */
    background-size: 60% 60%;
position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#pg {
    width: 100%;
    background-position-x: 50%;
    /* background-position-y: 20%; */
    background-position-y: 240px;
    background-size: 60% 60%;
}

.sol {
font-size: 1.2em;
}

#haut-acc {
    background: white url(../images/pyramide-galets-bg-grande.jpg) 0 0 no-repeat fixed;
    background-position-x: 50%;
    background-position-y: 240px;
    background-size: 60% 60%;
    height: 160px;
 /*   position: fixed; */
    top: 0px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 100px;
}

.logo {

        margin-left: -180px;
		height: 150px;
}


#bann-titre {
font-family: lato;
    width: 640px;
 /*   position: fixed; */
    display: inline;
    left: 10%;
    line-height: 1.5em;
    top: 155px;
    z-index: 25;
}

#bann-titre h1 {
    font-weight: 900;
color: #002242;
    font-style: italic;
text-shadow: 0px 0px 2px #002242;
font-size: 2em;
letter-spacing: 0.25em;
}

#bann-titre h2 {
   /* font-weight: 700; */
    font-style: italic;
color: #353535;
/*text-shadow: 0px 0px 2px #002242; */
font-size: 1.4em;
}


.titre-section > h1 {
font-size: 1.5em !important;
}

#content-acc {
    margin: 2em 5% 2em 5%;
    display: inherit;
    /* display: none !important; */
    color: black;
    font-family: lato, sans-serif;
text-align:justify;
    font-size: 0.9em;
    /* border-left: 5px solid #002242; */
    border-radius: 10px;
   border-bottom: 5px solid #002242;
  background-color: rgba(255,255,255,0.5);
    display: inline-block;
padding-bottom:1.7em;
}

#content-acc-diapo {
	margin: 320px 10% 2em 10%;
    color: black;
    font-family: lato, Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    border-left: 5px solid #002242;
    border-radius: 10px;
    border-bottom: 5px solid #002242;
    background: white url(../images/pyramide-depo-tr.jpg) 0 0 no-repeat fixed;
   background-position-x: 80%; 
    background-position-y: 180px;
display:inline-block;
width: 70%;

} 

#content-acc h1{
font-size: 1.3em;
}

.pied {  height: 20px;
		font-family: lato, sans-serif;
    font-size: 0.8em;
text-align: center;
		
		
           
	}

.pied a:link {color: #024;text-decoration: none;}
.pied a:visited {color: #024;text-decoration: none;}
.pied a:link:hover {color: #024;text-decoration: none;}
.pied a:visited:hover {color: #024;text-decoration: none;}


#layout {
  position:relative;
  width:140px;
  float: left;
margin-left:280px;
}

#layout img {
  position:absolute;
  width:140px;
  z-index:0;
 }

.row {
	margin-left: 280px;
}

.row2 {
	margin-left: 280px;
	margin-top: 105px;
}

.dep-limites {
    font-size: 0.75em;
}

/* formulaire ***/

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

.remarque { display:none; }

#form-div {
	background-color: rgba(72,72,72,0.4);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 25px;
	margin-bottom: 20px;
    width: 60%;
    float: left;
    left: 50%;
    margin-top: 10px;
    margin-left: 10%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: lato;
  font-weight:500;
	font-size: 18px;
	border-radius: 7px;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../images/icon-user.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../images/icon-user.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../images/icon-email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../images/icon-email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#societe{
	background-image: url(../images/icon-building.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#societe:focus{
	background-image: url(../images/icon-building.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(../images/icon-pencil.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	/*font-family: 'Montserrat', Arial, Helvetica, sans-serif;  */
font-family: lato;
	float:left;
	width: 100%;
	border-radius: 7px;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #002242;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #5d809d;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}

}


@media screen and (min-width : 481px) and (max-width: 768px) {

body {
    height: 100vh;
background: white url(../images/pyramide-galets-bg-grande.jpg) 0 0 no-repeat fixed;
    background-position-x: 80%;
    background-position-y: 180px !important;
    /* background-size: contain; */
 /*   background-size: 60% 60%; */
position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
}

div#pg {
    width: 100%;
  /*  background-position-x: 50%;
     background-position-y: 20%; 
    background-position-y: 320px;
    background-size: 60% 60%;  */
}

.sol {
font-size: 1.2em;
}

.titre-section > h1 {
font-size: 1.7em !important;
}

	#content-acc {
	margin: 2em 10% 2em 10%;
    color: black;
    font-family: lato, Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    border-left: 5px solid #002242;
    border-radius: 10px;
    border-bottom: 5px solid #002242;
    background: white url(../images/pyramide-depo-tr.jpg) 0 0 no-repeat fixed;
   background-position-x: 80%; 
    background-position-y: 180px;
display:inline-block;
padding-bottom:1em;

}   

#content-acc-diapo {
	margin: 320px 10% 2em 10%;
    color: black;
    font-family: lato, Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    border-left: 5px solid #002242;
    border-radius: 10px;
    border-bottom: 5px solid #002242;
    background: white url(../images/pyramide-depo-tr.jpg) 0 0 no-repeat fixed;
   background-position-x: 80%; 
    background-position-y: 180px;
display:inline-block;
width: 70%;

} 


#haut-acc {
    background: white url(../images/pyramide-galets-bg-grande.jpg) 0 0 no-repeat fixed;
    background-position-x: 80%;
    background-position-y: 180px;
 /*   background-size: 60% 60%; */
    height: 160px;
 /*   position: fixed; */
    top: 0px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 130px;
}

.logo {
        margin-left: -180px;
		height: 150px;
}


#bann-titre {
font-family: lato;
    width: 640px;
 /*   position: fixed; */
    display: inline;
    left: 160px;
    line-height: 1.5em;
    top: 175px;
    z-index: 25;
}

#bann-titre h1 {
    font-weight: 900;
color: #002242;
    font-style: italic;
text-shadow: 0px 0px 2px #002242;
font-size: 2em;
letter-spacing: 0.25em;
}

#bann-titre h2 {
   /* font-weight: 700; */
    font-style: italic;
color: #353535;
/*text-shadow: 0px 0px 2px #002242; */
font-size: 1.4em;
}




#content-acc h1{
font-size: 1.3em;
}

.pied {  height: 20px;
		font-family: lato, sans-serif;
    font-size: 0.8em;
text-align: center;
		
		
           
	}

.pied a:link {color: #024;text-decoration: none;}
.pied a:visited {color: #024;text-decoration: none;}
.pied a:link:hover {color: #024;text-decoration: none;}
.pied a:visited:hover {color: #024;text-decoration: none;}


#layout {
  position:relative;
  width:170px;
  float: left;
margin-left:280px;
}

#layout img {
  position:absolute;
  width:170px;
  z-index:0;
 }

.row {
	margin-left: 280px;
}

.row2 {
	margin-left: 305px;
	margin-top: 128px;
}

.dep-limites {
    font-size: 0.75em;
}

/* formulaire ***/

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

.remarque { display:none; }

#form-div {
	background-color: rgba(72,72,72,0.4);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 25px;
	margin-bottom: 20px;
    width: 70%;
    float: left;
    left: 50%;
    margin-top: 10px;
    margin-left: 15%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: lato;
  font-weight:500;
	font-size: 18px;
	border-radius: 7px;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../images/icon-user.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../images/icon-user.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../images/icon-email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../images/icon-email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#societe{
	background-image: url(../images/icon-building.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#societe:focus{
	background-image: url(../images/icon-building.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(../images/icon-pencil.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	/*font-family: 'Montserrat', Arial, Helvetica, sans-serif;  */
font-family: lato;
	float:left;
	width: 100%;
	border-radius: 7px;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #002242;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #5d809d;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}




}

@media screen and (min-width: 769px) and (max-width: 1024px) {

body {
    height: 100vh;
background: white url(../images/pyramide-galets-bg-grande.jpg) 0 0 no-repeat fixed;
    background-position-x: 80%;
    background-position-y: 180px !important;
    /* background-size: contain; */
 /*   background-size: 60% 60%; */
position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
}

.sol {
font-size: 1.2em;
}

div#pg {
    width: 100%;
  /*  background-position-x: 50%;
     background-position-y: 20%; 
    background-position-y: 320px;
    background-size: 60% 60%;  */
}


.titre-section > h1 {
font-size: 1.9em !important;
}
	#content-acc {
	margin: 2em 10% 2em 10%;
    color: black;
	width: 79%;
    font-family: lato, Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    border-left: 5px solid #002242;
    border-radius: 10px;
    border-bottom: 5px solid #002242;
    background: white url(../images/pyramide-depo-tr.jpg) 0 0 no-repeat fixed;
   background-position-x: 80%; 
    background-position-y: 180px;
display:inline-block;
padding-bottom:1em;

}   



#content-acc-diapo {
	margin: 320px 10% 2em 10%;
    color: black;
    font-family: lato, Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    border-left: 5px solid #002242;
    border-radius: 10px;
    border-bottom: 5px solid #002242;
    background: white url(../images/pyramide-depo-tr.jpg) 0 0 no-repeat fixed;
   background-position-x: 80%; 
    background-position-y: 180px;
display:inline-block;
width: 70%;

} 


#haut-acc {
    background: white url(../images/pyramide-galets-bg-grande.jpg) 0 0 no-repeat fixed;
    background-position-x: 80%;
    background-position-y: 180px;
 /*   background-size: 60% 60%; */
    height: 160px;
 /*   position: fixed;  */
    top: 0px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 130px;
}

.logo {
        margin-left: -180px;
		height: 150px;
}


#bann-titre {
font-family: lato;
    width: 640px;
 /*   position: fixed;  */
    display: inline-block;
 /*   left: 160px; */
margin-left:100px;
    line-height: 1.5em;
    top: 175px;
    z-index: 25;
}

#bann-titre h1 {
    font-weight: 900;
color: #002242;
    font-style: italic;
text-shadow: 0px 0px 2px #002242;
font-size: 2em;
letter-spacing: 0.25em;
}

#bann-titre h2 {
   /* font-weight: 700; */
    font-style: italic;
color: #353535;
/*text-shadow: 0px 0px 2px #002242; */
font-size: 1.4em;
}




#content-acc h1{
font-size: 1.3em;
margin-left: 10px;
letter-spacing: 0.1em;
}




#layout {
  position:relative;
  width:170px;
  float: left;
margin-left:280px;
}

#layout img {
  position:absolute;
  width:170px;
  z-index:0;
 }

.row {
	margin-left: 280px;
}

.row2 {
	margin-left: 305px;
	margin-top: 128px;
}

.dep-limites {
    font-size: 0.75em;
}

.pied {  
    font-size: 0.8em;

}

/* formulaire ***/

#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

.remarque { display:none; }

#form-div {
	background-color: rgba(72,72,72,0.4);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 25px;
	margin-bottom: 20px;
    width: 70%;
    float: left;
    left: 50%;
    margin-top: 10px;
    margin-left: 10%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: lato;
  font-weight:500;
	font-size: 18px;
	border-radius: 7px;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../images/icon-user.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../images/icon-user.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../images/icon-email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../images/icon-email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#societe{
	background-image: url(../images/icon-building.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#societe:focus{
	background-image: url(../images/icon-building.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(../images/icon-pencil.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	/*font-family: 'Montserrat', Arial, Helvetica, sans-serif;  */
font-family: lato;
	float:left;
	width: 100%;
	border-radius: 7px;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #002242;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #5d809d;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}



}

@media screen and (min-width: 1025px) {

body {
    height: 100vh;
background: white url(../images/pyramide-galets-bg-grande.jpg) 0 0 no-repeat fixed;
    background-position-x: 80%;
    background-position-y: 180px !important;
    /* background-size: contain; */
 /*   background-size: 60% 60%; */
position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
}

.lien-elem-1, .lien-elem-2 {
    font-size: 1.3em !important;
    color: #002242;
    text-decoration: none;
    display: inline-block;
    padding-left: 2%;
    padding-right: 2%;
    font-style: italic;
text-shadow:1px 1px 3px #002242;
height: 2em;
line-height: 2em;
}

.sol {
font-size: 1.2em;
}
.ma-boite {
    height: 100vh;
}

.titre-section > h1 {
font-size: 2.1em !important;
}

.titre-section  h2 {
margin-left:15%;
margin-top: 0.2em;
font-family: lato;
font-weight: 900;
color: #002242;
    font-style: italic;
text-shadow:1px 1px 4px #002242;
font-size: 1.4em;
letter-spacing: 0.25em;
}


.sol {
font-size: 1.2em;
    font-style: italic;
    text-align: center;
    color: #024;
font-weight: 900;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
}

.list-elem {
text-align: center;
}

.list-elem li{
display : inline;
list-style: none;
padding : 0 3em;
}


.lien-elem-1:hover, .lien-elem-2:hover {
transition: all 0.3s linear;
transform: translate(0px, -15px) scale(1.4) !important;
color: #002242;
    font-style: italic;
text-shadow:1px 1px 3px #002242;
}

#diapo {
font-family: lato;
}


div#pg {
    width: 100%;
  /*  background-position-x: 50%;
     background-position-y: 20%; 
    background-position-y: 320px;
    background-size: 60% 60%;  */
}

 #boite-contenu {
margin-left:1em;
}

#boite-contenu p {
font-size:1.1em;
}

#boite-contenu a {
font-size:1.2em;
text-decoration:none;
color:#002242;
font-style: oblique;
display:inline-block;
}

/*
#boite-contenu a:hover {
transition: all 0.3s linear;
transform: translate(0px, -15px) scale(1.4) !important;
color: #002242;
    font-style: italic;
text-shadow:1px 1px 3px #002242;
}
*/

#boite-contenu a:hover {
transition: all 0.3s linear;
color: #002242;
    font-style: italic;
text-shadow:1px 1px 3px #002242;
}


	#content-acc {
	margin: 2em 10% 2em 10%;
    color: black;
    font-family: lato, Arial, Helvetica, Geneva, Verdana, sans-serif;
	width: 79%;
    font-size: 1em;
    border-left: 5px solid #002242;
    border-radius: 10px;
    border-bottom: 5px solid #002242;
    background: white url(../images/pyramide-depo-tr.jpg) 0 0 no-repeat fixed;
   background-position-x: 80%; 
    background-position-y: 180px;
display:inline-block;

}   

#content-acc h1{
font-size: 2em;
margin-left: 10px;
letter-spacing: 0.1em;
}

#content-acc-diapo {
	margin: 320px 10% 2em 10%;
    color: black;
    font-family: lato, Arial, Helvetica, Geneva, Verdana, sans-serif;
    font-size: 0.9em;
    border-left: 5px solid #002242;
    border-radius: 10px;
    border-bottom: 5px solid #002242;
    background: white url(../images/pyramide-depo-tr.jpg) 0 0 no-repeat fixed;
   background-position-x: 80%; 
    background-position-y: 180px;
display:inline-block;
width: 70%;

} 

#content-acc li{
margin:0.5em 0px;
}

#content-acc li a{
font-size: 1.2em;
    color: #002242;
    text-decoration: none;
display:inline-block;
transition: all 0.6s linear;
}

#content-acc li a:hover{
transform: translate(60px, 0px) scale(1.5);
}

#haut-acc {
    background: white url(../images/pyramide-galets-bg-grande.jpg) 0 0 no-repeat fixed;
    background-position-x: 80%;
    background-position-y: 180px;
 /*   background-size: 60% 60%; */
    height: 160px;
 /*   position: fixed; */
    top: 0px;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 130px;
}

.logo {
		float:left;
        margin-left: -160px;
		height: 240px;
}


#bann-titre {
font-family: lato;
 /*   width: 640px; */
    position: relative;
    display: inline-block;
    left: 40px;
    line-height: 1.5em;
    top: 15px;
    z-index: 25;
}

#bann-titre h1 {
    font-weight: 900;
color: #002242;
    font-style: italic;
text-shadow: 0px 0px 2px #002242;
font-size: 3em;
letter-spacing: 0.25em;
}

#bann-titre h2 {
   /* font-weight: 700; */
    font-style: italic;
color: #353535;
/*text-shadow: 0px 0px 2px #002242; */
font-size: 1.6em;
    letter-spacing: 0.1em;
}



/*

#content-acc h1{
font-size: 1.3em;
}

*/

.liste-engagements {
font-size: 1.2em;
    font-style: oblique;
}

#boite-paraf {
/*animation: pop-in 3s; */
color: #353535;
}

#paraf {
color: #353535;

}

.animate-reveal {
display:block;
  opacity: 0;
  -webkit-animation: reveal 2s ease-in-out 1 normal forwards;
     -moz-animation: reveal 2s ease-in-out 1 normal forwards;
       -o-animation: reveal 2s ease-in-out 1 normal forwards;
          animation: reveal 2s ease-in-out 1 normal forwards;
}

#paraf-important-1, #paraf-important-2, #paraf-important-3 {
/**display: inline-block;  **/
/*display: block; */
display:none; 

    margin-top: 0px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
font-size: 1.4em !important; 
color: #353535;
}

#paraf-important-3 {
    margin-top: -1em;
}
/*
.paraf-important-1 {
-webkit-animation-delay: 0;
     -moz-animation-delay: 0;
       -o-animation-delay: 0;
          animation-delay: 0;
}

.paraf-important-2 {
-webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
}

.paraf-important-3 {
    margin-top: -1em;
-webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
}

*/

@-webkit-keyframes reveal {
  0% {
    opacity: 0;
   -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%); 
  }
  100% {
    opacity: 1;
   -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); 
  }
}

@-moz-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
      -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); 
  }
}

@-o-keyframes reveal {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); 
  }
}

@keyframes reveal {
  0% {
    opacity: 0;
   -webkit-transform: translateY(100%);
       -moz-transform: translateY(100%);
         -o-transform: translateY(100%);
            transform: translateY(100%); 
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); 
  }
}


@keyframes pop-in {
0% { opacity: 0; transform: scale(0.2); }
100% { opacity: 1; transform: scale(1); }
}


#layout {
  position:relative;
  width:250px;
  float: left;
margin-left:280px;
}

/*#layout img {
  position:absolute;
  width:250px;
  z-index:0;
 }
*/

.faded {
    display: none;
    position:absolute;
	z-index:4000;
    font-size:70pt;
}


.row {
	margin-left: 280px;
}

.row2 {
	margin-left: 315px;
	margin-top: 190px;
}

.dep-limites {
    font-size: 1.15em;
}

.pied {  
    font-size: 1em;
	position: relative;
    top: 20px;
}

/* formulaire ***/
#feedback-page{
	text-align:center;
}

#form-main{
	width:100%;
	float:left;
	padding-top:0px;
}

.remarque { display:none; }

#form-div {
	background-color: rgba(72,72,72,0.4);
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 15px;
    padding-bottom: 25px;
	margin-bottom: 20px;
    width: 70%;
    float: left;
    left: 50%;
    margin-top: 10px;
    margin-left: 12%;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}

.feedback-input {
	color:#3c3c3c;
	font-family: lato;
  font-weight:500;
	font-size: 18px;
	border-radius: 7px;
	line-height: 22px;
	background-color: #fbfbfb;
	padding: 13px 13px 13px 54px;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
  border: 3px solid rgba(0,0,0,0);
}

.feedback-input:focus{
	background: #fff;
	box-shadow: 0;
	border: 3px solid #3498db;
	color: #3498db;
	outline: none;
  padding: 13px 13px 13px 54px;
}

.focused{
	color:#30aed6;
	border:#30aed6 solid 3px;
}

/* Icons ---------------------------------- */
#name{
	background-image: url(../images/icon-user.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#name:focus{
	background-image: url(../images/icon-user.svg);
	background-size: 30px 30px;
	background-position: 8px 5px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email{
	background-image: url(../images/icon-email.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#email:focus{
	background-image: url(../images/icon-email.svg);
	background-size: 30px 30px;
  background-position: 11px 8px;
	background-repeat: no-repeat;
}

#societe{
	background-image: url(../images/icon-building.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#societe:focus{
	background-image: url(../images/icon-building.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

#comment{
	background-image: url(../images/icon-pencil.svg);
	background-size: 30px 30px;
	background-position: 11px 8px;
	background-repeat: no-repeat;
}

textarea {
    width: 100%;
    height: 150px;
    line-height: 150%;
    resize:vertical;
}

input:hover, textarea:hover,
input:focus, textarea:focus {
	background-color:white;
}

#button-blue{
	/*font-family: 'Montserrat', Arial, Helvetica, sans-serif;  */
font-family: lato;
	float:left;
	width: 100%;
	border-radius: 7px;
	border: #fbfbfb solid 4px;
	cursor:pointer;
	background-color: #002242;
	color:white;
	font-size:24px;
	padding-top:22px;
	padding-bottom:22px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
  margin-top:-4px;
  font-weight:700;
}

#button-blue:hover{
	background-color: rgba(0,0,0,0);
	color: #5d809d;
}
	
.submit:hover {
	color: #3498db;
}
	
.ease {
	width: 0px;
	height: 74px;
	background-color: #fbfbfb;
	-webkit-transition: .3s ease;
	-moz-transition: .3s ease;
	-o-transition: .3s ease;
	-ms-transition: .3s ease;
	transition: .3s ease;
}

.submit:hover .ease{
  width:100%;
  background-color:white;
}


}








/******************FIN regles media query *************/
body {
font-family: lato;
}


#accroche {
font-weight: 900;
text-align: center;
letter-spacing: 0.1em;
font-size: 1.3em;
    font-style: italic;
}

.h2-accueil {
color:#002242 !important;
}

.paraf-important {
color:#353535;
}

.list-multimedia{
background-color: rgba(0,34,66,0.6);
    margin-left: 2%;
    margin-right: 2%;
    border-radius: 15px;
    color: white;
}

.schema-illustration {
	text-align: center;
    margin-bottom: 2.5em;
	}

.sol {
    font-style: italic;
    text-align: center;
    color: #024;
font-weight: 900;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
}

.titre-section > h1 {
margin-left:5%;
margin-top: 0.2em;
font-family: lato;
font-weight: 900;
color: #002242;
    font-style: italic;
text-shadow:1px 1px 4px #002242;
letter-spacing: 0.25em;
}

span.codedirection { unicode-bidi:bidi-override; direction: rtl; }
.pied {  height: 20px;
		font-family: lato, sans-serif;
text-align: center;
top: 7em;}

.pied a:link {color: #024;text-decoration: none;}
.pied a:visited {color: #024;text-decoration: none;}
.pied a:link:hover {color: #024;text-decoration: none;}
.pied a:visited:hover {color: #024;text-decoration: none;}

a img {border:none;}
span.codedirection { unicode-bidi:bidi-override; direction: rtl; }

.menu-nav{
   position: fixed;
    top: 150px;
    font-family: lato,sans-serif;
padding:0 !important;
margin:0 !important;
list-style-type: none;
}

.menu-nav ul{
   padding:0 !important;
}

.menu-nav li{
    font-size: 1.5em;
    display: block;
line-height: 1.7em;
}
.menu-nav li a{
	white-space: nowrap;
        color: #eee;
    text-decoration: none;
	display: block;
	text-transform: uppercase;
	text-align: left;
	text-shadow: 0px 0px 4px #002242;
	letter-spacing: 2px;
	-moz-transform: scale(0.7, 0.4);
	-ms-transform: scale(0.7); 
	-o-transform: scale(0.7); 
	-webkit-transform: scale(0.7, 0.4);
	transform: scale(0.7, 0.4);
	-webkit-transition: all 0.6s linear;
	-moz-transition: all 0.6s linear;
	-o-transition: all 0.6s linear;
	-ms-transition: all 0.6s linear;
	transition: all 0.6s linear;
}
.menu-nav:hover li a{
	text-shadow: 0px 0px 10px #002242;
}
.menu-nav li a:hover{
	text-shadow: 0px 0px 2px #002242;
	-moz-transform: translate(100px) scale(0.7, 0.4); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	-webkit-transform: translateX(-100px); 
	transform: translate(100px, 0px); 
}




#layout img.active
{
	z-index:2;
}

.dep-limites {
    margin: 0px;
    font-family: 'Lato', sans-serif;
	font-weight: 300;
    font-style: italic;
   
}


.list-elem {
text-align: center;
}

.list-elem li{
display : inline;
list-style: none;
padding : 0 3em;
}


.lien-elem-1:hover, .lien-elem-2:hover {
transition: all 0.3s linear;
transform: translate(0px, -15px) scale(1.4) !important;
color: #002242;
    font-style: italic;
text-shadow:1px 1px 3px #002242;
}


