html,
body {
	margin: 0;
	font-family: 'Arial';
}

@font-face {
	font-family: 'Atelier';
	src: url("../font/Atelier.otf") format("opentype");
}

.logo{
	margin-top:20px;
	height: 71px;
}

@media screen and (max-width: 600px) {
	.logo{
		margin-top:20px;
		height: auto;
		width: 100%;
	}
	
	.full_w{
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
}



#myVideo {
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
	opacity: 0.6;
}

.body {
	z-index: 1;
	position: relative;
}


@media screen and (max-width: 1500px) {
	.accueil_2 {
	
	margin-top: 5%; 	
	}
	
}

@media screen and (max-width: 1200px) {
	.accueil_2 {
	
	margin-top: 10%; 	
	}
	
}




button {
	background-color: #FFEFE4;
	border: none;
	padding: 15px 30px;
	color: #FA6400;
	font-family: 'Arial';
	font-size: 1em;
	border-radius: 5px;
	min-width: 250px;
	cursor: pointer;
	transition: 0.5s;
	outline: none;
}

button:hover {
	background-color: #FA6400;
	color: #FFEFE4;
	border-radius: 10px;
	transition: 0.5s;
}

.accueil {
	margin-top: 70px;
	text-align: center;
}

.accueil p {
	font-size: 1.4em;
	margin: 0;
	margin-top: 20px;
	line-height: 30px;
}

img {
	border-radius: 10px;
}

.accueil_1 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.accueil_1 p {
	font-size: 1.4em;
	margin: 0;
	margin-top: 20px;
	line-height: 30px;
}

.accueil_2 {
	width: 32.5%;
	display: inline-block;
	vertical-align: top;
}

.accueil_2 p {
	font-size: 1.4em;
	margin: 0;
	margin-top: 20px;
	line-height: 30px;
}

.accueil_3 {
	width: 30%;
	display: inline-block;
	vertical-align: top;
}

.accueil_3 p {
	font-size: 1.4em;
	margin: 0;
	margin-top: 20px;
	line-height: 30px;
}

.long_text {
	font-size: 1em;
	color: #484848;
	text-align: justify;
	line-height: 25px;
}


/* NAV 1 */

.nav_1 {
	text-align: center;
}

.nav_1 h1 {
	font-family: 'Atelier';
	font-size: 3em;
	margin: 0;
	margin-top: 20px;
}

.nav_1 p {
	font-size: 1.4em;
	margin: 0;
	margin-top: 20px;
	line-height: 30px;
}


/* Add a black background color to the top navigation */

.topnav {
	margin-top: 20px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}


/* Style the links inside the navigation bar */

.topnav a {
	float: left;
	display: block;
	color: black;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 0.98em;
	border-radius: 5px;
	margin: 5px;
}


/* Change the color of links on hover */

.topnav a:hover {
	background-color: #FFEFE4;
	color: black;
}


/* Add an active class to highlight the current page */

.topnav a.active {
	background-color: #FA6400;
	color: white;
}


/* Hide the link that should open and close the topnav on small screens */

.topnav .icon {
	display: none;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */

@media screen and (max-width: 600px) {
	.topnav a:not(:first-child) {
		display: none;
	}
	.topnav a.icon {
		float: right;
		display: block;
	}
}


/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */

@media screen and (max-width: 600px) {
	.topnav.responsive {
		width: 100%;
		position: relative;
		display: block;
		justify-content: normal;
	}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
	
	.footer_1 {
		text-align: center;
		/* min-width: 350px; */
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
		height: auto !important;
		line-height: 40px;
		border-radius: 10px !important;
		background: white;
		color: #484848;
		}
	
	.footer_1 a {
		margin: 0;
		margin-left: 0px !important;
		margin-right: 0px !important;
		display: block;
		width: 100%;
		text-decoration: none;
		color: #484848;
		transition: 0.4s;
	}
	
	.footer_2 a {
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
		display: block;
		text-decoration: none;
		color: #a9a9a9;
		transition: 0.4s;
	}
	
	.footer_2 {
		margin-bottom: 50px;
		width: 100%;
		height: auto;
	}
	
	button {
		background-color: #FFEFE4;
		border: none;
		padding: 15px 30px;
		color: #FA6400;
		font-family: 'Arial';
		font-size: 1em;
		border-radius: 5px;
		width: 90% !important;
		cursor: pointer;
		transition: 0.5s;
		outline: none;
	}
}

.footer {
	margin-top: 50px;
}

.footer_1 {
	text-align: center;
	min-width: 350px;
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	line-height: 40px;
	border-radius: 100px;
	background: white;
	color: #484848;
}

.footer_1 a {
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	color: #484848;
	transition: 0.4s;
}

.footer_1 a:hover {
	transition: 0.4s;
	text-decoration: underline;
	color: #282828;
}

.footer_2 {
	margin-top: 50px;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #a9a9a9;
}

.footer_2 a {
	margin-left: 20px;
	margin-right: 20px;
	text-decoration: none;
	color: #a9a9a9;
	transition: 0.4s;
}

.footer_2 a:hover {
	transition: 0.4s;
	text-decoration: underline;
	color: #282828;
}


.mobile_view{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}



@media screen and (max-width: 600px) {
	
	.iam{
		display: block !important;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		flex-direction: row;
		justify-content: center;
		}
	
	.iam_1{
	
		width: 100% !important;
		margin-right: 0px !important;
		vertical-align: top;
		display: block !important;
		min-height: 500px;
		background-image: url("../img/jef2.png");
		background-size: cover;
		  background-repeat: no-repeat;
		  background-position: 50% 50%;
		  border-radius: 10px;
		  margin-bottom: 50px;
	}
	
	
	
	.iam_2{
		vertical-align: top;
		margin-block-start: 0em !important;
		margin: 0 !important;
		width: 100% !important;
		display: block !important;
		min-height: 500px;
	}
	
	.iam_view1{
		width: 100% !important;
		display: block !important;
		vertical-align: middle;
	}
	

	
	.iam_view2{
		text-align: center !important;
		width: 100% !important;
		display: block !important;
		vertical-align: middle;
	}
	
	.iam_view3{
		width: 100% !important;
		display: block !important;
		vertical-align: middle;
	}
	
	.slidetrap{
		text-align: center !important;
		width: 100% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.slide1 img{
		width: 100% !important;
		height: auto;
	}
	
	.slick-slide img {
		display: block;
		width: 100% !important;
		}
	
	
	
}


.slick-slide img {
	display: block;
	width: 100% !important;
	}
	
.justify_iam{
font-size: 1em !important;
line-height: 25px !important;
text-align: justify;
top: 0;	
margin: 0 !important;
}

.iam{
display: flex;
flex-direction: row;
justify-content: center;
}

.iam_1{

	width: 20%;
	margin-right: 25px;
	vertical-align: top;
	display: inline-block;
	min-height: 500px;
	background-image: url("../img/jef.png");
	background-size: cover;
	  background-repeat: no-repeat;
	  background-position: 50% 50%;
	  border-radius: 10px;
}



.iam_2{
	vertical-align: top;
	margin-block-start: 0em !important;
	margin: 0 !important;
	width: 40%;
	display: inline-block;
	min-height: 500px;
}

.iam_view1{
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}

.iam_view2{
	text-align: center !important;
	width: 25%;
	display: inline-block;
	vertical-align: middle;
}

.iam_view3{
	width: 20%;
	display: inline-block;
	vertical-align: middle;
}

.slidetrap{
	text-align: center !important;
	width: 300px !important;
	margin-left: auto;
	margin-right: auto;
}

.slide1 img{
	width: 300px !important;
	height: auto;
}

.youare{

margin-top: 20px;
}

.youareimg{
	width: 250px;
	display: inline-block;
	margin-right: 30px;
}

.youareimg img{
	width: 250px;
	margin-right: 30px;
}

.youaretext{
	margin-top: 20px;
width: calc(100% - 300px);
display: inline-block;
vertical-align: top;	
text-align: left;
}

.youaretext h3{
	font-size: 1.2em;
}

.youaretext p{
font-size: 1em;
color: #484848;
	
}

.full{
	width: 100% !important;
}
 
table{
	margin-top: 80px;
	background: color(srgb 1 1 1 / 0.421);
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
}
.tg  {border-collapse: initial;
	border-spacing: revert}
.tg td{border-color:transparent;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:1em;
  overflow:hidden;padding:15px 5px;word-break:normal;}
.tg th{border-color:transparent;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:1em;
  font-weight:normal;overflow:hidden;padding:20px 15px;word-break:normal;}
.tg .tg-uzvj{font-size:1.4em;font-weight:bold;text-align:center;vertical-align:middle}
.tg .tg-0pky{text-align:left;vertical-align:top}
.tg .tg-xam4{font-size:1.4em;font-weight:bold;text-align:left;display:table-cell; 
	vertical-align:middle;}
.tg .tg-fymr{font-size:1.4em;font-weight:bold;text-align:left;display:table-cell; 
	vertical-align:middle;}
	
	
	@media screen and (max-width: 600px) {
	
	table{
		font-size: 95% !important;
	}	
	
	.tg th{border-color:transparent;border-style:solid;border-width:1px;font-family:Arial, sans-serif;font-size:1em;
		  font-weight:normal;overflow:hidden;padding:0px 0px;word-break:normal;}	
		
	.accueil {
		margin-top: 20px !important;
		text-align: center;
		}
		
	.accueil2{
		margin-top: 20px !important;
		width: 90% !important;
		margin-left: auto;
		margin-right: auto;
	}
	
	.youare{
		
		margin-top: 5px !important;
		}
	
	.youareimg img {
		width: 100% !important;
		margin-right: 0px !important;
		}
		
	.youaretext {
		width: 100%;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		margin-bottom: 20px;
		}	
		
		table{
			text-align: center !important;
			margin-top: 40px;
			background: color(srgb 1 1 1 / 0.421);
			width: 100% !important;
			border-radius: 10px;
		}
		
		th, td{
			text-align: center !important;
		}
		
		.youareimg{
			width: 100% !important;
			display: inline-block;
			margin-right: 0px !important;
		}
		
		.slidetrap2{
			text-align: center !important;
			width: 100% !important;
			margin-left: none;
			margin-right: none;
			margin-right: 0px;
		}
		
		.slide12 img{
			width: 100% !important;
			height: auto;
		}

}

.slidetrap2{
	text-align: center !important;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
	margin-right: 30px;
}

.slide12 img{
	width: 250px;
	height: auto;
}

.accueil2{
	margin-top: 70px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}



.accueil2{
	margin-top: 70px;
	width: 70%;
	margin-left: auto;
	text-align: center !important;
	margin-right: auto;
}

.slidetrap3{
	text-align: center !important;
	width: 250px;
	margin-left: auto;
	margin-right: auto;
}











.tabcontent {
	  animation: fadeEffect 1s; /* Fading effect takes 1 second */
	}
	
	/* Go from zero to full opacity */
	@keyframes fadeEffect {
	  from {opacity: 0;}
	  to {opacity: 1;}
	}


/* Style the tab */
.tab {
	text-align: center;
  overflow: hidden;


}

/* Style the buttons that are used to open the tab content */
.tab button {
	outline: none;
  background-color: #FFEFE4;
  color: black;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #FFEFE4;
  color: #FA6400
}

/* Create an active/current tablink class */
.tab button.active {
background: #FA6400;
color: white;
}

/* Style the tab content */
.tabcontent {
	line-height: 28px;
	text-align: justify;
  display: none;
  padding: 6px 12px;
  border-top: none;
  
}


input, textarea{
	width: 350px;
	border: 1px solid transparent;
	padding: 15px 25px;
	outline: none;
	background: #F8F8F8;
	border-radius: 5px;
	font-size: 1em;
	color: black;
	text-align: center;
}

.hj{
width: 42%;
margin-left: auto;
height: 40px;
line-height: 40px;
margin-right: auto;
background: #FA6400;
color: white;
border-radius: 100px;
}

.accueil4{
	margin-top: 70px;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
}



@media screen and (max-width: 600px) {
	
.tabcontent {
width: auto !important;
margin-left: auto;
margin-right: auto;
 padding: 0px 0px !important; 
}


	
.tg{
	font-size: 3.4vw;
}

	
.accueil4{
	margin-top: 20px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

input, textarea{
	width: 80% !important;
	border: 1px solid transparent;
	padding: 15px 25px;
	outline: none;
	background: #F8F8F8;
	border-radius: 5px;
	font-size: 1em;
	color: black;
	text-align: center;
}
}