@import url("/assets/css/fontawesome-all.min.css");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");

/*
	
	All Rights Reserved © xavierfroelich.fr

*/

@import url('https://fonts.googleapis.com/css?family=Nunito:400,600,700|Roboto:300,400,500,700');





/* Dropdown Button */
.dropbtn {
	line-height: 1;
  background-color: #111;
	font-family: "Roboto", Helvetica, sans-serif;
  color: #555;
  border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
	margin-top:5px;
  position: absolute;
  background-color: #111;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: white;
text-align: left;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #222;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the backgrfound color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: #222;}


.link-3 {
 
  text-decoration: none;
 	border: 8px solid transparent;
	border-radius: 5px;
	
}
.link-3:hover {
  background-color: #222;
  color: #fff;
 
}






label14 {
		color: #3F8D00;
		display: block;
		font-size: 0.9em;
		font-weight: 400;
	
		text-align: left;
		vertical-align: middle;}


label10 {
		color: #0090ff;
		display: block;
		font-size: 0.9em;
		font-weight: 400;
	
		text-align: left;
		vertical-align: middle;
	
	}
label11 {
		color: #fff;
		display: block;
		font-size: 1.7em;
		font-weight: 400;
	
		text-align: left;
		vertical-align: middle;
	
	}
label12 {
		color: #fff;
		display: block;
		font-size: 0.75em;
		font-weight: 400;
	
		text-align: left;
		vertical-align: middle;
	
	}




#bloc_0{
	vertical-align:middle;
 height: 100%;
 width: 25%;
display:inline-block;
	position:relative;
	
}


/* Barre de Progression 01 */
.progress1 {
  background: rgba(255,255,255,0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  
  padding: 0 5px;
  display: flex;
  height: 15px;
  width: 230px;
}

.progress-value1 {
  animation: load1 5s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #fff;
  height: 8px;
  width: 0;
}

@keyframes load1 {
  0% { width: 0; }
  100% { width: 25%; }
}

/* Barre de Progression 01 */
.progress2 {
  background: rgba(255,255,255,0.1);
  justify-content: flex-start;
  border-radius: 100px;
  align-items: center;
  
  padding: 0 5px;
  display: flex;
  height: 15px;
  width: 230px;
}

.progress-value2 {
  animation: load2 5s normal forwards;
  box-shadow: 0 10px 40px -10px #fff;
  border-radius: 100px;
  background: #fff;
  height: 8px;
  width: 0;
}

@keyframes load2 {
  0% { width: 0; }
  100% { width: 100%; }
}









.loading {

top: 50%;
				left: 50.2%;
				width: 3em;
				height: 3em;
	margin: 2.5em  -2em;
	position: fixed;
	color : #fff

}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000000;
	.overlayDoor {
		&:before, &:after {
			content: "";
			position: absolute;
			width: 50%;
			height: 100%;
			background: #111;
			transition: .5s cubic-bezier(.77,0,.18,1);
			transition-delay: .8s;
		}
		&:before {
			left: 0;
		}
		&:after {
			right: 0;
		}
	}
	&.loaded {
		.overlayDoor {
			&:before {
				
			}
			&:after {
				
			}
		}
		.overlayContent {
			opacity: 0;
			margin-top: -15px;
		}
	}
	.overlayContent {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transition: .5s cubic-bezier(.77,0,.18,1);
		.skip {
			display: block;
			width: 100%;
			text-align: center;
			margin: 0px auto 0;
			cursor: pointer;
			color: #111;
			font-family: 'Nunito';
			font-weight: 700;
			padding: 0px 0;
			border: 2px solid #fff;
			border-radius: 3px;
			transition: 0.2s ease;
			&:hover {
				background: #ddd;
				color: #444;
				border-color: #ddd;
			}
		}
	}
}


.logocenter{ 
	}
	



.imgAbout3{
overflow: hidden;


	
}
.imgAbout3 img {

	  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
 display: block;
    transition:all 0.5s ease;
}

.imgAbout3 img:hover {
	 opacity: 1;
	filter: contrast(1.5);
 
}

.imgAbout2{
overflow: hidden;


	
}
.imgAbout2 img {

	  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
 display: block;
    transition:all 0.5s ease;
}

.imgAbout2 img:hover {
	 opacity: 1;
	filter: contrast(1.5);
 
}


.imgAbout22{
overflow: hidden;


	
}
.imgAbout22 img {

	  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
 display: block;
    transition:all 0.5s ease;
}

.imgAbout22 img:hover {
	 opacity: 1;
	filter: contrast(1.1);
 
}







.imgAbout4{
overflow: hidden;


	
}
.imgAbout4 img {

	  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
 display: block;
    transition:all 0.5s ease;
}

.imgAbout4 img:hover {
	 opacity: 1;
	filter: contrast(1.15);
 
}

.imgAbout10{
overflow: hidden;


	
}
.imgAbout10 img {

	  opacity: 1;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
 display: block;
    transition:all 0.5s ease;
}

.imgAbout10 img:hover {
	 opacity: 1;
	filter: contrast(1);
 
}


.imgAbout{
overflow: hidden;
	
}
.imgAbout img {
	  opacity: 0.8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
 display: block;
    transition:all 0.5s ease;
}

.imgAbout img:hover {
	 opacity: 1;
    -webkit-transform:scale(1.13)
		
}

.imgAbout20{
overflow: hidden;
	
}
.imgAbout20 img {
	  opacity: 0.9;

 display: block;

}

.imgAbout20 img:hover {
	 opacity: 1;

		
}

.imgAbout21{
overflow: hidden;
	
}
.imgAbout21 img {
	  opacity: 0.8;

 display: block;

}

.imgAbout21 img:hover {
	 opacity: 1;
filter: contrast(1.1);
		
}





.imgAbout6{
overflow: hidden;
	
}
.imgAbout6 img {
	  opacity: 0.8;
  transition: opacity .25s ease-in-out;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
 display: block;
    transition:all 0.5s ease;
}

.imgAbout6 img:hover {
	 opacity: 1;
		
}







 img{
  
} 
body { margin: 0; 	} 
div#slider2 { overflow: hidden; left:30; }
div#slider2 figure img { width: 20%; float: left; 	}
div#slider2 figure { 
		
  width: 500%;
	padding-right:2px;
  position: relative;
  text-align: left;
  font-size: 0;
	animation: 20s slidy2 infinite; 
	
	
}

@keyframes slidy {
0% { left: 0%; }
20% { left: 0%; }
25% { left: -100%; }
45% { left: -100%; }
50% { left: -200%; }
70% { left: -200%; }
75% { left: -300%; }
	85% { left: -300%; }

}

body { margin: 0; } 
div#slider { overflow: hidden; }


div#slider figure img { width: 20%; float: left; opacity: 1;  	  opacity: 1;
 display: block;
    transition:all 0.5s ease;
} 
div#slider figure img:hover { opacity: 1.0;  	 opacity: 1;
	 
} 








div#slider figure { 
  position: relative;
	
  width: 500%;
	padding-right:2px;
  margin: 0;
  left: 0;
  text-align: left;
  font-size: 0;
  animation: 18s slidy infinite; 
}




.bodycolonne {
	background-color: #0c0c0c;
	width: 100%;
	padding:0;
	margin:0;
	
}


.bodycolonne2 {
	background-color: #0c0c0c;
	width: 100%;
	padding:0;
	margin:0;
	
}

.bodycolonne3 {
	background-color: #0c0c0c;
width: 100%;
	padding:0;
	margin:0;
	
}


.bodycolonne4 {
	background-color: #0c0c0c;
	width: 100%;
	height:100%;
	padding:0;
	margin:-30px 0px 0px 0px;
	
}


.column2 {
  float: left;
  width: 25%;
	line-height: inherit;
	height: 20%;
}

.columnterms {
  float: left;
  width: 33.3%;
	line-height: inherit;
	height: 20%;
}


.column3 {
	float:left;
	align-items: center;
	vertical-align: middle;
		width:200px;
	line-height: inherit;
	height: 100%;
	margin-left:13em;


}

.column4 {
	float:right;
	align-items: center;
	vertical-align: middle;
		width:200px;
	line-height: inherit;
	height: 100%;
		margin-right:13em;
			padding-top:1em;


}

.column5 {
  float: left;

  width: 100%;

	height: 1000%;
}

.column5 img {

  vertical-align: middle;
  width: 100%;
}

.column100 {
  float: left;

  width: 100%;

	height: 1000%;
}

.column100 img {

  vertical-align: middle;
  width: 100%;
}


.column6 {
  float: right;
  width: 30.00%;
	line-height: inherit;
}


.column6 img {

  width: 100%;
}
.column500 img {

  width: 100%;
	display: block;
    margin: 0 auto;
}


.column7 {
  float: right;
  width: 33.300%;
	line-height:normal;
	height: 1000%;
}

.column8 {
  float: left;
  width: 33.300%;
	line-height: normal;
	height: 1000%;
}

.column9 {
  float: right;
  width: 33.300%;
	line-height: normal;
	height: 1000%;
}

.column10 {
  float: right;
  width: 33.300%;
	line-height: inherit;
	height: 1000%;
}

.column11 {
  float: right;
  width: 100%;
	line-height: inherit;
	height: 1000%;
}

.column12 {
  float: right;
  width: 100%;
	line-height: inherit;
	height: 1000%;
}

.column20 {
flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column21 {
 float: left;
  width: 33.33%;
	line-height: inherit;
	height: 1000%;
}


.column40 {
 float: left;
  width: 33.3%;
	line-height: inherit;

	
}

.column40 img {

  vertical-align: middle;
  width: 100%;

}


.column41 {
 float: left;
  width: 33.325%;
	line-height: inherit;
padding:0;
	margin:0;
	
}

.column41 img {

  vertical-align: middle;
  width: 100%;
padding:0;
	margin:0;
	

}


.column700 {
 float: left;
  width: 100%;
	line-height: inherit;
padding:0;
	margin:0;
	
}

.column700 img {

  vertical-align: middle;
  width: 100%;
padding:0;
	margin:0;
	

}

.column706 {
 
	
}

.column706 img {

  vertical-align: middle;
  width: 100%;
padding:0;
	margin:0;
	

}

.column707 {
 overflow-y: scroll;
	height:500px;
	
}

.column707 img {

  vertical-align: middle;
  width: 100%;
padding:0;
	margin:0;
	

}







 .column200 {
	  float: left;
    width: 20%;
	padding: 1.5em;

	   }
	  
	 
 .column201 {
	  float: right;
    width: 70%;

	   }
	  
	  .column202 {
	 float: left;
  width: 33.3%;
	line-height: inherit;
	height: 20%;

	   } 
	





	/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column41 {
     width: 33.3%;
	  
	  }
  

	
	}



/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) 

{

		  .column23 {

  width: 100%;

 
  }
	
	
	.column41 {
    width: 100%;
  }
	
	.column5 {
    width: 100%;
  }
	
	.column6 {
    float: left;
  width: 50%;
	line-height: inherit;
	height: 100%;
  }

	  } 








	
	/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column21 {
     width: 50%;
	  
	  }
  
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column21 {
    width: 100%;
	   }
	  
	 

	  } 
	


.column21 img {

  vertical-align: middle;
  width: 100%;
}


.column24 {
 flex: 33%;
  max-width: 25%;
  padding: 0 0px;
}







.column22 {
  float: left;
  width: 33.3%;
	line-height: inherit;
	height: 100%;
}

.column23 {
  float: left;
  width: 50%;
	line-height: inherit;
	height: 100%;
}

.column43 {
  float: left;
  width: 100%;
	line-height: inherit;
	height: 100%;
}


.stylemenu {
	float:left;
 padding:3em;
	
	
	
}



.column {
  float: left;
  width: 50%;
	line-height: inherit;
	height: 100%;
}



/* Clear floats after the columns */
.row2:after {
  display: flex;
  flex-wrap: wrap;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}




.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000000;
	.overlayDoor {
		&:before, &:after {
			toggle:animation;
			content: "";
			position: absolute;
			width: 50%;
			height: 100%;
			background: #111;
			transition: .5s cubic-bezier(.77,0,.18,1);
			transition-delay: .8s;
		}
		&:before {
			left: 0;
		}
		&:after {
			right: 0;
		}
	}
	&.loaded {
		.overlayDoor {
			&:before {
				
			}
			&:after {
				
			}
		}
		.overlayContent {
			opacity: 0;
			margin-top: -15px;
		}
	}
	.overlayContent {
		position: relative;
		width: 100%;
		height: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
		transition: .5s cubic-bezier(.77,0,.18,1);
		.skip {
			display: block;
			width: 100%;
			text-align: center;
			margin: 0px auto 0;
			cursor: pointer;
			color: #111;
			font-family: 'Nunito';
			font-weight: 700;
			padding: 0px 0;
			border: 2px solid #fff;
			border-radius: 3px;
			transition: 0.2s ease;
			&:hover {
				background: #ddd;
				color: #444;
				border-color: #ddd;
			}
		}
	}
}
.loader {
	
	border: 5px solid #fff;
	top: 50%;
				left: 50%;
				width: 3em;
				height: 3em;
	margin: -1.5em 0 0 -1.5em;
	border-bottom: 5px solid transparent;
	border-radius: 50%;
	position: fixed;
	animation: spin 1s linear infinite;
	display: flex;
	.inner {
		width: 50px;
		height: 50px;
		right:50%;
			top:45%;
		border: 3px solid transparent;
		border-top: 3px solid #fff;
		border-radius: 50%;
		animation: spinInner 1s linear infinite;
	}
}
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
@keyframes spinInner {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(-720deg);
	}
}
.popup {
    position:absolute;
    z-index:2;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.7);
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}

.show-popup .popup {
    opacity:1;
    visibility: visible;    
}

.popup > iframe {
    position:absolute;
    top:50px;
    left:50%;
    margin-left:-280px;
}





.Form1  {
	color:#fff;
	}
	



.wrapper {
  
  /* This part is important for centering the content */
  display: flex;

}

.wrapper a {
	width: 100%;
  height: 100%;
  z-index: 100;
  display: inline-block;u
  text-decoration: none;
  padding: 15px;
  background-color: #111;
  border-radius: 3px;
  text-transform: uppercase;
  color: #585858;
  font-family: 'Roboto', sans-serif;
	/* Set your background with this */

	
		height: 100%;
		left: 0;
		opacity: 1;
		position: fixed;
		top: 0;
	}


	

}

.modal-wrap img {
  display: block;
  width: 100%;
  height: auto;
	
	
}

.modal {
	
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 1;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;

  transition: all .4s;
	z-index:10;
}

.modal:target {
  visibility: visible;
  opacity: 1;
	 align-items: center;
  justify-content: center;
}

.modal__content {
  box-shadow: 0 12px 25px 0 rgba(0,0,0,.60);
  position: relative;
  width: 500px;
  max-width: 90%;
height: 94%;
  background: #111;
	overflow-x: hidden;
		overflow-y: scroll;
	
	
}


.wrapper2 {
  
  /* This part is important for centering the content */
  display: flex;

}

.wrapper2 a {
	width: 100%;
  height: 100%;
  z-index: 100;
  display: inline-block;
  text-decoration: none;
  padding: 15px;
  background-color: #111;
  border-radius: 3px;
  text-transform: uppercase;
  color: #585858;
  font-family: 'Roboto', sans-serif;
}

.modal-wrap2 img {
  display: block;
  width: 100%;
  height: auto;
	
	
}

.modal2 {
	box-shadow: 0 12px 25px 0 rgba(0,0,0,.70);
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
	height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
 background: rgba(77, 77, 77, .3);
  transition: all .4s;

	
}

.modal2:target {
  visibility: visible;
  opacity: 1;
	
}

.modal__content3 {
  box-shadow: 0 12px 25px 0 rgba(0,0,0,.60);
  position: relative;
  width: 450px;
  max-width: 100%;
height: 100%;
  background: #111;
	overflow-x: hidden;
		overflow-y: scroll;
	
	
}

.modal__content4 {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #111;
  padding: 1em 2em;
}


  

.modal__close2 {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #111;
  text-decoration: none;
}











.visible-on-mobile {
  display: none;
}

.visible-on-desktop {
  display: inline;
}





.modal__content2 {
  border-radius: 4px;
  position: relative;
  width: 500px;
  max-width: 90%;
  background: #111;
  padding: 1em 2em;
}


  

.modal__close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  text-decoration: none;
}










.video-responsive { 
overflow:hidden; 
padding-bottom:56.25%; 
	margin: 0;
position:relative; 
height:0;
}

.video-responsive iframe {
left:0; 
top:0; 
	margin: 0;
height:100%;
width:100%;
position:absolute;
}



html {
  overflow:   auto;background-color: #0f0f0f;

	
}
::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6,h7, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 1.5;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	
	
}


article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

@-moz-document url-prefix() {
    html,body{overflow: visible!important;}
}



body {
	margin: 0;
	width: 50%;
	
	
}


ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, select, textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}


/* Form */

	form {
		margin: 0 0 2em 0;
	}

		form > :last-child {
			margin-bottom: 0;
		}

		form > .fields {
			display: -moz-flex;
			display: -webkit-flex;
			display: -ms-flex;
			display: flex;
			-moz-flex-wrap: wrap;
			-webkit-flex-wrap: wrap;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			width: calc(50% + 3em);
	
		}

			form > .fields > .field {
				-moz-flex-grow: 0;
				-webkit-flex-grow: 0;
				-ms-flex-grow: 0;
				flex-grow: 0;
				-moz-flex-shrink: 0;
				-webkit-flex-shrink: 0;
				-ms-flex-shrink: 0;
				flex-shrink: 0;
				padding: 1.5em 0 0 1.5em;
				width: calc(100% - 1.5em);
			}

				form > .fields > .field.half {
					width: calc(50% - 0.75em);
				}

				form > .fields > .field.third {
					width: calc(100%/3 - 0.5em);
				}

				form > .fields > .field.quarter {
					width: calc(25% - 0.375em);
				}

		@media screen and (max-width: 736px) {

			form > .fields {
				width: calc(100% + 3em);
				margin: -1.5em 0 2em -1.5em;
			}

				form > .fields > .field {
					padding: 1.5em 0 0 1.5em;
					width: calc(100% - 1.5em);
				}

					form > .fields > .field.half {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.third {
						width: calc(100% - 1.5em);
					}

					form > .fields > .field.quarter {
						width: calc(100% - 1.5em);
					}

		}

	label {
		color: #fff;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
		margin: 0 0 1em 0;
		padding-right:1.5em;
	}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background: #121212;
		border: 0;
		border-radius: 0;
		color: #000;
		display: block;
		outline: 0;
		padding: 0 1em;
		text-decoration: none;
		width: 100%;
	}

		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		input[type="tel"]:invalid,
		input[type="search"]:invalid,
		input[type="url"]:invalid,
		select:invalid,
		textarea:invalid {
			box-shadow: none;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		input[type="tel"]:focus,
		input[type="search"]:focus,
		input[type="url"]:focus,
		select:focus,
		textarea:focus {
			box-shadow: inset 0 0 0 2px #000;
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%2336383c' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #444;
			background: #0d0d0d;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="tel"],
	input[type="search"],
	input[type="url"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #000;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 300;
			padding-left: 2.4em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				text-transform: none !important;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #000;
				content: '';
				display: inline-block;
				height: 1.65em;
				left: 0;
				line-height: 1.58125em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 1.65em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #0d0d0d;
			border-color: #0d0d0d;
			color: #000;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			box-shadow: 0 0 0 2px #0d0d0d;
		}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		color: #0d0d0d !important;
		opacity: 1.0;
	}

	:-moz-placeholder {
		color: #707071 !important;
		opacity: 1.0;
	}

	::-moz-placeholder {
		color: #707071 !important;
		opacity: 1.0;
	}

	:-ms-input-placeholder {
		color: #707071 !important;
		opacity: 1.0;
	}

/* Basic */
	body.is-preload-0 *, body.is-preload-0 *:before, body.is-preload-0 *:after {

		
		}

	/*
			@-ms-viewport {
				width: device-width;
			}
		*/

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

		


	
		
		html, body {
			min-width: 320px;
			
		}

	}

	
		
	}

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		
	}

	html, body {
		
		margin: 0;
		 background: url("https://www.xavierfroelich.fr/images/fulls/fond.png") ;
		background-repeat: no-repeat;
		background-size:cover;
		opacity:1.5;
		overflow: visible; background-color: #0f0f0f;
		
	}

/* Type */

	html {
		font-size: 12pt;
	
	}

		@media screen and (max-width: 1680px) {

			html {
				font-size: 12pt;
			}
			
		

		}

		@media screen and (max-width: 1280px) {

			html {
				font-size: 12pt;
			}

		}

@media screen and (max-width: 700px) {

			html {
				font-size: 12pt;
				
			}
	
	h6{
		line-height: 3;
font-weight: 400;
	
		margin: 0 0 0 0;
		}

}


	body {
		background-color: #111;
		color: #111;
		margin: 0;
	}

	body, input, select, textarea {
		font-family: "Roboto", Helvetica, sans-serif;
		font-weight: 400;
		line-height: 1.65;
		font-size: 1em;
		color: #444;
	}

	a {
		-moz-transition: color 0.25s ease, border-bottom-color 0.25s ease;
		-webkit-transition: color 0.25s ease, border-bottom-color 0.25s ease;
		-ms-transition: color 0.25s ease, border-bottom-color 0.25s ease;
		transition: color 0.25s ease, border-bottom-color 0.25s ease;
		color: inherit;
		text-decoration: none;
	}

		a:hover {
			border-bottom-color: transparent;
			color: #fff;
			
		}

	strong, b {
		font-weight: 400;
		color: #555;
	}

	em, i {
		font-style: italic;
	}

	p {
		margin: 0 0 1.25em 0;
	}

	h1, h2, h3, h4, h5, h6, h7 {
		font-weight: 400;
		line-height: 1.5;
		margin: 0 0 2.5px 0;
		color: #555;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a {
			color: inherit;
			text-decoration: none;
		}

	h2 {
		font-size: 1.25em;
	}

	h3 {
		font-size: 1em;
	}

	h4 {
		font-size: 0.9em;
	}

	h5 {
		font-size: 0.8em;
	}

	h6 {
		font-size: 0.7em;
	}
    h7 {
		font-size: 0.7em;

	}


	sub {
		font-size: 0.8em;
		position: relative;
		top: 0.5em;
	}

	sup {
		font-size: 0.8em;
		position: relative;
		top: -0.5em;
	}

	blockquote {
		border-left: solid 4px #ccc;
		font-style: italic;
		margin: 0 0 1.25em 0;
		padding: 0.3125em 0 0.3125em 1.25em;
	}

	code {
		border-radius: 4px;
		border: solid 1px;
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0.25em;
		padding: 0.25em 0.65em;
		border-color: #ccc;
	}

	pre {
	
		font-family: "Courier New", monospace;
		font-size: 0.9em;
		margin: 0 0 1.25em 0;
	}

		pre code {
			display: block;
			padding: 1em 1.5em;
			overflow-x: auto;
		}

	hr {
		border: 0;
		border-bottom: solid 1px #ccc;
		margin: 1.25em 0;
	}

		hr.major {
			margin: 1.875em 0;
		}

	.align-left {
		text-align: left;
	}

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

	.align-right {
		text-align: right;
	}

/* Button */

	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	button,
	.button {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		-moz-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
		-webkit-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
		-ms-transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
		transition: background-color 0.25s ease-in-out, border-color 0.25s ease-in-out, color 0.25s ease-in-out;
		background-color: transparent;
		border-radius: 4px;
		border: solid 1px #333;
		color: #fff;
		cursor: pointer;
		display: inline-block;
		line-height: 1;
		padding: 0.75em 1.5em;
		text-align: center;
		text-decoration: none;
		white-space: nowrap;
	}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			border-color: #fff;
			color: #fff;
		}

			input[type="submit"]:hover:active,
			input[type="reset"]:hover:active,
			input[type="button"]:hover:active,
			button:hover:active,
			.button:hover:active {
				background-color: rgba(255, 255, 255, 0.15);
			}

		input[type="submit"].icon,
		input[type="reset"].icon,
		input[type="button"].icon,
		button.icon,
		.button.icon {
			padding-left: 1.35em;
		}

			input[type="submit"].icon:before,
			input[type="reset"].icon:before,
			input[type="button"].icon:before,
			button.icon:before,
			.button.icon:before {
				margin-right: 0.5em;
			}

		input[type="submit"].fit,
		input[type="reset"].fit,
		input[type="button"].fit,
		button.fit,
		.button.fit {
			width: 100%;
		}

		input[type="submit"].small,
		input[type="reset"].small,
		input[type="button"].small,
		button.small,
		.button.small {
			font-size: 0.8em;
		}

		input[type="submit"].large,
		input[type="reset"].large,
		input[type="button"].large,
		button.large,
		.button.large {
			font-size: 1.35em;
		}

		input[type="submit"].disabled, input[type="submit"]:disabled,
		input[type="reset"].disabled,
		input[type="reset"]:disabled,
		input[type="button"].disabled,
		input[type="button"]:disabled,
		button.disabled,
		button:disabled,
		.button.disabled,
		.button:disabled {
			pointer-events: none;
			opacity: 0.25;
		}

/* Form */

	form {
		margin: 0 0 1.25em 0;
		text-align: center;
		vertical-align: middle;
		padding : 1em;
	}

	label {
		color: #555;
		display: block;
		font-size: 0.9em;
		font-weight: 400;
	
		text-align: center;
		vertical-align: middle;
	}

label2 {
		color: #fff;
		display: block;
		font-size: 0.9em;
		font-weight: 400;
	
		text-align: center;
		vertical-align: middle;
	padding : em;
	}
label5 {
		color: #fff;
		font-size: 0.9em;
		font-weight: 400;
	
		text-align: center;
		vertical-align: middle;
	padding : 1em;
	}


label3 {
		color: #fff;
		display: block;
		font-size: 0.75em;
		font-weight: 400;
	
		text-align: center;
		vertical-align: middle;
	padding : em;
	}

label3 {
		color: #fff;
		display: block;
		font-size: 0.75em;
		font-weight: 400;
	
		text-align: center;
		vertical-align: middle;
	padding : em;
	}

imagecolonne {
	display: inline-flex;
	float:left;
	text-align: center;
		vertical-align: middle;
		margin: 0 1.5em 0 1.5em;
	}

textcolonne {
		color: #fff;
		display: block;
		font-weight: 400;
	margin: 1.5em;
		text-align: justify;
		vertical-align: middle;
	padding : em;
	}

textcolonne2 {
		color: #fff;
	background-color: #0F0F0F;
	border-radius: 10px;
		display: block;
		font-weight: 400;
	margin: 1.5em;
		text-align: justify;
		vertical-align: middle;
	
	}
textcolonne3 {
		color: #fff;
	background-color: #191919;
	border-radius: 10px 10px 0px 0px;
	border:none;
		display: block;
		font-weight: 400;

	padding : 1em;
		text-align: justify;
		vertical-align: middle;
	
	}

textcolonne4 {
		color: #fff;
	background-color:#111;

		display:flex;
			border-radius: 0px 0px 10px 10px;
	padding : 1em  1.5em 0px 1.5em;
		text-align: justify;
		vertical-align: middle;
	margin: -30px 1.5em 30px 1.5em;
	}


	input[type="password"],
	input[type="text"],
	select,
	textarea {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: #111;
		border-radius: 4px;
		border: solid 1px #333;
		height :10em;
		color: #fff;
		position :relative;
		display:table;
		outline: 0;
		margin : 1em;
	

		width: 80%;
		left :5%;
	}
	input[type="email"]{
		
				-moz-appearance: none; 
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		background-color: #111;
		border-radius: 4px;
		border: solid 1px #333;
		height :10em;
		color: #fff;
		position :relative;
		outline: 0;
		
		margin : 1em;
	

		width: 80%;
		left :5%;
		
		}
		
		input[type="text"]:invalid,
		input[type="password"]:invalid,
		input[type="email"]:invalid,
		select:invalid,
		textarea:invalid {
			
			box-shadow: none;
		color:#fff;
		}

		input[type="text"]:focus,
		input[type="password"]:focus,
		input[type="email"]:focus,
		select:focus,
		textarea:focus {
			border-color: #fff;
			
		}

	select {
		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='%23ccc' /%3E%3C/svg%3E");
		background-size: 1.25rem;
		background-repeat: no-repeat;
		background-position: calc(100% - 1rem) center;
		height: 2.75em;
		padding-right: 2.75em;
		text-overflow: ellipsis;
	}

		select option {
			color: #555;
			background: #000;
		}

		select:focus::-ms-value {
			background-color: transparent;
		}

		select::-ms-expand {
			display: none;
		}

	.select-wrapper {
		text-decoration: none;
		display: block;
		position: relative;
	}

		.select-wrapper:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 900;
		}

		.select-wrapper:before {
			color: #ccc;
			content: '\f107';
			display: block;
			height: 2.75em;
			line-height: 2.75em;
			pointer-events: none;
			position: absolute;
			right: 0;
			text-align: center;
			top: 0;
			width: 2.75em;
		}

		.select-wrapper select::-ms-expand {
			display: none;
		}

	input[type="text"],
	input[type="password"],
	input[type="email"],
	select {
		height: 2.75em;
	}

	textarea {
		padding: 0.75em 1em;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: center;
		margin-right: -2em;
		height:10em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #aaa;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			margin: 0;
			padding-left: 2.4em;
				height:10em;
			padding-right: 0.75em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 1;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: transparent;
				border-radius: 4px;
				border: solid 1px #ccc;
				content: '';
				display: inline-block;
				font-size: 0.8em;
				height: 2.0625em;
				left: 0;
				line-height: 2.0625em;
				position: absolute;
				text-align: center;
				top: 0;
				width: 2.0625em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background-color: #555;
			border-color: #555;
			color: #000;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #fff;
		}

	input[type="checkbox"] + label:before {
		border-radius: 4px;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

	::-webkit-input-placeholder {
		opacity: 1.0;
		color: #555 !important;
	}

	:-moz-placeholder {
		opacity: 1.0;
		color: #555 !important;
	}

	::-moz-placeholder {
		opacity: 1.0;
		color: #555 !important;
	}

	:-ms-input-placeholder {
		opacity: 1.0;
		color: #555 !important;
	}

	.field {
		margin: 0 0 1.25em 0;
	}

/* Icon */

	.icon {
		text-decoration: none;
		border-bottom: none;
		position: relative;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			display: inline-block;
			font-style: normal;
			font-variant: normal;
			text-rendering: auto;
			line-height: 1;
			text-transform: none !important;
			font-family: 'Font Awesome 5 Free';
			font-weight: 400;
		}

		.icon > .label {
			display: none;
		}

		.icon:before {
			line-height: inherit;
		}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

/* List */

	ol {
		list-style: decimal;
		margin: 0 0 1.25em 0;
		padding-left: 1.25em;
	}

		ol li {
			padding-left: 0.25em;
		}

	ul {
		list-style: disc;
		margin: 0 0 0.9em 0;
		padding-left: 1em;
	}

		ul li {
			padding-left: 0.5em;
		}

		ul.alt {
			list-style: none;
			padding-left: 0;
		}

			ul.alt li {
				border-top: solid 1px #ccc;
				padding: 0.5em 0;
			}

				ul.alt li:first-child {
					border-top: 0;
					padding-top: 0;
				}

	dl {
		margin: 0 0 1.25em 0;
	}

		dl dt {
			display: block;
			font-weight: 400;
			margin: 0 0 0.625em 0;
		}

		dl dd {
			margin-left: 1.25em;
		}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
	align-content: center;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 0.625em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 0.8125em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 0.625em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

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

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 0.625em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5rem;
						}

		}

/* Icons */

	ul.icons {
		cursor: default;
		list-style: none;
		padding-left: 0;
	}

		ul.icons li {
			display: inline-block;
			padding: 0 0.5em 0 0;
		}

			ul.icons li:last-child {
				padding-right: 0;
			}

			ul.icons li .icon:before {
				font-size: 1.2rem;
			}

/* Main */



	#main {
		box-shadow: 0 0px 20px 0 rgba(0,0,0,0.6);
		position: absolute;
		padding: 0;
		margin: 0;
		top: 0;
		width: 60%;
	-webkit-overflow-scrolling: touch;
		height-max: 1000px;
		background: #111;
		outline: 0;
		overflow-x: hidden;
		overflow-y: auto;
		text-align: center;
		visibility: visible;
		z-index: 100;
		right: 20%;
	}

		
		body.fullscreen #main {
			visibility:hidden;
			right: 0;
		}

		body.is-preload-1 #main {
			opacity: 0;
			right: 0;
		}

		@media screen and (max-width: 1280px) {
			

								

			#main {
		box-shadow: 0 12px 25px 0 rgba(0,0,0,.60);
		
		position: absolute;
		padding: 0;
		margin: 0;
		top: 0;
		width: 100%;
	right:0%;
		height: 100%;
		background: #111;
		outline: 0;
		overflow-x: hidden;
		overflow-y: auto;
		text-align: center;
		visibility: visible;
		z-index: 100;
		
	}

				body.fullscreen #main {
					right: -19em;
				}

		}

		@media screen and (max-width: 980px) {

			
			
			#main {
				width: 100%;
				right:0;
			
				
			}

				#main .toggle {
				
				}

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

			#main {
				
			
				width: 100%;
				right:0;
				background: #111;
				text-align: center;
			}

				body.is-preload-1 #main {
					left: auto !important;
					right: auto !important;
				}

				body.fullscreen #main {
					left: auto !important;
					right: auto !important;
					opacity: 0;
				}

				#main .toggle {
					display: none;
				}

		}
		}

		

/* Header */
#header2 {
			background-image: url("https://www.xavierfroelich.fr/images/barre.jpg");
	 box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
			background-position:center ;
			background-size: contain;
	line-height: 3em;
			word-spacing: 0px;
		padding-top: 1em ;
			padding-bottom: 1em;
	padding-left: 1em;
	padding-right: 1em;
	}

#header2 h1 {
			
			font-size: 2.25em;
			font-weight: 900;
	line-height: 3em;
	
		}
		#header {
			background-image: url("https://www.xavierfroelich.fr/images/fulls/26.jpg");
			background-position:center  ;
			background-size:cover;
			word-spacing: 0px;
			line-height: 3em;
		padding-top: 1em ;
			padding-bottom: 1em;
	}

		#header h1 {
			
			font-size: 2.25em;
			font-weight: 900;
			line-height: 3em;
		}

		.barre {
			
background-image: url("https://www.xavierfroelich.fr/images/barre2.jpg");
			background-position:center ;
			background-size: ;
			line-height: 10px;
			
			}
/* Footer */

	#footer {
		padding: 0em .25em -5em 5.25em ;
	}

		#footer .copyright {
			list-style: none;
			padding:-30 ;
		}

			#footer .copyright li {
				display: inline-block;
				font-size: 0.8em;
				margin-left: 0.35em;
				padding-right: 2px;
				padding-left:1px;

			}

				#footer .copyright li:first-child {
					margin-left: 0;
					padding: px;
				}

/* Thumbnails */

	#thumbnails {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		-moz-flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 0.75em;
		overflow: hidden;
		
		
	}

		#thumbnails article {
			position: relative;
			width: 50%;
			background: #111111;
			outline: 0;
		}

			#thumbnails article .thumbnail {
				-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
				display: block;
				position: relative;
				border: 0;
				outline: 0;
			}

				#thumbnails article .thumbnail img {
					display: block;
					width: 100%;
				}

				#thumbnails article .thumbnail:before {
					pointer-events: none;
					-moz-transition: opacity 0.25s ease;
					-webkit-transition: opacity 0.25s ease;
					-ms-transition: opacity 0.25s ease;
					transition: opacity 0.25s ease;
					content: '';
					position: absolute;
					left: 0;
					top: 0;
					box-shadow: inset 0 0 0 2px #FFF, inset 0 0 0px 3px rgba(0, 0, 0, 0.15);
					width: 100%;
					height: 100%;
					
					opacity: 0;
					z-index: 1;
				}

				#thumbnails article .thumbnail:focus:before {
					opacity: 0.5;
				}

			#thumbnails article h2, #thumbnails article p {
				display: none;
			}

			#thumbnails article.active .thumbnail:before {
				opacity: 1;
			}

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

			#thumbnails article .thumbnail:before {
				display: none;
			}

		}




@media screen and (max-width: 600px) {
	
	

.column {
  width: 100%;
}

.column2 {
  width: 50%;
}

.column7 {
  width: 105%;
	padding-top:0px;
	padding-bottom: 10px;
}
	
.column8 {
  width: 95%;
}	
	
.column9 {
  width: 100%;
	padding-right: 10px;

}
	}

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

.column {
  width: 100%;
}

.column2 {
  width: 100%;
}
	
.columnterms {
  width: 100%;
}
	
	
	
.column7 {
  width: 105%;
	padding-top:0px;
	padding-bottom: 10px;
}
	
.column8 {
  width: 95%;
}	
	
.column9 {
  width: 100%;
	padding-right: 10px;

}
	
	
		  .column23 {

  width: 100%;

 
  }
	
	@media screen and (max-width: 480px) {
		
		.logocenter{
		width:250px;
  display: block;
  margin-left: auto;
  margin-right: auto;
		}	
		
		.header{
		 margin-left: auto;
  margin-right: auto;	}	
		
		  .column23 {

  width: 100%;

 
  }}}

@-moz-keyframes photomanip-animation3 {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-webkit-keyframes photomanip-animation3 {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-ms-keyframes photomanip-animation3 {
	0% {
				-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@keyframes photomanip-animation3 {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}


	#photomanip-animation3 {
		-moz-animation: photomanip-animation3 1s 2.25s forwards;
		-webkit-animation: photomanip-animation3 1s 2.25s forwards;
		-ms-animation: photomanip-animation3 1s 2.25s forwards;
		animation: photomanip-animation3 1s 2.25s forwards;
		animation-delay: 2.5s;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		cursor: default;
		
		opacity: 0;

		
	}

@-moz-keyframes photomanip-animation2 {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-webkit-keyframes photomanip-animation2 {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-ms-keyframes photomanip-animation2 {
	0% {
				-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@keyframes photomanip-animation2 {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}


	#photomanip-animation2 {
		-moz-animation: photomanip-animation2 1s 2.25s forwards;
		-webkit-animation: photomanip-animation2 1s 2.25s forwards;
		-ms-animation: photomanip-animation2 1s 2.25s forwards;
		animation: photomanip-animation2 1s 2.25s forwards;
		animation-delay: 2s;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		cursor: default;
		
		opacity: 0;
	
		
	}

@-moz-keyframes photomanip-animation {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-webkit-keyframes photomanip-animation {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-ms-keyframes photomanip-animation {
	0% {
				-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@keyframes photomanip-animation {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}


	#photomanip-animation {
		-moz-animation: photomanip-animation 1s 2.25s forwards;
		-webkit-animation: photomanip-animation 1s 2.25s forwards;
		-ms-animation: photomanip-animation 1s 2.25s forwards;
		animation: photomanip-animation 1s 2.25s forwards;
		animation-delay: 1.5s;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		cursor: default;
	
		opacity: 0;
	
		
	}


@-moz-keyframes logo-animation  {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-webkit-keyframes logo-animation  {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-ms-keyframes logo-animation  {
	0% {
				-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@keyframes logo-animation  {
	0% {
			-moz-transform: translate3d(-20em,0,0);
			-webkit-transform: translate3d(-20em,0,0);
			-ms-transform: translate3d(-20em,0,0);
			transform: translate3d(-20em,0,0);
			opacity: 0;
		}
		

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}


	#logo-animation {
		-moz-animation: logo-animation  1s 1.25s forwards;
		-webkit-animation: logo-animation  1s 1.25s forwards;
		-ms-animation: logo-animation  1s 1.25s forwards;
		animation: logo-animation  1s 1.25s forwards;
		animation-delay: 0s;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		cursor: default;
	
		
		opacity: 0;
		} }
		
	

@-webkit-keyframes logo-animation2  {
	0% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@-ms-keyframes logo-animation2  {
	0% {
				-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 0;
		}

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}

	@keyframes logo-animation2  {
	0% {
				-moz-transform: translate3d(0em,0);
			-webkit-transform: translate3d(0em,0);
			-ms-transform: translate3d(0em,0);
			transform: translate3d(0em,0);
			opacity: 0;
		}
		

		100% {
			-moz-transform: translate3d(0,0,0);
			-webkit-transform: translate3d(0,0,0);
			-ms-transform: translate3d(0,0,0);
			transform: translate3d(0,0,0);
			opacity: 1;
		}
	}


	#logo-animation2 {
		-moz-animation: logo-animation2  2s 2.25s forwards;
		-webkit-animation: logo-animation2  2s 2.25s forwards;
		-ms-animation: logo-animation2  2s 2.25s forwards;
		animation: logo-animation2  2s 2.25s forwards;
		animation-delay: 0.5s;
		-moz-backface-visibility: hidden;
		-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
		backface-visibility: hidden;
		-moz-transform: translate3d(0,0,0);
		-webkit-transform: translate3d(0,0,0);
		-ms-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		cursor: default;
		
		
		opacity: 0;
		}
		

@media screen and (max-width: 700px) {

			html {
				font-size: 12pt;
				
			}
	
	h6{
		line-height: 2;
font-weight: 400;
	
		margin: 0 0 0.5em 0;
		}

	
	
	
}

	