/* Theme Name:Worthy - Free Powerful Theme by HtmlCoder
Author:HtmlCoder
Author URI:http://www.htmlcoder.me
Version:1.0.0
Created:November 2014
License:Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description:Main CSS file of the template */

/* Typography
----------------------------------------------------------------------------- */
body {
	font-family: 'Open Sans', sans-serif;
}
.site-name {
	font-family: 'Raleway', sans-serif;
}
html,
body {
	height: 100%;
}
body {
	font-size: 15px;
	line-height: 1.50;
	color: #333333;
	background-color: #ffffff;
	position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333333;
}
h1 {
	font-size: 38px;
	font-weight: 400;
	margin-bottom: 20px;	
}
h2 {
	font-size: 28px;
	margin-bottom: 15px;
}
h3 {
	font-size: 22px;
}
h4 {
	font-size: 18px;
	font-weight: 700;
}
h5 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
}
h6 {
	font-weight: 700;
}
h1 span,
h2 span,
h3 span,
h4 span {
	color: #339BEB;
}
.text-colored {
	color: #55acee;
}
a {
	color: #55acee;
}
a:hover {
	color: #339BEB;
}
a:focus,
a:active {
	outline: none;
}
.large {
	font-size: 18px;
}
img {
	display: block;
	max-width: 100%;
	height: auto;
	}
.list-unstyled li {
	padding: 5px 0;
}
.list-horizontal {
	padding: 15px 0;
}
.list-horizontal-item img {
	display: block;
	margin: 0 auto;
}
.list-icons {
	padding: 0;
	margin: 20px 0;
	list-style: none;
	font-size: 18px;
}
.list-icons li {
	padding: 0 0 15px 0;
}
.blockquote {
	border-left: none;
	padding-left: 0;
	padding-right: 0;
}
.title {
	margin-top: 0;
}

/* Layout
----------------------------------------------------------------------------- */
.header {
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.20);
	padding: 10px 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.banner {
	width: 100%;
	height: 100%;
	min-height: 100%;
	position: relative;
	color: #fff;
}
.banner-image {
	vertical-align: middle;
	min-height: 100%;
	width: 100%;
}

.banner-caption {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2;
}
.subfooter {
	background-color: #282828;
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	padding: 40px 0;
}
.section {
	background-color: #ffffff;
	padding: 80px 0;
}


/* Backgrounds
----------------------------------------------------------------------------- */
.default-bg {
	background-color: #222222;
	color: #ffffff;
}
.default-bg.blue {
	background-color: #55acee;
}
.translucent-bg {
	color: #ffffff;
}
.default-bg h1,
.default-bg h2,
.default-bg h3,
.default-bg h4,
.default-bg h5,
.default-bg h6,
.translucent-bg h1,
.translucent-bg h2,
.translucent-bg h3,
.translucent-bg h4,
.translucent-bg h5,
.translucent-bg h6 {
	color: #ffffff;
}
.default-bg blockquote footer,
.translucent-bg blockquote footer {
	color: #cccccc;
}
.default-bg a,
.translucent-bg a {
	color: #ffffff;
	text-decoration: underline;
}
.default-bg a:hover,
.translucent-bg a:hover {
	text-decoration: none;
}
.translucent-bg {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: 50% 0;
	background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.translucent-bg .translucent-bg {
	margin-top: 80px;
	z-index: 3;
}
.translucent-bg:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.7);
}

.translucent-bg .container {
	z-index: 3;
	position: relative;
}
.bg-image-1 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}

/* Misc
----------------------------------------------------------------------------- */
.object-non-visible {
	opacity: 0;
	filter: alpha(opacity=0);
}
.object-visible,
.touch .object-non-visible {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

/* Targeting only Firefox for smoothest animations */
@-moz-document url-prefix() {
	.object-visible,
	.touch .object-non-visible {
		-webkit-transition: opacity 0.6s ease-in-out;
		-moz-transition: opacity 0.6s ease-in-out;
		-o-transition: opacity 0.6s ease-in-out;
		-ms-transition: opacity 0.6s ease-in-out;
		transition: opacity 0.6s ease-in-out;
	}
}
.space {
	padding: 20px 0;
}
.pr-10 {
	padding-right: 10px;
}
.pl-10 {
	padding-left: 10px;
}
.pb-clear {
	padding-bottom: 0;
}

/* Sections
----------------------------------------------------------------------------- */
.banner-caption h1,
.banner-caption h2,
.banner-caption h3,
.banner-caption h4,
.banner-caption h5,
.banner-caption h6 {
	color: #ffffff;
}
.banner-caption h1 {
	font-size: 60px;
}
.subfooter p {
	margin-bottom: 0;
}

/* Template Components
----------------------------------------------------------------------------- */
/* Buttons
---------------------------------- */
.btn {
	padding: 8px 15px;
	font-size: 14px;
	line-height: 1.42857143;
	min-width: 160px;
	text-align: center;
	border-radius: 0;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.btn-default {
	color: #55acee;
	border: 1px solid #cccccc;
}
.btn-default:hover {
	color: #ffffff;
	background-color: #339BEB;
	border-color: #339BEB;
}

/* Collapse
---------------------------------- */
.panel-group .panel {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: none;
}
.panel-default > .panel-heading {
	padding: 0;
	outline: none;
	border: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	width: 100%;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border: 1px solid #f0f0f0;
	border-top: none;
	background-color: #fafafa
}
.panel-heading a {
	font-weight: 400;
	padding: 12px 35px 12px 15px;
	display: inline-block;
	width: 100%;
	background-color: #55acee;
	color: #ffffff;
	position: relative;
	text-decoration: none;
}
.panel-heading a.collapsed {
	color: #ffffff;
	background-color: #333333;
}
.panel-heading a:after {
	font-family: "FontAwesome";
	content: "\f147";
	position: absolute;
	right: 15px;
	font-size: 14px;
	font-weight: 300;
	top: 50%;
	line-height: 1;
	margin-top: -7px;
}
.panel-heading a.collapsed:after {
	content: "\f196";
}
.panel-heading a:hover {
	text-decoration: none;
	background-color: #55acee;
	color: #ffffff;
}
.panel-title a i {
	padding-right: 10px;
	font-size: 20px;
}

/* Pills
---------------------------------- */
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li > a:hover {
	background-color: #55acee;
	border-color: #55acee;
	color: #ffffff;
}
.nav-pills > li > a {
	border-radius: 0;
	padding: 8px 20px;
	border: 1px solid #cacaca;
	color: #666666;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 300;
}

/* Forms
---------------------------------- */
.form-control {
	height: 45px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.form-control-feedback {
	color: #cccccc;
}
.has-feedback label.sr-only ~ .form-control-feedback {
	top: 15px;
}
textarea {
	resize: vertical;
}

/* Modals
---------------------------------- */
.modal-content {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
/*.modal-header {
	background-color: #55acee;
	color: #ffffff;
}
.modal-header h4 {
	color: #ffffff;
}*/
.modal-header .close {
	font-weight: 300;
	color: #FFFFFF;
	text-shadow: none;
	filter: alpha(opacity=100);
	opacity: 1;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width:1200px) {
	.modal-lg {
		width: 1140px;
	}
}

/* Media
---------------------------------- */
.media .fa {
	font-size: 24px;
	width: 40px;
	height: 25px;
	line-height: 25px;
	padding: 0 5px;
	text-align: center;
}

/* Navigations
----------------------------------------------------------------------------- */
.header .navbar {
	margin-bottom: 0;
}
.main-navigation .navbar-default {
	background-color: transparent;
	border: none;
}
.main-navigation .navbar-default .navbar-nav > li > a {
	color: #fff;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 300;
}
.main-navigation .navbar-default .navbar-nav > li.active > a {
	background-color: transparent;
	color: #55acee;
}
.main-navigation .navbar-default .navbar-nav > li > a:hover,
.main-navigation .navbar-default .navbar-nav > li.active > a:hover {
	color: #55acee;
}
@media (min-width:768px) {
	.main-navigation .navbar-default .navbar-nav > li > a {
		padding-top: 18px;
		padding-bottom: 18px;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (min-width:768px) and (max-width:991px) {
	.main-navigation .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
	.navbar-nav {
		float: left !important;
	}
}
@media (max-width:767px) {
	.header.navbar-fixed-top {
	/*	position: absolute;*/
	}
}

/* Fixed Header
----------------------------------------------------------------------------- */
.fixed-header-on .header {
	background-color: rgba(0, 0, 0, 0.95);
	padding: 5px 0;
}
.fixed-header-on .site-name {
	font-size: 23px;
}
.fixed-header-on .logo {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	margin-top: 0;
	margin-bottom: 0;
}
@media (min-width:768px) {
	.fixed-header-on .navbar-default .navbar-nav > li > a {
		padding-top: 18px;
		padding-bottom: 18px;
	}
}
/*@media (max-width:991px) {
	.fixed-header-on .logo,
	.fixed-header-on .site-name,
	.fixed-header-on .site-slogan {
		display: none;
	}
}*/

/* Blocks/Widgets
----------------------------------------------------------------------------- */
/* Logo, Site Name, Site Slogan
---------------------------------- */
.logo {
	margin: 10px 10px 10px 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.logo,
.site-name-and-slogan {
	float: left;
}
.site-name {
	font-size: 28px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.site-name a {
	color: #ffffff;
}
.site-name a:hover {
	text-decoration: none;
}
.site-slogan {
	font-size: 12px;
}

/* Testimonials
---------------------------------- */
.testimonial .media-left {
	width: 60px;
}

/* Social Links
---------------------------------- */
.social-links {
	padding: 0;
	list-style: none;
	margin: 15px 0;
	text-align: center;
	color: #f3f3f3;
	transition: opacity 1.2s ease;
}
.social-links li {
	margin: 10px 10px 10px 10px;
	display: inline-block;
	font-size: 20px;
}

.social-links li a {
	color: #f3f3f3;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}


.social-links li.twitter a:hover {
	color: #55acee;
}
.social-links li.skype a:hover {
	color: #00aff0;
}
.social-links li.linkedin a:hover {
	color: #0976b4;
}
.social-links li.googleplus a:hover {
	color: #dd4b39;
}
.social-links li.youtube a:hover {
	color: #b31217;
}
.social-links li.flickr a:hover {
	color: #ff0084;
}
.social-links li.facebook a:hover {
	color: #3b5998;
}
.social-links li.pinterest a:hover {
	color: #cb2027;
}

/* Isotope Items
---------------------------------- */
.filters {
	margin: 0 0 30px 0;
}
.filters .nav-pills > li {
	margin-right: 2px;
	margin-bottom: 2px;
}
.filters .nav-pills > li + li {
	margin-left: 0px;
}
.text-center.filters .nav-pills > li {
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 2px;
	display: inline-block;
	float: none;
}
.isotope-container {
	overflow: hidden;
}
.isotope-item {
	margin-bottom: 20px;
}
.isotope-item .btn-default {
	color: #999999;
}
.isotope-item .btn-default:hover {
	color: #ffffff;
}
@media (max-width:480px) {
	.filters .nav-pills > li {
		width: 100%;
		display: block;
	}
}

/* Images Overlay
----------------------------------------------------------------------------- */
.overlay-container {
	position: relative;
	display: block;
	overflow: hidden;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: -1px;
	left: 0;
	right: -1px;
	background-color: rgba(85, 172, 238, 0.9);
	cursor: pointer;
	overflow: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.overlay:hover {
	text-decoration: none;
}
.overlay span {
	position: absolute;
	display: block;
	bottom: 10px;
	text-align: center;
	width: 100%;
	color: #ffffff;
	font-size: 13px;
	font-weight: 300;
}
.overlay i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 18px;
	line-height: 1x;
	color: #ffffff;
	margin-top: -8px;
	margin-left: -8px;
	text-align: center;
}
.overlay-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}


/* A header */



.header {
	color: #8d8d8d;
}

.header span{
	font-weight: 600;
}
  .banner h1{
	font-size: 50px;
	font-weight: 600;
	line-height: 50px;
	color: #55acee;
    text-transform: uppercase;
    text-align: center;
    margin-top: 100px;
  }

	.banner a {
		display: block;
		width: 66px;
		margin: auto;
		margin-top: 50px;
	}

    .banner img {
      width: 100%;
      animation: arrow 1s ease-in-out infinite alternate;
    }
  }

  .keyframes arrow {
    from {
      opacity: 1;
      margin-top: 0;
    }

    to {
      opacity: .2;
      margin-top: 32px;
    }
  }
  .header-left{
			float:left;
		}

@media (min-width:991px) and (max-width:1160px) {
		.site-name{
			font-size:23px;
		}
}

/* A propos */


.social-networks a{
	display: inline-block;
	
}

.social-networks img{
	margin:5px 5px 5px 0;
	width: 50px;
	height: 50px;
}




.lien{
	font-weight:800;
	font-size:15px;
	text-align:center;
	padding-bottom :10px;
	padding-top :10px;
}

.contact{
	padding-top :1px;
}

.clearfix h1{
	font-weight : 800;
	color: #282828;
}

.picture{
	width : 90%;
	margin:auto;
}



#pres span{
	font-weight : 800;
}

#pres h3{
	color : #282828;
	font-weight : 400;
}

#pres ul{
	padding-left:0;
	
}

#pres li , #real li , .footer li{
	list-style:none;
}



/* compétences*/

.percent{
	font-size:30px;
	text-align:right;
	padding-right:0;
	color: #428bca;
}




@media (min-width:769px) and (max-width:830px) {
	.percent{
		font-size:25px;
		
	}
}
@media (max-width:768px)  {
	.percent{
		font-size:22px;
		text-align:center;
		
	}
}


/*Mes expériences professionnelles*/

.experience article{
	position: relative;
    margin-top: 70px;
    background-color: #282828;
    padding: 20px;
}

.experience h1{
	font-weight : 800;
	color: #282828;
}

.experience h3{
	font-size: 30px;
	margin-top: 0;
	font-weight: 800;
	line-height: 35px;
	color: #fff;
    text-align: right;
	margin-left:138px;
  }
  
.experience h4 {
      margin-bottom: 20px;
	  font-size: 15px;
	  font-weight: 700;
	  line-height: 15px;
	  color: #8d8d8d;
    }
  
  .experience li{
	color: #fff;
	list-style-image : url(../images/puce.svg);
  }
  
 .experience p{
	 color: #fff;
	 padding: 15px 0 0 20px;
	 font-weight:800;
 }

  hr {
    margin-bottom: 0;
  }

 .period {
      position: absolute;
	  width:170px;
	  text-align:center;
      height: 70px;
      background: #ff4800;
      padding-left: 16px;
      padding-right: 16px;
      top: -18px;
      left: -14px;
	  font-size: 25px;
	  font-weight: 700;
	  line-height: 70px;
	  color: #fff;
      
    }

    h4 {
      text-align: right;
    }

    h3 {
	  font-size: 25px;
	  font-weight: 700;
	  line-height: 25px;
	  color: #fff;

      &::before {
        content: url('../img/site/puce.svg');
        padding-right: 10px;
      }
    }

	.footer-content li{
		text-align: center;
		
	}	
	
	.footer-content li img{
		margin:auto;
		
	}	
	
	.translucent-bg h1{
	font-weight : 800;
	color: #f3f3f3;
}
  
 .translucent-bg p{
	 text-align:center;
 }
 
  .translucent-bg a href{
	 text-align:center;
 }
 
 
 /*realisation*/

 
 .real{
	 padding:0px; 
 }
 
 #real{
	 padding:15px 0 15px; 
 }
 
 .real figure {
		position: relative;
		margin-bottom: 0;
		margin-top: 0px;
 }
 
 .real img {
	 
      width: 100%;
    }

 
.real figcaption {
      position: absolute;
	  height:100%;
	  width:100%;
      background-color: #55acee;
      opacity: 0;
	  transition: opacity 1.2s ease;
 }
 
 .real figcaption:hover{
	 opacity: .85;
	 
 }
    

  
 
	  
@media (min-width:1150px) {
  .real h3{
	  text-align: center;
	  margin-bottom: 15px;
	  font-size: 17px;
	  font-weight: 700;
	  line-height: 20px;
	  color: #000000;
  }
 
   .real h4{
	  text-align: center;
	  margin-bottom: 15px;
	  font-size: 15px;
	  font-weight: 400;
	  line-height: 14px;
	  color: #000000;
	  opacity: none;
  }
   .real figcaption img{
        display: block;
        width: 50px;
		height: auto;
        margin: auto;
		opacity: none;		
      }
}
 
@media (min-width:992px) and (max-width:1149px) {
  .real h3{
	  text-align: center;
	  margin-bottom: 8px;
	  font-size: 13px;
	  font-weight: 700;
	  line-height: 20px;
	  color: #000000;
  }
 
   .real h4{
	  text-align: center;
	  margin-bottom: 8px;
	  font-size: 12px;
	  font-weight: 400;
	  line-height: 14px;
	  color: #000000;
	  opacity: none;
  }
   .real figcaption img{
        display: block;
        width: 50px;
		height: auto;
        margin: auto;
		opacity: none;		
      }
}

@media (min-width:780px) and (max-width:991px) {
	  .real h3{
	  text-align: center;
	  margin-bottom: 20px;
	  font-size: 22px;
	  font-weight: 700;
	  line-height: 20px;
	  color: #000000;
  }
 
   .real h4{
	  text-align: center;
	  margin-bottom: 20px;
	  font-size: 20px;
	  font-weight: 400;
	  line-height: 14px;
	  color: #000000;
	  opacity: none;
  }
    .real figcaption img{
        display: block;
        width: 70px;
		height: auto;
        margin: auto;
		opacity: none;		
      }
}

@media (min-width:610px) and (max-width:780px) {
	  .real h3{
	  text-align: center;
	  margin-bottom: 15px;
	  font-size: 17px;
	  font-weight: 700;
	  line-height: 20px;
	  color: #000000;
  }
 
   .real h4{
	  text-align: center;
	  margin-bottom: 15px;
	  font-size: 15px;
	  font-weight: 400;
	  line-height: 14px;
	  color: #000000;
	  opacity: none;
  }
    .real figcaption img{
        display: block;
        width: 65px;
		height: auto;
        margin: auto;
		opacity: none;		
      }
}

 @media (min-width:480px) and (max-width:610px) {
	  .real h3{
	  text-align: center;
	  margin-bottom: 10px;
	  font-size: 10px;
	  font-weight: 700;
	  line-height: 20px;
	  color: #000000;
  }
 
   .real h4{
	  text-align: center;
	  margin-bottom: 10px;
	  font-size: 9px;
	  font-weight: 400;
	  line-height: 14px;
	  color: #000000;
	  opacity: none;
  }
	.real figcaption img{
        display: block;
        width: 40px;
		height: auto;
        margin: auto;
		opacity: none;		
      }
}

 @media (min-width:370px) and (max-width:480px) {
	  .real h3{
	  text-align: center;
	  margin-top: 5px;
	  margin-bottom: 2px;
	  font-size: 10px;
	  font-weight: 700;
	  line-height: 20px;
	  color: #000000;
  }
 
   .real h4{
	  text-align: center;
	  margin-top: 5px;
	  margin-bottom: 2px;
	  font-size: 9px;
	  font-weight: 400;
	  line-height: 14px;
	  color: #000000;
	  opacity: none;
  }
	.real figcaption img{
        display: block;
        width: 30px;
		height: auto;
        margin: auto;
		opacity: none;		
      }
}

 @media (max-width:370px) {
	  .real h3{
	  text-align: center;
	  margin-top: 2px;
	  margin-bottom: 1px;
	  font-size: 6px;
	  font-weight: 700;
	  line-height: 15px;
	  color: #000000;
  }
 
   .real h4{
	  text-align: center;
	  margin-top: 2px;
	  margin-bottom: 1px;
	  font-size: 5px;
	  font-weight: 400;
	  line-height: 15px;
	  color: #000000;
	  opacity: none;
  }
	.real figcaption img{
        display: block;
        width: 15px;
		height: auto;
        margin: auto;
		opacity: none;		
      }
}

.clic{
	font-size: 20px;
	padding-bottom: 80px;
    list-style: none;
    margin: 15px 0;
    text-align: center;
    color: #f3f3f3;
}

.clic a {
	color: #f3f3f3;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.clic a:hover {
	color: #b31217;
}

 /*modal*/
 
	#realModal,#realModal .modal-content {
		width:100%;
		height:100%;
		background-color: rgba(40,40,40,0.6);
		
	}
	
	#realModal .modal-dialog{
		width: 100%;
		height: 100%;
		margin: auto;
	}
	
	#realModal .modal-header, #realModal .modal-body{
		background-color: rgba(40,40,40,0.6);
		border:0px;
	}
	

	
	
	/*Pour me contacter*/

.contact h1{
	font-weight : 800;
}

.footer li{
	font-weight: 700;
	font-size : 20px;
}

.footer{
	background: url("../images/Agenda.jpg") 50% 0px no-repeat;
}


/*footer*/

.subfooter p{
	color: #f3f3f3;
}

.sufooter social-links{
	color: #f3f3f3;
}

.footer h1{
	font-weight : 800;
}

.footer-content li{
	text-align: center;
	padding-bottom: 50px;	
}	

.footer-content ul{
	padding-bottom: 60px;
	padding-right: 40px;
}

.footer-content img{
	margin-left: auto;
    margin-right: auto;
}

 
  @media (max-width: 991px){
	  .real img{
		  width:100%;
		  
	  }
	  
  }
 
 
	
  @media (max-width: 1200px){
	  .container { 
		width:100%;
		padding: 0 15px;
	  
	  }
	  
	  
/*compétences*/
  

 
 
.translucent-bg flex {
    display: flex;
	align-items: center;
    margin-top: 25px;
}

.translucent-bg percent {
	font-size: 100px;
	font-weight: 800;
	line-height: 100px;
	color: #ccc;
}

.translucent-bg progress-container {
      padding-left: 32px;
}

.translucent-bg strong {
	font-size: 20px;
	font-weight: 700;
	line-height: 20px;
	color: #f3f3f3;
}

.translucent-bg progress {
	margin-top: 16px;
	border-radius: 0;
	background-color: #656565;
}

.translucent-bg progress-bar {
	height: 18px;
	background-color: #38f3f3;
}



/*ResponsibleMenu*/
 
 @media (max-width: 991px){
  .navbar-header {
  float: none;
}
.navbar-left,.navbar-right {
  float: none !important;
}
.navbar-toggle {
  display: block;
}
.navbar-collapse {
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-collapse.collapse {
  display: none!important;
}
.navbar-nav {
  float: none!important;
  margin-top: 7.5px;
}
.navbar-nav>li {
  float: none;
}
.navbar-nav>li>a {
  padding-top: 10px;
  padding-bottom: 10px;
}
.collapse.in{
  display:block !important;
}
}
