<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p {
  color: #000;
}

.cookie {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff;
}
.cookie p {
  margin-top: 10px;
  cursor: pointer;
  font-size: 1.2rem;
}
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong,
#tarteaucitronAlertBig #tarteaucitronCloseAlert,
#tarteaucitronAlertBig #tarteaucitronPersonalize,
#tarteaucitron #tarteaucitronPrivacyUrl {
  font-size: 1.2rem;
}
#tarteaucitronRoot #tarteaucitronAlertBig {
  padding: 5px 10px;
}
@media (max-width: 818px) {
  #tarteaucitronRoot #tarteaucitronAlertBig {
    width: auto;
  }
}

@import url('https://fonts.googleapis.com/css?family=Maven+Pro:900');

/*GENERAL*/
body, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5, li, a, p, strong, b, span{font-family: sans-serif;}
.clear{clear: both !important;}
.color_black{color:black!important;}
.color_white{color:white !important;}
.calque_noir:before{background-color: black; display: block; width: 100%; height: 100%; opacity: 0.5}
.calque_white:before{background-color: white; display: block; width: 100%; height: 100%; opacity: 0.5}
.bg_parralax{background-attachment: fixed;}

.pt-xs{padding-top: 1vh;}
.pr-xs{padding-right: 1vh;}
.pb-xs{padding-bottom: 1vh;}
.pl-xs{padding-left: 1vh;}
.pt-md{padding-top: 3vh;}
.pr-md{padding-right: 3vh;}
.pb-md{padding-bottom: 3vh;}
.pl-md{padding-left: 3vh;}
.pt-lg{padding-top: 5vh;}
.pr-lg{padding-right: 5vh;}
.pb-lg{padding-bottom: 5vh;}
.pl-lg{padding-left: 5vh;}
.pt-xl{padding-top: 7vh;}
.pr-xl{padding-right: 7vh;}
.pb-xl{padding-bottom: 7vh;}
.pl-xl{padding-left: 7vh;}
.mt-xs{margin-top: 1vh;}
.mr-xs{margin-right: 1vh;}
.mb-xs{margin-bottom: 1vh;}
.ml-xs{margin-left: 1vh;}
.mt-md{margin-top: 3vh;}
.mr-md{margin-right: 3vh;}
.mb-md{margin-bottom: 3vh;}
.ml-md{margin-left: 3vh;}
.mt-lg{margin-top: 5vh;}
.mr-lg{margin-right: 5vh;}
.mb-lg{margin-bottom: 5vh;}
.ml-lg{margin-left: 5vh;}
.mt-xl{margin-top: 7vh;}
.mr-xl{margin-right: 7vh;}
.mb-xl{margin-bottom: 7vh;}
.ml-xl{margin-left: 7vh;}

@charset "utf-8";
/* CSS Document */

/* ---------- GENERAL ---------- */

.domaines {
	background: #e5eef7;
}

a { text-decoration: none; }

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

body {
  overflow-x: hidden; 
}

/*DEUXIEME ROUE LALALALLALALA*/

.svg {
	padding: 30px;
}

.color-wheel-path:hover {
	/*transform: scale(1.1);*/
  -webkit-text-stroke-width:5px;
  stroke-width: 5px;
  -webkit-text-stroke-linejoin: round;
  stroke-linejoin: round;
  -webkit-text-stroke: #fff;
  stroke: #fff;
}

.bgOrigin {
	background: url(../images/logo_evpi2.png) no-repeat;

}

.bgImage0 {
	background: url(../images/ferroviaire.jpg) no-repeat;
}

.bgImage1 {
	background: url(../images/defense.png) no-repeat;
}

.bgImage2 {
	background: url(../images/nucleaire.jpg) no-repeat;
}

.bgImage3 {
	background: url(../images/petrochimie.jpg) no-repeat;
}

.bgImage4 {
	background: url(../images/mobilier.png) no-repeat;
}

.bgImage5 {
	background: url(../images/industrie.jpg) no-repeat;
}

.bgImage6 {
	background: url(../images/medical.jpg) no-repeat;
}

.bgImage7 {
	background: url(../images/aeronautique.jpg) no-repeat;
}

.bgImageSize {
  background-size: 65%;
  background-position: 58% 43%;
}

/*-----------------------*/

.textShape0,
.textShape1,
.textShape2,
.textShape3,
.textShape4,
.textShape5,
.textShape6,
.textShape7 {
	display: none;
  position: absolute;
  border: 2px solid #fff;
}

.textShape0 p,
.textShape1 p,
.textShape2 p,
.textShape3 p,
.textShape4 p,
.textShape5 p,
.textShape6 p,
.textShape7 p {
  color: #fff;
  text-align: justify;
}

#shape0,
#shape1,
#shape2,
#shape3,
#shape4,
#shape5,
#shape6,
#shape7 {
	cursor: pointer;
}

#shape0:hover,
#shape1:hover,
#shape2:hover,
#shape3:hover,
#shape4:hover,
#shape5:hover,
#shape6:hover,
#shape7:hover {
	cursor: pointer;
}

.title p {
  color: #fff;
  margin-top: 20px;
}


.textShape0 {
  background-color: #fdd600;
  padding: 20px 40px;
}

.textShape1 {
  background-color: #8cd211;
  padding: 20px 40px;
}

.textShape2 {
  background-color: #00b4a0;
  padding: 20px 40px
}

.textShape3 {
  background-color: #5596e6;
  padding: 20px 40px;
}

.textShape4 {
  background-color: #9855d4;
  padding: 20px 40px;
}

.textShape5 {
  background-color: #ff3ca0;
  padding: 20px 40px;
}

.textShape6 {
  background-color: #e71d32;
  padding: 20px 40px;
}

.textShape7 {
  background-color: #ff7832;
  padding: 20px 40px;
}

.textShape0,
.textShape1,
.textShape2,
.textShape3,
.textShape4,
.textShape5,
.textShape6,
.textShape7 {
  -webkit-box-shadow: -10px 10px 32px -4px rgba(43,43,43,1);
  -moz-box-shadow: -10px 10px 32px -4px rgba(43,43,43,1);
  box-shadow: -10px 10px 32px -4px rgba(43,43,43,1);
  top: -90px;
}

@media screen and (max-width: 1200px) {
  .domainesPad {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 900px) {
  .domainesPad {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 767px) {
  .textShape0, .textShape1, .textShape2, .textShape3, .textShape4, .textShape5, .textShape6, .textShape7 {
    position: relative;
    display: block;
  }
}

/*.textShape0::before {
	content: '';
	width: 10px;
	height: 20px;
	background-color: #fff;
	position: absolute;
  }*/

  .navbar-fixed-top, .navbar-fixed-bottom {
   background: #fff;
 }

 .title-header h1 {
   /*background-color: rgba(49, 122, 189, 0.6)*/;
   text-shadow: 3px 3px 3px #317abd;
   padding: 30px 0;
 }

 .title-header2 {
  background-color: rgba(49, 122, 189, 0.6);
  padding: 30px 0;
}

.menu-style2 &gt; li &gt; a,
.menu-style2 &gt; li.active &gt; a {
	color: #eb1a23;
	font-weight: 600;
	border: 1px solid #fff;
}

.menu-style2 &gt; li &gt; a:hover {
	color: #505050;
}

.menu-style2 &gt; li:last-child &gt; a {
	padding-right: 30px;
}

.navbar {
	border: none;
}

.menu-style2 ul {
	background-color: #dbd1ce;
	color: #fff;
}

.menu-style2 ul li a {
	color: #000;
}

.menu-style2 ul li a:hover {
	color: #eb1a23;
}

section {
  padding: 100px 0;
}

@media (min-width: 1200px) {
  .menu-style2 &gt; li &gt; a {
    padding: 35px 20px;
  }
}

.title {
  padding: 150px 0 0 0;
}

h1 {
  font-size: 46px;
  font-family: 'Maven Pro', sans-serif;
}

h3 {
  color: #eb1a23;
  font-family: 'Maven Pro', sans-serif;
  font-size: 26px;
}

hr {
  border-bottom: 4px solid #fff;
  width: 20%;
  margin: 20px auto;
}

.footer-content:after {
  display: none;
}

footer p {
  color: #fff;
}

.footer-copyright {
  padding: 20px 0 70px;
}

footer .menu-style2 &gt; li &gt; a {
  border: none;
  color: #fff;
  text-align: center;
}

footer .menu li {
  display: inline-block;
  padding: 20px 0;
}

footer .menu li a {
  color: #eb1a23;
  padding: 20px 30px;
}

.theme-description p {
  font-family: 'Maven Pro', sans-serif;
  font-weight: 500;
}

.logo {
  top: 5px;
  position: absolute;
}

.frame-img {
  margin-top: 50px;
}

.navbar {
  border-bottom: 2px solid #317abd;
}

.blocOblique {
  content: '';
  width: 1020px;
  height: 800px;
  background: #ee1c25;
  top: 80px;
  right: -300px;
  position: absolute;
  display: block;
  z-index: -1;
  transform: rotate(135deg);
  overflow: hidden;
}

.blocOblique2 {
  content: '';
  width: 1020px;
  height: 800px;
  background: #ee1c25;
  top: 1100px;
  left: -400px;
  position: absolute;
  display: block;
  z-index: -2;
  transform: rotate(135deg);
  overflow: hidden;
}

#engagements .sectionP, #Contact .sectionP {
  padding: 140px 0;
}

.bg-1 {
  background: url(../images/competences/chaine_montage.jpg);
}

.white {
  color: #fff;
}

.btn {
  color: #fff;
  background: #ee1c25;
}

.btn:hover {
  color: #ee1c25;
  background: #fff;
  border: 2px solid #ee1c25;
}

footer {
  background-color: #2f2929;
}

.btn-default {
  border-color: #ee1c25;
}

.menu li.active &gt; a, .menu li a.active, .menu li a:hover,
.menu-style3 li a {
  color: #ee1c25;
  font-weight: 600;
}

.menu-style3 li a {
  height: auto;
}



.Accueil #team{
  background: url(../images/accueil/atelier.jpg);

}
@media screen and (max-width: 1140px) {
  .blocOblique {
    display: none;
  }

  .blocOblique2 {
    display: none;
  }
}

.header-v2 .trigger-menu {
  margin-top: 50px;
}

.actualite-image{
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 1200px) {
  .bgOrigin {
    background-size: 65%;
background-position: 65% 43%;
  }  
}

/* TIMELINE
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline {
  white-space: nowrap;
  overflow-x: hidden;
}

.timeline ol {
  font-size: 0;
  width: 100vw;
  padding: 250px 0;
  transition: all 1s;
}

.timeline ol li {
  position: relative;
  display: inline-block;
  list-style-type: none;
  width: 160px;
  height: 3px;
  background: #fff;
}

.timeline ol li:last-child {
  width: 280px;
}

.timeline ol li:not(:first-child) {
  margin-left: 14px;
}

.timeline ol li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  left: calc(100% + 1px);
  bottom: 0;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #eb1a23;
}

.timeline ol li div {
  position: absolute;
  left: calc(100% + 7px);
  width: 280px;
  padding: 15px;
  font-size: 16px;
  text-align: justify;
  font-family: sans-serif;
  white-space: normal;
  color: black;
  background: white;
}

.timeline ol li div::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline ol li:nth-child(odd) div {
  top: -16px;
  transform: translateY(-100%);
}

.timeline ol li:nth-child(odd) div::before {
  top: 100%;
  border-width: 8px 8px 0 0;
  border-color: white transparent transparent transparent;
}

.timeline ol li:nth-child(even) div {
  top: calc(100% + 16px);
}

.timeline ol li:nth-child(even) div::before {
  top: -8px;
  border-width: 8px 0 0 8px;
  border-color: transparent transparent transparent white;
}

.timeline time {
  display: block;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #eb1a23;
  font-family: 'Maven Pro', sans-serif;
}


/* TIMELINE ARROWS
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

.timeline .arrows {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.timeline .arrows .arrow__prev {
  margin-right: 20px;
}

.timeline .disabled {
  opacity: .5;
}

.timeline .arrows img {
  width: 45px;
  height: 45px;
}


/* GENERAL MEDIA QUERIES
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
@media screen and (max-width: 599px) {
  .timeline ol,
  .timeline ol li {
    width: auto; 
  }
  
  .timeline ol {
    padding: 0;
    transform: none !important;
  }
  
  .timeline ol li {
    display: block;
    height: auto;
    background: transparent;
  }
  
  .timeline ol li:first-child {
    margin-top: 25px;
  }
  
  .timeline ol li:not(:first-child) {
    margin-left: auto;
  }
  
  .timeline ol li div {
    width: 94%;
    height: auto !important;
    margin: 0 auto 25px;
  }
  
  .timeline ol li div {
    position: static;
  }
  
  .timeline ol li:nth-child(odd) div {
    transform: none;
  }
  
  .timeline ol li:nth-child(odd) div::before,
  .timeline ol li:nth-child(even) div::before {
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border: none;
    border-left: 1px solid white;
    height: 25px;
  }
  
  .timeline ol li:last-child,
  .timeline ol li:nth-last-child(2) div::before,
  .timeline ol li:not(:last-child)::after,
  .timeline .arrows {
    display: none;
  }

h1 {
  padding-top: 100px; /* pour dÃ©tacher le titre du pavÃ© avec logo sur mobile */
  font-size: 30px;
  font-family: 'Maven Pro', sans-serif;
}

h3 {
  color: #eb1a23;
  font-family: 'Maven Pro', sans-serif;
  font-size: 18px;
}

section {
  padding: 20px 0;
}
.domainesPad {
  padding-top: 100px;
}
}

.footer-copyright p {
  float: none;
  text-align: center;
}

.footer-copyright p a {
  color: white;
}


@media screen and (max-width: 768px){
  footer .menu li a {
    
    padding: 20px 20px;
}
}

.reportage {margin-top: 5rem; width: 560px; margin-left: auto; margin-right: auto; max-width: 100%;}
 .reportage-col {position: relative; /*overflow: hidden;*/ padding-bottom: 56.25%; padding-top: 25px; margin-top: 70px;}
 .reportage-col iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0;}</pre></body></html>