@charset "UTF-8";
.animated-fast {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


@-webkit-keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpMenu {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.projets h2 {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 24pt;
	font-weight: 500;
	line-height: 1.1;
	color: #F0C;
	margin-top: 20px;
	margin-bottom: 10px;
	/*font:30px/1 "Museo";*/
	text-transform:uppercase;
	letter-spacing:5px;
}
.projets h3 {
	font-size: 12pt;
	font-weight:normal;
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.7;
	color: #000;
	margin-top: 20px;
	margin-bottom: 10px;
}
.projets h4 {
	font-size: 10pt;
	font-weight:normal;
	font-family: "Open Sans", Helvetica, sans-serif;
	line-height: 1.7;
	color: #CCC;
	margin-top: 20px;
	margin-bottom: 10px;
}
.text-center {
  text-align: center;
}
.projets {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .projets {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .projets {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .projets {
    width: 1170px;
  }
}

/*Pour les 4 saisons
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}*/
/*Pour le titre principal*/
.animated-projet {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp-projet {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp-projet {
  from {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp-projet {
  -webkit-animation-name: fadeInUp-projet;
  animation-name: fadeInUp-projet;
}


/*body {
  background: #fff;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body {
    background: #fff;
  }
}*/

.projets a {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.3);
}

.projets p {
	font-family: "Open Sans", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7;
	color: #000;
	margin-bottom: 30px;
}

.projets-animate-box {
  opacity: 0;
}

#liste-projets {
	padding: 0 0;
	background-color:#FFF;
}
@media screen and (max-width: 768px) {
  #liste-projets {
    padding: 3em 0;
  }
}
#liste-projets .projets-timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
/*Trait #ea272d*/
#liste-projets .projets-timeline:before {
  top: 230px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  background: #F0C;
  left: 50%;
  margin-left: 0px;
  /*z-index:-999;*/
}
@media screen and (max-width: 768px) {
  #liste-projets .projets-timeline:before {
    margin-left: -64px;
  }
}
@media screen and (max-width: 480px) {
  #liste-projets .projets-timeline:before {
    margin-left: -64px;
  }
}
@media screen and (max-width: 768px) {
  #liste-projets .projets-timeline .projets-timeline-heading {
    margin-bottom: 30px;
  }
}
#liste-projets .projets-timeline .projets-timeline-heading > div h3 h4{
  display: inline-block;
  padding: 7px 15px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-weight: bold;
  color: #fff;
  position: relative;
  z-index: 99;
  background: #434343;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
/*Derniere modif*/
.projets-timeline-unverted:hover {
  background: #000;
  padding-right: 80px;
}
.projets-timeline-inverted:hover {
  background: #000;
  padding-left: 80px;
}
@media screen and (max-width: 768px) {
  #liste-projets .projets-timeline .projets-timeline-heading > div h3 {
    float: left;
    margin-bottom: 0;
  }
}
#liste-projets .projets-timeline .projets-timeline-heading h3 {
	color: #000;
	font-weight: bold; 
	font-size: 24px;
	line-height: 1.1;
	letter-spacing:normal;
	font-family: Arial, Helvetica, sans-serif;
	text-shadow:none
}
#liste-projets .projets-timeline > li {
	margin-bottom: 20px;
	position: relative;
	background-color:#FFF;
}
@media screen and (max-width: 768px) {
  #liste-projets .projets-timeline > li {
    margin-bottom: 4em;
  }
}
#liste-projets .projets-timeline > li:before, #liste-projets .projets-timeline > li:after {
  content: " ";
  display: table;
}
#liste-projets .projets-timeline > li:after {
  clear: both;
}
#liste-projets .projets-timeline > li > .timeline-panel {
  width: 45%;
  float: left;
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  /*background-color:#2e3842;*/
}
#liste-projets .projets-timeline > li > .projets-timeline-panel-ga {
  width: 45%;
  float: left;
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
#liste-projets .projets-timeline > li > .timeline-panel-dr {
  width: 45%;
  float: left;
  margin-bottom: 0;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  /*background-color:#2e3842;*/
}
@media screen and (max-width: 768px) {
  #liste-projets .projets-timeline > li > .timeline-panel {
    width: 85% !important;
  }
}
@media screen and (max-width: 768px) {
  #liste-projets .projets-timeline > li > .projets-timeline-panel-ga {
    width: 85% !important;
  }
}
@media screen and (max-width: 768px) {
  #liste-projets .projets-timeline > li > .timeline-panel-dr {
    width: 85% !important;
  }
}
@media screen and (max-width: 480px) {
  #liste-projets .projets-timeline > li > .timeline-panel {
    width: 75% !important;
  }
  #liste-projets .projets-timeline > li > .timeline-panel:before {
    top: 30px;
  }
  #liste-projets .projets-timeline > li > .timeline-panel:after {
    top: 31px;
  }
}
@media screen and (max-width: 480px) {
  #liste-projets .projets-timeline > li > .projets-timeline-panel-ga {
    width: 75% !important;
  }
  #liste-projets .projets-timeline > li > .projets-timeline-panel-ga:before {
    top: 30px;
  }
  #liste-projets .projets-timeline > li > .projets-timeline-panel-ga:after {
    top: 31px;
  }
}
@media screen and (max-width: 480px) {
  #liste-projets .projets-timeline > li > .timeline-panel-dr {
    width: 75% !important;
  }
  #liste-projets .projets-timeline > li > .timeline-panel-dr:before {
    top: 30px;
  }
  #liste-projets .projets-timeline > li > .timeline-panel-dr:after {
    top: 31px;
  }
}
#liste-projets .projets-timeline > li > .projets-timeline-badge {
	color: #fff;
	width: 44px;
	height: 44px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -21px;
	background-color: #F0C;
	z-index: 100;
	display: table;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}
@media screen and (max-width: 768px) {
  #liste-projets .projets-timeline > li > .projets-timeline-badge {
    margin-left: -10px !important;
  }
}
@media screen and (max-width: 992px) {
  #liste-projets .projets-timeline > li > .projets-timeline-badge {
    margin-left: -10px !important;
  }
}
#liste-projets .projets-timeline > li > .projets-timeline-badge i {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
  font-size: 18px;
}
#liste-projets .projets-timeline > li.projets-timeline-unverted {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #liste-projets .projets-timeline > li.projets-timeline-unverted {
    text-align: left;
  }
}
#liste-projets .projets-timeline > li.projets-timeline-inverted > .timeline-panel {
  float: right;
}
#liste-projets .projets-timeline > li.projets-timeline-inverted > .projets-timeline-panel-ga {
  float: right;
}
#liste-projets .projets-timeline > li.projets-timeline-inverted > .timeline-panel-dr {
  float: right;
}
#liste-projets .projets-timeline > li.projets-timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#liste-projets .projets-timeline > li.projets-timeline-inverted > .projets-timeline-panel-ga:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#liste-projets .projets-timeline > li.projets-timeline-inverted > .timeline-panel-dr:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
#liste-projets .projets-timeline > li.projets-timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
#liste-projets .projets-timeline > li.projets-timeline-inverted > .projets-timeline-panel-ga:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
#liste-projets .projets-timeline > li.projets-timeline-inverted > .timeline-panel-dr:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
#liste-projets .projets-timeline-title {
  margin-top: 0;
}
#liste-projets .company {
  display: block;
  margin-bottom: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}
#liste-projets .projets-timeline-body > p,
#liste-projets .projets-timeline-body > ul {
  margin-bottom: 0;
}
#liste-projets .projets-timeline-body > p + p {
  margin-top: 5px;
}
@media (max-width: 992px) {
  #liste-projets ul.projets-timeline:before {
    left: 90px;
  }
  #liste-projets ul.projets-timeline > li > .timeline-panel {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }
  #liste-projets ul.projets-timeline > li > .projets-timeline-panel-ga {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }
  #liste-projets ul.projets-timeline > li > .timeline-panel-dr {
    width: calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: -webkit-calc(100% - 200px);
  }
  #liste-projets ul.projets-timeline > li > .projets-timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  #liste-projets ul.projets-timeline > li > .timeline-panel {
    float: right;
  }
  #liste-projets ul.projets-timeline > li > .projets-timeline-panel-ga {
    float: right;
  }
  #liste-projets ul.projets-timeline > li > .timeline-panel-dr {
    float: right;
  }
  #liste-projets ul.projets-timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  #liste-projets ul.projets-timeline > li > .projets-timeline-panel-ga:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  #liste-projets ul.projets-timeline > li > .timeline-panel-dr:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  #liste-projets ul.projets-timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  #liste-projets ul.projets-timeline > li > .projets-timeline-panel-ga:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  #liste-projets ul.projets-timeline > li > .timeline-panel-dr:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
#projets {
	position:relative;
	margin-left: 100px;
	margin-right: 100px;
}

}
