/*home*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,900&display=swap');

/* General styles */

* {
	margin: 0;
	padding: 0;
}

/* */
.homeSite{background-image: url(../images/texture.jpg);}

/* */
.homeSite{
	font-family: 'Roboto', sans-serif;
	background: url(../images/texture.jpg);
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	font-size: 14px;
	position: relative;
}

/* Open button */
.trigger {
	background: url(../images/texture.jpg);
	outline: 0;
	padding: 8px 15px;
	color: #fff;
	border: 0;
	border-radius: 5px;
	font-size: 2em;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
	transition: 0.15s ease-in-out;
	cursor: pointer;
}
.trigger:hover {
	box-shadow: 0 4px 6px rgba(0, 0, 0, 0.4);
}

/* Nav position and opening class */
.full-screen-nav {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transition: 0.2s ease-in-out;
	display: none;
}
.open-nav {
	display: flex;
	justify-content: center;
	align-items: center;
}



/* Backgroup position and animation */
.backdrop {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #152C1C;
	cursor: pointer;
	animation: fadeIn 0.2s ease-in-out forwards;
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

/* List item styling & animation */
.homeSite ul {
	z-index: 9999;
	position: relative;
}
.homeSite ul li {
	list-style: none;
	text-align: center;
	margin-bottom: 30px;
	animation: 0.25s ease-in-out animateList forwards;
}
.homeSite ul li:last-child {
	margin-bottom: 0;
}
@keyframes animateList {
	from {
		margin-top: -60px;
		opacity: 0;
	}
	to {
		margin-top: 0;
		opacity: 1;
	}
}

/* Item links styles and hover effect*/
.homeSite ul li a {
	text-decoration: none;
	color: #ccc;
	font-size: 3em;
	font-weight: 900;
	text-transform: uppercase;
	transition: 0.15s ease-in-out;
}
.homeSite ul li a:hover,
.homeSite ul li a i {
	color: #ffa500;
}

@media screen and (max-width:375px) {
  .homeSite ul li a {
    text-decoration: none;
    color: #ccc;
    font-size: 1.5em;
    font-weight: 900;
    text-transform: uppercase;
    transition: 0.15s ease-in-out;
  }

  .homeSite ul {
    right: 20px;
  }
}


/*  */



  h1, h2, h3, h4, h5, h6 { color: #25292a; margin: 0px 0px 10px 0px; font-family: 'Overpass', sans-serif; font-weight: 700; letter-spacing: -1px; line-height: 1; }
  h1 { font-size: 34px; }
  h2 { font-size: 28px; line-height: 38px; text-align: center;}
  h3 { font-size: 22px; line-height: 32px; }
  h4 { font-size: 20px; }
  h5 { font-size: 17px; }
  h6 { font-size: 12px; }
  p { margin: 0 0 20px; line-height: 1.2; text-align: center; }
  p:last-child { margin: 0px; }
  a { text-decoration: none; color: #8d8f90; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s; }
  a:focus, a:hover { text-decoration: none; color: #f85759; }
  
  
  
  .page-header { background: url("assets/images/image 22.jpg")no-repeat; position: relative; background-size: cover; }
  .page-caption { padding-top: 170px; padding-bottom: 174px; }
  .page-title { font-size: 46px; line-height: 1; color: #fff; font-weight: 600; text-align: center; }
  .row { text-align: center; padding: 10px; }
  
  .card-section { position: relative; bottom: 60px; }
  .card-block { padding: 80px; }
  .section-title { margin-bottom: 60px; }
  
  .autre{
      font-family: 'Lato', sans-serif;
      background-image: url(../images/black.jpg);
  }
  
  #first {
      text-align: center;
      color: #9ba0a1 ;
  }
  
  #two {
      text-align: center;
      color: #fff;
  }
  
  .three {
     
      text-align: center; 
      
  }
  
  label {
      color: #333;
  }
  
  .btn-send {
      font-weight: 300;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      width: 100%;
      margin-left: 3px;
      margin-top: 15px;
  }
  
  
  
  img {
      border-radius: 100px;
      width: 100px;
      height: 100px;
  }
  
  figure {
      padding-left: 90px;
  }
  
  figcaption {
      color: #fff;
      width: 20%;
  }
  .verticale-ligne {
      transform: rotate(180deg); 
      border: none;
      height: 200px;
      width: 1px; 
      background-color:white; 
    }
    .icon-round{
      width: 100px; 
      height: 100px; 
      border-radius: 50%; 
      background-color: #d7e422; 
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 25px;
  }
  .first{
      margin-bottom: 25px;
  }
  .title-style{
      font-weight: 900;
  }
  .title-level6{
      padding: 55px;
      text-align: center;
      color: #fff ;
  }
  #notfound {
    position: relative;
    height: 100vh;
  }
  
  #notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  
  .notfound {
    max-width: 410px;
    width: 100%;
    text-align: center;
  }
  
  .notfound .notfound-404 {
    height: 280px;
    position: relative;
    z-index: -1;
  }
  
  .notfound .notfound-404 h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 230px;
    margin: 0px;
    font-weight: 900;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url('../images/bg.jpg') no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
  }
  
  
  .notfound h2 {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
  }
  
  .notfound p {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0px;
  }
  
  .notfound a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #0046d5;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 40px;
    color: #fff;
    font-weight: 700;
    -webkit-box-shadow: 0px 4px 15px -5px #0046d5;
            box-shadow: 0px 4px 15px -5px #0046d5;
  }
  
  
  @media only screen and (max-width: 767px) {
      .notfound .notfound-404 {
        height: 142px;
      }
      .notfound .notfound-404 h1 {
        font-size: 112px;
      }
  }
  #banner {
    padding: 12em 0 10em 0;
    background-image: url('../images/soldats.jpeg');
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    background-repeat: no-repeat;
    text-align: center;

}

h1{
    color: #25292a; margin: 0px 0px 10px 0px; font-family: 'Overpass', sans-serif; font-weight: 700; letter-spacing: -1px; line-height: 1;
}
#banner h1 {
        font-size: 46px;
        font-weight: 600;
        color: #fff;
        line-height: 1;
        margin: 0 0 0.5em 0;
        padding: 0;
    }

    #banner p {
        font-size: 1em;
        color: rgba(255, 255, 255, 0.55);
        margin-bottom: 1.75em;
    }

    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

        #banner {
            background-attachment: scroll;
        }

    }

    @media screen and (max-width: 1280px) {

        #banner {
            padding: 10em 2em 8em 2em;
        }

    }

    @media screen and (max-width: 980px) {

        #banner {
            background-attachment: scroll;
        }

    }

    @media screen and (max-width: 736px) {

        #banner {
            padding: 8em 1.5em 6em 1.5em;
        }

            #banner h1 {
                font-size: 2.5em;
            }

            #banner p {
                font-size: .9em;
            }

    }

    @media screen and (max-width: 480px) {

        #banner {
            padding: 6em 1.5em 4em 1.5em;
        }

    }


.cd-horizontal-timeline ol, .cd-horizontal-timeline ul {
  list-style: none;
}
.cd-timeline-navigation a:hover, .cd-timeline-navigation a:focus {
   border-color:#313740;
  
}
.cd-horizontal-timeline a, .cd-horizontal-timeline a:hover, .cd-horizontal-timeline a:focus{ color:#313740;}
.cd-horizontal-timeline blockquote, .cd-horizontal-timeline q {
  quotes: none;
}
.cd-horizontal-timeline blockquote:before, .cd-horizontal-timeline blockquote:after,
.cd-horizontal-timeline q:before, .cd-horizontal-timeline q:after {
  content: '';
  content: none;
}
.cd-horizontal-timeline table {
  border-collapse: collapse;
  border-spacing: 0;
}
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: 'mobile';
  display: none;
}
.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}
.cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 90px;
  overflow: hidden;
}
.cd-horizontal-timeline .events-wrapper::after, .cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: '';
  position: absolute;
  z-index: 2;
  top: 0;
  height:100%;
  width: 20px;
}
.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  
}
.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  
}
.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}
.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #313740;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
 
  /* fix bug on Safari - text flickering while timeline translates */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: '';
  position: absolute;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  -moz-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
}
.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #313740;
  border-color: #313740;
}
.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}
.cd-horizontal-timeline .events a.selected::after {
  background-color: #313740;
  border-color: #313740;
}
.cd-horizontal-timeline .events a.older-event::after {
  border-color: #313740;
}
@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: 'desktop';
  }
}

.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
.cd-timeline-navigation a::after {
  /* arrow icon */
  content: '';
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.cd-timeline-navigation a.prev {
  left: 0;
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  -o-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.cd-timeline-navigation a.next {
  right: 0;
}
.no-touch .cd-timeline-navigation a:hover {
  border-color: #7b9d6f;
}
.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}
.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}
.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  -webkit-transition: height 0.4s;
  -moz-transition: height 0.4s;
  transition: height 0.4s;
}
.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  -webkit-animation-duration: 0.4s;
  -moz-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.cd-horizontal-timeline .events-content li.enter-right, .cd-horizontal-timeline .events-content li.leave-right {
  -webkit-animation-name: cd-enter-right;
  -moz-animation-name: cd-enter-right;
  animation-name: cd-enter-right;
}
.cd-horizontal-timeline .events-content li.enter-left, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-name: cd-enter-left;
  -moz-animation-name: cd-enter-left;
  animation-name: cd-enter-left;
}
.cd-horizontal-timeline .events-content li.leave-right, .cd-horizontal-timeline .events-content li.leave-left {
  -webkit-animation-direction: reverse;
  -moz-animation-direction: reverse;
  animation-direction: reverse;
}
.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}
.cd-horizontal-timeline .events-content h4 {
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 20px;
  margin-bottom: 15px;
}
.cd-horizontal-timeline .events-content h4 {
  font-weight: 400;
  line-height: normal;
  font-size: 15px;
}
.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}
.cd-horizontal-timeline .events-content em::before {
  content: '- ';
}
.cd-horizontal-timeline .events-content p {
  font-size: 16px;
  margin-top: 15px;
  
}

@media only screen and (min-width: 768px) {
  
  .cd-horizontal-timeline .events-content em {
    font-size: 1rem;
  }  
}

@media only screen and (max-width: 767px) {

  .cd-horizontal-timeline.loaded{ margin: 0;}  
  .cd-horizontal-timeline .timeline{ width: 100%;}
  .cd-horizontal-timeline ol, .cd-horizontal-timeline ul{padding: 0;margin: 0;}
  .cd-horizontal-timeline .events-content h4{ font-size: 16px;}
  .cd-horizontal-timeline .events-content{ margin: 0;}
  
}

@-webkit-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-right {
  0% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes cd-enter-left {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.timeline:before{
  content: " ";
    display:none;
    bottom: 0;
    left: 0%;
    width: 0px;
    margin-left: -1.5px;
    background-color: #eeeeee;
}


    #team {
        background: #CACFD2;
    }
    
    .btn-primary:hover,
    .btn-primary:focus {
        background-color: #108d6f;
        border-color: #108d6f;
        box-shadow: none;
        outline: none;
    }
    
    .btn-primary {
        color: #fff;
        background-color: #007b5e;
        border-color: #007b5e;
    }
    
    section {
        padding: 60px 0;
    }
    
    section .section-title {
        text-align: center;
        color: #007b5e;
        margin-bottom: 50px;
        text-transform: uppercase;
    }
    
    #team .card {
        border: none;
        background: #ffffff;
        
    }
    
    .image-flip:hover .backside,
    .image-flip.hover .backside {
        -webkit-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    
    .image-flip:hover .frontside,
    .image-flip.hover .frontside {
        -webkit-transform: rotateY(180deg);
        -moz-transform: rotateY(180deg);
        -o-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
    
    .mainflip {
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -ms-transition: 1s;
        -moz-transition: 1s;
        -moz-transform: perspective(1000px);
        -moz-transform-style: preserve-3d;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
        position: relative;
    }
    
    .frontside {
        position: relative;
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        z-index: 2;
        margin-bottom: 30px;
    }
    
    .backside {
        position: absolute;
        top: 0;
        left: 0;
        background: white;
        -webkit-transform: rotateY(-180deg);
        -moz-transform: rotateY(-180deg);
        -o-transform: rotateY(-180deg);
        -ms-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
        -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
        box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    }
    
    .frontside,
    .backside {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: 1s;
        -webkit-transform-style: preserve-3d;
        -moz-transition: 1s;
        -moz-transform-style: preserve-3d;
        -o-transition: 1s;
        -o-transform-style: preserve-3d;
        -ms-transition: 1s;
        -ms-transform-style: preserve-3d;
        transition: 1s;
        transform-style: preserve-3d;
    }
    
    .frontside .card,
    .backside .card {
        min-height: 312px;
    }
    
    .backside .card a {
        font-size: 18px;
        color: #007b5e !important;
    }
    
    .frontside .card .card-title,
    .backside .card .card-title {
        color: #007b5e !important;
    }
    
    .frontside .card .card-body img {
        width: 320px;
        height: 250px;
        
    }

    #banner2 {
      padding: 12em 0 25em 0;
      background-image: url('../images/about_us.jpg');
      background-size: cover;
      background-position: top;
      background-attachment: fixed;
      background-repeat: no-repeat;
      text-align: center;
    
    }
    
    h1{
      color: #25292a; margin: 0px 0px 10px 0px; font-family: 'Overpass', sans-serif; font-weight: 700; letter-spacing: -1px; line-height: 1;
    }
    #banner2 h1 {
          font-size: 46px;
          font-weight: 600;
          color: #fff;
          line-height: 1;
          margin: 0 0 0.5em 0;
          padding: 0;
      }
    
    
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    
          #banner2 {
              background-attachment: scroll;
          }
    
      }
    
      @media screen and (max-width: 1280px) {
    
          #banner2 {
              padding: 10em 2em 8em 2em;
          }
    
      }
    
      @media screen and (max-width: 980px) {
    
          #banner2 {
              background-attachment: scroll;
          }
    
      }
    
      @media screen and (max-width: 736px) {
    
          #banner2 {
              padding: 8em 1.5em 6em 1.5em;
          }
    
              #banner2 h1 {
                  font-size: 2.5em;
              }
    
      
    
      }
    
      @media screen and (max-width: 480px) {
    
          #banner2 {
              padding: 6em 1.5em 4em 1.5em;
          }
      }
    
    
    
    
    
    /* apply a natural box layout model to all elements, but allowing components to change */
    
    /*html {
      box-sizing: border-box;
      font-family: georgia;
    }
    
    *, *:before, *:after {
      box-sizing: inherit;
    }
    */
    img {
      max-width: 100%;
    }
    
    .timeline {
      text-align: center;
    }
    .timeline .year {
      display: inline-block;
      font-size: 46px;
      font-weight: bold;
      position: relative;
    }
    .timeline .year span {
      display: inline-block;
      padding-bottom: 6px;
    }
    .timeline .year:after {
      content: "";
      display: block;
      width: 80%;
      margin: auto;
      height: 1px;
      background: green;
    }
    .timeline .year--end:before {
      content: "";
      display: block;
      width: 80%;
      margin: auto;
      height: 1px;
      background: green;
    }
    .timeline .year--end:after {
      content: none;
    }
    .timeline .days {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    .timeline .days .day {
      width: 100%;
      float: left;
    }
    .timeline .days .day .events {
      position: relative;
      float: left;
      border-right: 1px solid green;
      padding: 30px;
      text-align: right;
      width: 50%;
    }
    .timeline .days .day .events:after {
      content: "";
      width: 40%;
      display: inline-block;
      height: 1px;
      background: green;
      position: absolute;
      right: 0;
    }
    .timeline .days .day .events .date {
      position: absolute;
      top: 50%;
      left: 100%;
      transform: translateY(-50%);
      padding: 30px;
      text-align: left;
      color: green;
      font-size: 24px;
      white-space: nowrap;
    }
    .timeline .days .day .events .day__img {
      margin-right: -30px;
      position: relative;
      overflow: hidden;
    }
    .timeline .days .day .events .day__img img {
      display: block;
      float: right;
    }
    .timeline .days .day .events .day__img .caption {
      position: absolute;
      margin: 0;
      bottom: 0;
      right: 0;
      padding: 20px;
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
    }
    .timeline .days .day:nth-child(odd) .events {
      width: calc(50% + 1px);
      float: right;
      border-right: 0;
      border-left: 1px solid green;
      text-align: left;
    }
    .timeline .days .day:nth-child(odd) .events:after {
      right: auto;
      left: 0;
    }
    .timeline .days .day:nth-child(odd) .events .date {
      left: auto;
      right: 100%;
      text-align: right;
    }
    .timeline .days .day:nth-child(odd) .events .day__img {
      margin-right: auto;
      margin-left: -30px;
    }
    .timeline .days .day:nth-child(odd) .events .day__img img {
      float: left;
    }
    .timeline .days .day:nth-child(odd) .events .day__img .caption {
      right: auto;
      left: 0;
    }
    
    .background{
      position: absolute;
      z-index: -1;
      left: 0;
      right: 0;
      bottom: -200%;
    
    }
    
    .footer {
        background:#152C1C;
        padding-bottom: 50px;
        padding-top: 80px;
    }
    .footer_menu {
        margin-bottom: 20px;
    }
    .footer_menu ul {
        list-style: none;
        text-align: center;
    }
    .footer_menu ul li{display: inline-block;}
    .footer_menu ul li a {
        color:#fff;
        padding: 0 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
    }
    .footer_menu ul li a:hover{color:#fce003;}
    
    /*START FOOTER SOCIAL DESIGN*/
    .footer_profile{margin-bottom:40px;}
    .footer_profile ul{
    list-style: outside none none;
    margin: 0;
    padding: 0
    }
    .footer_profile ul li{
    display: inline-block;
    }
    @media only screen and (max-width:480px) { 
    .footer_profile ul li{margin:2px;}
    }
    .footer_profile ul li a img{width:60px;}
    
    .footer_profile ul li a {
        background: #554c86;
        width: 40px;
        height: 40px;
        display: block;
        text-align: center;
        margin-right: 5px;
        border-radius: 50%;
        line-height: 40px;
        box-sizing: border-box;
        text-decoration: none;
        -webkit-transition: .3s;
        transition: .3s;
        color: #fff;
    }
    .footer_copyright {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-size: 12px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        color: #fff;
        text-align: center;
    }
