.presentation_wrapper {position: relative;}
.presentation_text_content {
    padding: 60px 30px;
    background: #6f7173;
    position: absolute;
    right: 0;
    top: 65px;
    z-index: 1;
}
.presentation_text_content p {
    line-height: 28px;
    margin-bottom: 21px;
    text-align: justify;
}
.presentation_text {
    margin-top: 30px;
}
.presentation_text  p {
    color: #6f7173;
}
.page_banner {
    position: relative;
    display: inherit;
}
.page_banner img {
    width: 100%;
    min-height: 350px;
}
p{color: #6f7173;
 line-height: 28px;
    margin-bottom: 21px;
    text-align: justify;
}
h1
{color: #cd2129;
text-align: center;}
.page_title {
    position: absolute;
    bottom: 20%;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #6d584d;
    font-weight: bold;
    font-size: 60px;
    line-height: 50px;
}
.page_content {
    padding: 40px 15px 100px 15px;
}
.pathway_content {
    font-size: 14px;
    color: #cd2129;
    text-transform: uppercase;
    margin-bottom: 30px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
.pathway_label {
    position: relative;
    padding-left: 10px;
    margin-right: 15px;
}
.pathway_label:before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    background: #cd2129;
    left: 0;
    bottom: 3px;
}
.pathway_label.pathway_link {
    color: #989898;
    text-decoration: none;
}
.pathway_label.pathway_link:hover {
    color: #123b8a;
    text-decoration: none;
}
.pathway_label.pathway_link:before {
    background: #989898;
}

@media (max-width: 1200px) {
.presentation_text_content {
    padding: 60px 30px;
    background: #6f7173;
    position: relative;
    right: 0;
    top: 0;
    float: right;
}
}

.galerie_equipe {
    background-color: #989898;
    margin-top: 130x;
    padding-bottom: 140px;
position:relative;
z-index:60;
}
.presentation_image_content {
    padding: 0;
}
@media (max-width: 768px) {
.page_title {
    bottom: 30px;
    font-size: 30px;
    line-height: 30px;
}
.page_banner img {
    width: 100%;
    min-height: 250px;
}
.page_content {
    padding: 40px 15px 40px 15px;
}
}
@media screen and (max-width:991px){

.galerie_equipe {
    margin-top: 70px;
}
}
.event {
background: #989898;
padding-top: 100px;
position: relative;
overflow: hidden;
	margin-bottom: 80px;
}
.event .bloc-event {
background: #989898;
	position: relative;
}
.event p.parag {
    color: #5a5a5a;
    text-align: justify;
    font-size: 14px;
}

.event .bloc-event h1 {
    color: #D8022D;
    font-size: 36px;
    font-family: 'Raleway';
    padding-bottom: 10px;
	margin-bottom: 25px;
	font-weight: 900;
    font-style: normal;
	position: relative;
}
.event .bloc-event h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 2px;
    background: #7fc70e;
}
.date {
font-size: 18px;
color: #434242;
margin-bottom: 20px;
font-family: 'Futura Next';
font-weight: 400;
font-style: normal;
text-align: center;
}
.galerie-event {
    padding-top: 30px;
    position: relative;
    margin-bottom: 60px;
}
.left-event {
	margin-bottom: 65px;
}
.has-animation {
  position: relative;
}
.has-animation img, .has-animation h1, .has-animation .title-promo:after, .has-animation .social-header {
  opacity: 0;
}
.has-animation.animate-in img, .has-animation.animate-in p, .has-animation.animate-in .social-header, .has-animation.animate-in h1, .has-animation.animate-in  .title-promo:after {
  animation: textHidden 0.1s 1.1s forwards;
}

.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: #245d38;
}
.has-animation.animate-in:after {
  background-color: #7fc70e;
  animation-delay: .5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s .6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
.title-promo {
bottom: 60px !important;
}
}

@media screen and (max-width: 1024px) {
.title-promo {
bottom: 45px !important;
}
}

@media screen and (max-width: 992px) {
.title-promo {
bottom: 25px !important;
}
.title-promo h1 {
    font-size: 35px !important;
    padding-bottom: 15px !important;
    margin-bottom: 0px !important;
}
}
@media screen and (max-width: 768px) {
.event {
padding-top: 50px;
}
.title-promo h1 {
    font-size: 25px !important;
}
.title-promo:after {
width: 80px !important;
}
}












