/* GLOBAL */

@font-face {
    font-family: 'sackers';
    src: url('../fonts/sackers.ttf');
}

html, p, h1, h2, h3, p, a, span, li, button, label {
    /*font-family: 'sackers';*/
    font-family: 'Pontano Sans', sans-serif;
    letter-spacing: 2px;
}

body {
    background-color: transparent;
}

main {
    width: 100%;
    /*-webkit-transition: all 1s; !* Safari *!*/
    /*transition: all 1s;*/
}

main.container-fluid > .col-md-12 {
    margin: 15px 0;
}

main#home {
    margin: 0;
    height: calc(100vh);
    background: url(../images/bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

footer {
    width: 100%;
    -webkit-transition: all 1s; /* Safari */
    transition: all 1s;
}

h1 {
    margin: 20px 0;
    color: #2B1C0F;
}

h2 {
    color: #2B1C0F;
}

a {
    color: #2B1C0F;
}

a:hover {
  color: rgba(64, 58, 58, 0.8);
}

header .navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}

footer .navbar {
    border-top: 1px solid #eee;
}

i.material-icons {
    font-size: 20px;
    margin-left: 5px;
    color: rgba(0, 0, 0, .1);
}

.btn.btn-primary {
  background-color: #2B1C0F;
  border: #2B1C0F;
}

.btn-primary:hover {
  background-color: rgba(64, 58, 58, 0.8);
}

.flag-respon {
  width: 30px;
}

.row {
    margin-right: 0;
    margin-left: 0;
}

.navbar {
    margin-bottom: 0;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {
    background-color: #EEE;
}

.center {
    text-align: center;
}

.no-pad {
    padding: 0;
}
.flat-card {
    background-color: #FFF;
    border: 1px solid rgba(0,0,0,.1);
    border-bottom: 2px solid rgba(0,0,0,.1);
    border-radius: 3px;
}

.flat-card + .flat-card {
    margin-top: 15px;
}

.flat-card-inv {
    border: 1px solid rgba(0,0,0,.1);
    background-color: #f8f8f8;
    padding: 10px;
}

.table {
    margin-bottom: 15px;
    margin-top: 15px;
}

.table .table {
    background-color: #f8f8f8;
    border: none !important;
}

.table-hover>tbody>tr:hover {
    background-color: #f8f8f8;
}

.align-right {
    text-align: right;
}

.flex-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.lgd {
    font-size: 12px;
    color: rgba(0,0,0,.4);
}

p.lgd {
    display: inline;
    margin-left: 15px;
}

.reqLgd {
    color: #c0392b;
}

.border {
    border-top: 1px solid rgba(43, 28, 15, .05);
    visibility: hidden;
}

/* bouton */

.mon-bijou {
    outline: none;
    border-style: none;
    padding: 7px 17px;
    background-color: white;
    color: #2B1C0F;
    border-radius: 3px;
    border: 1px solid rgba(43, 28, 15, .1);
    transition: all .3s;
}

.mon-bijou:hover {
    box-shadow: -4px 1px 33px -15px #2B1C0F;
}

#artwork .mon-bijou,
#event .mon-bijou,
#about .mon-bijou {
    margin: 40px;
}

/* Nav Home */

.navbar-jb {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    z-index: 100;
}

.btn-menu-h {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btn-menu-h button {
    position: absolute;
    left: 0;
    top: 0;
}

#navHome #ctnrLeft,
#navHome  #ctnrRight {
    background-color: white;
}

#navHome #ctnrRight {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 70%;
}

#navHome #ctnrLeft {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 30%;

}

#navHome #ctnrRight {
    background-attachment: scroll;
    background-color: transparent;
}

#menu-home {
    text-align: center;
    list-style: none;
    padding: 0;
    margin: 10% 0;
}

#ctnrLeft #image-logo-navhome {
    margin-top: 20%;
    height: 150px;
}

#ctnrLeft ul#social-links {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

#ctnrLeft ul#social-links img {
    height: 20px;
    margin: 0 10px;
}

/* Nav other */

#navOther {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.glyphicon {
    padding-right: 7.5%
}

#navOther #ctnrLeft {
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20%;
    min-width: 250px;
    background-color: white;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
}

#navOther #ctnrLeft > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#navOther .btn-menu-other {
    margin: 15px;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

#navOther .btn-menu-o {
    padding: 0;
    list-style-type: none;
    text-align: center;
}

#menu-home li,
#navOther .btn-menu-o li {
    padding: 8px 0;
}

#navOther .btn-menu-o .mon-bijou {
  margin: 10% 0;
}

#navOther .contact .btn {
    font-size: 1.3rem;
    background-color: white;
    border: 1px solid #ccc;
    color: #337ab7;
}

#navOther select {
    margin: 15px;
}

#navOther .dropdown-menu {
    top: -100%;
    padding: 0;
    margin: 0;
}

.dropdown-menu {
    left: -20px;
    min-width: auto;
    background-color: transparent;
    border: none;
    box-shadow: none;
}

.dropdown-menu a {
    padding: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    background-color: transparent;
}

.selectLang {
    padding-bottom: 20px;
    list-style: none;
}

.selectLang a.changeLang {
    color: white;
	font-weight: bold;
}

#ctnrLeft a.changeLang {
    color: #2B1C0F;
}

#ctnrLeft a.changeLang img {
    height: auto;
}

/* Notifications */

.notif {
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    z-index: 1040;
    color: white;
}

.notif p {
    margin: 5px 10px;
}

.notif .glyphicon {
    margin-right: 10px;
}

.notif.succes {
    background-color: #27ae60;
}

.notif.error {
    background-color: #c0392b;
}

.bg-danger {
    margin-top: 15px;
    margin-bottom: 0;
    padding: 10px;
    border: 1px solid #a94442;
    border-radius: 3px;
    display: table;
}

/* Formulaire de contact */

.contact {
    text-align: center;
    padding: 30px 0;
    background-color: #FFF;
}

.overlay-contact {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.overlay-contact > div {
    display: flex;
    align-items: center;
    background-color: #FFF;
    padding: 30px;
    border-radius: 50px;
    font-size: 16px;
}

.overlay-contact > div img {
    margin-right: 15px;
}

.overlay-contact.error {
    color: #e74c3c;
}

.col-md-12 > form {
    border-top: none;
}

.ctr-form .form-group {
    margin-bottom: 0;
}


/* Valentin */

/* Home index */

#home h1 {
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    color: white;
}

#home h2 {
    font-weight: 100;
    text-align: center;
    color: white;
    font-size: 1.5rem;
    text-shadow: 0.5px 2px #696969;
    margin: 10px;
}

.btn-menu-home {
    margin-top: 40px;
	background-color: transparent;
    color: white;
    border-color: white;
}

#navHome .btn-menu-home {
    margin-top: 15px;
    margin-left: 15px;
}

#selectlang-home {
    list-style: none;
    margin-top: 40px;
}

#logo-home {
    background: url('../images/jean_baptiste_bacquart_logo_blanc.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 250px;
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

/* Artworks */


.image-artwork img {
    height: 400px;
    /*width: 80%;*/
    object-fit: cover;
    cursor: pointer;
    transition: all .3s;
}

.image-artwork img:hover {
    box-shadow: -4px 1px 33px -15px #2B1C0F;
}

#artwork .col-md-6 {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    padding: 0;
}

#artwork .texte-artwork {
    flex-direction: column;
    justify-content: space-around;
    margin: 0 10%;
}

#artwork .orga-artwork:nth-child(1n+0) .texte-artwork {
    align-items: flex-start;
    text-align: left;
}

#artwork .orga-artwork:nth-child(2n+0) .texte-artwork {
    align-items: flex-end;
    text-align: right;
}

#artwork .orga-artwork:nth-child(1n+0) .image-artwork {
    justify-content: flex-end;
}

#artwork .orga-artwork:nth-child(2n+0) .image-artwork {
    justify-content: flex-start;
}

/*#artwork .orga-artwork:nth-child(1n+0) .texte-artwork .div-texte {*/
    /*text-align: left;*/
/*}*/

/*#artwork .orga-artwork:nth-child(2n+0) .texte-artwork .div-texte {*/
    /*text-align: right;*/
/*}*/

#artwork .div-texte {
    width: 100%;
}

#artwork .titre-art {
    text-transform: uppercase;
    font-size: 2rem;
    font-weight: 500;
}

#artwork .location-art {
    color: #743636;
    font-size: 1.5rem;
}

#artwork .date-art {
    font-size: 1.5rem;
    font-weight: 500;
}

.orga-artwork:nth-child(2n+0) {
    flex-direction: row-reverse;
    -ms-align-items: center;
    align-items: center;
}

.orga-artwork:nth-child(2n+0) ul {
    direction: rtl;
}

#artwork .orga-artwork:last-child {
    margin-bottom: 40px;
}

#artwork .orga-artwork {
    visibility: hidden;
    padding: 20px 0;
    display: flex;
    -ms-align-items: center;
    align-items: center;
     background-color: rgba(43, 28, 15, .05);
    margin-bottom: 1px;
}

.animated {
    transition: opacity 0.25s ease-out,transform 0.25s ease-out;
}

.art h1 {
    text-transform: uppercase;
}

.art {
    text-align: center;
    margin: 40px 0;
}

/* Modale */

.modal-backdrop {
    background-color: #FFF;
}

.modal-header{
    background-color: #2B1C0F;
    color: #FFF;
    padding: 0 15px;
}

.modal h2 {
    color: white;
}

.modal-content {
    text-align: left;
    box-shadow: none;
}

.modal-content img {
    width: 100%;
}

.modal-content button {
    position: absolute;
    right: 0px;
    top: 15px;
    right: 15px;
}

.modal-content form button {
    position: initial;
}

/* event */

#event {
    text-align: center;
}

#event .titre {
    padding: 40px 0;
    background-color: #FFF;
}

#event .image-artwork img {
    /*border-radius: 50%;*/
    object-fit: cover;
    height: 150px;
    width: 150px;
}

#event .image-artwork p {
    width: 150px;
}

.temp-event {
    visibility: hidden;
    padding: 15px 0;
}

.event-art {
    display: inline-block;
    margin: 0 15px;
}

.event-art p {
    margin-top: 10px;
}

.event-arts {
    margin: auto;
    padding: 15px 15px 0 15px;
    border-radius: 3px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.temp-event {
    background-color: rgba(43, 28, 15, .05);
}

#event h2.border {
  text-transform: uppercase;
}

#event h2 {
    padding: 15px 0;
    margin: 0;
}

#event h2 + h3 {
  margin: 0 0 20px 0;
}

#event .h2-top {
  margin-top: 65px;
}

#a-venir {
    padding: 30px;
}

.temp-event + .temp-event {
    margin-top: 1px;
}

.info-event {
    width: 80%;
    margin: auto;
}

.info-event > div {
    display: flex;
    justify-content: center;
}

.info-event i.material-icons {
    margin-right: 10px;
    margin-left: 0;
}

/* A propos */

#about {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.5rem;
}

#about > div {
    /*margin: 20px 0;*/
}

#about .sous-titre {
    font-style: italic;
    font-size: 1.5rem;
}

#about .titre {
    text-transform: uppercase;
    font-size: 2.4rem;
}

#about #image1 {
    height: 300px;
    width: 100%;
}

#about #image2, #about #image3 {
    height: 300px;
    width: 100%;
}

#carte {
    width: 100%;
    background-position: center;
}

.i4ewOd-pzNkMb-haAclf {
    display: none !important;
}

#map {
    /*margin: 20px 0 0 0 !important;*/
}

#about .texte {
  width: 100%;
    padding: 5%;
    line-height: 4rem;
    text-align-last: center;
    /*font-size: 12px;*/
    color: #333;
    background-color: rgba(43, 28, 15, .05);
}

#about .texte + .texte {
    margin-top: 1px;
}

.dispo-hover-images {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

#dispo-ma {
    padding-bottom: 40px;
     background-color: #CFCFC5;
}

.dispo-section-photo-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-around;
    padding-top: 40px;
    background-color: #CFCFC5;

}
/* Footer */

footer {
  background: url(../images/bg.jpg);
    /*background-color: #2B1C0F;*/
    color: white;
    font-size: 1rem;
}

#footer > div {
    width: calc(100% / 5);
}

#footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    color: rgb(236, 240, 245);
}

#footer-center {
    text-align: center;
}

#footer-right {
    text-align: right;
}

#footer p {
    padding: 5px 0;
}

.footer-logo {
    background: url('../../webroot/images/logo-placeholder-light@2x.png');
    background-repeat: no-repeat;
    background-position: center;
    height: 170px;
    width: 120px;
}

footer a {
    color: rgb(236, 240, 245);
}

footer a:hover {
    text-decoration: underline;
}

footer a:hover,
footer a:focus {
    color: #FFF;
}


/* RESPONSIVE */
