* {
	box-sizing:border-box;
}

.slogan {
	display:none;
}

#bg2 {
	display:none;
}

a#logo {
	width:100%;
	background-position:40% 0px;
}

#main {
	width:100%;
}

img{
	max-width:100%;
}

.titre {
	text-align:justify;
	border: 2px solid black !important;
	padding: 10px;
}

#corps {
	text-align:justify;
	padding: 20px;
	border-top:3px solid black !important;
}


#corps>div {
	text-align: center;
}

#corps ul, .article ul {
	list-style-type:disc;
}

.nav a:not(.photo) {
	display:inline-block;
	font-size: 14px;
	color: #000;
	transition: background 0.2s;
	font-weight:normal;
	padding: 7px 7px;
	border-radius: 5px;
	text-decoration:underline;
}

.nav>ul>li>a {
	width:100%;
}


.nav a:hover:not(.photo) {
	background-color:#616161;
	color: #fff;
	transition: background 0s;
	text-decoration:none;
}

.nav h2 {
	text-align:justify;
	line-height:1.5;
	padding-bottom: 0 !important;
}

.nav a:hover h2 {
	color: #fff;
}

.nav>ul>li {
	margin:20px;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0.15),0 2px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 0 1px rgba(0,0,0,0.15),0 2px 3px rgba(0,0,0,0.2);
	box-shadow: 0 0 0 1px rgba(0,0,0,0.15),0 2px 3px rgba(0,0,0,0.2);
	border-radius: 5px;
	padding-bottom:20px;
}
.nav>ul>li>div {
	text-align: right;
	margin:0 20px;
}

.nav>ul>li>div>a {
	background-color:#f27442;
	border-radius:5px;
	padding:15px;
	font-weight: bold;
}

.nav>ul>li>div>a>.fa {
	margin-right:5px;
}

.article {
	display:flex;
	flex-direction:row;
	justify-content:space-between;
	align-items:center;
	padding:10px;
}

.article>div {
	width:65%;
	text-align: justify;
}

.article .photo {
	width:34%;
	margin:0 !important;
}

#main  p {
	margin: 10px;
}

#wLinkedIn {
	text-align:center;
}

#wLinkedIn a {
    display: inline-block;
    color: #000 !important;
    background: #fdfdfd; 
    background: -webkit-linear-gradient(#fdfdfd, #eee);
    background: -moz-linear-gradient(#fdfdfd, #eee);
    background: -o-linear-gradient(#fdfdfd, #eee);
    background: linear-gradient(#fdfdfd, #eee);
    text-decoration: none;
    font-size: 12px !important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    line-height: inherit;
    font-weight: bold;
    border: 1px solid #bbb !important;
    border-radius: 3px;
	margin:30px;
}

#wLinkedIn:hover a {
    opacity: 0.7;
}

#wLinkedIn a:hover {
	opacity:1;
}

#icon-bg {
    display: inline-block;
    background: #007bb6; 
    background: -webkit-linear-gradient(#81bedb, #007bb6);
    background: -moz-linear-gradient(#81bedb, #007bb6);
    background: -o-linear-gradient(#81bedb, #007bb6);
    background: linear-gradient(#81bedb, #007bb6);
    color: #fff;
    padding: 0px 5px 3px;
    border-radius: 3px;
    border: 1px solid #3f7eb7;
    font-size: 25px;
    margin: -1px;
}

#icon-label-bg, #wLinkedIn a:first-of-type{
    display: inline-block;
    padding: 3px 5px 3px 5px;
	font-size: 20px !important;
}

#icon-label-bg span {
	color: #007bb6;
}

.anchor{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}