/*
d 6eefa bleu clair
vert 8 8458b
mauve 8 8458b
0 085cd bleu plus profond

ancien 

e 8eb00 jaune  mauve 8 8458b
c 64f94 violet  d 6eefa bleu clair

e 8eb00 jaune  d 6eefa bleu clair
c 64f94 violet  mauve 8 8458b    puis bleu foncé  1 481b0
*/
a{
color: #000;
text-decoration: none;
}
a:hover{
color: #d6eefa;
}


.se-slope a:link{
color: #000;
}
.se-slope a:visited{
color: #000;
}
.se-slope a {
color: #000;
}

.se-slope a:hover{
color: #000;
}

h6
{
	font-size:20px;
}


.se-container{
	display: block;
	width: 100%;
	overflow: hidden;
	padding-top: 135px;
}





.se-slope{
	
	margin: 0 -120px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
.se-slope:nth-child(odd){
	background: #d6eefa;
	/*-webkit-transform: rotate(5deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg); */
	margin-top: -100px;
	
	box-shadow: 0px -1px 3px rgba(0,0,0,0.4);
	
}
.se-slope:nth-child(even){
	background: #1481b0;
/*	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg); */
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4) inset;
}


@media screen and (max-width: 767px) {
		
		
		
		
	.se-slope:nth-child(odd){
		background: #d6eefa;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
		margin-top: -100px;
		
		box-shadow: 0px -1px 3px rgba(0,0,0,0.4);
	}
	.se-slope:nth-child(even){
		background: #1481b0;
		-webkit-transform: rotate(-0deg);
		-moz-transform: rotate(-0deg);
		-o-transform: rotate(-0deg);
		-ms-transform: rotate(-0deg);
		transform: rotate(-0deg);
		box-shadow: 0px 2px 3px rgba(0,0,0,0.4) inset;
	}

		
		
}





.se-content{
	margin: 0 auto;
}
.se-content h3{
	font-size: 60px;
	position: relative;
	/* display: inline-block; */
	padding: 10px 30px 8px 30px;
	height: 80px;
	background: #d6eefa;
	 line-height: 80px; 
	margin-bottom: 20px;
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}

@media screen and (max-width: 767px) {
.se-content h3{
	font-size: 60px;
	position: relative;
	/* display: inline-block; */
	padding: 10px 30px 8px 30px;
	height: 80px;
	background: #d6eefa;
	line-height: 80px; 
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: 'Bitter', 'Trebuchet MS', Arial;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.9);
}	
	
}
.se-content h3:before{
	content: '';
	width: 0;
	height: 0;
	border-top: 38px solid transparent;
	border-bottom: 60px solid transparent;
	border-right: 60px solid #d6eefa;    /* couleur flech gauche cadre h3 sur fond 2*/ 
	position: absolute;
	left: -59px;
	top: 0px;
}
.se-content h3:after{
	content: '';
	width: 0;
	height: 0;
	border-top: 38px solid transparent;
	border-bottom: 60px solid transparent;
	border-left: 60px solid #d6eefa;
	position: absolute;
	right: -59px;
	top: 0px;
}
.se-slope:nth-child(odd) .se-content h3:before,
.se-slope:nth-child(odd) .se-content h3:after{
	border-right-color: #1481b0;
	border-left-color: #1481b0;
}





.se-content p{
	width: 80%;
	max-width: 900px;
	margin: 0 auto;
	font-style: italic;
	font-size: 18px;
	line-height: 24px;
	padding-top: 10px;
	text-justify: auto;
}
.se-content p:first-letter{
	font-size: 40px;
	font-family: 'Adobe Garamond Pro', Garamond, Palatino, 'Palatino Linotype', Times, 'Times New Roman', Georgia, serif;
}
.se-slope:nth-child(odd) .se-content{
	/* -webkit-transform: rotate(-5deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	transform: rotate(-5deg); */
	color: #1481b0;
	padding: 130px 100px 250px 100px;
}
.se-slope:nth-child(even) .se-content{
/*	-webkit-transform: rotate(5deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	*/
	color: #d6eefa;
	padding: 150px 100px 250px 100px;
	
}


@media screen and (max-width: 767px) {
		
		
		
		
.se-slope:nth-child(odd) .se-content{
	-webkit-transform: rotate(-0deg);
	-moz-transform: rotate(-0deg);
	-o-transform: rotate(-0deg);
	-ms-transform: rotate(-0deg);
	transform: rotate(-0deg);
	color: #1481b0;
	padding: 130px 100px 250px 100px;
}
.se-slope:nth-child(even) .se-content{
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	color: #d6eefa;
	padding: 150px 100px 250px 100px;
}
		
		
}



.se-slope:nth-child(odd) .se-content h3{
	background: #1481b0;
	color: #d6eefa;
}
.se-slope:nth-child(even) .se-content h3{
	background: #d6eefa;
	color: #1481b0;
}

/* Media Queries */
@media screen and (max-width: 1010px){
	.se-content h3{
		font-size: 40px;
	}
}
@media screen and (max-width: 767px) {
	.se-content h3{
		font-size: 20px;
	}
	
	
}
@media screen and (max-width: 100px) {
	.se-content h3{
		font-size: 20px;
		line-height: 20px;
		padding-top: 30px;
		height: 60px;
	}
	.se-content p{
		width: 95%;
	}
	.se-slope:nth-child(odd) .se-content,
	.se-slope:nth-child(even) .se-content{
		padding-left:60px;
		padding-right:60px;
		
	}
}


.bouton_afficher {
		
		/* bouton orange */ 
	/* css PIE pie pour fonctionner : position relative et z index élevé ou z index -1 */ 
	color:#000000;	
			border: 1px solid #4f91d5;
padding: 10px;
text-align: center ; width: 110px;
margin:  10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #78abdf 0px 2px 3px;
background: #1481b0;

	/* orange clair : ffb76b
	orange foncé :  ff7f04
	*/
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#1481b0));
background: -webkit-linear-gradient(#ffffff, #1481b0);
background: -moz-linear-gradient(#ffffff, #1481b0);
background: -ms-linear-gradient(#ffffff, #ff7f04);
background-image: -ms-linear-gradient(#ffffff, #1481b0);
background: -o-linear-gradient(#ffffff, #1481b0);
background: linear-gradient(#ffffff, #1481b0);
-pie-background: linear-gradient(#ffffff, #1481b0);
position:relative;
z-index:100;

	}

.bouton_afficher2 {
		
		/* bouton orange */ 
	/* css PIE pie pour fonctionner : position relative et z index élevé ou z index -1 */ 
	color:#000000;	
			border: 1px solid #4f91d5;
padding: 10px;
text-align: center ; width: 110px;
margin:  10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #78abdf 0px 2px 3px;
background: #d6eefa;

	/* orange clair : ffb76b
	orange foncé :  ff7f04
	*/
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#d6eefa));
background: -webkit-linear-gradient(#ffffff, #d6eefa);
background: -moz-linear-gradient(#ffffff, #d6eefa);
background: -ms-linear-gradient(#ffffff, #d6eefa);
background-image: -ms-linear-gradient(#ffffff, #d6eefa);
background: -o-linear-gradient(#ffffff, #d6eefa);
background: linear-gradient(#ffffff, #d6eefa);
-pie-background: linear-gradient(#ffffff, #d6eefa);
position:relative;
z-index:100;

	}	
	
	
.bouton_afficher3 {
		font-size: 15px;
		/* bouton orange */ 
	/* css PIE pie pour fonctionner : position relative et z index élevé ou z index -1 */ 
	color:#000000;	
			border: 1px solid #4f91d5;
padding: 10px;
text-align: center ; width: 510px;
height: 210px;
margin:  10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #78abdf 0px 2px 3px;
background: #d6eefa;

	/* orange clair : ffb76b
	orange foncé :  ff7f04
	*/
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#d6eefa));
background: -webkit-linear-gradient(#ffffff, #d6eefa);
background: -moz-linear-gradient(#ffffff, #d6eefa);
background: -ms-linear-gradient(#ffffff, #d6eefa);
background-image: -ms-linear-gradient(#ffffff, #d6eefa);
background: -o-linear-gradient(#ffffff, #d6eefa);
background: linear-gradient(#ffffff, #d6eefa);
-pie-background: linear-gradient(#ffffff, #d6eefa);
position:relative;
z-index:100;

	}
	
	.bouton_afficher4 {
		font-size: 15px;
		/* bouton orange */ 
	/* css PIE pie pour fonctionner : position relative et z index élevé ou z index -1 */ 
	color:#000000;	
			border: 1px solid #4f91d5;
padding: 10px;
text-align: center ; width: 510px;
height: 210px;
margin:  10px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #78abdf 0px 2px 3px;
background: #d6eefa;

	/* orange clair : ffb76b
	orange foncé :  ff7f04
	*/
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#1481b0));
background: -webkit-linear-gradient(#ffffff, #1481b0);
background: -moz-linear-gradient(#ffffff, #1481b0);
background: -ms-linear-gradient(#ffffff, #1481b0);
background-image: -ms-linear-gradient(#ffffff, #1481b0);
background: -o-linear-gradient(#ffffff, #1481b0);
background: linear-gradient(#ffffff, #1481b0);
-pie-background: linear-gradient(#ffffff, #1481b0);
position:relative;
z-index:100;

	}
	
.bouton_afficher2 A {
	color:#000000;
}
.bouton_afficher2 A:hover {
	color:#000000;
}
.bouton_afficher2 A:link {
	color:#000000;
}
.bouton_afficher2 A:visited {
	color:#000000;
}

	.boutonformulaire {
		
		/* bouton orange */ 
	/* css PIE pie pour fonctionner : position relative et z index élevé ou z index -1 */ 
	color:#000000;	
			border: 1px solid #4f91d5;
padding: 10px;
text-align: center ; width: 100%;
/* margin:  10px; */
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #78abdf 0px 2px 3px;
background: #ffffff;

	/* orange clair : ffb76b
	orange foncé :  ff7f04
	*/
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffffff));
background: -webkit-linear-gradient(#ffffff, #ffffff);
background: -moz-linear-gradient(#ffffff, #ffffff);
background: -ms-linear-gradient(#ffffff, #ffffff);
background-image: -ms-linear-gradient(#ffffff, #ffffff);
background: -o-linear-gradient(#ffffff, #ffffff);
background: linear-gradient(#ffffff, #ffffff);
-pie-background: linear-gradient(#ffffff, #ffffff);
position:relative;
/*z-index:400; */

	}
	
	

	 @media screen and (max-width: 767px) {
		
		
		.boutonformulaire {
				
				/* bouton orange */ 
			/* css PIE pie pour fonctionner : position relative et z index élevé ou z index -1 */ 
			color:#000000;	
					border: 1px solid #4f91d5;
		padding: 10px;
		text-align: center ; 
		 width: 100%; 
		margin:  0px;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		-webkit-box-shadow: #666 0px 2px 3px;
		-moz-box-shadow: #666 0px 2px 3px;
		box-shadow: #78abdf 0px 2px 3px;
		background: #ffffff;
		
			/* orange clair : ffb76b
			orange foncé :  ff7f04
			*/
		background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffffff));
		background: -webkit-linear-gradient(#ffffff, #ffffff);
		background: -moz-linear-gradient(#ffffff, #ffffff);
		background: -ms-linear-gradient(#ffffff, #ffffff);
		background-image: -ms-linear-gradient(#ffffff, #ffffff);
		background: -o-linear-gradient(#ffffff, #ffffff);
		background: linear-gradient(#ffffff, #ffffff);
		-pie-background: linear-gradient(#ffffff, #ffffff);
		position:relative;
		z-index:400;
		
	}
	
		
}


	
	
	
	
			.boutonformulaire2 {
		
		/* bouton orange */ 
	/* css PIE pie pour fonctionner : position relative et z index élevé ou z index -1 */ 
	color:#000000;	
			border: 1px solid #4f91d5;
padding: 5px;
text-align: center ; width: 200px;
margin:  5px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #78abdf 0px 2px 3px;
background: #ffffff;

	/* orange clair : ffb76b
	orange foncé :  ff7f04
	*/
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffffff));
background: -webkit-linear-gradient(#ffffff, #ffffff);
background: -moz-linear-gradient(#ffffff, #ffffff);
background: -ms-linear-gradient(#ffffff, #ffffff);
background-image: -ms-linear-gradient(#ffffff, #ffffff);
background: -o-linear-gradient(#ffffff, #ffffff);
background: linear-gradient(#ffffff, #ffffff);
-pie-background: linear-gradient(#ffffff, #ffffff);
position:relative;
z-index:400;

	}
	
	
	
#formulairecontact {
   display:block;
  
	
	color : #1481b0;
	font-size: 16px;
border: 4px solid #000000;
padding: 5px;

margin:  5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;

border-radius: 10px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #78abdf 0px 2px 3px;
	 margin-left:auto;
    margin-right:auto;
	width:600px;
	text-align:center;
	
	  background-color:#d6eefa;  /* d6eefa vert sinon bordeau 1481b0 */
	padding:15px 15px 15px 15px;
}

#formulairecontact td {
text-align:right;}



 @media screen and (max-width: 767px) {
 
 #formulairecontact {
    display:block;
   
 	
 	color : #1481b0;
 	font-size: 16px;
 border: 4px solid #000000;
 padding: 5px;
 
 margin:  5px;
 -webkit-border-radius: 10px;
 -moz-border-radius: 10px;
 
 border-radius: 10px;
 -webkit-box-shadow: #666 0px 2px 3px;
 -moz-box-shadow: #666 0px 2px 3px;
 box-shadow: #78abdf 0px 2px 3px;
 	 margin-left:auto;
     margin-right:auto;
 	width:80%;
 	text-align:right;
 	
 	  background-color:#d6eefa;  /* d6eefa vert sinon bordeau 1481b0 */
 	padding:15px 15px 15px 15px;
}





 

		}





.boutonpiecolgauche {
	/* css PIE pie pour fonctionner : position relative et z index élevé ou z index -1 */ 
	color:#000000;	
	
		border: 1px solid #696;
padding: 20px;
text-align: justify ; width: 210px;
margin: 10px 10 10 10 ;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 0px 2px 3px;
-moz-box-shadow: #666 0px 2px 3px;
box-shadow: #666 0px 2px 3px;
background: #d6eefa;

	/* orange clair : ffb76b
	orange foncé :  ff7f04
	*/
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#1481b0));
background: -webkit-linear-gradient(#ffffff, #1481b0);
background: -moz-linear-gradient(#ffffff, #1481b0);
background: -ms-linear-gradient(#ffffff, #1481b0);
background-image: -ms-linear-gradient(#ffffff, #1481b0);
background: -o-linear-gradient(#ffffff, #1481b0);
background: linear-gradient(#ffffff, #1481b0);
-pie-background: linear-gradient(#ffffff, #1481b0);
position:relative;
z-index:400;

	}
	
