
@charset "UTF-8";
/*############################# MEDIA QUERIES ###################*/
.container{
	margin-top: 1em;
}
@media only screen and (max-width: 1100px)
{
	body
	{
		margin: 0;
	}

	ul li a
	{
		font-size: 14px!important;
	}

	.name span
	{
		font-size: 20px;
	}

	.name2
	{
		position: relative;
		top: -10px;
	}

	nav
	{
		width: 100%!important;
		margin-left: 0 !important;
	}

	a.nav-link
	{
		font-size: 18px;
		font-weight: 300;
		margin-right: 25px;
		color: black !important;
	}

	ul li
	{
		margin-right: 7px!important;
	}

	nav ul
	{
		text-align: right!important;
	}
}

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

	.wrap
	{
		width: 100%;
	}

	.menu
	{
		max-width: 100%;
		margin: 5px;
		padding-top: 5px;
	}

	.middle img
	{
		width : 90%;
	}

	.home .milieu figcaption
	{
		font-size: 0.9rem;
		padding-left: 10px;
		padding-top: 10px;
		box-sizing:border-box;
	}

	.menu h3
	{
		font-size: 1rem;
	}

	.baseline
	{
		font-size: 1.2rem;
	}

	.credit
	{
		font-size: 0.6rem;
	}

	.flecheup
	{
	float: none}

	.about
	{
		max-width: 100%;
		font-size: 1rem;
		line-height:150%;
	}

	.moi
	{
		max-width: 100%;
	}

	.presentation
	{
		font-size: 0.9rem;
	}

	.about
	{
		font-size: 0.9rem;
	}

	.sousbaseline
	{
		font-size: 1rem;
	}

	.projet
	{
		font-size: 1rem;
	}

	.alternate8
	{
		padding-bottom: 130px;
	}

	.alternate14
	{
		padding-bottom: 130px;
	}

	.alternate16
	{
		padding-bottom: 120px;
	}
}

@media only screen and (max-width: 992px)
{
	.title-article
	{
		top: 50% !important;
		left: 50% !important;
	}

	.blocHaut
	{
		height: 230px!important;
		background: #000;
	}

	.navbar-nav
	{
	background: black}

	a.nav-link
	{
		color: white !important;
	}

	ul li
	{
		list-style: none;
		justify-content: center;
		display: inline-flex;
		margin-right: 20px;
		color: white;
		width: 100%!important;
	}

	ul li a
	{
		font-size: 13px!important;
		padding-bottom: 0;
	}

	.name
	{
		width: 100%!important;
	}

	.menu h3
	{
		font-size: 1.2rem!important;
	}

	.baseline
	{
		font-size: 1.5rem!important;
	}

	.sousbaseline
	{
		font-size: 1rem!important;
	}

	.projet
	{
		font-size: 0.9rem!important;
	}

	.flechegauche
	{
		width: 4%;
		height: 4%;
	}

	.flechedroite
	{
		width: 4%;
		height: 4%;
	}
}

@media only screen and  (max-width: 500px)
{
	.menu h3
	{
		font-size: 0.9rem!important;
	}

	.flechegauche
	{
		width: 8%;
		height: 8%;
	}

	.flechedroite
	{
		width: 8%;
		height: 8%;
	}

	.baseline
	{
		font-size: 1rem!important;
	}

	.sousbaseline
	{
		font-size: 0.8rem!important;
	}

	.projet
	{
		font-size: 0.6rem!important;
	}
}

@media only screen and  (max-width: 400px)
{
	.flechegauche
	{
		width: 5%;
		height: 5%;
	}

	.flechedroite
	{
		width: 5%;
		height: 5%;
	}
}

@media only screen and  (max-width: 350px)
{
	.textetop
	{
		margin:20px;
	}

	.menu h3
	{
		font-size: 0.8rem!important;
	}

}

/*############################# HOME ###################*/
body
{
	background: #1d1d1d !important;
	font-family: 'Open Sans', sans-serif !important;
	color: #e6e6e6 !important;
}

.fixed
{
	/* position: fixed !important;
	*/
	z-index: 2000;
	top: 0;
	width: 100%;
	height: 90px;
}

.navbar-link
{
	flex-direction: row-reverse;
}

a
{
	text-decoration: none;
	color: #000 !important;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 10%, transparent 10.01%) no-repeat left bottom / 0 100%;
	transition: background-size .75s;
}

a.nav-link:hover
{
	background-size: 100% 100%;
}

.bg-perso
{
	background: #f26330;
	border-bottom: 5px solid black;
}

img.img-home
{
	width: 100%;
	border-bottom: 1px solid black;
}

.hidden
{
	opacity: 0;
	position: absolute;
	height: 75px;
	border-top-left-radius: 50%;
	border-top-right-radius: 50%;
}

.img-home
{
	text-decoration: none;
	color: #e6e6e6 !important;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.8) 10%, transparent 10.01%) no-repeat left bottom / 0 100%;
	transition: background-size .75s;
}

.img-home:hover
{
	cursor: pointer;
	background-size: 100% 100%;
}

.container-box
{
	position: relative;
top: 0px}

/* .box:hover >span.title-article
{
	opacity: 1;
transition: 500ms}

*/
.containerOwn
{
	padding: 75px 25px;
}

.box-height
{
	height: 400px;
	margin: auto;
	padding-bottom: 15px;
	padding-top: 15px;
}

.box-height>a>img
{
	height: 100%;
	width: 100%;
}

.img-home-1
{
	height:100vh;
	width: 100%;
object-fit: cover}

.img-home-third
{
	height: 100%;
	width: 100%;
object-fit: cover}

.overlay
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(242, 99, 48, 0.8);
}

.box-height:hover .overlay
{
	opacity: 1;
}

.title-article
{
	color: #1c1c1c;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 10px;
	font-size: 22px;
	position: absolute;
	top: 50% ;
	left: 50% ;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

@media screen and (max-width: 640px)
{
	.overlay
	{
		opacity: 1;
		height: 100px;
	top: auto  }

	.box-height
	{
		padding: 0 !important;
		margin-bottom: 15px;
	}
}

/*############################# COMPÉTENCES ###################*/
.menu h3
{
	font-size: 1.5rem;
}

.about
{
	max-width: 1140px;
	margin: auto;
	text-align: left;
	font-size: 1rem;
	font-weight:300;
	line-height:200%;
	padding-bottom: 100px;
	padding : 20px;
}

.profil
{
	margin-top: 10px;
	display: block;
	padding-top: 10px;
}

.moi
{
	width: 100%;
	max-height: 50vh;
	object-fit: contain;
	margin-bottom: 2em;
}

.presentation
{
	max-width: 100%;
	position: relative;
	margin:20px;
	margin-top: 0;
	text-align: left;
	font-size: 1rem;
	color: #999999;
	font-weight:300;
	line-height:150%;
	padding-bottom: 50px;
}

/*.credit2
{
	text-align: right;
	padding-right: 20px;
	padding-top: 0;
	font-weight: 300;
	font-size: 0.7rem;
	color:white;
}

*/
/*############################# CONTACT ###################*/
section a:link
{
	text-decoration:none;
	color:black;
}

.page-contact
{
	overflow: hidden;
}

.photoldd
{
	height: 1OOvh;
}

.photoldd img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: 0;
}

.contact
{
    text-align: center;
    font-size: 1.5rem;
    position: relative;
    margin-top: 20px;
    background-color: transparent;
    color: black;
    line-height: 200%;
    color: #fff !important;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carré-contact {
    width: 500px;
    height: 500px;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    color: black;
    flex-direction: column;
    box-shadow: 1px 1px 19px 0px rgba(0,0,0,0.29) inset;
-webkit-box-shadow: 1px 1px 19px 0px rgba(0,0,0,0.29) inset;
-moz-box-shadow: 1px 1px 19px 0px rgba(0,0,0,0.29) inset;
}
.mail
{
	color: #000 !important;
}
.reseaux>a{
	background-color: transparent !important;
}
.reseaux>a>i{
	color: #000 !important;
}
.reseaux a
{
	color:black;
	background-color: rgba(255,255,255,0.6);
}

.reseaux a:hover
{
	color:black;
	text-shadow:1px 1px 1px #999999;
	font-size: 2rem;
	transition-duration: 1s;
}

/*############################# NAVIGATION ###################*/
.wrap
{
	font-family: 'Open Sans', sans-serif;
	background-color: white;
	max-width: 1200px;
	margin: auto;
}

.flechegauche
{
	display: inline-block;
	vertical-align: middle;
	width:20px;
}

.flechegauche:hover
{
	opacity: 0.3;
}

.flechedroite
{
	display: inline-block;
	vertical-align: middle;
	width:20px;
}

h3
{
	display: inline-block;
	font-size: 2rem;
	vertical-align: middle;
	padding-left: 30px;
	padding-right: 30px;
}

.flechedroite:hover
{
	opacity: 0.3;
}

h3 span
{
	font-weight: 300;
}

.menu
{
	text-align: center;
	margin: 20px;
	padding-top: 20px;
}

/*.middle img
{
	text-align: center;
	margin:auto;
	max-width: 100%;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

*/
.middle
{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 100%;
	margin:auto;
	text-align: center;
}

.middle img
{
	padding-bottom: 20px;
	max-width: 100%;
}

.imgrecto
{
	padding-right: 5px;
	padding-left: 5px;
}

.credit
{
	font-weight: 300;
	font-size: 0.8rem;
	padding-bottom: 20px;
	text-align: center;
}

.baseline
{
	font-weight: 300;
	font-size: 1.2rem;
	text-align: center;
}

.sousbaseline
{
	font-weight: 700;
	font-size: 1.2rem;
	text-align: center;
	color: grey;
}

.projet
{
	font-weight: 400;
	font-size: 1.1rem;
	text-align: center;
}

.bold
{
	font-weight: 700;
	font-style: italic;
}

.ital
{
	font-weight: 400;
	font-style: italic;
}

/*#######################PUBLICATIONS NUMÉRIQUES################*/
.fond
{
	font-family: 'Open Sans', sans-serif;
	max-width: 1200px;
	margin: auto;
	overflow: hidden;
}

.middleprojets
{
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 50%;
	margin: auto;
}

.middleprojets img
{
	padding-bottom: 20px;
	max-width: 100%;
}

.alternate
{
	position:absolute;
	top:0px;
	left: 0px;
	animation :disparition 3s infinite alternate both;
}

.alternate2
{
	position:absolute;
	top:0px;
	left: 0px;
	animation :disparition 3s infinite alternate both;
}

@keyframes disparition
{
	0%
	{
		opacity: 1;
	}

	100%
	{
		opacity: 0;
	}
}

.alternate3
{
	position:absolute;
	top:0px;
	left: 0px;
}

.alternate5-1
{
	position:absolute;
	top:0px;
	left: 0px;
}

.alternatetablette
{
	position: relative;
}

.alternate7
{
	position:absolute;
	top:0px;
left: 0px}

.alternate8
{
	padding-bottom: 235px;
}

.alternate9
{
	position:absolute;
	top:0px;
left: 0px}

.alternate11
{
	position:absolute;
	top:0px;
left: 0px}

.alternate12
{
	position:absolute;
	top:0px;
	left: 0px;
	animation :disparition 4s infinite /*alternate */
	both;
}

.alternate13
{
	position:absolute;
	top:0px;
left: 0px}

.alternate14
{
	padding-bottom: 235px;
}

.alternate15
{
	position:absolute;
	top:0px;
	left: 0px;
}

.alternate16
{
	padding-bottom: 205px;
}

.alternate17
{
	position:absolute;
	top:0px;
left: 0px}

video
{
	max-width: 100%;
}

/*############################# FOOTER ###################*/
footer
{
	background-color: #dcdcdc;
}

footer a
{
	text-decoration: none;
	color:#999999;
	transition-duration: 1s;
}

footer a:hover
{
	color:black;
	text-shadow:1px 1px 1px #999999;
	font-size: 1.4rem;
	transition-duration: 1s;
}

.flecheup
{
	position: fixed;
    text-align: center;
    bottom: 15px;
    display: block;
    max-width: 100%;
	right: 15px;
	width: 40px;
	transition: 100ms;
}

.flecheup:hover
{
	opacity: 0.7;
	transition: 300ms;
	width: 40px;
}

.collapse
{
	display: block!important;
}

#navbarNav
{
	display: none;
}

.switch
{
display: none}

.switch1
{
display: block
}

/*############################# PAGES CARD ###################*/

.card{
	box-shadow:
	0 2px 7px rgba(0, 0, 0, 0.05);
	margin-bottom: 1em;

}
.card-img-top{
	height: 250px;
	object-fit: cover;

}
.card-body{
	color: #808080;
	height: 220px;
	

}
.card-text-ital{
	font-style: italic;
	font-size: 85%;
	

}
.btn-primary-alt{
	
	background-color: #f26330;
    color: #fff !important;
    width: 100%;
    position: absolute;
    bottom: 15px;
    left: 5%;
    max-width: 90%;
}
.hr>hr{
	border-color: rgba(255,255,255,0.6);
	max-width: 25%;
}
.skills-container{
	max-width: 75%;
	margin: auto !important;
}
.skills{
	display: flex;
    align-items: center;
    flex-direction: row;
	padding-bottom: 1em;
	font-size: 1.1em;
}
.skills>i{
	margin-right: .5em;
	font-size: 1.25em;
}
.skills>p{
	margin-bottom: 0;
	line-height: 20px;
}