
body{
	overflow-x: hidden;
	    font-family: georgia,times,serif;
  color: #292929;
  text-align: justify;
}
header {
    height: auto;
    padding: 85px 0;
}
section.split{
    background: url(../img/bg-abstract.jpg);
  background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    height: 45vh;
}
section#about{
      background-image: url(../img/galerie/grenouille-cover.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: bottom right;
    background-size: 40%;
}
h1, h2, h3{
	    font-family: georgia,times,serif;
}
h1 {
    margin-top: 100px;
    text-align: left;
}
h2 {
    margin-bottom: 80px;
        margin-left: -2px;
}
h4.subheading {
    font-size: 19px;
}
h2.title.first {
    margin-bottom: 77px;
}
section#oeuvre-resume p.text-muted {
    font-size: 13px;
}

section#oeuvre-resume h4.subheading-book {
    font-size: 16px;
    margin-bottom: 4px;
}
header{
  background-color: #1a315a;
}
header h1 {
    color: #ffffff;
    margin-top: 12px;
    text-align: center;
    font-size: 37px;
    font-family: 'Arizonia', cursive;
    font-weight: 300;
}
header h2 {
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 0px;
    color: white;
}
header h3 {
    text-align: center;
        font-weight: 600;
            margin-top: 112px;
}
section#news h2.title {
    margin-left: -1px;
}
section#rencontres h2 {
    margin-left: -16px;
}
.gsf-all-loaded {
    text-align: center!important;
    color: #b9b9b9;
}
.profile-container {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 46px;
    padding-bottom: 42px;
}
img.profile-picture {
    border-radius: 100%;
    border: 4px solid white;
}
ul.timeline2 {
    list-style: none;
    -webkit-padding-start: 0;
}
ul.micellanees {
    list-style: none;
    text-align: center;
    -webkit-padding-start: 0px;
}
li.li-head {
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 13px;
    font-family: georgia,times,serif;
    font-size: 1.525rem;
    line-height: 2.125rem;
    font-weight: 600;
}
li.li-content {
  font-family: georgia,times,serif;
      font-size: 1.625rem;
    line-height: 2.125rem;
    font-weight: 400;
}
.text-muted {
    color: #8a8a8a;
}
p.text-sm {
    margin-top: 12px;
    max-width: 78%;
    word-break: break-all;
    margin-left: -13px;
    font-size: 12px;
}
.footer-above a {
    font-size: 12px;
}
.mouse {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 80px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}
.footer-above ul {
    list-style: none;
    -webkit-margin-before: 0;
    -webkit-padding-start: 1px;
}
.modal-content {
    margin-top: 115px;
}
.thumbnail{
  border-color: transparent; 
}
/*tableau*/
table {
    width: 100%;
    font-size: 16px;
}
td {
    padding-top: 11px;
    padding-bottom: 11px;
    font-size: 14px;
    padding-left: 10px;
}
tr {
    border-bottom: 3px solid rgba(173, 173, 173, 0.12);
}
body table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-weight: 400;
}
table>thead>tr>th, .table>thead>tr>th, table>tbody>tr>th, .table>tbody>tr>th, table>tfoot>tr>th, .table>tfoot>tr>th, table>thead>tr>td, .table>thead>tr>td, table>tbody>tr>td, .table>tbody>tr>td, table>tfoot>tr>td, .table>tfoot>tr>td {
    border: none;
    text-align: left;
}
/*table fin*/
.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}
@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes finger {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
q.intro-quote {
    color: white;
    font-size: 23px;
    margin-top: 42px;
}
section {
        padding-top: 30px;
    padding-bottom: 15px;
}
section#about {
height: auto;
}
h2.title {
    margin-top: 29px;
    margin-bottom: 22px;
    margin-left: -18px;
}
h2.title.intro {
    padding-top: 142px;
}
img.sign-baudelaire {
    width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
}
img.sign-marktwain {
    width: 37%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 2%;
    margin-bottom: 15%;

}

.btn:hover, .btn:focus, .btn.focus {
    color: #8c8c8c;
    text-decoration: none;
}
button.btn:hover, button.btn:focus, button.btn.focus {
  color: #fff;
}
.thumbnail {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all .3s 500ms ease-in-out;
    -ms-transition: all .3s 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: #b5b5b5;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all .3s 500ms ease-in-out;
    -ms-transition: all .3s 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.quote-foot {
    margin-top: 12%;
}
p {
    font-family: georgia,times,serif;
    color: #292929;
    font-size: 1.625rem;
    line-height: 2.125rem;
    font-weight: 400;
}
p.lead {
    font-weight: 400;
    margin-top: 22px;
        font-size: 1.625rem;
    line-height: 2.125rem;
}
i p {
    font-size: 14px;
}
b p {
    font-weight: 700;
    font-size: 16px;
    margin-top: 9%;
}
p.lead-bold {
    font-size: 19px;
    font-weight: 700;
        margin-top: 42px;

}
p.date {
    text-indent: 6px;
    font-weight: 400;
}
a {
    color: #292929;
    text-decoration: none;
        cursor: pointer;
}
a:hover, a:focus {
    color: #8a8a8a;
    text-decoration: none;
}
a.hommage {
    color: #fff;
    text-decoration: underline;
        cursor: pointer;
}
a.hommage:hover, a.hommage:focus {
    color: #fff;
    text-decoration: none;
}
.date span {
    vertical-align: middle;
}
.btn {
    border-width: 2px;
    font-family: 'Raleway', sans-serif;
}
.breadcrumb {
    background-color: transparent;
}

/*nav*/

nav.navbar.navbar-default.fixed-top {
    margin-top: 0;
    position: fixed;
    z-index: 999999;
    background-color: white;
    width: 100%;
}
.navbar-default .navbar-toggle .icon-bar{

  background-color: #292929;

}
.navbar-default {
    background-color: rgba(255, 255, 255, 0.82);
    border-color: transparent;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
}
.dropdown-menu {
    background-color: white;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
        margin-top: 8px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: rgba(10, 10, 10, 0.75);
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, 0.19);
}
.btn .caret {
    margin-left: 6px;
}
@media (max-width: 767px){
  .navbar-header {
    background-color: rgba(255, 255, 255, 0.82);
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
  .btn-group, .btn-group-vertical {
    position: relative;
    display: table;
    vertical-align: middle;
}
.dropdown-menu {
    position: relative;
    margin-top: 41px;
    padding-top: 15px;
    float: none;
    left: 15px;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0);
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-color: white;
}

}
@media (max-width: 767px){
    .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 100%;
}
body table a:not(.btn), .table a:not(.btn) {
    text-decoration: none;
    font-size: 1.325rem;
    line-height: 1.125rem;
    font-weight: 400;
}
}
@media (min-width: 768px){
  .navbar-default {
    margin-top: 100vh;
    position: absolute;
    width: 100%;
  }
}
.affix {
    top: 0;
    width: 100%;
    position: fixed;
    margin-top: 0;
    background-color: white;
    z-index: 9999;
}
nav.navbar.navbar-default.navbar-fixed-top.inside-nav {
    margin-top: 0;
    position: fixed;
}
/*nav*/

.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #f1f1f1;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 25px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 151px;
    height: 151px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}

.footer-above {
    padding-top: 42px;
    background-color: #ececec;
    font-family: 'Raleway', sans-serif;
}
.footer-below {
    background-color: #d4d4d4;
    padding-top: 22px;
    padding-bottom: 22px;
    font-family: 'Raleway', sans-serif;
}
.row.push {
    margin-bottom: 10%;
}

/*page ecrivain*/

span.modal-title {
    display: block;
    margin-top: 4%;
}
@media (min-width: 768px){
.modal-dialog {
    width: 80%;
    margin: 30px auto;
}
}
form#contactForm {
    margin-top: -8px;
}
/*Contact form*/
.alert-danger {
    background-color: #bf3939;
    border-color: #bf3939;
    color: #ffffff;
}
.btn-success {
    color: #ffffff;
    background-color: #bbd0a7;
    border-color: #bbd0a7;
    margin-top: 12px;
    margin-bottom: 22px;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #95bb70;
    border-color: #95bb70;
}
.btn-success:active:hover, .btn-success.active:hover, .open>.dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open>.dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open>.dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #95bb70;
    border-color: #95bb70;
}
.btn-success:focus, .btn-success.focus {
    color: #ffffff;
    background-color: #95bb70;
    border-color: #95bb70;
}
.form-control{
    color: #292929;
    height: 42px;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #dcdcdc;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.2em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 4px;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #606060;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #dcdcdc;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #404040 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #404040 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #404040 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #404040 !important;
}

.deflaTitle {
	text-align: left;
	color: #fff;
	font-size: 32px;
}
.deflaDesc{
  margin-top: 32px;
}
.deflaDesc {
	margin-top: 32px;
	color: #c8c8c8;
	margin-bottom: 32px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 18px 0;
  line-height: 1.5em;
}
.deflaHeaderLink {
	color: #fff;
	text-transform: uppercase;
	border: 1px solid;
	padding: 18px;
	margin-top: 32px;
	display: block;
  text-align: center;
  transition: all .16s ease-in-out;

}

input#inpCap {
  height: 54px;
  background: transparent;
  border-radius: 6px;
  margin-right: 4px;
  border-color: #afafaf;
  border: 1px solid #666;
  display: inline-block;
  padding-top: 5px;
  font-size: 22px;
  width: 100px;
  padding-left: 6px;
  line-height: initial;
  font-family: sans-serif;
}

#fakeSend,
#btnSend {
  background: #18bc9c;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 18px;
  font-size: 22px;
  border: none;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  height: 54px;
  opacity: .3;
}
#btnSend{
  opacity: 1;
}