@font-face {
  font-family: 'Milgran';
  src: url('/wp-content/themes/yatatheme/fonts/MilgranRegular-jE0MG.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-troisentrees {
  background-image: url('/wp-content/themes/yatatheme/img/logo_bg.svg');
  background-position: 119% 100%;
  background-repeat: no-repeat;
  background-size: 28%;
}
.section-troisentrees .container-fluid {
  max-width: 1220px;
}
.section-troisentrees .colintro {
  max-width: 604px;
}
.section-troisentrees .colintro p {
  margin-bottom: 30px;
}
.section-troisentrees a.entree {
  display: block;
}
.section-troisentrees a.entree .imgcropCtn {
  height: 490px;
  margin-bottom: 15px;
  max-height: 60vw;
}
.section-troisentrees a.entree .imgcropCtn small {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  color: #f7f7f7;
  font-size: 1.3rem;
  line-height: 1.3rem;
  text-shadow: 2px 2px 4px black;
  background-color: rgba(0,0,0,0.5);
  padding: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: default;
}
.section-troisentrees a.entree .imgcropCtn small .copysymb {
  padding: 5px 0;
}
.section-troisentrees a.entree .imgcropCtn small .copycont {
  padding-left: 5px;
  display: none;
}
.section-troisentrees a.entree .imgcropCtn small:hover .copycont {
  display: inline;
  animation: 0.3s ease slidecopy;
}
.section-troisentrees a.entree h3 {
  font-size: 2.5rem;
  color: #001c7d;
  margin-bottom: 5px;
}
.section-troisentrees a.entree > span {
  display: block;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #837F8E;
  margin-bottom: 15px;
}
.section-troisentrees a.entree span.liena {
  display: block;
  font-size: 2.2rem;
  line-height: 2.7rem;
  text-decoration: underline;
  color: #49C175;
}
.section-troisentrees a.entree:nth-child(1),
.section-troisentrees a.entree:nth-child(2) {
  padding-right: 30px;
}
.section-troisentrees a.entree:hover span.liena {
  color: #001c7d;
}
@keyframes slidecopy {
  from {
    margin-left: -50px;
    opacity: .1;
  }
  to {
    margin-left: 0px;
    opacity: 1;
  }
}
@media screen and (max-width: 1200px) {
  .section-troisentrees .entree:nth-child(1),
  .section-troisentrees .entree:nth-child(2) {
    padding-right: 0;
  }
}
@media screen and (max-width: 992px) {
  .section-troisentrees .entree {
    margin-bottom: 30px;
  }
  .section-troisentrees .entree h3 {
    font-size: 2.2rem;
  }
  .section-troisentrees .entree > span {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .section-troisentrees .entree a {
    font-size: 1.8rem;
  }
}
