
/* .site-logo {
  padding-top: 33px;
} */
@media (max-width: 767px) {
  .item-personne {
    width: 70% !important;
    margin: auto !important;
    margin-bottom: 30px !important;
  }
  #menu-toggle img {
    display: none !important;
  }
}
.div-bio1 {
  margin-bottom: 20px;
}
.div-bio1 img {
  width: 200px;
}
.hero-area .page-banner {
  background-image: url("../images/bg.jpg");
  height:400px;
}
.hommage-content {
  margin-bottom: 20px !important;
}
.page-banner h1 {
  color: #fff;
  padding-top: 130px;
}
.pricing-column ul li {
  height: 90px;
  text-align: left;
  line-height: 23px;
}
.post-content h3 {
  margin-bottom: 0px;
  padding: 18px 0px 18px 0px;
  background-color: #ffffff;
  font-size: 26px;
  line-height: 28px;
  color: #caceaf;
}
.img-animate {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.img-animate:hover {
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}
.img-animate2 {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.img-animate2:hover {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
#videoDiv {
  width: 100%;
  height: 600px;
  position: relative;
}
#myVideo {
  width: 100%;
  height: 600px;
  margin: auto;
  display: block;
}
.content-video {
  padding: 20px;
  background: rgba(0, 0, 0, 0.4);
  color: #f1f1f1;
  position: absolute; top: 0; left: 0;
  /* display: flex;
  flex-direction: column;
  justify-content: center; */
  align-items: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.content-video h1 {
  color: #f1f1f1;
}
#myBtn {
  width: 100px;
  font-size: 18px;
  padding: 10px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  cursor: pointer;
}
#myBtn:hover {
  background: #ddd;
  color: black;
}
.bg-accueil-head {
  background: none;
}
.bg-accueil-head .dd-menu > li > a {
  /* color: #fff; */
}
.div-content-accueil {
  padding-top: 100px;
}
#videoDiv video, .post-content video {
  object-fit: cover;
}
.img-fairepart {
  height: 400px !important;
  margin-bottom: 20px;
}
