:root {
  --orange: #ec4a12;
  --noir: #26282b;
  --blanc: #fff;
  --blanc-casse: #d8d8d8;
  --background-page: #1b1d1d;
  --gris: rgb(142, 142, 142);
  --gris-aplats: #b2bec3;
  --thecard-fond: rgba(0, 122, 152, 0.24);
}

/**/
html,
body {
  margin: 0;
  padding: 0;
}

body {
  width: 100vw;
  min-height: 100vh;
  height: 100%;
  font-family: 'Montserrat', 'Raleway', "Helvetica", "Arial", sans-serif;
  font-size: 14px;
  font-size: 62.5%;
  font-size: 1.4rem;
  font-weight: 400;
  background: rgba(27, 29, 29, 1);
  background: -moz-linear-gradient(top, rgba(27, 29, 29, 1) 0%, rgba(27, 29, 29, 1) 40%, rgba(1, 129, 161, 1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(27, 29, 29, 1)), color-stop(40%, rgba(27, 29, 29, 1)), color-stop(100%, rgba(1, 129, 161, 1)));
  background: -webkit-linear-gradient(top, rgba(27, 29, 29, 1) 0%, rgba(27, 29, 29, 1) 40%, rgba(1, 129, 161, 1) 100%);
  background: -o-linear-gradient(top, rgba(27, 29, 29, 1) 0%, rgba(27, 29, 29, 1) 40%, rgba(1, 129, 161, 1) 100%);
  background: -ms-linear-gradient(top, rgba(27, 29, 29, 1) 0%, rgba(27, 29, 29, 1) 40%, rgba(1, 129, 161, 1) 100%);
  background: linear-gradient(to bottom, rgba(27, 29, 29, 1) 0%, rgba(27, 29, 29, 1) 40%, rgba(1, 129, 161, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1b1d1d', endColorstr='#0181a1', GradientType=0);
}

body.home {
  overflow: hidden;
  background: var(--background-page);
}

/*------- HOME ---------*/
h1.home {
  color: white;
  position: absolute;
  top: 50%;
  z-index: 100;
  width: 100%;
  text-align: center;
  transform: translate(0, -100%);
  font-weight: 100;
  letter-spacing: 23px;
  text-transform: uppercase;
  font-size: 1.6rem;
  line-height: 4.4rem;
}

#videoBacker {
  background-size: cover;
  object-fit: cover;
  z-index: 10;
  opacity: .2;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  transition: 1s opacity ease-in-out;
}

.bar-top {
  position: absolute;
  top: 45px;
  left: 58px;
  z-index: 100;
}

.tracking-in-contract-bck-top {
	-webkit-animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
	        animation: tracking-in-contract-bck-top 1s cubic-bezier(0.215, 0.610, 0.355, 1.000) both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-2-2 22:46:46
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation tracking-in-contract-bck-top
 * ----------------------------------------
 */
@-webkit-keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
            transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes tracking-in-contract-bck-top {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px) translateY(-300px);
            transform: translateZ(400px) translateY(-300px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
            transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}

/*---------------TEMPLATE--------------------*/

.container {
  margin: 114px 60px 40px 300px;
  /* border: 1px rgba(255, 0, 0, 0.315) solid; */
}

i.fas.fa-arrow-up {
  font-size: 22px;
  background: var(--orange);
  padding: 8px 12px;
  color: #fff;
  border-radius: 4px;
  margin: 20px 20px 20px 60px;
}

/*---------------TYPOGRAPHY--------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.1rem;
  font-weight: 500;
  color: var(--orange);
}

h1 {
  font-size: 6.9rem;
  line-height: 8rem;
  font-weight: 100;
  color: var(--blanc);
  text-align: left;
  margin-left: 0;
  letter-spacing: 0.8rem;
}

.ombre-3d {
  text-shadow:
    1px 1px 0 var(--gris),
    1.1px 2px 0 var(--gris),
    1.2px 3px 0 var(--gris),
    1.3px 4px 0 var(--gris),
    1.4px 5px 0 var(--gris),
    5px 13px 15px var(--noir);
  /*Cool 3D Text with hover state in just CSS A PEN BY Ashish Anand*/
}

h2 {
  font-size: 4.8rem;
  line-height:5.8rem;
  font-weight: 700;
}
h2.labo {
  font-size: 4.8rem;
  line-height:5.8rem;
  font-weight: 100;
  color: #fff;
}
h3 {
  font-size: 2.8rem;
  line-height: 2.8rem;
  font-weight: 400;
}

h4 {
  font-size: 2.1rem;
  line-height: 3rem;
  font-weight: 400;
  color: var(--blanc);
  margin: 0;
}

h5 {}

h6 {}

p, ul, li {
  max-width: 90ch; /*nombre de charactères*/
  text-align: left;
  font-size: 1.4rem;
  line-height: 2.8rem;
  font-weight: 300;
  color: var(--blanc);
  padding-bottom: 0.5rem;
}

.commentaires {
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 200;
  font-style: italic;
  color: var(--blanc);
  padding-bottom: 0;
}

p.signature-commentaire {
  margin: 5px 0 20px 0;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.9rem;
  font-weight: 500;
}
a.button {
  font-weight: 600;
}
.blanc {
  color: var(--blanc);
}
.noir {
  color: var(--noir);
}
.orange {
  color: var(--orange);
}

/*--------------- THE CARD --------------------*/
.the-card {
  background: var(--thecard-fond);
  color: var(--blanc-casse);
  font-weight: 500;
  padding: 46px 40px;
  margin-bottom: 40px;
  text-align: justify;
  border-radius: 9px;
}
.the-card img {
  display: block;
  margin: 0 auto 30px auto;
}
.the-card-commentaires {
  padding-top: 25px;
  line-height: 2.8rem;
  font-weight: 300;
}
.the-card-signature {
    text-align: center;
	font-size: 1.9rem;
    line-height: 3.3rem;
    font-weight: 700;
    color: var(--blanc);
    text-transform: uppercase;
    letter-spacing: 0.1rem;   
}
.entreprise {
	font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 300;
}
/*--------------- MENU --------------------*/

.top-menu ul,
.top-menu li,
.top-menu a {
  margin: 0;
  padding: 0;
}

.top-menu ul {
  margin-top: 14px;
}

.top-menu li {
  list-style: none;
}

.top-menu a {
  color: var(--orange);
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-size: 1.3rem;
  line-height: 3.3rem;
  letter-spacing: 4px;
}

.top-menu a:hover {
  color: var(--blanc);
  transition: color 0.3s;
}

.top-menu a.selected {
  color: lightslategray;
}

a span.menu-blanc {
  color: #fff;
  font-size: 1.18rem;
}

a:hover span.menu-blanc {
  color: var(--orange);
  transition: color 0.3s;
}

li.reseau a {
  display: inline-block;
}


/*---------------PAGES--------------------*/
.nav-point {
  color: var(--blanc);
  margin-left: 7px;
}

.nav-point a.tracking-in-contract-bck {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 4px 16px;
  margin: 0 6px 6px 0;
  color: var(--noir);
  background-color: var(--orange);
  transition: background 0.3s;
}

.nav-point a:hover.tracking-in-contract-bck,
.nav-point a.selected {
  color: var(--blanc);
  text-decoration: none;
  background-color: var(--noir);
  transition: background 0.3s;
}

.portfolio img {
  filter: opacity(50%);
  -webkit-filter: opacity(50%);
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.portfolio img:hover,
.portfolio a.lightbox img {
  filter: none;
  -webkit-filter: none;
}

figcaption {
  font-size: 4rem;
  line-height: 4rem;
  color: var(--blanc);
  width: 80%;
  margin: 30px auto;
}

a.lightbox,
a:hover.lightbox,
a:focus.lightbox {
  text-decoration: none;
}

.link_site i {
  font-size: 1.2rem;
}

.link_site a {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 4px 16px;
  margin: 0 0 20px 0;
  color: var(--noir);
  background-color: var(--orange);
  transition: background 0.3s;
}

.link_site a:hover {
  color: var(--blanc);
  text-decoration: none;
  background-color: var(--noir);
  transition: background 0.3s;
}

.sites-miniature {
  margin-bottom: 40px;
}

.sites-miniature div {
  margin-bottom: 10px;
}
.port-video video {
  width: 100%;
  max-width: 640px;
  margin-bottom: 20px;
}

/*---------------HISTORIQUE--------------------*/
.historique {
  height: 98%;
  border-left: 1px solid var(--orange);
  margin: 30px 0 0 8px;
  padding-left: 30px;
} 
span.cercle {
  display: block;
  float: left;
  background-color: var(--orange);
  border-radius: 50%;
  width: 12px;
  height: 12px;
  border: 1px solid var(--orange);
  margin: 8px 20px 0 -37.5px;
}
h3.parcours {
  font-size: 3.2rem;
  line-height: 3.9rem;
  font-weight: 400;
  margin: 0 0 12px 10px;
}
.titre-historique {
  font-size: 2.1rem;
  line-height: 3.2rem;
  font-weight: 400;
  color: var(--blanc);
}
.surtitre-historique {
  display: block;
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: 400;
  color: var(--blanc);
  padding-top: 34px;
}
.historique p {
  margin-left: 50px;
}
.historique ul {
  margin-left: 37px;
}
/*---------------RESSOURCES--------------------*/
a.button-link {
  background-color: var(--orange);
  color: var(--noir);
  border-radius: 5px;
  font-weight: 600;
  padding: 2px 16px;
  margin: 5px 0 12px 0;
  display: inline-block;
}
/*---------------CONTACT--------------------*/
input {
  	width: 100%;
  	border-radius: 5px !important;
}
.form-group {
  	padding-bottom: 30px;
}
textarea#message {
    width: 100%;
	border-radius: 5px !important;
}
.form-group.antispam {
    background: #aa2e03;
    color: var(--blanc);
    padding: 30px 40px 40px 30px;
    margin: 0 -7px 0 8px;
	border-radius: 5px !important;
}
.form-group.antispam label {
    display: inline-block;
    padding-bottom: 10px;
}
p.error-form {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: var(--orange);
  max-width: 100%;
  padding-bottom: 30px;
}
input[type="submit"] {
  width: 200px;
  display: block;
  margin: 20px auto 0 auto;
}
.height-page {
  height: 100vh;
}
/*---------------FOOTER--------------------*/
.footer {
  width: 100%;
  height: 180px;
  background-color: var(--background-page);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  color: var(--blanc);
  font-size: 1.6rem;
  text-align: center;
}

.footer p {
  font-size: 0.8rem;
}

.footer a {
  color: var(--blanc);
  text-decoration: none;
  font-size: 1.4rem;
}

.footer a:hover,
.footer a:active {
  color: var(--orange);
}

.copyright {
  display: block;
  font-size: 1rem;
}

/*---------------UTILITAIRES---------------*/
.center-hv {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.mt-0 {
  margin-top: 0;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-200 {
  margin-top: 200px;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-200 {
  margin-bottom: 200px;
}

.pt-0 {
  padding-top: 0;
}
.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.light {
  font-weight: 400;
}

.bold {
  font-weight: 700;
}

.demi{
  opacity: 0.20;
}
.img-responsive {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .container {
    margin: 385px 20px 40px 20px;
  }
}
@media screen and (min-width:1001px) and (max-width: 1080px) {
  .link_site a {font-size: 1rem;}
  form {padding:27px 30px 10px 20px;}
}
@media screen and (min-width:1280px) and (max-width: 2000px) {
  .link_site a {font-size: 0.8rem;}
  form {padding:20px 20px 10px 12px;}
}

@media screen and (max-width: 700px) {
  h1 {font-size: 3rem; letter-spacing: 0.2rem;}
  h2.bounce-top {font-size: 3rem;}
  h3 {font-size: 2.3rem;}
  p {font-size: 1.3rem; line-height: 2.3rem; font-weight: 500;}
  p a{font-size: 1.3rem;}
  h1.home {
    top: 358px;
    z-index: 0;
    letter-spacing: 4px;
    font-size: 1.6rem;
    line-height: 3.2rem;
  }
  .surtitre-historique {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
  .titre-historique {
    font-size: 1.8rem;
    line-height: 2.8rem;
  }

  .container {
    margin: 250px 0 40px 0;
  }
  .top-menu a {
    line-height: 2.2rem;
    letter-spacing: 4px;
  }
  .bar-top {
    top: 30px;
    left: 30px;
  }
  .nav-point a.tracking-in-contract-bck {
    display: block;
  }
  .nav-point {
    color: var(--blanc);
    margin-left: 0;
  }
  .col-sm, [class^='col-sm-'], [class^='col-sm-offset-'], .row[class*='cols-sm-']>* {
    padding: 0;
  }
  .portfolio img {
    filter: opacity(100%);
    -webkit-filter: opacity(100%);
  }
  a.tooltip {
    font-size: 1.2rem;
  }
  form {
    padding: 20px 14px 20px 0;
  }
  fieldset {
    padding: 10px;
  }
  .form-group {
    padding-bottom: 10px;
  }
  .form-group.antispam {
    padding: 22px 10px;
    margin: 0 -7px 0 8px;
  }
  input#antispam_h {
    width: 95%;
  }
  div.antispam input {
    margin-top: 21px;
  }
  input[type="submit"] {
    width: 170px;
    display: block;
    margin: 10px auto 0 auto;
  }
  .the-card {
    padding: 26px;
    margin: 12px;
  }
  .the-card-commentaires {
    padding-bottom: 20px;
    font-size: 1.1rem;
  }
  .the-card-signature, .the-card-signature span {
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
}
/* LABO */
div.app-main {
    margin-bottom: 170px;
}
.app-main h3 {
	padding: 15px 0;
	line-height: 3.9rem;
}
.app-main p {
    padding: 0;
    margin-top: 4px;
}
.app-main input {
    width: 45%;
    display: flex;
    min-width: 260px;
    margin: 0 0 20px 0;
    border-radius: 0 !important;
}
.app-main button.bt-generate {
    background: #EC4913;
    margin: 20px 0 40px 0;
    width: 230px;
    border-radius: 0;
}
.app-main img {
    display: flex;
    margin-bottom: 30px;
}
/* ajout d'icone de titre */
.ico-titre {
	height: 54px;
	width: auto;
}
@media screen and (max-width: 1140px) {
	.ico-titre {
		display: none;
	}
}
div#slider {
  max-width: 800px;
}
