/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */




.clientBanner {
        border-bottom: 1px solid #e9e8e8;
    padding: 1rem 0;
}

.clientsThumbnail {
    display:flex;
    align-items: center;
}


.clientBanner .maxWidth {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding:0.5rem;
    flex-wrap: wrap;
}


.clientBanner .clientLogo {
    max-width: 120px;
    margin-right:1rem;
}


.clientBanner .clientServices {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}


.clientBanner .clientServices > * {
    padding:0.5rem 1rem;
    margin-left:1rem;
}
.clientBanner .clientServices a {
    border:1px solid #f1f1f1;
    color:#191919
}








/* MOCKUP ZONE */



.mockupText {

}
.headerTitle {

}
.headerText {

}
.headerButton {
    padding:0.5rem 2rem;
    color:white;
    text-decoration: none;
    background-color:#29799d;
    border-radius: 0.5rem;
}
.headerButton:hover {
    background-color:#0B5A7D;
    text-decoration: none;
}


.workHeader {
    padding:2rem;
    display:flex;
    align-items: flex-end;
    justify-content: center;
    height: 500px;
    background-color:#efefef;
}

.maxWidth {
    max-width: 1200px;
    width: 100%;
    margin:auto;
}

.workHeader .mockupAnim {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-grow: 1;
    flex-basis: 350px;
}

.workHeader .maxWidth {
    display: flex;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}





.workHeader .computer {
    transform:translate3d(0, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
    max-height: inherit;
     max-height: 350px !important;
    margin-left:0;
    pointer-events: none;
    opacity:0;


    animation-name: workLaptopReveal;
    -webkit-animation-name: workLaptopReveal;

    animation-duration: 1.5s;
    -webkit-animation-duration: 1.5s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

     animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}



.workHeader .mobilePhoneMockup {
     pointer-events: none;
}


.workHeader .mockupText {
    flex-basis: 350px;
    padding:1rem;
    border-radius: 1rem;
}



.workHeader .computer img {

     animation-name: workImgScroll;
    -webkit-animation-name: workImgScroll;

    animation-duration: 8s;
    -webkit-animation-duration: 8s;

    animation-delay: 500ms;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

     animation-direction: alternate;

     animation-iteration-count: infinite;

     animation-delay: 1000ms;
}

.workHeader .mobile-phone img {

     animation-name: workImgScroll;
    -webkit-animation-name: workImgScroll;

    animation-duration: 11s;
    -webkit-animation-duration: 11s;

    animation-delay: 500ms;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

     animation-direction: alternate;

     animation-iteration-count: infinite;

    animation-delay: 2500ms;
}


.workHeader .mobile-phone {
    max-width: 350px;
    max-height: inherit !important;
     max-height: 350px !important;
    left:100%;
    opacity:0;

     animation-name: workPhoneReveal;
    -webkit-animation-name: workPhoneReveal;

    animation-duration: 2s;
    -webkit-animation-duration: 2s;

    animation-delay: 500ms;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

     animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;

}


@keyframes workLaptopReveal {
  from {
     transform:translate3d(-150px, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
    opacity: 0;
  }

  to {
       transform:translate3d(0, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
    opacity: 1;
  }
}

@-webkit-keyframes workLaptopReveal {
  from {
     transform:translate3d(-150px, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
    opacity: 0;
  }

  to {
       transform:translate3d(0, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
    opacity: 1;
  }
}


@keyframes workPhoneReveal {
  from {
     transform:translate3d(-135px, -30%, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
    opacity: 0;
  }

  to {
       transform:translate3d(-135px, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
    opacity: 1;
  }
}

@-webkit-keyframes workPhoneReveal {
  from {
     transform:translate3d(-135px, -30%, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
    opacity: 0;
  }

  to {
     transform:translate3d(-135px, 0, 0px) rotate3d(1.7, 2.8, -0.8, 37.2deg);
    opacity: 1;
  }
}


@keyframes workImgScroll {
  from {
      transform:translateY(0);
  }

  to {
       transform:translateY(-40%);
  }
}

@-webkit-keyframes workImgScroll {
  from {
      transform:translateY(0);
  }

  to {
       transform:translateY(-40%);
  }
}





.mockupSide {
    padding:2rem;
}


.workHeader .screen {
    overflow: hidden;
}

.mobilePhoneMockup {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.mobilePhoneMockup > div {
    flex-basis: 350px;
    flex-grow: 1;
}

ul , ol {
    margin:1rem 0;
}
ul li , ol li {
    margin-top:0.5rem;
}

.mobile-phone , .tablette , .laptop , .computer {
  margin: auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 10px 10px 15px;
    width: auto;
      height: auto;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    background:white;
  border-radius: 15px;
    display: flex;
    justify-content: center;
}

.mobile-phone {
    aspect-ratio: 9/18;
    max-width: 300px;
}


.tablette {
    aspect-ratio: 11/14;
      max-width: 550px;
}

.laptop {
    aspect-ratio: 16/10;
}

.computer {
    aspect-ratio: 16/9;
}

.screen {
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  border-radius: 15px;
  overflow-y: auto;
}

.brove {
  width: 150px;
    max-width: 100%;
  height: 20px;
  background: white;
  position: absolute;
  margin: 0 auto;
  border-radius: 0 0 20px 20px;
}

.speaker {
  width: 60px;
  height: 5px;
  background: #d2d2d2;
  display: block;
  margin: auto;
  margin-top: 5px;
  border-radius: 20px;
}






.single-amocom_travaux .amocomm_works {
    flex-direction: column;
    width:100%;
    max-width: 1200px;
    margin:auto;
}

.single-amocom_travaux .amocomm_works h2 {
    font-size:2.5rem;
    text-align: left;
    margin-top:1.5rem;
}


.amocomm_wbwidth {
    width:100%;
    padding: 7vh 10vw;
}


.amocomm_works {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    transition: all ease 0.5s;
}

.amocomm_work_content {
    padding: 0.5rem 1rem;
}

.amocomm_16-9 {
    padding-top: 56.5%;
    position: relative;
    overflow: hidden;
}

.amocomm_linkAbsolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.amocomm_bgAbsolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all ease 1s;
}

.amocomm_work {
    flex-basis: 100%;
    transition: all ease 0.5s;
    position:relative;
    overflow: hidden;
}

.amocomm_work p{
    margin-bottom:0.25rem;
    padding:0.25rem 0;
}

.amocomm_work_onHover {
    top:0;
    left:0;
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    position: absolute;
    transition: all ease 0.5s;
    pointer-events: none;
    opacity: 0;
    font-size: 60px;
    color:white;
    background:rgba(0, 0, 0, 0.25);
}


.amocomm_work:hover .amocomm_work_onHover {
    opacity: 1;
}


.amocomm_info_container {
    display: flex;
}

.amocomm_termlink_client {
    width: 38px;
    height: 38px;
    display: block;
    background-size: cover;
    border-radius: 100%;
    border: 1px solid #efefef;
    overflow: hidden;
    margin: 0.5rem 0rem 0.5rem 0.5rem;
    font-size: 0;
}



@media screen and (min-width:768px) {
    .amocomm_work {
        flex-basis: 49%;
        margin: 0.5%;
    }
}

@media screen and (min-width:1200px) {
    .amocomm_work {
        flex-basis: 32%;
    }
}

@media screen and (min-width:1600px) {



    .amocomm_work {
        flex-basis: 24%;
        margin-bottom:2rem;
    }
    .amocomm_taxo.container .amocomm_work {
        flex-basis: 32%;
        margin-bottom:2rem;
    }
}
/*@media screen and (min-width:1900px) {
    .amocomm_work {
        flex-basis: 19%;
    }
}*/

.amocomm_work:hover .amocomm_bgAbsolute {
    transform: scale(1.05);
}


.amocomm_postTitle {
    font-size: 19px;
    font-weight: 900;
    position: relative;
    line-height: 1.3rem;
    text-transform: uppercase;
}

.amocomm_postExcerpt {
    margin:0.3rem 0;
    font-size: 16px;
    position: relative;
    line-height: 1rem;
}


/* JOBSECTION */

.amocomm_termlink {
    font-size: 13px;
    text-transform: uppercase;
    margin-left: 0.8rem;
    position: relative;
    line-height: 0.8rem;
    opacity: 0;
    transition: all ease 1s;
}

.amocomm_termlink:after {
    content: '/';
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
    font-size: 0.7rem;
    line-height: 100%;
    transform: translateX(0.5rem);
}

.amocomm_termlink:last-of-type:after {
    content: '';
    display: flex;
    position: absolute;
    right: -0.5rem;
    top: 0;
    margin: auto;
    font-size: 0.7rem;
    line-height: 100%;
}




/* COLOR */


.amocomm_jobsection {
    display: flex;
    justify-content: center;
    padding: 0.25rem 0;
    position: absolute;
    bottom: 0;
    right: 0;
}


.amocomm_termlink , .amocomm_termlink:visited {
    padding: 0.45rem 0.5rem;
    border-radius: 0.5rem;
    color: #6d6d6d;
    font-size: 10.5px;
}
.amocomm_termlink:hover {
    background: #ebebeb;
    text-decoration: none;
}

.amocomm_postTitle {
    padding:0.25rem 0;
    color:#29799D;
}




/* ANIMATION */

.amocomm_work {
    opacity: 0;
    padding-bottom: 1.5rem;
    margin-bottom:1.2rem;
}

.amocomm_work.onscreen {
    opacity: 1;
}

.amocomm_termlink {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    transform: translateY(15px);
    opacity: 0;
    transition: all ease 0.8s;
}

.amocomm_work.onscreen .amocomm_termlink {
    transform: translateY(0px);
    opacity: 1;
}

.amocomm_postTitle {
    position: relative;
    transform: translateY(15px);
    transition: all ease 0.8s;
    opacity: 0;
    transition-delay: 0.25s;
}

.amocomm_work.onscreen .amocomm_postTitle {
    transform: translateY(0);
    opacity: 1;
}

.amocomm_postExcerpt {
    position: relative;
    transform: translateY(15px);
    transition: all ease 0.8s;
    opacity: 0;
    transition-delay: 0.25s;
    font-size: 13px;
    margin-top: 0.2rem;
    color:#6d6d6d;
}

.amocomm_work.onscreen .amocomm_postExcerpt {
    transform: translateY(0);
    opacity: 1;
}


