@font-face {
  font-family: "Jeffriana JF";
  src: url("../fonts/Jeffriana_JF.ttf");
}

@font-face {
  font-family: "Comic Pro";
  src: url("../fonts/Laffayette_Comic_Pro.ttf");
}

@font-face {
  font-family: "High Summit";
  src: url("../fonts/High_Summit.ttf");
}

h1 span::selection
{
	background-color: rgba(0,0,0,0);
}

#button_contact p::selection
{
	background-color: rgba(0,0,0,0);
}

#button_contact img::selection
{
	background-color: rgba(0,0,0,0);
}

#header_logo::selection
{
	background-color: rgba(0,0,0,0);
}

body, html
{
	margin: 0;
	padding: 0;
}

body
{
	/*background: linear-gradient(#e6646512, #dddcf2) linear-gradient(#9e9e9e7d 50%, #ffffff);*/
	background-repeat: no-repeat;
}

.title_part
{
	font-size: 30px;
	font-family: Comic Pro;
	margin: 0;
}
.body_section
{
	margin: 40px auto 50px auto;
	width: fit-content;
}
.separation_bar
{
	width: 60px;
	height: 4px;
	background-color: #3872ad;
	border: none;
	margin: 20px 0 0 0;
}
.presentation_box
{
	margin-top: 20px; 
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}
.pics_box
{
	 background-repeat: no-repeat; 
	 width: 400px; 
	 height: 300px;
	 overflow: hidden;
}
.pics_box div 
{
	width: 410px;
	height: 100px;
	background-color: #2d6195;
	position: relative;
	top: 220px;
	right: 2px;
	transform: rotate(-3deg);
	-webkit-font-smoothing: antialiased;
}
.pics_box div p
{
	font-family: Jeffriana JF;
	text-align: center;
	margin: 0;
	font-size: 45px;
	color: #fff;
	transform: rotate(3deg);
	padding-top: 5px;
}

#bloc_contact
{
	margin-top: 90px;
}

/*CSS header*/
	header
	{
		background-color: #e9e9e9;
	}

	#header_logo
	{
		width: 130px;
	}

	h1
	{
		font-size: 60px;
		margin: 15px 0 0 30px;
	}
	#title_word1
	{
		font-family: Jeffriana JF;
		color: #0075ab;
	}

	#title_word2
	{
		font-family: Comic Pro;
		color: #ff475a;
	}
	#button_contact
	{
		cursor: pointer;
		display: flex;
		align-items: center;
		justify-content: center;
		width: auto;
		height: 80px;
		margin-right: 15px;
	}
	#button_contact img
	{
		width: 30px; 
		color: #00c800;
		margin-left: 20px;
	}
	#button_contact p
	{
		margin: 0 20px 0 10px;
		font-size: 25px;
	}


/*CSS footer*/
	footer
	{
		width: 100%;
		height: auto;
		background-color: #e9e9e9;
	}
	footer p
	{
		color: black;
		font-size: 15px;
		font-family: sans-serif;
		letter-spacing: 1px;
	}

	#facebook_link a
	{
		filter: grayscale(1);
		 transition: filter; 
		 transition-duration: 0.4s;
	}

	#facebook_link a:hover
	{
		filter: grayscale(0);
	}

/*RESPONSIVE###############################################################################*/
@media all and (max-device-width: 950px)
{
	.body_section
	{
		margin-left: 40px;
	}
	#button_contact p
	{
		display: none;
	}
	#button_contact img
	{
		margin-right: 20px;
	}
	h1
	{
		font-size: 40px;
		margin: 10px 0 0 20px;
	}
	#header_logo
	{
		width: 100px;
	}
	.title_part
	{
		font-size: 30px;
	}
}


@media all and (max-device-width: 600px)
{
	h1
	{
		font-size: 60px;
		margin: 10px 0 0 8px;
	}
	#header_logo
	{
		width: 100px;
	}
	.presentation_box
	{
		flex-direction: column;
	}
	.body_section
	{
		margin-left: 15%;
	}
}



@media screen and (max-width: 950px)
{
	.body_section
	{
		margin-left: 40px;
	}
	#button_contact p
	{
		display: none;
	}
	#button_contact img
	{
		margin-right: 20px;
	}
	h1
	{
		font-size: 40px;
		margin: 10px 0 0 20px;
	}
	#header_logo
	{
		width: 100px;
	}
	.title_part
	{
		font-size: 22px;
	}
}


@media screen and (max-width: 600px)
{
	h1
	{
		font-size: 24px;
		margin: 10px 0 0 8px;
	}
	#header_logo
	{
		width: 60px;
	}
}