/* --- General --- */
@font-face {
  font-family: 'NewBaskerville';
  src: url('../font/NewBaskerville-Black.woff2') format('woff2'),
      url('../font/NewBaskerville-Black.woff') format('woff'),
      url('../font/NewBaskerville-Black.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'NewBaskerville';
  src: url('../font/NewBaskerville-SemiBold.woff2') format('woff2'),
      url('../font/NewBaskerville-SemiBold.woff') format('woff'),
      url('../font/NewBaskerville-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'New Baskerville';
  src: url('../font/NewBaskerville-Roman.woff2') format('woff2'),
      url('../font/NewBaskerville-Roman.woff') format('woff'),
      url('../font/NewBaskerville-Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'New Baskerville';
  src: url('../font/NewBaskerville-BoldItalic.woff2') format('woff2'),
      url('../font/NewBaskerville-BoldItalic.woff') format('woff'),
      url('../font/NewBaskerville-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'NewBaskerville SC';
  src: url('../font/NewBaskerville-ItalicOsF.woff2') format('woff2'),
      url('../font/NewBaskerville-ItalicOsF.woff') format('woff'),
      url('../font/NewBaskerville-ItalicOsF.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'NewBaskerville SC';
  src: url('../font/NewBaskerville-BoldItalicOsF.woff2') format('woff2'),
      url('../font/NewBaskerville-BoldItalicOsF.woff') format('woff'),
      url('../font/NewBaskerville-BoldItalicOsF.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'New Baskerville';
  src: url('../font/NewBaskerville-Bold.woff2') format('woff2'),
      url('../font/NewBaskerville-Bold.woff') format('woff'),
      url('../font/NewBaskerville-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'New Baskerville';
  src: url('../font/NewBaskerville-Italic.woff2') format('woff2'),
      url('../font/NewBaskerville-Italic.woff') format('woff'),
      url('../font/NewBaskerville-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'NewBaskerville SC';
  src: url('../font/NewBaskerville-BoldSC.woff2') format('woff2'),
      url('../font/NewBaskerville-BoldSC.woff') format('woff'),
      url('../font/NewBaskerville-BoldSC.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'NewBaskerville';
  src: url('../font/NewBaskerville-BlackItalic.woff2') format('woff2'),
      url('../font/NewBaskerville-BlackItalic.woff') format('woff'),
      url('../font/NewBaskerville-BlackItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'NewBaskerville';
  src: url('../font/NewBaskerville-SemiBoldItal.woff2') format('woff2'),
      url('../font/NewBaskerville-SemiBoldItal.woff') format('woff'),
      url('../font/NewBaskerville-SemiBoldItal.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}

@font-face {
  font-family: 'NewBaskerville SC';
  src: url('../font/NewBaskerville-SC.woff2') format('woff2'),
      url('../font/NewBaskerville-SC.woff') format('woff'),
      url('../font/NewBaskerville-SC.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BaskervilleMT';
  src: 
      url('../font/BaskervilleMTW02Roman.woff') format('woff'),
      url('../font/BaskervilleMTW02Roman.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'BaskervilleMT';
  src: 
      url('../font/NewBaskervilleSCItalic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}


html {
  font-size:100%;
}

body {
  /* font-family: 'NewBaskerville','Times New Roman', serif; */
  font-family: 'BaskervilleMT','Times New Roman', serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #1D1D1B;
  position: relative;
  background: #FFF;
  font-weight: normal;
  line-height: normal;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh; /* Use height insted of min-height for IE 10/11. */
  padding-top: 70px;

}

main {
  /* Prevent shrinking the main area in IE 10/11. */
  -ms-flex-negative: 0;
  flex-shrink: 0;

}


/* --- Footer --- */

body.home footer {
  display: none;
}

footer {
  font-size: 14px;
    margin-top: auto;
    padding: 2rem 0;
    letter-spacing: 0.05rem;
    color: #9C9B9B;
}

footer a {
  color: #9C9B9B;
}

footer .list-inline {
  margin: 0;
  padding: 0;
}

@media only screen and (min-width: 768px) {
  footer .footer-links {
    font-size: 18px;
  }
 }


p a {
  /* text-decoration: underline */
  color: #008AFF;
}
a {
  color: inherit;
  transition: all 0.3s linear;
}
a:hover,
a:focus, .navbar-light .navbar-nav .nav-link {
  color: #9C9B9B;
  text-decoration: none;
}
blockquote {

  font-style: italic;
}
blockquote p:first-child {
  margin-top: 0;
}
hr.small {
  max-width: 100px;
  margin: 15px auto;
  border-width: 4px;
  border-color: inherit;
  border-radius: 3px;
}

.main-content {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) {
  .main-content {
    padding-top: 130px;
  }
}

.hideme {
  display: none;
}

::-moz-selection {
  color: rgba(249, 255, 197, 0.596);
  text-shadow: none;
  background: #222;
}
::selection {
  color: rgba(249, 255, 197, 0.596);
  text-shadow: none;
  background: #222;
}
img::selection {
  color: rgba(249, 255, 197, 0.596);
  background: transparent;
}
img::-moz-selection {
  color: rgba(249, 255, 197, 0.596);
  background: transparent;
}

img {
  display: block;
  margin: auto;
  max-width: 100%;
}


/* --- Navbar --- */

nav {
  padding-top: 1.35rem !important;
  padding-bottom: 1.35rem !important;
}

nav li a {
  text-transform: uppercase;
}

li.nav-item {
  padding: 0 0;
  font-size: 0.85rem;
  letter-spacing: 0.08rem;
}

nav li:nth-child(2) { margin-right: 15vw; }

nav li:nth-child(3) { margin-left: 15vw; }

.logo-nav {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 250px;
  left: 0%;
  text-align: center;
  margin: auto;
  right: 0%;
}

.logo-nav span {
  font-size: 1.6rem;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}
.navbar-light .navbar-toggler-icon  {
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCI+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5MS4zMTgsMjM1LjMxOEgyMC42ODJDOS4yNiwyMzUuMzE4LDAsMjQ0LjU3NywwLDI1NnM5LjI2LDIwLjY4MiwyMC42ODIsMjAuNjgyaDQ3MC42MzYgICAgYzExLjQyMywwLDIwLjY4Mi05LjI1OSwyMC42ODItMjAuNjgyQzUxMiwyNDQuNTc4LDUwMi43NDEsMjM1LjMxOCw0OTEuMzE4LDIzNS4zMTh6IiBmaWxsPSIjMDAwMDAwIi8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDkxLjMxOCw3OC40MzlIMjAuNjgyQzkuMjYsNzguNDM5LDAsODcuNjk5LDAsOTkuMTIxYzAsMTEuNDIyLDkuMjYsMjAuNjgyLDIwLjY4MiwyMC42ODJoNDcwLjYzNiAgICBjMTEuNDIzLDAsMjAuNjgyLTkuMjYsMjAuNjgyLTIwLjY4MkM1MTIsODcuNjk5LDUwMi43NDEsNzguNDM5LDQ5MS4zMTgsNzguNDM5eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggZD0iTTQ5MS4zMTgsMzkyLjE5N0gyMC42ODJDOS4yNiwzOTIuMTk3LDAsNDAxLjQ1NiwwLDQxMi44NzlzOS4yNiwyMC42ODIsMjAuNjgyLDIwLjY4Mmg0NzAuNjM2ICAgIGMxMS40MjMsMCwyMC42ODItOS4yNTksMjAuNjgyLTIwLjY4MlM1MDIuNzQxLDM5Mi4xOTcsNDkxLjMxOCwzOTIuMTk3eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  width: 0.8em;
  height: 0.8em;
}

.navbar-light .navbar-toggler {
  border: transparent;
  color: #1D1D1B;
}

@media only screen and (max-width: 992px) {

  body {
    padding-top: 50px;
  }
  nav {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .logo-nav {
    position: relative;
  }
  
  .logo-nav span {
    font-size: 1.2rem;
  }
/* 
nav.navbar-light {
  padding-bottom: 0 !important;
} */

nav li.nav-item {
  padding: 0 0 0 0;
  background-color: #FAFAFA;
  border-top: 1px solid #ddd;
  margin: 0;

}

/* body [class*='col-'] {
  padding-left: 0 !important;
  padding-right: 0 !important;
} */

.navbar-toggler {
position: absolute;
left: 0;
top: 8px;
}
}


/* --- Post and page headers --- */

header h1 {
  text-transform: uppercase;
  /* font-family: 'NewBaskerville SC'; */
  letter-spacing: 0.1rem;
  font-size: 1.1rem;
  margin-bottom: 0;

}

header h1:after {
  height: 1px;
  width: 50px;
  margin: 10px auto;
  background-color: #1D1D1B;
  content: "";
  display: block; 
}

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

  header h1 {
display:none;
  }
  .clients-heading.page h1 {
    display:block;
  }

}


.intro-header {
  margin: 20px 0 0px;
  position: relative;
}
.intro-header .page-heading {
  text-align: center;
}
.intro-header.big-img .page-heading,
.intro-header.big-img .post-heading {
  padding: 100px 0;
  color: #FFF;
  text-shadow: 1px 1px 3px #000;
}



/* --- FILTERS  --- */

/* --- FILTERS METIERS  --- */

ul.metiers-list li {
  text-transform: uppercase;
  font-size: 1.1rem;
  letter-spacing: 0.2rem;
}

 ul.metiers-list li a {
  color: #9C9B9B;
}

ul.metiers-list  li a:hover, ul.metiers-list li.active a {
  color: #1D1D1B;
}

ul.metiers-list li:not(:last-child) a:after {
  content: ",";
}
/* ul.metiers-list  li:last-child a:after {
  content: "..." ;

} */

ul.metiers-list li.list-inline-item {
  padding-right: 0rem;
  padding-left: 0rem;
  line-height: 1.5;
}

.filter-tous {
  font-size: 0.9rem;
  letter-spacing: 0.09rem;
  text-transform: uppercase;

}

/* --- FILTERS ALL  --- */

.filters li a, #clickfiltre {
  color: #9C9B9B;
  text-transform: uppercase;
  font-size: 0.65rem;
  letter-spacing: 0.08rem;
}

.filters li.active a {
  color: #1D1D1B;
}

.filters li.list-inline-item {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media only screen and (max-width: 768px) {

    ul.metiers-list li {
    font-size: 1.1rem;
    letter-spacing: 0.08rem;
  }

    .filters.filters-mobile {
    position: fixed;
    bottom: 5vh;
    z-index: 5000;
    margin: auto;
    width: 190px;
    background: #fafafa;
    left: 0;
    right: 0;
    border-radius: 25px;
    border: 1px solid #ddd;
  }
  .filters.filters-mobile li {
    display: block;
    padding: 0.3rem 0;
    border-top: 1px solid #ddd;
    margin-right: 0 !important;
  }
  .filters.filters-mobile li a:hover {
    color: #1D1D1B;
  }
  
  .filters.filters-mobile #filters-list ul {
    margin-bottom:0;
  }

  #clickfiltre i {
    float: right;
    line-height: 1.1rem;
    color: #9D9D9B;
  }
  .filters.filters-mobile li.active {
    display: none;
  }

  .filters ul.metiers-list  li a {
    color: #9C9B9B;
    text-transform: uppercase;
    font-size: 0.65rem;
    letter-spacing: 0.08rem;
  
  }

}
@media only screen and (min-width: 769px) {
  
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}




/* --- CLIENT LIST  --- */


.client-list ul li:not(:last-child):after {
  content: ", ";
  margin-right: 0.2rem;
  display: inline;
}
.client-list.cliquable ul li:last-child:after {
  content: "..." ;
}
.client-list.non-cliquable ul li:first-child:before {
  content: "... " ;
}
.client-list.non-cliquable ul li:last-child:after {
  content: "." ;
}

.client-list {
  letter-spacing: 0.05rem;
}
.client-list.cliquable {
  font-size: 2.5rem;
}

.client-list.non-cliquable {
  color: #9C9B9B;
  font-style: italic;
}

@media only screen and (max-width: 768px) {
  
  .client-list.cliquable {
    font-size: 1.5rem;
  }
  .client-list.non-cliquable {
    font-size: 1rem;

  }
}


/* --- PROJET LIST   --- */

.project-article-inner {
position: relative;
width: 100%;
height: 100%;

}
.project-caption-content {
  width: 100%;
  height: 100%;
/* background: -webkit-linear-gradient(left,rgba(41,44,49,1) 0%,rgba(41,44,49,0.9) 50%,rgba(41,44,49,0.80) 80%,rgba(41,44,49,0.70) 100%);
background: linear-gradient(to right,rgba(41,44,49,1) 0%,rgba(41,44,49,0.90) 50%,rgba(41,44,49,0.80) 80%,rgba(41,44,49,0.70) 100%); */
background-color: rgba(99, 99, 99, 0.7);
position: absolute;
color: #fff;
opacity: 0;
transition: all 0.2s linear;
letter-spacing: 0.05rem;
font-size: 80%;
}

.project-caption-content-wrapper {
    top: 50%;
    transform: translateY(-35%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: auto;
}

article a:hover .project-caption-content, article a.hover_effect .project-caption-content{
  opacity: 1;
}

.hover {
  -webkit-user-select: none;
  -webkit-touch-callout: none;        
  }

/* --- PROJET SINGLE   --- */

#grid  [class*='col-'] {
  padding: 0.5rem;
}

@media only screen and (max-width: 768px) {
  
  #grid  [class*='col-'] {
    padding: 0.1rem 0;
    }

  .projet-content {
    font-size: 1rem !important;
    letter-spacing: 0.02rem;
    line-height: 1.3rem !important;
    }
}

.card {
  border:none;
}

.bg-grey {
  background: #f3f2ef;
}

.backbutton img {
  width: 120px;
  transition: all 0.2s linear;
}

.backbutton  a:hover img {
transform: scale(1.05);
}
.backbutton a {
  font-size: 1.5rem;
  letter-spacing: 0.08rem;
  transition: all 0.2s linear;

}


img.pictoprix  {
  width: 40px;
  height: auto;
  display: block;
  margin: 0.4rem auto;
}

.projet-title {
  margin-bottom: 0;
  letter-spacing: 0.05rem;;
  font-size: 1.041rem;
  font-style: italic;

}
h1.projet-client {
  font-size: 1.25rem;
  letter-spacing: 0.2rem;
  margin-bottom: 0;
}

.projet-content {
  margin-top: 2rem;
  font-size: 1.2rem;
  letter-spacing: 0.04rem;
  line-height: 1.75rem;
}

.projet-metier {
  font-size: 0.625rem;
  margin-top: 0.6rem;
  letter-spacing: 0.1rem;
}
.recompenses {
  text-transform: uppercase;
  font-size: 0.52rem;
  letter-spacing: 0.1rem;
  line-height: 1rem;


}


#grid .card-body {
  font-size: 1rem;
}

#grid .card-body {
padding: 5%;
}

#sharelinks a {
  letter-spacing: 0.08rem;
  font-size: 1rem;
  padding: 0 0.5rem 0 1rem;
  text-align: center;
}

#sharelinks span {
  color: #9C9B9B;
}

.pleaseshare {
  font-size: 0.7rem;
  letter-spacing: 0.08rem;

}

/* --- PAGES AGENCE  --- */

#recompenses  {
  text-align: left;
}

#christian-dior {
  margin-bottom: 3rem;
}

#recompenses p {
  padding-left: 35px;
}
#recompenses p:before {
  content: "";
  background-image: url(../img/picto_recompenses.png);
  width: 39px;
  height: 42px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  left: 0;
  background-repeat: no-repeat;
  background-position-y: center;
}

#equipe h2 {
  margin-bottom: 2rem;
  font-style: italic;
}

#equipe p {
  font-size: 1.5rem;
}



@media only screen and (max-width: 992px) {

  #recompenses p {
    padding-left: 0;
  }

  #recompenses p:before {
    display: block;
    position: relative;
  }

  #histoire, #equipe, #recompenses {
    padding-left: 1rem;
    padding-right: 1rem;
    text-align: center;

}

#recompenses {
  text-align: left;

}
}
/* --- HOME PAGE  --- */

#homecarousel {
position: fixed;
width: 100%;
height: 100%;
}

.carousel-caption-custom  {
color: #ffffff;
max-width: 80%;
margin: auto;
word-break: break-word;
}

.carousel-caption-wrapper {
  position: absolute;
  left:0;
  right: 0;
  top: 50%;
  transform: translateY(-55%);
  bottom: auto;

}

.carousel-caption-custom h1  {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.09rem;

}

.carousel-caption-custom h1:after  {
height: 1px;
width: 50px;
margin: 10px auto;
background-color: #fff;
content: "";
display: block; 
}

.carousel-caption-custom h2  {
font-size: 4rem;
letter-spacing: 0.09rem;
  }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-item {
    height: 100vh;
    min-height: 300px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.carousel-item h2 {
  color: white;
}

ol.carousel-indicators.custom {
    position: fixed;
    left: 18px;
    top: 50%;
    z-index: 2;
    margin: 0;
    padding: 0;
    /* -webkit-transform: translateY(-35%);
    -ms-transform: translateY(-35%);
    transform: translateY(-35%); */

    right: auto;
    bottom: auto;
    display: block;
    justify-content: none;
    list-style: none;
}

ol.carousel-indicators.custom li {
  display: block;
  width: 10px;
  height: 10px;
  margin: 10px 0;
  border-radius: 100px;
  background-color: #fff;
  cursor: default;
}

ol.carousel-indicators.custom li.active {
  background-color: #000;
}

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
-webkit-transform: translate3d(0,-100%, 0);
        transform: translate3d(0,-100%, 0);
}

@media only screen and (max-width: 767px) {
  .carousel-caption-custom h1 {
    font-size: 0.8rem;
}

  .carousel-caption-custom h2 {
    font-size: 2rem;
}

ol.carousel-indicators.custom li {
  width: 7px;
  height: 7px;

}

}



/* --- CONTACT  --- */

#map {
  width: 100%;
  height: 450px;
}

#contact p {
  font-size: 1.35rem;
 font-style: italic;
  line-height: 150%;
  letter-spacing: 0.05rem;

}

@media only screen and (max-width: 767px) {
  #contact, .coordonnees {
    text-align:center;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.coordonnees h5 {
  color: #9D9D9B;
text-transform: uppercase;
letter-spacing: 0.08rem;
    font-size: 0.6rem;
}

.coordonnees p {
  font-size: 1rem;
}

.coordonnees a:hover {
  color: #9D9D9B;
}
.coordonnees a {
  color: #1D1D1B;
}



