/* CSS Document */
body.page-template-template-new-flexible-layout p span {
  font-style: normal !important;
  font-weight: unset !important;
  font-family: "Lato", sans-serif;
}

.noclick > a {
  pointer-events: none;
}

div.overflwrapper {
  max-width: 100vw;
  overflow-x: hidden;
}

.menu {
  width: 100%;
  position: fixed;
  z-index: 100;
  margin: 0 auto;
  top: 0;
  left: 0;
  padding: 0 30px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 99999999;
}
.menu .logo {
  width: 174px;
}
@media (max-width: 1150px) {
  .menu .logo {
    width: 120px;
  }
}

.menu ul li a,
.menu ul li a:visited {
  padding: 35px 15px 15px;
  width: auto;
  font-size: 1rem;
}
@media (max-width: 1292px) {
  .menu ul li a,
  .menu ul li a:visited {
    font-size: 0.875rem;
    padding: 35px 10px 15px;
  }
}
@media (max-width: 1150px) {
  .menu ul li a,
  .menu ul li a:visited {
    padding: 35px 5px 15px;
  }
}

.menu ul li ul li {
  width: 100%;
  padding: 0px 0;
}

.menu ul li:hover ul li:first-child a {
  padding-top: 20px;
}

.menu > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}

.header.home {
  border-bottom: 10px solid #fff;
}

.mosaic a {
  border: 5px solid #fff;
}

.page-id-4 section.full-width.twoCols.imageBackground {
  border-bottom: 5px solid #fff;
}

.slider-homepage {
  height: 56.5vw !important;
  position: relative;
}
.slider-homepage h1 {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 780px) {
  .slider-homepage .owl-carousel .owl-item {
    height: 80vh !important;
  }
}
@media (max-width: 780px) {
  .slider-homepage {
    height: 80vh !important;
  }
}
.slider-homepage img {
  width: 100% !important;
}

.owl-controls {
  display: none !important;
}

section#accueil-bottom {
  padding: 90px 0;
}
section#accueil-bottom div.container {
  max-width: 1180px;
}
section#accueil-bottom div.container div.ranger {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 160px);
  margin-left: -80px;
  margin-right: -80px;
}
section#accueil-bottom div.container div.ranger div.colonne {
  width: 50%;
  padding: 0 80px;
}
@media (max-width: 1023px) {
  section#accueil-bottom div.container div.ranger div.colonne {
    width: 100%;
  }
}
section#accueil-bottom div.container div.ranger div.colonne h2 {
  font-size: 60px;
}
section#accueil-bottom div.container div.ranger div.colonne ul {
  padding-left: 0;
}
section#accueil-bottom div.container div.ranger div.colonne li {
  position: relative;
  padding-left: 30px;
  padding-bottom: 1em;
  line-height: 1.1;
}
section#accueil-bottom div.container div.ranger div.colonne li:after {
  content: "";
  background-color: #008B7A;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}

section#history {
  padding: 90px 0;
}
section#history div.container {
  max-width: 1180px;
}
section#history div.container h2 {
  font-size: 60px;
}
section#history div.container div.ranger {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 160px);
  margin-left: -80px;
  margin-right: -80px;
}
section#history div.container div.ranger div.colonne {
  width: 50%;
  padding: 0 80px;
  color: #555;
}
@media (max-width: 1023px) {
  section#history div.container div.ranger div.colonne {
    width: 100%;
  }
}

section.cd-horizontal-timeline ol {
  list-style: none;
  padding-left: 0;
}
section.cd-horizontal-timeline div.ranger {
  display: flex;
  flex-wrap: wrap;
}
section.cd-horizontal-timeline div.ranger div.colonne {
  width: 50%;
}
@media (max-width: 1023px) {
  section.cd-horizontal-timeline div.ranger div.colonne {
    width: 100%;
  }
  section.cd-horizontal-timeline div.ranger div.colonne:nth-child(1) {
    order: 2;
  }
  section.cd-horizontal-timeline div.ranger div.colonne:nth-child(1) img {
    max-width: 500px;
    width: 100%;
  }
}
section.cd-horizontal-timeline div.ranger div.colonne:nth-child(2) {
  padding-left: 50px;
}
@media (max-width: 1023px) {
  section.cd-horizontal-timeline div.ranger div.colonne:nth-child(2) {
    padding-left: 0;
    margin-bottom: 40px;
    order: 1;
  }
}
section.cd-horizontal-timeline div.ranger div.full {
  width: 100%;
}
section.cd-horizontal-timeline div.ranger p {
  font-size: 1rem;
  line-height: 1.2;
  color: #555;
}
section.cd-horizontal-timeline div.ranger h2 {
  font-size: 30px;
  font-style: normal;
}

.header.home {
  height: 0px;
}

/* --------------------------------

Main Components

-------------------------------- */
.cd-horizontal-timeline {
  opacity: 0;
  margin: 2em auto;
  transition: opacity 0.2s;
}

.cd-horizontal-timeline::before {
  /* never visible - this is used in jQuery to check the current MQ */
  content: "mobile";
  display: none;
}

.cd-horizontal-timeline.loaded {
  /* show the timeline after events position has been set (using JavaScript) */
  opacity: 1;
}

.cd-horizontal-timeline .timeline,
.container-timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-wrapper {
  position: relative;
  height: 100%;
  margin: 0 40px;
  overflow: hidden;
}

.cd-horizontal-timeline .events-wrapper::after,
.cd-horizontal-timeline .events-wrapper::before {
  /* these are used to create a shadow effect at the sides of the timeline */
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 20px;
}

.cd-horizontal-timeline .events-wrapper::before {
  left: 0;
  background-image: none;
}

.cd-horizontal-timeline .events-wrapper::after {
  right: 0;
  background-image: none;
}

.cd-horizontal-timeline .events {
  /* this is the grey line/timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 49px;
  height: 2px;
  /* width will be set using JavaScript */
  background: #dfdfdf;
  transition: transform 0.4s;
}

.cd-horizontal-timeline .filling-line {
  /* this is used to create the green line filling the timeline */
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #008b7a;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.3s;
}

.cd-horizontal-timeline .events a {
  position: absolute;
  bottom: 0;
  z-index: 2;
  text-align: center;
  font-size: 1.3rem;
  padding-bottom: 15px;
  color: #383838;
  /* fix bug on Safari - text flickering while timeline translates */
  transform: translateZ(0);
}

.cd-horizontal-timeline .events a::after {
  /* this is used to create the event spot */
  content: "";
  position: absolute;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  bottom: -8px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  background-color: #f8f8f8;
  transition: background-color 0.3s, border-color 0.3s;
}

.no-touch .cd-horizontal-timeline .events a:hover::after {
  background-color: #008b7a;
  border-color: #008b7a;
}

.cd-horizontal-timeline .events a.selected {
  pointer-events: none;
}

.cd-horizontal-timeline .events a.selected::after {
  background-color: #008b7a;
  border-color: #008b7a;
}

.cd-horizontal-timeline .events a.older-event::after {
  border-color: #008b7a;
}

@media only screen and (min-width: 1100px) {
  .cd-horizontal-timeline {
    margin: 6em auto;
  }
  .cd-horizontal-timeline::before {
    /* never visible - this is used in jQuery to check the current MQ */
    content: "desktop";
  }
}
.cd-timeline-navigation a {
  /* these are the left/right arrows to navigate the timeline */
  position: absolute;
  z-index: 1;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  /* replace text with an icon */
  overflow: hidden;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  transition: border-color 0.3s;
}

.cd-timeline-navigation a::after {
  /* arrow icon */
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  background: url("images/cd-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.cd-timeline-navigation a.prev {
  left: 0;
  transform: translateY(-50%) rotate(180deg);
}

.cd-timeline-navigation a.next {
  right: 0;
}

.no-touch .cd-timeline-navigation a:hover {
  border-color: #008b7a;
}

.cd-timeline-navigation a.inactive {
  cursor: not-allowed;
}

.cd-timeline-navigation a.inactive::after {
  background-position: 0 -16px;
}

.no-touch .cd-timeline-navigation a.inactive:hover {
  border-color: #dfdfdf;
}

.cd-horizontal-timeline .events-content {
  position: relative;
  width: 100%;
  margin: 2em 0;
  overflow: hidden;
  transition: height 0.4s;
}

.cd-horizontal-timeline .events-content li {
  position: absolute;
  z-index: 1;
  width: 100%;
  left: 0;
  top: 0;
  transform: translateX(-100%);
  padding: 0 5%;
  opacity: 0;
  animation-duration: 0.4s;
  animation-timing-function: ease-in-out;
}

.cd-horizontal-timeline .events-content li.selected {
  /* visible event content */
  position: relative;
  z-index: 2;
  opacity: 1;
  transform: translateX(0);
}

.cd-horizontal-timeline .events-content li.enter-right,
.cd-horizontal-timeline .events-content li.leave-right {
  animation-name: cd-enter-right;
}

.cd-horizontal-timeline .events-content li.enter-left,
.cd-horizontal-timeline .events-content li.leave-left {
  animation-name: cd-enter-left;
}

.cd-horizontal-timeline .events-content li.leave-right,
.cd-horizontal-timeline .events-content li.leave-left {
  animation-direction: reverse;
}

.cd-horizontal-timeline .events-content li > * {
  max-width: 800px;
  margin: 0 auto;
}

.cd-horizontal-timeline .events-content h2 {
  font-weight: bold;
  font-size: 2.6rem;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  line-height: 1.2;
}

.cd-horizontal-timeline .events-content em {
  display: block;
  font-style: italic;
  margin: 10px auto;
}

.cd-horizontal-timeline .events-content em::before {
  content: "- ";
}

.events-content .container .gallerie {
  margin-top: 100px;
}
@keyframes cd-enter-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes cd-enter-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
section#banner {
  background-color: #E9E9E9;
  height: 810px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1023px) {
  section#banner {
    height: auto;
    padding: 70px 0;
  }
  section#banner.ranger-colonne {
    height: 450px;
  }
}
section#banner div.container h1 {
  display: block;
}
section#banner div.container div.ranger {
  display: flex;
  flex-wrap: wrap;
}
section#banner div.container div.ranger div.colonne {
  padding: 70px 0;
  width: 47%;
}
@media (max-width: 1023px) {
  section#banner div.container div.ranger div.colonne {
    width: 100%;
    padding: 0;
  }
}
section#banner div.container div.ranger div.colonne:nth-child(2) {
  width: 53%;
}
@media (max-width: 1023px) {
  section#banner div.container div.ranger div.colonne:nth-child(2) {
    width: 100%;
  }
}
section#banner div.container div.ranger div.colonne h1,
section#banner div.container div.ranger div.colonne h2 {
  color: #008B7A;
  font-size: 60px;
  line-height: 76px;
  position: relative;
  padding-bottom: 40px;
  text-align: left;
  text-transform: none;
}
section#banner div.container div.ranger div.colonne h1:after,
section#banner div.container div.ranger div.colonne h2:after {
  content: "";
  position: absolute;
  bottom: 12px;
  height: 2px;
  width: 30px;
  background-color: #008B7A;
  left: 0;
}
section#banner div.container div.ranger div.colonne p {
  color: #555;
  font-size: 16px;
  line-height: 22px;
}
section#banner div.container div.ranger div.boutons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  section#banner div.container div.ranger div.boutons {
    flex-direction: column;
    display: block;
  }
}
section#banner div.container div.ranger div.boutons a {
  border: 2px solid #008B7A;
  border-radius: 30px;
  height: 50px;
  margin-right: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #008B7A;
  background-image: url("https://northoaks.com/media/2023/11/marker.svg");
  background-size: 19px;
  background-position: left 15px center;
  background-repeat: no-repeat;
  padding: 0 50px;
  font-weight: bold;
  transition: all 0.5s ease;
  /*&:before{
  	content: '';
  	position: absolute;
  	width: 0;
  	height: 0;
  	background-color: #646868;
  	right: 0;
  	top: 0;
  	transform: translateX(100%);
  	border-top: 25px solid transparent;
  	border-bottom: 25px solid transparent;
  	border-left: 20px solid #646868;
  }*/
}
@media (max-width: 767px) {
  section#banner div.container div.ranger div.boutons a {
    margin-right: 0;
    margin-bottom: 40px;
    clear: both;
    width: -moz-max-content;
    width: max-content;
  }
}
section#banner div.container div.ranger div.boutons a#zoom {
  background-image: url("https://northoaks.com/media/2023/11/zoom.svg");
  background-size: 25px;
}
section#banner div.container div.ranger div.boutons a.btn-virtual-tour {
  background-image: url("https://northoaks.com/media/2023/11/play.svg");
}
section#banner div.container div.ranger div.boutons a.btn-gallery {
  background-image: url("https://northoaks.com/media/2023/11/gallery.svg");
}
section#banner div.container div.ranger div.boutons a:hover {
  background-color: #FFF;
}

@media (max-width: 1023px) {
  .menu {
    display: none !important;
  }
}
section#our-site {
  padding: 100px 0;
}
section#our-site div.container div.ranger {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
  padding-bottom: 100px;
}
section#our-site div.container div.ranger div.colonne {
  padding: 0 50px;
  color: #555;
  font-size: 16px;
  line-height: 20px;
  width: 50%;
}
@media (max-width: 1023px) {
  section#our-site div.container div.ranger div.colonne {
    width: 100%;
  }
}
section#our-site div.container div.ranger div.colonne ul li {
  margin-bottom: 1em;
  color: #008B7A;
  position: relative;
}
section#our-site div.container div.ranger div.colonne ul li:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #008B7A;
  position: absolute;
  left: -30px;
  top: 7px;
}
section#our-site div.container div.ranger div.colonne button {
  background-color: #008B7A;
  height: 50px;
  margin-right: 60px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: url("images/pen.svg");
  background-size: 24px;
  background-position: left 15px center;
  background-repeat: no-repeat;
  padding: 0 50px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  font-weight: bold;
  /*&:before{
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                right: 0;
                top: 0;
                transform: translateX(100%);
                border-top: 25px solid transparent;
                border-bottom: 25px solid transparent;
                border-left: 20px solid #008B7A;
            }*/
}

div.gallerie div.ranger-slides {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 100px;
}
div.gallerie div.ranger-slides div.col {
  width: 33%;
  padding: 0 10px;
  margin-bottom: 20px;
}
@media (max-width: 1023px) {
  div.gallerie div.ranger-slides div.col {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  div.gallerie div.ranger-slides div.col {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 20px;
  }
}
div.gallerie div.ranger-slides div.col div.overflow {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
div.gallerie div.ranger-slides div.col div.overflow img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 2;
}
div.gallerie div.ranger-slides div.col div.overflow:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 139, 122, 0.75);
  z-index: 3;
  background-image: url("images/zoom.svg");
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}
div.gallerie div.ranger-slides div.col div.overflow:hover:after {
  opacity: 1;
}

div#popup-gallerie {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000000000000000;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.95);
  display: none;
  justify-content: center;
  align-items: center;
}
div#popup-gallerie span.x {
  font-size: 40px;
  color: #555;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
div#popup-gallerie div.content {
  max-height: 90%;
  max-width: 90%;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
}
div#popup-gallerie div.content img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

div#popup-form,
div#popup-form-virtual,
div#popup-form-more-infos {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100000000000000000;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
}
div#popup-form span#x,
div#popup-form-virtual span#x,
div#popup-form-more-infos span#x {
  font-size: 40px;
  color: #fff;
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}
div#popup-form div.content,
div#popup-form-virtual div.content,
div#popup-form-more-infos div.content {
  max-height: 90vh;
  max-width: 90%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
}
div#popup-form div.content .gform_wrapper,
div#popup-form-virtual div.content .gform_wrapper,
div#popup-form-more-infos div.content .gform_wrapper {
  padding: 20px 30px;
  display: block;
  margin: 0 auto;
  max-width: 525px;
  width: 100%;
  background-color: #fff;
  overflow-y: auto;
  height: 100%;
}
div#popup-form div.content .gform_wrapper input[type=text],
div#popup-form div.content .gform_wrapper input[type=email],
div#popup-form div.content .gform_wrapper textarea,
div#popup-form-virtual div.content .gform_wrapper input[type=text],
div#popup-form-virtual div.content .gform_wrapper input[type=email],
div#popup-form-virtual div.content .gform_wrapper textarea,
div#popup-form-more-infos div.content .gform_wrapper input[type=text],
div#popup-form-more-infos div.content .gform_wrapper input[type=email],
div#popup-form-more-infos div.content .gform_wrapper textarea {
  width: 100%;
  border: 1px solid #008B7A;
  box-shadow: none;
  margin-top: 0;
}
div#popup-form div.content .gform_wrapper textarea,
div#popup-form-virtual div.content .gform_wrapper textarea,
div#popup-form-more-infos div.content .gform_wrapper textarea {
  height: 160px;
}
div#popup-form div.content .gform_wrapper .top_label div.ginput_container,
div#popup-form-virtual div.content .gform_wrapper .top_label div.ginput_container,
div#popup-form-more-infos div.content .gform_wrapper .top_label div.ginput_container {
  margin-top: 20px;
}
div#popup-form div.content .gform_wrapper ul.gform_fields li.gfield,
div#popup-form-virtual div.content .gform_wrapper ul.gform_fields li.gfield,
div#popup-form-more-infos div.content .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
div#popup-form div.content .gform_wrapper .gform_footer,
div#popup-form-virtual div.content .gform_wrapper .gform_footer,
div#popup-form-more-infos div.content .gform_wrapper .gform_footer {
  display: table;
  position: relative;
  width: auto;
  height: 50px;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
div#popup-form div.content .gform_wrapper .gform_footer:before,
div#popup-form-virtual div.content .gform_wrapper .gform_footer:before,
div#popup-form-more-infos div.content .gform_wrapper .gform_footer:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 0;
  transform: translateX(100%);
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 20px solid #008B7A;
}
div#popup-form div.content .gform_wrapper input[type=submit],
div#popup-form-virtual div.content .gform_wrapper input[type=submit],
div#popup-form-more-infos div.content .gform_wrapper input[type=submit] {
  background-color: #008B7A;
  height: 50px;
  margin-right: 0px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-image: url("images/pen.svg");
  background-size: 24px;
  background-position: left 15px center;
  background-repeat: no-repeat;
  padding: 0 50px;
  border-radius: 0;
  border: none;
}

:focus {
  outline: none;
}

section#ranger-colonne div.ranger {
  width: calc(100% + 100px);
  margin-left: -50px;
  margin-right: -50px;
  display: flex;
  flex-wrap: wrap;
}
section#ranger-colonne div.ranger div.colonne {
  width: 50%;
  padding: 7vw 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #555;
}
@media (max-width: 1023px) {
  section#ranger-colonne div.ranger div.colonne {
    width: 100%;
    min-height: 400px;
    padding: 60px 50px;
  }
  section#ranger-colonne div.ranger div.colonne:nth-child(1) {
    order: 2;
  }
  section#ranger-colonne div.ranger div.colonne:nth-child(2) {
    order: 1;
  }
}
section#ranger-colonne div.ranger div.colonne div.texte {
  padding-right: 50px;
}
@media (max-width: 1023px) {
  section#ranger-colonne div.ranger div.colonne div.texte {
    padding-right: 0;
    padding: 50px;
  }
}
section#ranger-colonne div.ranger:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 1023px) {
  section#ranger-colonne div.ranger:nth-child(odd) {
    flex-direction: row;
  }
}
section#ranger-colonne div.ranger:nth-child(odd) div.colonne div.texte {
  padding-right: 0;
  padding-left: 50px;
}
@media (max-width: 1023px) {
  section#ranger-colonne div.ranger:nth-child(odd) div.colonne div.texte {
    padding-left: 0;
    padding: 50px;
  }
}

.menu {
  padding: 30px 30px 10px 30px !important;
}

.header .navWrapper {
  top: 0 !important;
  position: fixed;
  width: 100%;
  left: 0;
  background-color: #fff;
  z-index: 999;
}

.close .sidr {
  width: 100%;
  opacity: 0;
}

.sidr {
  transition: opacity 0.5s ease;
  width: 100%;
}

.open .sidr {
  width: 100%;
  opacity: 1;
}

.mobileMenuBar .mobileMenuButton.closed {
  top: 10px;
}

.mobileMenuBar .mobileMenuButton.open {
  left: initial;
  right: 0;
  top: -10px;
  z-index: 99999999;
  background-image: url("images/menuButtonMobile-close.svg");
}

/* INDUSTRIAL TEMPLATE */
#industrial-text {
  padding: 60px 0;
}
@media (max-width: 780px) {
  #industrial-text br {
    display: none;
  }
}

#industrial {
  padding: 0 0 60px 0;
}
#industrial .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
#industrial .container .col {
  width: 32%;
  margin-right: 2%;
}
#industrial .container .col:last-child {
  margin-right: 0;
}
#industrial .container .col ul {
  padding-left: 26px;
}
#industrial .container .col ul li {
  position: relative;
}
#industrial .container .col ul li:before {
  content: "";
  background-image: url(images/leafDarkGreen.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  left: -23px;
  top: 7px;
}
@media (max-width: 780px) {
  #industrial .container .col {
    width: 100%;
    margin-right: 0;
  }
}

/* Styles pour la lightbox */
.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  text-align: center;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  margin-top: 5%;
}

.close {
  position: absolute;
  top: 15px;
  right: 15px;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

.home .footer {
  margin-top: 100px !important;
}

.page-id-19 .medium-pull-6 {
  position: relative;
  right: 0%;
  left: auto;
}

.page-template-new-templates .container {
  max-width: 1280px;
  padding: 0 20px;
  width: 100%;
}
.page-template-new-templates .container.narrower {
  max-width: 900px;
}
.page-template-new-templates .container .row .col2.image:first-of-type {
  padding: 0 80px 0 0;
}
.page-template-new-templates .container .row .col2.image:last-of-type {
  padding: 0 0 0 80px;
}
.page-template-new-templates section .col2 ul, .page-template-new-templates section .col ul {
  padding-left: 0;
}
.page-template-new-templates section .col2 ul li, .page-template-new-templates section .col ul li {
  position: relative;
  list-style: none;
  font-size: 1.125rem;
  padding-left: 30px;
  padding-bottom: 1em;
  line-height: 1.1;
}
.page-template-new-templates section .col2 ul li::after, .page-template-new-templates section .col ul li::after {
  content: "";
  background-color: #008B7A;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 4px;
  left: 0;
}
.page-template-new-templates section.mosaic ul li {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.page-template-new-templates section.mosaic ul li::after {
  display: none !important;
}
.page-template-new-templates .container-full {
  max-width: 100vw;
  padding: 0;
  width: 100%;
}
.page-template-new-templates .row {
  display: flex;
  max-width: 100%;
  width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  .page-template-new-templates .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-template-new-templates .col2 {
  width: 50%;
}
.page-template-new-templates .col2:first-of-type {
  padding-right: 80px;
}
.page-template-new-templates .col2:first-of-type.image, .page-template-new-templates .col2:first-of-type.text {
  padding-right: 0;
}
.page-template-new-templates .col2:last-of-type {
  padding-left: 80px;
}
.page-template-new-templates .col1 {
  width: 100%;
}
.page-template-new-templates section {
  margin-top: 200px;
}
.page-template-new-templates section.no-margin-top {
  margin-top: 0;
}
.page-template-new-templates section.mt-0 {
  margin-top: 0;
}
.page-template-new-templates section.mb-0 {
  margin-bottom: 0;
}
.page-template-new-templates section.page {
  margin-top: 80px !important;
}
@media (max-width: 1024px) {
  .page-template-new-templates section {
    margin: 100px 0;
  }
}
.page-template-new-templates section.footer, .page-template-new-templates section.mobileMenuBar {
  margin: 0;
}
.page-template-new-templates .mt80 {
  margin-top: 80px;
}
@media (max-width: 1024px) {
  .page-template-new-templates .mt80 {
    margin-top: 0;
  }
}
.page-template-new-templates .vert {
  color: #008B7A;
}
.page-template-new-templates a.btn {
  font-family: "Lato", sans-serif;
  color: #008B7A;
  border: 2px solid #008B7A;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 100px;
  font-style: normal;
  transition: all 0.3s ease;
}
@media (max-width: 1024px) {
  .page-template-new-templates a.btn {
    padding: 5px 20px;
  }
}
.page-template-new-templates a.btn:hover {
  background-color: #008B7A;
  color: white;
  border-color: #008B7A;
}
.page-template-new-templates .header {
  margin: 0;
}
.page-template-new-templates .slider-homepage {
  height: auto !important;
  margin: 0 !important;
}
.page-template-new-templates section#wilkinson-waters {
  margin-top: 100px;
}
.page-template-new-templates .three-quarters.line {
  padding-bottom: 50px;
}
.page-template-new-templates .three-quarters.line.reduct-margin {
  padding-bottom: 0;
  margin-bottom: 100px;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters.line {
    padding-bottom: 0;
  }
}
.page-template-new-templates .three-quarters.line .col2 {
  width: 50% !important;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters.line .col2 {
    width: 100% !important;
  }
}
.page-template-new-templates .three-quarters.line .col2:first-of-type.text {
  padding: 0 10% 0 17% !important;
}
.page-template-new-templates .three-quarters.line .col2:last-of-type.text {
  padding: 0 10% 0 10% !important;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters.line .col2:last-of-type.text {
    display: flex;
    justify-content: flex-end;
    text-align: right;
    padding-bottom: 80px !important;
  }
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters.line .col2.image img {
    width: 60% !important;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates .three-quarters.line .col2.image img {
    width: 100% !important;
  }
}
.page-template-new-templates .three-quarters.line .col2.text {
  display: flex;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters.line .col2.text {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.page-template-new-templates .three-quarters.line .col2.text::before {
  content: "";
  width: 2px;
  height: 250px;
  display: block;
  background-color: #008B7A;
  flex: 0 0 auto;
  position: relative;
  left: -95px;
  top: 100%;
  transform: translateY(-50%);
  transform-origin: bottom;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters.line .col2.text::before {
    width: 50%;
    height: 2px;
    left: unset;
    right: 115px;
    bottom: -35px;
    transform: translate(0);
  }
}
.page-template-new-templates .three-quarters.line .col2.text h2 {
  color: #008B7A !important;
}
.page-template-new-templates .three-quarters.line.reverse_section .row {
  flex-direction: row-reverse;
}
.page-template-new-templates .three-quarters.line.reverse_section .col2.text {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters.line.reverse_section .col2.text {
    flex-direction: column-reverse;
    align-items: flex-end;
  }
}
.page-template-new-templates .three-quarters.line.reverse_section .col2.text::before {
  display: none;
}
.page-template-new-templates .three-quarters.line.reverse_section .col2.text::after {
  content: "";
  width: 2px;
  height: 250px;
  display: block;
  background-color: #008B7A;
  flex: 0 0 auto;
  position: relative;
  right: -95px;
  top: 100%;
  transform: translateY(-50%);
  transform-origin: bottom;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters.line.reverse_section .col2.text::after {
    width: 50%;
    height: 2px;
    left: unset;
    right: 115px;
    bottom: -35px;
    order: -1;
    transform: translate(0);
  }
}
.page-template-new-templates .three-quarters .row {
  align-items: center;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters .row {
    flex-direction: column-reverse;
  }
}
.page-template-new-templates .three-quarters .row .col2.big {
  width: 66.666%;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters .row .col2.big {
    width: 100%;
  }
}
.page-template-new-templates .three-quarters .row .col2.small {
  width: 33.333%;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters .row .col2.small {
    width: 100%;
  }
}
.page-template-new-templates .three-quarters .row .col2.text {
  padding: 0 80px;
}
.page-template-new-templates .three-quarters .row .col2.text h2 {
  font-size: 3.5rem;
  color: #008b7a;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters .row .col2.text h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates .three-quarters .row .col2.text h2 {
    font-size: 2rem;
  }
}
.page-template-new-templates .three-quarters .row .col2.text p {
  color: black;
  font-size: 1.13rem;
}
.page-template-new-templates .three-quarters .row .col2.image img {
  max-height: 350px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
}
.page-template-new-templates .three-quarters .row .col2:first-of-type.text {
  padding: 0 80px 0 17%;
}
@media (max-width: 1024px) {
  .page-template-new-templates .three-quarters .row .col2:first-of-type.text {
    padding: 0 10% 0 10%;
  }
}
.page-template-new-templates .three-quarters .row .col2:last-of-type.text {
  padding: 0 10% 0 80px;
}
.page-template-new-templates .full-col h2 {
  font-size: 3.5rem;
  color: #008B7A;
}
@media (max-width: 1024px) {
  .page-template-new-templates .full-col h2 {
    font-size: 2.5rem;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates .full-col h2 {
    font-size: 2rem;
  }
}
.page-template-new-templates .full-col p {
  color: black;
  font-size: 1.13rem;
}
@media (max-width: 767px) {
  .page-template-new-templates .full-col:has(.col2) .row {
    flex-direction: column;
  }
  .page-template-new-templates .full-col:has(.col2) .row .col2 {
    width: 100%;
  }
  .page-template-new-templates .full-col:has(.col2) .row .col2:last-of-type.image, .page-template-new-templates .full-col:has(.col2) .row .col2:last-of-type.text {
    padding-left: 0;
  }
}
.page-template-new-templates .mask {
  overflow-y: hidden;
  position: relative;
  overflow: hidden;
}
.page-template-new-templates .mask .anim-words {
  position: absolute;
}
.page-template-new-templates .mask .anim-words h2 {
  color: #008B7A;
  text-transform: none;
  font-size: 4rem;
}
@media (max-width: 1024px) {
  .page-template-new-templates .mask .anim-words h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates .mask .anim-words h2 {
    font-size: 2.7rem;
  }
}
.page-template-new-templates .infolettre {
  margin: 0;
  padding-top: 150px;
  margin-bottom: 80px;
}
.page-template-new-templates .infolettre .container {
  height: 50vh;
  background-image: url(images/infolettre-img.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-new-templates .infolettre .row {
  flex-wrap: nowrap;
}
.page-template-new-templates .infolettre h2 {
  font-size: 3.5rem;
  margin-top: -40px;
}
@media (max-width: 1024px) {
  .page-template-new-templates .infolettre h2 {
    font-size: 3rem;
    margin-top: -30px;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates .infolettre h2 {
    font-size: 2.5rem;
  }
}
.page-template-new-templates .infolettre .pastille {
  width: 300px;
  height: 300px;
  position: relative;
  top: -150px;
}
@media (max-width: 1024px) {
  .page-template-new-templates .infolettre .pastille {
    width: 200px;
    height: 200px;
  }
}
.page-template-new-templates .infolettre .pastille img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-new-templates .header-home {
  margin-top: 80px !important;
}
.page-template-new-templates .header-home .row {
  justify-content: flex-end;
  position: relative;
  align-items: center;
}
.page-template-new-templates .header-home .row .col2:first-of-type {
  width: 60%;
  position: absolute;
  left: 0;
  padding: 0 80px 0 17%;
}
@media (max-width: 1292px) {
  .page-template-new-templates .header-home .row .col2:first-of-type {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .page-template-new-templates .header-home .row .col2:first-of-type {
    margin-top: -40px;
  }
}
@media (max-width: 767px) {
  .page-template-new-templates .header-home .row .col2:first-of-type {
    margin-top: -60px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates .header-home .row .col2:first-of-type {
    width: 100%;
    padding: 0 80px 0 10%;
  }
}
.page-template-new-templates .header-home .row .col2:first-of-type h1 {
  color: #008B7A;
  text-transform: none;
  font-size: 4rem;
  text-align: left;
}
@media (max-width: 1292px) {
  .page-template-new-templates .header-home .row .col2:first-of-type h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 640px) {
  .page-template-new-templates .header-home .row .col2:first-of-type h1 {
    padding-top: 0;
    font-size: 2.7rem;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates .header-home .row .col2:first-of-type h1 {
    font-size: 1.5rem;
  }
}
.page-template-new-templates .header-home .row .col2:first-of-type h2 {
  color: #008B7A;
  text-transform: none;
  font-size: 4rem;
  height: 155px;
}
@media (max-width: 1024px) {
  .page-template-new-templates .header-home .row .col2:first-of-type h2 {
    font-size: 3.5rem;
    height: 135px;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates .header-home .row .col2:first-of-type h2 {
    font-size: 2.7rem;
    height: 105px;
  }
}
.page-template-new-templates .header-home .row .col2:last-of-type {
  width: 70%;
}
@media (max-width: 576px) {
  .page-template-new-templates .header-home .row .col2:last-of-type {
    margin-top: 110px;
  }
}
.page-template-new-templates .header-home .row .col2:last-of-type img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .page-template-new-templates .header-home .row .col2:last-of-type img {
    height: 450px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates .header-home .row .col2:last-of-type img {
    height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@keyframes pastille {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.page-template-new-templates .slider {
  margin-top: 40px;
}
.page-template-new-templates .slider .owl-controls {
  display: block !important;
}
.page-template-new-templates .slider .owl-controls .owl-pagination {
  display: inline-block;
  background-color: #ebebeb;
  padding: 2px 10px;
  border-radius: 100px;
}
.page-template-new-templates .slider .owl-controls .owl-pagination .owl-page {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-new-templates .slider .owl-controls .owl-pagination .owl-page span {
  width: 6px;
  height: 6px;
  margin: 0 7px;
}
.page-template-new-templates .slider .owl-controls .owl-pagination .owl-page.active span {
  background: #008B7A;
}
.page-template-new-templates .slider .owl-controls .owl-buttons {
  display: flex;
  justify-content: space-between;
  margin: -40px auto 0 auto;
  width: 60%;
}
.page-template-new-templates .slider .owl-controls .owl-buttons .owl-prev,
.page-template-new-templates .slider .owl-controls .owl-buttons .owl-next {
  background-color: transparent;
  opacity: 1;
}
.page-template-new-templates .slider .owl-controls .owl-buttons .owl-prev img,
.page-template-new-templates .slider .owl-controls .owl-buttons .owl-next img {
  width: 15px;
  height: 15px;
}
.page-template-new-templates .slider .slide {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.page-template-new-templates .slider .slide img {
  width: 100%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  height: 60vh;
}
.page-template-new-templates .slider .slide p {
  font-family: "Lato", sans-serif !important;
  font-weight: 400;
  line-height: 1.75em;
  margin-top: 10px;
}
.page-template-new-templates.page-template-template-residential .header-residential {
  margin-top: 0;
}
.page-template-new-templates.page-template-template-residential .header-residential .row {
  justify-content: flex-end;
  position: relative;
  align-items: center;
}
.page-template-new-templates.page-template-template-residential .header-residential .row .col2:first-of-type {
  width: 64%;
  position: absolute;
  left: 0;
  padding: 0 80px 0 10%;
}
.page-template-new-templates.page-template-template-residential .header-residential .row .col2:first-of-type h1 {
  color: #008B7A;
  text-transform: none;
  font-size: 4rem;
  text-align: left;
}
@media (max-width: 1292px) {
  .page-template-new-templates.page-template-template-residential .header-residential .row .col2:first-of-type h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .page-template-new-templates.page-template-template-residential .header-residential .row .col2:first-of-type h1 {
    font-size: 3rem;
  }
}
@media (max-width: 640px) {
  .page-template-new-templates.page-template-template-residential .header-residential .row .col2:first-of-type h1 {
    padding-top: 0;
    font-size: 2.7rem;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates.page-template-template-residential .header-residential .row .col2:first-of-type h1 {
    font-size: 1.5rem;
  }
}
.page-template-new-templates.page-template-template-residential .header-residential .row .col2:first-of-type h2 {
  color: #008B7A;
  text-transform: none;
  font-size: 4rem;
  height: 155px;
}
@media (max-width: 1024px) {
  .page-template-new-templates.page-template-template-residential .header-residential .row .col2:first-of-type h2 {
    font-size: 3.5rem;
    height: 135px;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates.page-template-template-residential .header-residential .row .col2:first-of-type h2 {
    font-size: 2.7rem;
    height: 105px;
  }
}
.page-template-new-templates.page-template-template-residential .header-residential .row .col2:last-of-type {
  width: 70%;
}
.page-template-new-templates.page-template-template-residential .header-residential .row .col2:last-of-type img {
  max-height: 80vh;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-template-new-templates.page-template-template-history .header.history h1 {
  color: white;
}
.page-template-new-templates.page-template-template-history .container-video {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
  position: relative;
  height: 45vw;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-template-new-templates.page-template-template-history .container-video {
    height: 60vw;
  }
}
.page-template-new-templates.page-template-template-history .container-video video {
  width: 100%;
  height: 100%;
}
.page-template-new-templates.page-template-template-history .container-video .play,
.page-template-new-templates.page-template-template-history .container-video .pause {
  position: absolute;
  background-color: #A2845E;
  border-radius: 100px;
  border: 0;
  outline: none;
  font-size: 1.13rem;
  color: white;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  cursor: pointer;
}
.page-template-new-templates.page-template-template-history .container-video .play {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 15px 60px;
}
@media (max-width: 576px) {
  .page-template-new-templates.page-template-template-history .container-video .play {
    padding: 5px 30px;
  }
}
.page-template-new-templates.page-template-template-history .container-video .pause {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 30px;
  padding: 10px 20px;
}
@media (max-width: 767px) {
  .page-template-new-templates.page-template-template-history .container-video .pause {
    bottom: 10px;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates.page-template-template-history .container-video .pause {
    bottom: -90px;
  }
}
.page-template-new-templates.page-template-template-history .container-video .pause img {
  width: 12px;
}
.page-template-new-templates.page-template-template-history .container-timeline {
  position: relative;
  height: 100px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  margin-bottom: 80px;
}
@media (max-width: 1024px) {
  .page-template-new-templates.page-template-template-history .container-timeline {
    width: 90%;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates.page-template-template-history .container-timeline {
    margin-bottom: 30px;
  }
}
.page-template-new-templates.page-template-template-history .container-timeline h2 {
  color: #008B7A;
  text-transform: none;
  font-size: 3.5rem;
}
@media (max-width: 1292px) {
  .page-template-new-templates.page-template-template-history .container-timeline h2 {
    font-size: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .page-template-new-templates.page-template-template-history .container-timeline h2 {
    font-size: 3rem;
  }
}
@media (max-width: 640px) {
  .page-template-new-templates.page-template-template-history .container-timeline h2 {
    padding-top: 0;
    font-size: 2.7rem;
  }
}
@media (max-width: 576px) {
  .page-template-new-templates.page-template-template-history .container-timeline h2 {
    font-size: 2rem;
  }
}
.page-template-new-templates.page-template-template-history .cd-horizontal-timeline {
  margin-top: 0;
}
.page-template-new-templates.page-template-template-history .cd-horizontal-timeline .container {
  max-width: 1280px !important;
}
.page-template-new-templates.page-template-template-history .cd-horizontal-timeline .events-content li > * {
  max-width: 70%;
}
@media (max-width: 1024px) {
  .page-template-new-templates.page-template-template-history .cd-horizontal-timeline .events-content li > * {
    max-width: 100%;
  }
}
.page-template-new-templates.page-template-template-history .cd-horizontal-timeline .timeline {
  position: relative;
  height: 100px;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}
.page-template-new-templates.page-template-template-history .events-content .colonne p {
  font-size: 1.13rem;
  line-height: 1.3;
}

a.top-link {
  text-align: right;
  position: relative;
  z-index: 999999999;
  color: #008B7A;
  border: 1px solid #008B7A;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 5px;
  padding: 3px 15px;
  display: inline-block;
  text-transform: uppercase;
  margin-right: 15px;
}
a.top-link:hover {
  text-decoration: underline;
}/*# sourceMappingURL=styles.css.map */