html, body{
min-height:100vh;
width:100%;
/* background-color:black; */
}
body{
/* background-color: #1f1f1f; */
/*background: linear-gradient(360deg, rgb(30,30,35) 0%, rgb(30,39,38) 50%, rgb(62,62,62) 100%);*/
/*background:radial-gradient(farthest-corner at 40px 40px, #444 0%, #222 100%);*/
background-attachment: fixed;
font-size:0.91rem;
/*font-size:1em;*/
/* color:#CACACA */
}
.container-lg-max {
  max-width: 960px; /* Bootstrap lg max width */
}

.pointMe{
    cursor:pointer;
}
a.link{
    text-decoration: underline;
    color: #ff3131;
}
/*Responsive font-size*/
.respFontSize.homePageIconBottom{
    position: absolute;
    top: 0.2rem;
    left: 1rem;
    color: #FFFFFF;
    font-weight: 400;
}
.respFontSize.homePageIconTop{
    position:absolute; bottom:0;right:5px;
    color: #FFFFFF;
    
}
.bg-none{
    background:none!important;
    background:none!important;
}
.respFontSize{
    font-size:5vw!important;
}

.respH2 {
    font-size:1rem;
}
 
 @media (min-width: 576px){
        .respFontSize{
            font-size:1rem!important;
        }
        .respH2 {
            font-size:1.1rem;
        }
    }
  
@media (min-width: 768px){
    .respFontSize{
        font-size:1.1rem!important;
    }
    .respH2 {
        font-size:1.3rem;
    }
}
@media (min-width: 992px){
    .respFontSize{
        font-size:1.2rem!important;
    }
    .respH2 {
        font-size:1.5rem;
    }
}
@media (min-width: 1900px){
    .respFontSize{
        font-size:1.5rem!important;
    }
    .respH2 {
        font-size:2rem;
    }
}
.carousel-control-prev{
    justify-content: flex-start;
}
.carousel-control-next{
    justify-content:  flex-end;
}
/* STICKY FOOTER */
/* Wrapper for page content to push down footer */
body, wrapper {
    min-height:100vh;
 }
 
 main {
     /* flex:1; */
     overflow: hidden;
     margin-top:42px;
 }

/* EO STICKY FOOTER */
a {
    color: #cacaca;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #FE1111;
    text-decoration: underline;
}
.bg-black{
    background-color:#000000;
}
.card.card-case {
    min-width: 18rem!important;
    min-height: 8rem;
    cursor:pointer;
}
.card.card-job {
    background-color: #131313;
    margin-bottom: 1rem;
    border-radius: 0;
    border: solid 1px #444;
}
.card.card-job .card-header {
    background-color: #131313;
}
.mt-hair{
    margin-top:2px!important;
}
img.icon-smart-size {
    min-width:3rem;
    max-width:6rem;
}
/* End of override*/
.pageHeader{
    top:0;
    position:fixed;
    height:3rem;
    width:100%;
    background-color:black;
    border-bottom: solid 1px #444;
    z-index: 4;
}
#estechHomeTab{
    height:3rem;
    width:3rem;
    z-index:100;
    background-color: #fe1111;
}
#headerTitle{
    margin: 0 auto;
    width: 8rem;
    padding-top: 0.3rem;
    text-align: center;
    position: absolute;
    top: 0;
    left: calc(50% - 3.5rem);
}
#_progress {
    --scroll: 0%;
    background: linear-gradient(to right,#fe1111 var(--scroll),transparent 0);
    position: fixed;
    width: 100%;
    height: 3px;
    top:3rem;
    z-index: 2;
}
.overimage{
    position:absolute;
    top:50%;
    width:100%;
    text-align: center;
    font-size: 1.2rem;
    line-height:1.1rem;
    text-shadow: black 0 0 4px, black 0 0 4px, black 0 0 4px;
    font-weight: 700;
    text-transform: uppercase;
}
.bw {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    animation: filter .5s, -webkit-filter .5s,;
  }
 .bw:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .icon-max-width{
      max-width:2rem!important;
  }
h1,h2,h3,h4,h5,h6{
    text-wrap: balance;
}
 .h1-estech{
    /* font-size: 1.5rem!important; */
    font-weight: 700;
    width: 100%;
    display: block;
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 22px;
    color:#CACACA;
    
}
.h1-estech span.red{
    color:#ff1111;
}
h3{
    font-weight:700;
 }
      
  .h3-estech{
    font-size:1rem;
    font-weight:700;
      }
  .h4-estech{
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
}
/* item to be displayed on home*/
body#homeBody .home-only{
    display:initial;
}
body#homeBody .but-home{
    display:none;
}
/* Estech's tabs*/
.estechTabs a{
background-color: none;
position: relative;
display:block;
height: 100%;
max-height: 3rem;
padding:.25rem;
}
.estechTabs a:active, .estechTabs a.active{
background-color: ff1111;
background: -webkit-linear-gradient(0deg, #C46A06 0%, #BE4111 45%, #ff1111 100%);
}
.estechTabs a img{
    height:2rem;
}
/* end of Estech's tabs*/

.estech-light-text{
    color: #6e6e6e !important;
}
.e-text-orange{
    color: #ff1111 !important;
    }
.medium-size{
    font-size:0.9rem;
}
.handcraft{
    font-family: 'Oregano';
    font-size:2.5rem;
    font-style: italic;
    text-shadow: 2px 2px 3px black;
}
.valign{
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    }

footer .networks {
    width: 11rem;
    height: 4rem;
    position: relative!important;
    right: 0;
    top: 0;
    margin-left: 0;
}
.networks {
    width: 9em;
    height: 2.5em;
    position: absolute;
    right: 0;
    top: 1rem;
}
 .networks img  {
    width: 1.5rem;
    height: 1.5rem;
    margin: .5em 0 .5em 1em;
    opacity: 0.8;
    cursor:pointer;
}
.sharethat img  {
    width: 1.5rem;
    height: 1.5rem;
    margin: .5em;
    opacity: 0.8;
    cursor:pointer;
}

footer{
    margin-top:5rem;
}
footer.footer-nomargin {
    margin-top:0;
}
footer p{
 /* white-space: nowrap;*/
}
footer p.loc:before {
}
.hand{
    font-family: Yellowtail, cursive
}
.handred{
    background: -webkit-linear-gradient(0deg, #bf6a06 0%, #b50813 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    display:inline;
}
hr.red{
    background-color: #ff1111;
    background: -webkit-linear-gradient(0deg, #C46A06 0%, #BE4111 45%, #ff1111 100%);
    border:none;
    height:1px;
}
hr.lightHr{
    background-color: #404040;
    border:none;
    height:1px;
}
h4.shortline{
    position:relative;
}
h4.shortline::after{
    content: '';
    position: absolute;
    width: 8em;
    height: 2px;
    background-color: #ff1111;
    bottom: -.6rem;
    left: 0;
}
.col-fixed {
    margin: 0 auto;
  }
  .col-fixed-sm {
    margin: 0 auto;
    width:4em;
    min-width:4em;
    max-width:4em;
  }
  .col-fixed-img  {max-width:100% ; max-height:20rem}

  @media (max-width: 575.98px) { /*xs*/
    .handcraft{
        font-size:2rem;
    }
    #header{
        padding-bottom:0m;
        margin-bottom:0;
    }
    div.estechLines{
        margin-bottom:1.5em
    }
    header #networks {
        position: relative;
        padding-right: 1rem;
        width: 100%;
        text-align: right;
    }
  }
  /* SVG Lines for header*/
  figure {
    width: 100%;
}
svg.defs-only {
    display:block; position: absolute; 
    height:0; width:0; margin: 0; padding: 0; 
    border: none; overflow: hidden;
}
figure svg{
overflow: hidden;
vertical-align: middle;
height: 3.5rem;
}
  /* end of svg lines*/
  /* Concept Block*/
.conceptElement{
position: relative;
width:20rem;
}
.conceptElement img{
position: absolute;
width:6rem;
height:5rem;
top:0;
left:0;
}
.conceptElement h5{
font-weight: 700;
text-transform: uppercase;
font-size:1rem;
}
.conceptElement p, .conceptElement h5{
margin-left: 6.2rem;
}
#keyValues{
    height:20%;
    width:100%;
    margin: 0 auto;
    position: absolute;
    bottom:0;
 background-color: rgba(0,0,0,.7)
}
#contact {
    right: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    text-align: right;
}
#contact p {
    color: #898a8e;
    font-size: 1rem;
    margin-left: 0;
    margin-bottom:0.5rem;
    text-align: right;
    padding-right:3rem;
    padding-bottom: .5rem;
    border-bottom: solid 1px #696767;
}
#contact p:after {
    position: absolute;
    content: url(/images/contact_icon.svg);
    width: 2rem;
    height: 2rem;
    display: inline-block;
    margin-left: 1rem;
}

@media (min-width: 768px) { /*from md size and up*/
    .col-fixed {
      width: 54rem;
    }
    .conceptElement img{
        width:5em;
        right:5em;
    
    }
    
.conceptElement{
    margin-top: 20%;
    width:20rem!important;
}
.conceptElement.left img{
    right:0;
    left:initial;
}
.conceptElement p, .conceptElement h5{
    margin-left: 5.2rem;
}
.conceptElement.left p, .conceptElement.left h5{
    margin-left:0;
    padding-right: 5.2rem;
    text-align:right;
}
}
.hashtag{
    position:relative;
}
.hashtag::before{
    content:"#";
    font-weight: 700;
    position: absolute;
    top:-6rem;
    left:0;
    font-size: 8rem;
    opacity:0.1;
    width:5rem;
    height:5rem;
}
.hashtag-right::before{
    left:initial;
    right:0;
}
.hashtagSeparator{
    height:1px; 
    background-color: rgb(87, 87, 87);
    min-width: 2rem;
}
blockquote{
    position: relative;
}
blockquote::before{
    content:"";
    position: absolute;
    top:-2rem;
    left:0;
    font-size: 8rem;
    opacity:0.1;
    width:5rem;
    height:5rem;
    background-image: url(/images/quoteOpen.svg);
}
blockquote::after{
    bottom:-2rem;
    right:0;
    content:"";
    position: absolute;
    font-size: 8rem;
    opacity:0.1;
    width:5rem;
    height:5rem;
    background-image: url(/images/quoteclose.svg);
}
.modal-content {
    /* background: #272727; */
    box-shadow: 3px 3px 22px #000C;
    /*background: radial-gradient(farthest-corner at 40px 40px, #444 0%, #222 100%);*/
}
.estech-overme{
    display: block;
    overflow: hidden;
position: relative;
background-color:#272727;
}
.estech-overme a{
display: block;
position: relative;
}
.estech-overme a .shyBox{
    position: absolute;
    content: ".";
    display: block;
    bottom: -96px;
    transition: bottom .25s ease-out;
    width: 289px;
    right: 0;
}
.estech-overme a svg.shyBox {
    fill: #FF1111;
    opacity: .9;
}
       /* background-color:#282828; .estech-overme.item:hover{
    background-color: #121212;
}
        padding:0;*/
        .estech-overme:hover {
            bottom:0;
            background-color: #121212;
        }
.estech-overme a:hover .shyBox{
    bottom:0;
}
body.handheld .estech-overme a .shyBox{
    bottom:-96px;
}
.estech-overme {
    transition: background-color 0.6s;
}
.estech-overme img{
    transition:transform 0.35s ease-in-out;
}
.estech-overme:hover img{
    transform: scale3d(1.03,1.03,1.03);
}

.displayList {
    font-size: 1.4rem;
    line-height: 4rem;
    margin-top: 0;
    margin-bottom: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.displayList li {
    margin-bottom: 1rem;
    line-height: 1.5rem;
}
.asDropCap{
    display: inline;
    height: 1em;
    line-height: 1.5em;
    transform: scale(4.5);
    opacity: .2;
    position: absolute;
}

.e-block{
   /* background-color: #424242;*/
    border:none;
    position: relative;
    margin-top:1rem;
    overflow: visible;
    min-height: 24rem;
}

@media (min-width: 768px) {
    .e-block {
        display: flex;
        align-items: center;
    }
}
.e-block-right-Title {
    position:absolute;
    right:1rem;
    text-align: right;
    top:-2rem;
}
.e-block-left-Title {
    margin-top:2rem;
}
@media (min-width: 768px) { /*xs*/
    .e-block-left-Title {
        margin-top:0;
    }
}
.e-block-right-Title {
    position:absolute;
    right:1rem;
    text-align: right;
    top:-2rem;
}
.e-block-left-Title {
    margin-top:2rem;
}
@media (min-width: 768px) { /*xs*/
    .e-block-left-Title {
        margin-top:0;
    }
}
.carousel-holder {
    padding-right: 0;
    padding-left: 0;
}
@media (min-width: 768px) {
 .carousel-holder {
       /* padding-left: 15px;*/
    }
}
@media (min-width: 1200px) {
 .carousel-holder-left {
        max-width: 56%;
    }
}
.carousel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}
.carousel-item {
    height:100%;
    min-height:24rem;
}
.carousel.slide {
    /*height: 100%;*/
    /*max-width:1900px;*/
}
.carousel-inner {
    min-height: 24rem;
    height: 100%!important;
}
.e-block .overlay{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 50%;
    position: relative;
    top: 0
}
.e-block .e-block-img {
height:100%;
position: relative;
width: 100%;
} 
.e-block .e-block-txt {
position: relative;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 768px) {
.e-block .overlay {
height: 100%;
position: absolute;
}
.e-block .e-block-img {
-webkit-box-flex: 0;
-ms-flex: 0 0 calc(50% + 8rem);
flex: 0 0  calc(50% + 2rem);
max-width: calc(50% + 2rem);
margin-left:  calc(50% - 2rem)!important;
}
.e-block .e-block-txt {
    width: 100%;
-webkit-box-flex: 0;
-ms-flex: 0 0  calc(50% - 2rem);
flex: 0 0  calc(50% - 2rem);
max-width:  calc(50% - 2rem);
}
}
@media (min-width: 992px) {
/*1200*/
.e-block .e-block-img {
-ms-flex: 0 0 calc(50% + 8rem);
flex: 0 0  calc(50% + 8rem);
max-width: calc(50% + 8rem);
margin-left:  calc(50% - 8rem)!important;
}
.e-block .e-block-txt {
-ms-flex: 0 0  calc(50% - 8rem);
flex: 0 0  calc(50% - 8rem);
max-width:  calc(50% - 8rem);
}
}
@media (min-width: 768px) {
.e-block.e-block-left .e-block-img {
margin-left: 0!important;
}
.e-block.e-block-left .e-block-txt {
-webkit-box-flex: 0;
-ms-flex: 0 0  calc(50% - 2rem);
flex: 0 0  calc(50% - 2rem);
max-width:  calc(50% - 2rem);
margin-left:  calc(50% + 2rem)!important;
}
}
@media (min-width: 992px) {
/*1200*/
.e-block.e-block-left .e-block-img {
margin-left: 0!important;
}
.e-block.e-block-left .e-block-txt {
-ms-flex: 0 0  calc(50% - 8rem);
flex: 0 0  calc(50% - 8rem);
max-width:  calc(50% - 8rem);
margin-left:  calc(50% + 8rem)!important;
}
}
.overfilled {
    position: absolute;
    width: 12rem;
    height: 12rem;
    overflow: visible;
    transform: translate(2rem, -2rem);
    right:0;
}
.overfilled img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* -breakpoints: ( xs: 0, sm: 576px,  md: 768px, lg: 992px, xl: 1200px )*/
@media (min-width: 576px) {
    /*sm*/
    .overfilled {
        width: 24rem;
        height: 24rem;
        transform: translate(-7rem, 2rem);
        right:unset;
    }
}

@media (min-width: 1200px) {
    .overfilled {
        width: 32rem;
        height: 32rem;
        transform: translate(-6rem, -1rem);
    }
}
img.redGlow,
svg.redGlow {
   /* -webkit-filter: drop-shadow(0 0 2px rgba(204, 204, 204, 0.70));
    filter: drop-shadow(0 0 2px rgba(204, 204, 204,.70));*/
}
.e-intertitle-header{
    color:#FE1111;
    border-right: solid 1px #FE1111;
    text-align:right;
    font-weight: 700;
    font-size:1.4rem;
    line-height:1.5rem;
}
.e-intertitle-caption{
}
.w-6r{
        max-width: 5.2rem;
        width: 5.2rem;
}
.w-5r{
    max-width: 5rem;
    width: 5rem;
}
.w-4r{
    max-width: 4rem;
    width: 4rem;
    min-width:4rem;
}
.w-3r{
    max-width: 3rem;
    width: 3rem;
}
.inline-icon{
    height: 1rem;
    width: 1rem;
    display: inline-block;
    line-height: 1rem;
    cursor: pointer;
    vertical-align: text-top;
  }
  .inline-icon>svg{
    fill:currentColor; 
    height:100%
  }
  .carousel-control-prev:hover, .carousel-control-prev:focus, .carousel-control-next:hover, .carousel-control-next:focus {
    opacity: 1;
}
.carousel-control-prev-icon, .carousel-control-next-icon,  .carousel-control-prev-icon-cases, .carousel-control-next-icon-cases {
    width: 60px;
    height: 60px;
        filter: none!important;

}
.carousel-control-prev, .carousel-control-next {
    opacity:1;
}
.carousel-control-prev-icon {
    background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><polygon fill='rgb(31,31,31)' points='0,0 30,30 0,60'/><polyline fill='none' stroke='white' points ='12.5,36 6.5,30 12.5,24'/></svg>");
}
.carousel-control-next-icon {
    background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-30 0 60 60'><polygon fill='rgb(31,31,31)' points='30,0 0,30 30,60'/><polyline fill='none' stroke='white' points ='17.54,36 23.54,30 17.54,24'/></svg>");
}
.carousel-control-prev-icon-cases {
    background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 60'><polygon fill='rgb(39,39,39)' points='0,0 30,30 0,60'/><polyline fill='none' stroke='white' points ='12.5,36 6.5,30 12.5,24'/></svg>");
}
.carousel-control-next-icon-cases {
    background-image:url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-30 0 60 60'><polygon fill='rgb(39,39,39)' points='30,0 0,30 30,60'/><polyline fill='none' stroke='white' points ='17.54,36 23.54,30 17.54,24'/></svg>");
}
.imgLeft{
    object-position: 0;
    background-position: left;
}
.imgRight{
    object-position: 100%;
    background-position: right;
}
.estech-header {
    position: relative;
    height: calc(100vh - 24rem);
    min-height: 24rem;
    max-height: 42rem;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.estech-header.smaller-header {
    height: calc(100vh - 32rem);
    min-height: 18rem;
    max-height: 32rem;
    background-position: center 30%;
}
.estech-header h4 {
    font-size: 4vw;
    background-color: rgba(0, 0, 0, 0);
    bottom: 1rem;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 0 !important;
}
.carousel-item .estech-header h4 {
    position: absolute;
    bottom: 0;
    background: #000000ad;
    /* line-height: 6rem; */
    padding-top: 1rem;
    padding-bottom: 1rem;
}
#ball-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/images/estech-Plateforme-Banniere.jpg);
    background-size: cover;
    background-blend-mode: screen;
}
#video-background {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
}

.cover-image {
    -o-object-fit: scale-down;
    object-fit: scale-down;
    width: 100%;
}
.cardHashtag {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    padding: .25rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 0.8rem;
    padding-left: 0.5rem;
}
#modalSkills {
    margin-bottom: 1.5rem;
}
#description {
    margin-bottom: 2.5rem;
}
#modalSkills .row {
    height: 2.5rem;
    margin-bottom: 5px;
}
#modalSkills .skillIcon {
    max-height: 3rem;
    max-width: 3rem;
    padding-top: 0 !important;
}
.estech-modal .modal-content {
    border-radius: initial;
}
.estech-modal .modal-header {
    border-bottom: transparent;;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.skillBarHolder {
    height: 0.4rem;
    padding: 0.2rem;
    width: 100%;
    position: relative;
    box-sizing: border-box;
    margin-top: 3px;
    background-color: #393737;
}
.skillBar {
    position: inherit;
    height: 0.1rem;
    width: 0;
    background: #ff1111;
    transition: width 1s .2s ease-out;
}
.ratio16-9 {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.ratio16-9 img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.modal-dialog.modal-full {
    width: 100vw;
/* min-width: 100vw; */
margin:0 auto;
max-width: 96rem;
}



.btn-primary {
  color: #fff;
  background-color: #3A3F44;
  font-weight: 700 ;
  /*border-color: #3A3F44;*/
}