
 /* Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 Copyright 2013-2016 Start Bootstrap
 Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE) */

@font-face {
    font-family: 'visionregular';
    src: url('../vendor/vision-font/vision-webfont.woff2') format('woff2'),
         url('../vendor/vision-font/vision-webfont.woff') format('woff'),
         url('../vendor/vision-font/vision-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'penultimate';
    src: url('../vendor/penultimate-font/penultimate_regular-webfont.woff2') format('woff2'),
         url('../vendor/penultimate-font/penultimate_regular-webfont.woff') format('woff'),
		 url('../vendor/penultimate-font/penultimate_regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
	font-family: 'oladnor';
	src: url('../vendor/oladnor/oladnor-webfont.woff2') format('woff2'),
		 url('../vendor/oladnor/oladnor-webfont.woff') format('woff'),
		 url('../vendor/oladnor/oladnor-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
 
 
body {
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  overflow-x: hidden;
}
p {
  font-size: 20px;
}


/* CUSTOM CLASSES */
p.small {font-size: 16px;}
.text-center {text-align: center;}
.text-gray { color: gray; }
.text-tomato { color: tomato; }
.lineheight-1 { line-height: 1; }
.long-filet:before {content: "——";letter-spacing: -0.2em;margin: 0 3px;}
.margin-right-16 { margin-right: 16px; }
.max-width-100 { max-width: 100%; }


a,
a:hover,
a:focus,
a:active,
a.active {
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "oladnor", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.06em;
}
hr.star-light,
hr.star-primary,
hr.modal-title {
  padding: 0;
  border: none;
  border-top: solid 5px;
  text-align: center;
  max-width: 250px;
  margin: 25px auto 30px;
  opacity: .45
}
hr.star-light:after,
hr.star-primary:after {
  content:  "\f111";
  font-family: FontAwesome;
  display: inline-block;
  position: relative;
  top: -0.8em;
  font-size: 1.7em;
  padding: 0 0.25em;
}
hr.star-light {
  border-color: white;
  overflow: visible;
}
hr.star-light:after {
  background-color: #337ABE;
  color: white;
}
hr.star-primary {
  border-color: #2B404F;
  overflow: visible;
}
hr.modal-title {
   border-color: #555;
}
hr.star-primary:after {
  background-color: white;
  color: #2B404F;
}
.img-centered {
  margin: 0 auto;
}
header {
  text-align: center;
  background: #337ABE;
  color: white;
}
header .container {
  padding-top: 100px;
  padding-bottom: 50px;
}
header img {
  display: block;
  margin: 0 auto 20px;
}
header .intro-text .name {
  display: block;
  /* font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif; */
  text-transform: none !important;
  font-weight: 700;
  font-size: 3.5em;
}
header .intro-text .name > span {
	position: relative;
	font-weight: normal;
	font-size: 1.25em;
	top: 8px;
}
header .intro-text .name > img {
	width: 420px;
	max-width: 90%;
}
header .intro-text .skills {
  font-size: 1.5em;
  font-weight: 300;
}
header .intro-text .skills > span {
	/* => SEO */
	display: inline-block;
	text-indent: -1000px;
    height: 1px;
	overflow: hidden; 
}


.navbar-custom {
  background: #233140;
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /* text-transform: uppercase; */
  font-weight: 700;
  border-bottom: 2px solid #337ABE;
}
.navbar-custom .navbar-brand {
  color: white;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: white;
}
.navbar-custom .navbar-nav {
  letter-spacing: 1px;
}
.navbar-custom .navbar-nav li a {
  color: white;
}
.navbar-custom .navbar-nav li a:hover {
  color: #337ABE;
}
.navbar-custom .navbar-nav li a:focus,
.navbar-custom .navbar-nav li a:active {
  color: white;
}
.navbar-custom .navbar-nav li.active a {
  color: white;
  background: #337ABE;
}
.navbar-custom .navbar-nav li.active a:hover,
.navbar-custom .navbar-nav li.active a:focus,
.navbar-custom .navbar-nav li.active a:active {
  color: white;
  background: #337ABE;
}
.navbar-custom .navbar-toggle {
  color: white;
  text-transform: uppercase;
  font-size: 10px;
  border-color: white;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #337ABE;
  color: white;
  border-color: #337ABE;
}
.navbar-brand {
	padding: 0 !important;
}
.navbar-brand img {
	width: 180px;
	margin-top: 3px;
}


#annonce img {
	padding: 20px 0;
	background-color: rgba(51, 122, 200, .15);
}



section {
  padding: 50px 0;
}
section h2 {
  margin: 0;
  font-size: 3em;
}
section h2 > small {
	display: block;
	font-size: .4em;
}
section#intro .row {
 	display: flex;
	flex-direction: column;
	align-items: center;
}
.row.flex-center {
 	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
section#intro {
 	/* NEW : avec image */
	position: relative;
	padding: 0px 0 50px;
	background: url(/img/web-developpement-unsplash-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 0;
}
section#intro:before {
	content: "";
	position: absolute;
	left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .4;
	z-index: -1;
}
section#intro, section#intro:before {
	/* background-color: #2B404F; */
	background-color: rgba(43, 64, 79, 0.75);
}
section#intro h3 {
	/* NEW : avec image */
	color: white;
	text-shadow: 0 0 10px black;
}
section#intro h3 {
	font-family: "oladnor", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 36px;
	letter-spacing: 0.05em !important;
	font-variant: small-caps;
	line-height: 1;
}
section#intro h3 > strong {
 	display: inline-block;
	margin-top: 10px;
}
section#intro * {
	text-transform: none;
}
section#intro #descriptif {
	max-width: 90%;
	list-style: none;
	margin-top: 15px;
	margin: 15px 0 25px !important;
	padding-left: 0;
}
section#intro #descriptif li,
section#intro #descriptif + p {
	display: flex;
	align-items: center;
	height: 40px;
	font-size: 24px;
	color: white;
	text-shadow: 0 0 10px black;
	/* line-height: 1.15;
	padding-top: 5px; */
}
/* section#intro #descriptif li:last-child {
	margin-top: 30px;
} */
section#intro #descriptif li > i {
	/* icone */
	width: 1.5em;
	height: 1.5em;
	margin-right: 12px;
	padding: 6px;
	color: rgba(255,255,255, .85);
	text-align: center;
	background: #337abe;
	border-radius: 50%;
}
/* section#intro #descriptif li:nth-child(odd) {
	background: rgba(243,179,21, .25);
} */
section#intro p span {
	color: #F39700;
	font-weight: 900;
}
section.success {
  /* background: #337ABE;
  color: white; */
}
section#about {
	padding-bottom: 0;
}
.portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
.portfolio .portfolio-item .portfolio-link {
  display: block;
  box-sizing: content-box;
  position: relative;
  max-width: 240px;
  margin: 0 auto;
  border: 15px solid #81a4cd;
}
#mobile.portfolio .portfolio-item .portfolio-link {
	border-color: #47d1ff;
}
.portfolio .portfolio-item .portfolio-link .caption {
  /* background: rgba(24, 188, 156, 0.9); */
  background: rgba(243, 151, 0, 0.85);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
.portfolio .portfolio-item .portfolio-link .caption:hover {
  opacity: 1;
}
.portfolio .portfolio-item .portfolio-link .caption span {
	position: absolute;
	color: white;
	font-size: 20px;
	line-height: 1;
	left: 0; top: 10px;
	width: 100%;
	text-align: center;
}

.portfolio .portfolio-item .portfolio-link .caption .caption-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
.portfolio .portfolio-item .portfolio-link .caption .caption-content i {
  margin-top: -12px;
}
.portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
.portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
  margin: 0;
}
.portfolio * {
  z-index: 2;
}
.floating-label-form-group {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eeeeee;
}
.floating-label-form-group input,
.floating-label-form-group textarea {
  z-index: 1;
  position: relative;
  padding-right: 0;
  padding-left: 0;
  border: none;
  border-radius: 0;
  font-size: 1.5em;
  background: none;
  box-shadow: none !important;
  resize: none;
}
.floating-label-form-group label {
  display: block;
  z-index: 0;
  position: relative;
  top: 2em;
  margin: 0;
  font-size: 0.85em;
  line-height: 1.764705882em;
  vertical-align: middle;
  vertical-align: baseline;
  opacity: 0;
  -webkit-transition: top 0.3s ease,opacity 0.3s ease;
  -moz-transition: top 0.3s ease,opacity 0.3s ease;
  -ms-transition: top 0.3s ease,opacity 0.3s ease;
  transition: top 0.3s ease,opacity 0.3s ease;
}
.floating-label-form-group:not(:first-child) {
  padding-left: 14px;
  border-left: 1px solid #eeeeee;
}
.floating-label-form-group-with-value label {
  top: 0;
  opacity: 1;
}
.floating-label-form-group-with-focus label {
  color: #337ABE;
}
form .row:first-child .floating-label-form-group {
  border-top: 1px solid #eeeeee;
}
footer {
  color: white;
}
footer h3 {
  margin-bottom: 20px;
}
footer .footer-above {
  padding-top: 50px;
  background-color: #2B404F;
}
footer .footer-col {
  margin-bottom: 50px;
}
footer .footer-col p {
  display: inline-block;
  text-align: left;
}
footer .footer-col p, footer .footer-col ul {
	opacity: 0.8;
}
footer .footer-below {
  padding: 25px 0;
  background-color: #233140;
}
footer .footer-below * {
	opacity: .85;
}
footer ul#competences {
	list-style: none;
	font-size: 20px;
	text-align: left;
	width: 320px; max-width: 100%;
	margin: 0 auto 15px;
}
footer ul#competences li {
	position: relative;
	line-height: 1.1;
	margin-bottom: 5px;
}
footer ul#competences li i {
	position: absolute;
	right: 100%; top: 4px;
	padding-right: 5px;
	color: #F3B315;
	
}
footer ul#infos {
	max-width: 100%;
	margin: auto;
	font-size: 18px;
	text-align: left;
}
footer h5 {
	font-family: inherit;
	font-size: 1.25em;
	margin-top: 45px;
	opacity: .7;
}

.btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.3s ease-in-out;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
  color: #337ABE;
  background: white;
  border: solid 2px white;
}
.btn-primary {
  color: white;
  background-color: #2B404F;
  border-color: #2B404F;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #1a242f;
  border-color: #161f29;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #2B404F;
  border-color: #2B404F;
}
.btn-primary .badge {
  color: #2B404F;
  background-color: white;
}
.btn-success {
  color: white;
  background-color: #337ABE;
  border-color: #337ABE;
  font-weight: 700;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: white;
  background-color: #128f76;
  border-color: #11866f;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #337ABE;
  border-color: #337ABE;
}
.btn-success .badge {
  color: #337ABE;
  background-color: white;
}
.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
}
.scroll-top {
  position: fixed;
  right: 2%;
  bottom: 2%;
  width: 50px;
  height: 50px;
  z-index: 1049;
}
.scroll-top .btn {
  font-size: 20px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 28px;
}
.modal { /* hack Boostrap */
	top: 20px;
	right: 0;
	bottom: 20px;
	left: 0;
	width: 620px;
	margin: auto;
	padding-right: 0 !important;
	border: 1px solid gray;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
#mentions-legales-modal h1,
#mentions-legales-modal h2,
#mentions-legales-modal h3,
#mentions-legales-modal h4,
#mentions-legales-modal h5,
#mentions-legales-modal h6 {
	font-family: inherit;
}
#mentions-legales-modal .tramed {
	padding: 1em;
	background-color: #e9e9e9;
}

.modal-content {
  border-radius: 0;
  background-clip: border-box;
  background-image: url(../img/bg_modal.png);
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 50px 0;
  text-align: center;
}
.modal-content h2 {
  margin: 0;
  font-size: 3em;
}
/* .modal-content img {
  margin-bottom: 30px;
} */
.modal-content .item-details {
  margin: 30px 0;
}
.modal-body .description {
	/* width: 90%; */
	max-width: 400px;
	margin: 0 auto 30px;
	/* font-size: 1.3em; */
}
.modal-body .description h3 {
	font-family: inherit;
	text-transform: none;
	text-align: center;
	letter-spacing: 0;
}
.modal-body .description .infosPlus {
	display: none;
	left: 0;
	width: 100%;
	padding: 4px 20px 6px;
	background-color: #333;
	color: #aaa;
	font-size: 1em;
	line-height: 1;
}
.modal-body .description .btn-infosplus {
	display: inline-block;
	width: 100%;
	text-align: right;
}
.modal-body .description .btn-infosplus.actif i {
	visibility: visible;
}
.modal-body .description .btn-infosplus.inactif i {
	visibility: hidden;
}
/* .modal-body .description .btn-infosplus.inactif + .infosPlus {
	display: none !important;
} */
.modal-body .description .btn-infosplus i {
	color: #999;
	cursor: pointer;
}
button[type="submit"]:before {
	content: "\2709" " ";
	font-size: 1.25em;
}

.modal-body img {
	/* border: 1px solid lightgray; */
}
.modal-body img[src$="victor.jpg"],
.modal-body img[src$="GHB.jpg"] {
	border: none;
}
.modal-body .description > div {
	padding: 20px;
	border-top: 1px dotted gray;
	border-bottom: 1px dotted gray;
	text-align: left;
	background-color: #eee; /* #f4f4f4; */
	overflow: hidden;
}
.web .modal-body .description > div,
.mobile .modal-body .description > div {
	padding-bottom: 0;
}
.modal-body .download-link {
	float: right;
}
.modal-body .download-link:before {
	content: url(../img/arrow-round-right.svg);
	display: inline-block;
	vertical-align: middle;
}
.portfolio-modal-link {
	display: inline-block;
	border: 25px solid;
}
.portfolio-link img, .portfolio-modal-link img {
	margin: auto;
	/* border: 1px solid white; */
}
#mobile .portfolio-link img, #mobile .portfolio-modal-link img {
	border: none;
}
.portfolio-link img[src$="victor.jpg"],
.portfolio-link img[src$="GHB.jpg"] {
	margin-bottom: 12px;
}
/* .portfolio-modal:after {
	content: "";
	position: fixed;
	left: 0; top: 0;
	right:0; bottom: 0;
	background-color: #2B404F;
	opacity: 0.55;
	z-index: -1;
} */

.portfolio-link span {
	position: absolute;
	right: 5px; bottom: -1px;
	font-weight: bold;
}

.close-modal {
  position: absolute;
  /* width: 75px;
  height: 75px; */
  font-size: 3.5em !important;
  color: #aaa;
  background-color: transparent;
  top: 5px;
  right: 25px;
  cursor: pointer;
}
.close-modal:hover {
  /* opacity: 0.3; */
  color: red;
}
.close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #2B404F;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #2B404F;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.modal-backdrop {
  opacity: 0;
  display: none;
}
#modal-overlay {
	/* display: none; */
	position: fixed;
	left: 0;right: 0;top: 0;bottom: 0;
	background-color: #2B404F;
	z-index: -1;
	opacity: 0;
	transition: opacity .25s;
}
.modal-open #modal-overlay {
	z-index: 1049;
	opacity: 0.6;
	/* display: block; */
}

#mentions-legales-modal .modal-content {
	text-align: left;
}
#mentions-legales-modal .wrapper-close-modal-btn {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
#skipnav a {
  padding: 6px;
  position: absolute;
  top: -40px;
  left: 0px;
  color: white;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
  border-bottom-right-radius: 8px;
  background: transparent;
  transition: top 1s ease-out, background 1s linear;
  z-index: 2000;
}
#skipnav a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  background: #337ABE;
  outline: 0;
  transition: top 0.1s ease-in, background 0.5s linear;
}
div#maincontent {
  outline: none;
}

#about a {
	color: inherit;
	border-bottom: 1px dotted;
	text-decoration: none;
}
#a-propos p, #a-propos ul li {
	font-size: 22px;
	margin-bottom: 1rem !important;
}
#mentions-legales-modal * {
	font-size: 1em;
}
#mentions-legales-modal h2 {
	font-size: 2em;
}

#annonceModal .container { text-align: center; }
#annonceModal .modal-body h3 { margin-top: 0; }
#annonceModal .modal-body h3, #annonceModal .modal-body h4 { color: #337abe; }
#annonceModal .modal-content { padding-top: 0;padding-bottom: 15px;text-align: left; }
#annonceModal .modal-content ul { margin-right: 20px;margin-bottom: 20px; }
#annonceModal .modal-content ul li strong { font-size: 1.15em; }
#annonceModal .modal-content .note-asterisque, #annonceModal .modal-content .note:before  { font-size: 2.25rem;color: crimson; }
#annonceModal .modal-content .note { position: relative;margin-left: 20px; }
#annonceModal .modal-content .note:before { content: "*";position: absolute;top: -2px;left: -10px; }



#a-propos {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-gap: 25px;
	-moz-column-gap: 25px;
	-webkit-column-gap: 25px;
}
/* #a-propos p:last-child:after {
	content: "\f0c8";
	font-family: FontAwesome;
	font-size: .85em;
	color: #F3B315;
} */
#a-propos p:last-child:after {
	margin-left: 10px;
}
#descriptif li:before {
	margin: 4px 10px 0 0;
}
#a-propos p {
	margin: 0;
}
#a-propos ul {
	padding-left: 1.4em;
}
#a-propos ul li {
	margin-bottom: 3px !important;
}
#a-propos #logo-text, #annonce #logo-text {
	font: bold 1.25em/1 oladnor;
	color: #f39700;
}
#a-propos #logo-text span {
	position: relative;
	top: 4px;
	font-size: 1.2em;
}

.slideshow-avis {
  overflow: hidden;
  padding: 10px 20px;
  margin-bottom: 60px;
  border: 1px solid rgba(202,155,31, .55);
  background-color: #283b48;
}
.slideshow-avis ul li { /* slides */
	min-height: 280px;
	margin-bottom: 15px;
	font: 20px/1.15 Lato,sans-serif;
	padding-right: 30px;
	text-align: left;
}
.slideshow-avis ul li > em {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.slideshow-avis ul li cite:before, 	/* guillemets */
.slideshow-avis ul li cite:after {
	font: normal 20px/1 FontAwesome;
	/* color: #F3B315; */
	color: #50d8d7;
}
.slideshow-avis ul li cite:before { /* guillemets */
	content: "" " ";
	vertical-align: 3px;	
}
.slideshow-avis ul li cite:after { /* guillemets */
	content: " " "";
	vertical-align: -3px;
}
.slideshow-avis ul li span:last-child { /* nom */
	display: block;
	margin-top: 5px;
	font-style: normal;
	font-size: 0.75em;
	opacity: 0.5;
}
.slideshow-avis .fa-chevron-circle-left,
.slideshow-avis .fa-chevron-circle-right {
	font-size: 2.55em;
}
.footer-col .fa-commenting-o:before,
.footer-col .fa-question:before {
	font-size: 1.25em;
	color: #F3B315;
}

#contactForm ul[role="alert"] li {
	font-size: 0.85em;
	font-style: italic;
	color: orange;
}

/* media querries
------------------------------------ */
@media (min-width: 768px) {
  .navbar-custom {
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom.affix {
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  header .container {
    padding-top: 200px;
    padding-bottom: 100px;
  }
  header .intro-text .name {
    font-size: 5.5em;
  }
  header .intro-text .name > span {
	top: 12px !important;
  }
  header .intro-text .skills {
    font-size: 1.75em;
  }
  .modal-content .container {
  	/* hack Boostrap */
	width: auto !important;
  }
  #annonce img {
	padding: 20px 20px;
  }
}

@media (max-width: 767px) {
  section {
    padding: 40px 0;
  }
  section.first {
    padding-top: 75px;
  }
  .navbar-brand > img {
	height: 35px;
	margin: 8px 0 0 16px; 
  }
  #a-propos {
	column-count: auto;
  }
}

@media (min-width: 767px) {
  .portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

@media (max-width: 580px) {
  .modal {
	left: 20px; right: 20px;
	width: auto;
  }
  .modal-content h2 {
	font-size: 2em;
  }
  #annonceModal .modal-content ul {
  	padding-left: 20px;
  }
}

@media (max-width: 380px) {
  .portfolio-modal-link {
	border-width: 15px;
  }
}