/*
bleu glaz #05ad96
bleu petrole #1D4851
*/
@font-face {
  font-family: SocialMedia;
  src: url(/fonts/social_media.ttf);
}

html,body {
    height:100%;
}

body {
  padding-left: 300px;
  background: #f0f0f0;
}

label {
	font-weight: bold;
}

#left {
  position: fixed;
  height: 100%;
  left: 0px;
  top: 0px;
  width: 300px;
  background: #1D4851;
  color: white;
  border-right: 5px solid rgb(50, 50, 50);
  padding: 10px;
}

#profileImage {
	background:url(/images/profil.jpg) no-repeat 0px -20px;
	background-size: 150px;
	margin: auto;
}

.followMe {
	margin-top: 60px; font-size: 1.6rem; border-bottom: 1px solid white;
	font-weight: bold;
}

.followMeIcon {
	text-align: center;
}

.followMeIcon a {
	color: white;	
    font-size: 26px;
}

.followMeIcon a:hover, .followMeIcon a:active {
	color: #05ad96;
   	text-decoration:none;
}




.h1, .h2, .h3, .h4, .h5, .h6, .p, h1, h2, h3, h4, h5, h6, p {
	font-weight: 300;
}

.roundedImage, .roundedImageShadow, .roundedImageBorder{
	overflow:hidden;
	-webkit-border-radius:80px;
	-moz-border-radius: 50%;
	border-radius:80px;
	width:150px;
	height:150px;
}
.roundedImageShadow{
	-moz-box-shadow: 0px 0px 10px #343434;
	-webkit-box-shadow: 0px 0px 10px #343434;
	-o-box-shadow: 0px 0px 10px #343434;
	box-shadow: 0px 0px 10px #343434;
}
.roundedImageBorder{
	border: 2px solid white;
	cursor: pointer;
}

.goHome {
	cursor: pointer;
}

.goHome:hover, .goHome:active {
	color:#05ad96;
}

.goHome:hover .roundedImageBorder, .goHome:active .roundedImageBorder {
	border: 2px solid #05ad96;
}

.goHome:hover .subTitle, .goHome:active .subTitle {
	border-top: 1px solid #05ad96;
}

.subTitle {
	font-size: 1rem; border-top: 1px solid white;
}

#left .material-icons {
	font-size: 18px;
}

#left .rowContact {
	margin-top: 60px; font-size: 1.6rem; border-bottom: 1px solid white;
	font-weight: bold;
}

#left .lineContactIcon {
	font-size:40px; position: absolute;
}

#left .lineContactInfo1 {
	text-align: center;
}

#left .lineContactInfo2 {
	line-height: 20px;
	text-align: center;
}

#rowContactMe {
	margin-top: 30px;
}

#containerContactMe {
	text-align:center;
}

#contactMe:before, #btnCV:before, #lineAddress:before, #linePhoneNumber:before, #lineEmail:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#contactMe:before {
   	content:"\f0e0";
}

#contactMe:hover {
	background: #05ad96;
	border: 1px solid rgb(50, 50, 50);
}

#containerCV {
	text-align:center;
}

#btnCV:hover {
	background: #05ad96;
	border: 1px solid rgb(50, 50, 50);
}

#btnCV:before {
   	content:"\f019";
}

#lineAddress:before {
	content:"\f041";
	font-size: 26px;
}

#lineEmail:before {
	content:"\f1fa";
	font-size: 26px;
}

#linePhoneNumber:before {
	content:"\f095";
	font-size: 26px;
}

.containerAge {
	font-weight:bold; font-size:60px; line-height:40px; text-align: center;
}

.containerJob {
	font-size: 16px;
}

.iconOk {
	color: lightgreen;
}

.iconAboutMe {
	font-size:60px;
}

.containerAboutMe {
	text-align: center; font-size: 16px;
}

#left p {
	margin-bottom: 0;
}

h1 {
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}

h2 {
	text-align: center;
	font-size: 1.4rem;
}

h3 {
	text-align: center;
	font-size: 1rem;
}

#right {
  width: 100%;
  padding:20px;
}
    
.blockTitle {
	text-align: left;
    font-size: 2rem;
	padding: 20px 20px 0 0;	
    margin-bottom: 0;
}

.blockLeft {
	width: 80px;
    height: 100%;
    float: left;
    background: linear-gradient(#000, #000) no-repeat center/2px 100%;
    margin-left: 5px;
    padding: 5px;
}

.blockRight {
	margin:5px 5px 5px 80px; 
}

.block {
	height: 100%;
	background:white;
	-webkit-border-radius:5px;
	-moz-border-radius: 1%;
	border-radius:5px; 
	overflow: hidden;
	margin-bottom:5px;
}

.block h1 {
	color: #1D4851;
    text-align: left;
}

.block h2, .block h3 {
	text-align: left;
	font-size: 1rem;
	border-bottom: 1px solid #1D4851;
    padding-bottom: 5px;
}

.block .description {
	margin-top: 10px;
}

.block .iconIndustryContainer {
	background:#1D4851;
	min-height: 100px;
	border-left: 2px solid rgb(50, 50, 50);
}

.block .lineBadge {
	margin-bottom: 10px;	
}

.block .iconIndustry {
	width: 80px;
	height: 80px;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    position: absolute;
    -webkit-border-radius:40px;
	-moz-border-radius: 50%;
	border-radius:40px;
}

.block2CL {
	margin-left: -15px;
}

.block2CR {
	margin-right: -15px;
}
.blockContainer {
	padding: 10px;
	height: 100%;
}

.iconTitle {
	color: white;
    background: #1D4851;
    border: 1px solid rgb(50, 50, 50);
    -webkit-border-radius:40px;
	-moz-border-radius: 50%;
	border-radius:40px;
    vertical-align: middle;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 3rem;
    margin: 0 5px 0 0;
    float: left;
}

.socialNetworkIcon {
	display: inline-block;
	width: 32px;
	height : 32px;
}

.socialNetworkIcon:hover {
	opacity: 0.5;
}

.facebookIcon {
	background: url(/icon/facebook_white.png) no-repeat 0px 0px;
}

.instagramIcon {
	background: url(/icon/instagram_white.png) no-repeat 0px 0px;
}

.twitterIcon {
	background: url(/icon/twitter_white.png) no-repeat 0px 0px;
}

.linkedinIcon {
	background: url(/icon/linkedin_white.png) no-repeat 0px 0px;
}

.badge-primary {
	background-color: #1D4851;
	font-size: 14px;
	font-weight: 400;
}

.btn-primary {
	background-color: #1D4851;
	border-color: rgb(50, 50, 50);
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus  {
	background-color: #05ad96;
	border-color: rgb(50, 50, 50);
}

.returnLink {
	color: rgb(50, 50, 50);
    vertical-align: middle;
    display: inline-flex;
}

.returnLink:hover, .returnLink:active {
	color: #05ad96;
	text-decoration: none;
}

.iconHobby {
	width:40px;	
}

.lineHobby {
	line-height: 40px;
}

.lineAction {
	margin-bottom: 10px;
	overflow: auto;	
}

.messages {
	margin-top: 10px;
    margin-right: 10px;
}

.form-row {
	padding: 10px;
}

/* Set the size of the div element that contains the map */
#map {
	height: 100%;  /* The height is 400 pixels */
	min-height:400px;
  	width: 100%;  /* The width is the width of the web page */
}

footer {
	color: white;
    background: rgb(50, 50, 50);
    width: 100%;
    padding: 15px;
}

footer a {
	color: white;
}

footer a:hover, footer a:active {
	color: #05ad96;
   	text-decoration:none;
}

.widget_share {
	text-align: center;
}

.icon-twitter:before, .widgetLinks__item_twitter:before, .shareItem_twitter:before, .followItem_twitter:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-twitter:before, .widgetLinks__item_twitter:before, .shareItem_twitter:before, .followItem_twitter:before {
   	content:"\f081";
}

.icon-facebook:before, .widgetLinks__item_facebook:before, .shareItem_facebook:before, .followItem_facebook:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-facebook:before, .widgetLinks__item_facebook:before, .shareItem_facebook:before, .followItem_facebook:before {
   	content:"\f082";
}

.icon-linkedin:before, .widgetLinks__item_linkedin:before, .shareItem_linkedin:before, .followItem_linkedin:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-linkedin:before, .widgetLinks__item_linkedin:before, .shareItem_linkedin:before, .followItem_linkedin:before {
   	content:"\f08c";
}

.icon-viadeo:before, .widgetLinks__item_viadeo:before, .shareItem_viadeo:before, .followItem_viadeo:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-viadeo:before, .widgetLinks__item_viadeo:before, .shareItem_viadeo:before, .followItem_viadeo:before {
   	content:"\f2aa";
}

.icon-instagram:before, .widgetLinks__item_instagram:before, .shareItem_instagram:before, .followItem_instagram:before {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-instagram:before, .widgetLinks__item_instagram:before, .shareItem_instagram:before, .followItem_instagram:before {
   	content:"\f16d";
}


.gauge_container {
  width: 80%;
  height: 200px;
  margin: auto;
  overflow: hidden;
  text-align: center;
  transform-origin: center top;
  transform: translate(0%, 0%);
}

.gauge_container .percent {
	font-weight:bold;
    text-align: center;
}

.gauge-a {
  z-index: 1;
  position: absolute;
  background-color: #EFEFEF;
  width: 100%;
  height: 200px;
  top: 0%;
  border-radius: 250px 250px 0px 0px;
}

.gauge-b {
  z-index: 3;
  position: absolute;
  background-color: white;
  width: 250px;
  height: 125px;
  top: 75px;
  margin-left: 75px;
  margin-right: auto;
  border-radius: 250px 250px 0px 0px;
}

.gauge-c {
  z-index: 2;
  position: absolute;
  background-color: #05ad96;
  width: 100%;
  height: 200px;
  top: 200px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 0px 0px 200px 200px;
  transform-origin: center top;
  transition: all 0s ease-in-out;
}

.gauge-data {
	z-index: 4;
	position: absolute;
   	top: 80%;
   	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

/* On screens that are 992px or less, set the background color to blue */
@media screen and (max-width: 992px) {
  body {
    padding-left: 200px;
  }
  
  #left {
    width: 200px;
  }
  
  #rowContactMe {
	width: 200px;
  }
  
  .block2CContainer {
  	margin-bottom: 10px;
  }
  
  .block2CL {
  	margin-right: -15px;
  }
  
  .block2CR {
  	margin-left: -15px;
  }
}

@media screen and (max-width: 600px) {
  body {
    padding-left: 0;
  }
  
  #left {
    width: 100%;
	height:180px;
	position: unset;
  } 
  
  #left h1, #left h2, #left h3, #left .row {
    margin-left: 150px
  }
  
  #rowContactMe {
  	width:auto;
  }
  
  #profileImage {
	margin:unset;
	position:absolute;
  }
  
  .mobileDelete {
	display: none;
  }
  
  .followMeIcon {
  	position:absolute;
  	bottom:0;
  	right:0;
  }
  
  .block2CContainer {
  	margin-bottom: 10px;
  }
  
  .block2CL {
  	margin-right: -15px;
  }
  
  .block2CR {
  	margin-left: -15px;
  }
  
  	.gauge_container .percent {
	    font-size: 1rem;
	}
}