/*
	Ludovic Jacot-dit-Montandon
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 10;}

body  { overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
 }

.container-fluid {
  padding: 0; }

.card {
  border: none;
  border-radius: 0; }
  .card img {
    filter: brightness(70%);
    border-radius: 0; }

header .card a, .vr-gallery a.btn {
  background-color: #f5e1d6;
  width: 200px;
  padding: 12px 0;
  color: #403232;
  font-family: 'Roboto Condensed', sans-serif; ;
  margin-top: 20px;
  border-radius: 0; }
  header .card a:hover, .vr-gallery a.btn:hover {
    background: #403232;
    color: #f5e1d6; }

header {
  text-align: center;
  padding: 20px 0;
  padding-bottom: 0px; }
  header .bg-cover {
    background: rgba(0, 0, 0, 0.671); }
  header .input-group input {
    display: none; }
  header h2.logo {
    font-size: 75px;
    font-family: "Angeline_Vintage";
    color: #ffffff; 
    background: rgba(0, 0, 0, 0.856);}
  header .nav-fill {
    max-width: 250px; }
    header .nav-fill a {
      color: #ffffff; }
    header .nav-fill li:hover a {
      color: #03133a; }
  header .navbar li.nav-item a.nav-link {
    font-family: 'Roboto Condensed', sans-serif;
    color: #f5e1d6;
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  header .card {
    color: #ffffff; 
    background: rgba(0,0,0,0.5);}
    header .card p {
      text-transform: uppercase; }
    header .card hr {
      margin-top: 5px;
      width: 30px;
      border: 2px solid #77a6d9; }
    header .card h2 {
      font-size: 40px;
      max-width: 510px;
      margin: 20px auto; }
    @media (max-width: 1299px) {
      header .card h2 {
        font-size: 24px; }
      header .card a {
        width: auto;
        padding: 8px 15px;
        font-size: 12px; } }
    @media (max-width: 767px) {
      header .card h2 {
        font-size: 36px; }
      header .card a {
        width: auto;
        padding: 12px 15px;
        font-size: 16px; } }
    @media (max-width: 500px) {
      header .card h2 {
        font-size: 24px; }
      header .card a {
        width: auto;
        padding: 8px 15px;
        font-size: 14px; } }
  header .col-md-3 {
    text-align: center;
    padding: 5px 2.5px !important; }
    header .col-md-3.first {
      padding-left: 15px !important; }
    header .col-md-3.last {
      padding-right: 15px !important; }
    header .col-md-3 img {
      max-height: 227px; }
    header .col-md-3 h5 {
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
  header .bar1, header .bar2, header .bar3 {
    width: 25px;
    height: 2px;
    background-color: #fff;
    margin: 5px 0;
    transition: 0.4s;
    display: block;
    position: relative; }
  header .change .bar1 {
    -webkit-transform: rotate(-42deg) translate(-2px, 6px);
    transform: rotate(-42deg) translate(-2px, 6px); }
  header .change .bar2 {
    opacity: 0; }
  header .change .bar3 {
    -webkit-transform: rotate(46deg) translate(-4px, -8px);
    transform: rotate(46deg) translate(-4px, -8px); }

nav{
	background-color : #444240;
}

.fond-sombre{
	background-color : #444240;
	color : #f5e1d6;
}

.base-link{
  color : #f5e1d6;
}
.base-link:hover{
  color: #f5e1d6; /* #614b4b;*/
}

.titre-sombre{
  color: #614b4b;
}

.bloc-text{
  padding: 50px;
}

.well{
  display: flex;
  align-items: center;
}

.logo_h{
  display: block;
  max-width: 70%;
  height: auto;
}

#full-img1{
  width: 95%;
  height: 500px;
  background-image: url("../img/DIJ0335-1-1024x683.jpg");
  background-size: cover;
}

#full-img2{
  width: 95%;
  height: 500px;
  background-image: url("../img/IMG_4693-1024x683.jpg");
  background-size: cover;
}

#full-img3{
  width: 95%;
  height: 500px;
  background-image: url("../img/communciation-Marché-Noël-Montreux-1-1024x768.jpg");
  background-size: cover;
}

.btn {
  background-color: #f5e1d6;
  width: 200px;
  padding: 12px 0;
  color: #403232;
  font-family: 'Roboto Condensed', sans-serif, bold;
  font-weight: bold;
  margin-top: 20px;
  border-radius: 0; }
.btn:hover {
    background: #403232;
    color: #f5e1d6; }

.img-banner{
   width: 100%;
   height: 560px;
   object-fit: cover;
}

.img-square{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

footer {
    background-color: #353331; 
	padding-top: 50px;
	color: #ffffff;
}
footer a{
  color: #f5e1d6;
  text-decoration: none;
}
footer a:hover{
	color: #444240;
}
footer li{
  text-decoration: none;
}
footer ul{
  text-decoration: none;
}
.footer-bottom{
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #272625; 
}


	  
.article-pg header {
  padding-bottom: 0; }
  .article-pg header .bg-cover {
    padding-bottom: 100px; }
.article-pg .breadc {
  max-width: 150px; }
  .article-pg .breadc .nav-item .nav-link {
    font-size: 12px;
    color: #ffffff !important; }


