<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@200;400;700&amp;family=Lora&amp;display=swap");
html {
  font-size: 100%;
  overflow-x: hidden;
}
html.menuopen {
  overflow: hidden;
}

body {
  font-family: "Cairo", sans-serif;
  line-height: 1.5;
  font-size: 1rem;
  overflow-x: hidden;
  font-weight: 400;
}

a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #e2132b;
}

h1, .h1 {
  font-size: 2rem;
  margin-bottom: 30px;
  font-weight: 100;
}

h2, .h2 {
  font-size: 1.7rem;
  margin-bottom: 30px;
  font-weight: 900;
  color: #2b4b98;
}

h3, .h3 {
  font-size: 1.5rem;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

strong, b {
  font-weight: 900;
}

button {
  outline: none !important;
}

.container {
  margin-left: auto !important;
  margin-right: auto !important;
}

.containerBig {
  max-width: 80%;
}

@media screen and (max-width: 1200px) {
  .containerBig {
    max-width: 95%;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 576px) {
  h2, .h2 {
    font-size: 1.75rem;
  }
}
.admin-bar header#masthead {
  margin-top: 32px;
}

header#masthead {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 100;
  -webkit-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  -moz-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  -o-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
}
header#masthead .contact-link {
  margin-left: auto;
}
header#masthead .contact-link a {
  display: flex;
  background: #fff;
  padding: 1rem;
  height: 70px;
  text-transform: uppercase;
  align-items: center;
}
header#masthead .contact-link img {
  width: 15px;
  margin-right: 8px;
}
header#masthead .logo {
  position: absolute;
  top: 0;
  width: auto;
  padding: 1rem 1rem 10px 2rem;
  background: #fff;
  -webkit-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  -moz-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  -o-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
}
header#masthead .logo a img {
  width: 110px;
  -webkit-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  -moz-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  -o-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  transition-delay: 0.5s;
}
header#masthead .logo a:after, header#masthead .logo a:before {
  content: "";
  position: relative;
  left: 10px;
  display: block;
  height: 45px;
  width: 100px;
  background: url("../img/logo-cireme-txt.png") no-repeat;
  background-size: contain;
  -webkit-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  -moz-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  -o-transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  transition: cubic-bezier(0.5, 0.005, 0, 1) 0.6s;
  transition-delay: 0.5s;
}
header#masthead .logo a:before {
  position: absolute;
  background-size: 130px 55px;
  left: 6rem;
  height: 55px;
  width: 0;
  opacity: 0;
  transition-duration: 1s;
  transition-delay: 0s;
}
header#masthead #header-menu {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0s 0.3s;
  transition: opacity 0.3s 0s, -webkit-transform 0s 0.3s;
  -o-transition: opacity 0.3s 0s, transform 0s 0.3s;
  transition: opacity 0.3s 0s, transform 0s 0.3s;
  transition: opacity 0.3s 0s, transform 0s 0.3s, -webkit-transform 0s 0.3s;
  display: flex;
  align-items: center;
}
header#masthead #header-menu .nav-main {
  height: 100%;
  width: 100%;
}
header#masthead #header-menu .nav-main ul#primary-menu {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item {
  font-size: 1.8rem;
  width: 33.33333%;
  height: 33.33333%;
  display: flex;
  border: solid 1px #f1f1f1;
  border-top: 0;
  border-right: 0;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item &gt; a {
  position: relative;
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 100;
  color: #000;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item &gt; a span {
  display: inline-block;
  height: 0;
  width: 2px;
  background: #e2132b;
  transform: rotate(-45deg);
  position: relative;
  transition: all 0.5s;
  top: 1rem;
  right: 1rem;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item &gt; a:hover {
  background: #fef0f1;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item &gt; a:hover span {
  height: 40px;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.firstitem a {
  color: transparent;
  background: url("../img/logo-cireme-full.png") no-repeat center;
  background-size: 30%;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.firstitem a span {
  display: none;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.nolink a {
  color: transparent;
  background: url("../img/bg-menu.jpg") no-repeat center;
  background-size: cover;
  pointer-events: none;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.nolink a span {
  display: none;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.contact a {
  background: #2b4b98;
  color: #fff;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.contact a:hover {
  background: #183373;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.joinus a {
  flex-direction: column;
  font-size: 1.5rem;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.joinus a span {
  display: none;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.joinus a i {
  background: url("../img/logo-linkedin.png") center no-repeat;
  background-size: contain;
  width: 50px;
  height: 50px;
  margin-top: 1rem;
}
header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.current-menu-item &gt; a span {
  height: 40px;
}
header#masthead.open #header-menu {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0s 0s;
  transition: opacity 0.3s 0s, -webkit-transform 0s 0s;
  -o-transition: opacity 0.3s 0s, transform 0s 0s;
  transition: opacity 0.3s 0s, transform 0s 0s;
  transition: opacity 0.3s 0s, transform 0s 0s, -webkit-transform 0s 0s;
}
header#masthead.fixed .logo {
  padding-top: 0.5rem;
}
header#masthead.fixed .logo a img {
  width: 53px;
  transition-delay: 0s;
}
header#masthead.fixed .logo a:after {
  opacity: 0;
  height: 0;
  width: 0;
  transition-delay: 0s;
}
header#masthead.fixed .logo a:before {
  opacity: 1;
  width: 130px;
  transition-delay: 0.5s;
}

/*-------- Burger menu -------- */
#nav-icon {
  cursor: pointer;
  background: #e2132b;
  padding: 1.5rem;
  z-index: 10;
}
#nav-icon div:first-of-type {
  width: 35px;
  height: 22px;
  z-index: 99999;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon div:first-of-type span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background: #fff;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
#nav-icon div:first-of-type span:nth-child(1) {
  top: 0;
  width: 75%;
}
#nav-icon div:first-of-type span:nth-child(2) {
  top: 10px;
}
#nav-icon div:first-of-type span:nth-child(3) {
  top: 20px;
  width: 75%;
  margin-left: 25%;
}
#nav-icon:hover div span {
  width: 100% !important;
  margin: 0 !important;
}
#nav-icon.open div span {
  width: 0 !important;
  left: 50%;
}
#nav-icon.open div span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
  width: 100% !important;
  left: 0;
}
#nav-icon.open div span:nth-child(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 10px;
  width: 100% !important;
  left: 0;
  margin: 0;
}

@media all and (max-width: 1200px) {
  header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item {
    font-size: 1.5rem;
  }
  header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item a span {
    max-height: 30px;
  }
}
@media all and (max-width: 991px) {
  header#masthead .logo a img {
    width: 80px;
  }
  header#masthead .logo a:after {
    width: 72px;
    height: 32px;
  }
  header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item {
    width: 50%;
    height: 25%;
  }
  header#masthead #header-menu .nav-main ul#primary-menu &gt; li.menu-item.nolink {
    display: none;
  }
}
@media all and (max-width: 767px) {
  header#masthead .logo {
    padding-left: 1rem;
    padding-bottom: 5px;
  }
  header#masthead .logo a:before {
    left: 5rem;
  }
}
@media all and (max-width: 575px) {
  header#masthead .logo {
    padding-top: 0.5rem;
  }
  header#masthead .logo a img {
    width: 40px !important;
  }
  header#masthead .logo a:before {
    width: 100px;
    height: 45px;
    background-size: contain;
    left: 4rem;
    top: 5px;
    opacity: 1;
  }
  header#masthead .logo a:after {
    content: none;
  }
  header#masthead .contact-link {
    display: none;
  }
  header#masthead #header-menu .nav-main ul#primary-menu li.menu-item {
    width: 100%;
    height: 12.5%;
    font-size: 1.3rem;
  }
  header#masthead #header-menu .nav-main ul#primary-menu li.menu-item.firstitem a {
    color: #000;
    background-image: none;
  }
  header#masthead #header-menu .nav-main ul#primary-menu li.menu-item.joinus {
    padding: 5px;
  }
  header#masthead #header-menu .nav-main ul#primary-menu li.menu-item.joinus a {
    font-size: 0;
  }
  header#masthead #header-menu .nav-main ul#primary-menu li.menu-item.joinus a i {
    margin-top: 0;
  }

  #nav-icon {
    margin-left: auto;
    padding: 1rem;
  }
}
#page {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  min-height: 100vh;
  position: relative;
}

#content {
  margin-top: 70px;
  margin-bottom: 5rem;
}

#firstimg {
  height: 350px;
  display: flex;
  margin: 0 2rem 7rem;
  background-size: cover;
  background-position: center;
}
#firstimg .content {
  display: flex;
  width: 50%;
  color: #fff;
  background: #e2132b;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 1rem;
}
#firstimg .content .title {
  text-transform: uppercase;
  font-size: 3rem;
}
#firstimg .content .title span {
  display: block;
  text-transform: initial;
  font-size: 1.8rem;
}

.custom-title {
  margin: 0 0 3rem 0;
  font-size: 2rem;
  color: #e2132b;
  font-weight: 100;
  position: relative;
  display: inline-block;
}
.custom-title span {
  display: block;
  font-size: 2.9rem;
  font-weight: 900;
  position: relative;
  left: 25px;
}
.custom-title:before {
  content: "";
  display: inline-block;
  height: 0;
  width: 2px;
  background: #2b4b98;
  transform: rotate(-45deg);
  position: absolute;
  bottom: 11px;
  left: 0;
  transition: all 0.5s;
}
.custom-title h2 {
  margin-left: 2rem;
}
.custom-title.animated:before {
  height: 2rem;
  bottom: -16px;
  left: 13px;
}

.bigtxt {
  font-size: 4rem;
  line-height: 1;
  font-weight: 100;
}

.bluetxt {
  color: #2b4b98;
}

.bg-red {
  color: #fff;
}
.bg-red .custom-title {
  color: #fff;
}
.bg-red .custom-title:before {
  background: #fff;
}

.bg-black {
  color: #fff;
}
.bg-black .custom-title {
  color: #fff;
}
.bg-black .custom-title:before {
  background: #e2132b;
}

.custom-btn {
  margin-bottom: 2rem;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
  background: none;
  border: 0;
}
.custom-btn:after {
  content: "";
  background: url(../img/arrow-right-red.png) no-repeat;
  display: inline-block;
  width: 20px;
  height: 12px;
  background-size: contain;
  margin-left: 0;
  opacity: 0;
  transition: all 0.5s;
}
.custom-btn:hover:after {
  margin-left: 15px !important;
}
.custom-btn.animated:after {
  opacity: 1;
  margin-left: 7px;
}

.grey {
  color: #999999;
}

.vc_section {
  padding: 5rem 0 !important;
}
.vc_section:last-of-type {
  padding-bottom: 0 !important;
}

.owl-carousel .owl-nav {
  position: absolute;
  width: 100%;
  z-index: -1;
  left: 0;
}
.owl-carousel .owl-nav .owl-prev {
  position: relative;
  left: 0;
}
.owl-carousel .owl-nav .owl-prev span {
  display: block;
  width: 16px;
  height: 82px;
  background: url(../img/arrow-left.png) no-repeat;
  background-size: contain;
}
.owl-carousel .owl-nav .owl-next {
  position: relative;
  float: right;
  right: 0;
}
.owl-carousel .owl-nav .owl-next span {
  display: block;
  width: 16px;
  height: 82px;
  background: url(../img/arrow-right.png) no-repeat;
  background-size: contain;
}

ul.rs {
  display: flex;
}
ul.rs li {
  margin-right: 0.5rem;
  position: relative;
}
ul.rs li a {
  width: 40px;
  height: 40px;
  background: #999;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.rs li a:before {
  content: "";
  position: absolute;
  border-radius: 100%;
  display: block;
  width: 40px;
  height: 40px;
  background: #e2132b;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
ul.rs li a i {
  z-index: 10;
}
ul.rs li a:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.citation h2 {
  color: #2b4b98;
  font-weight: 900;
  font-size: 2rem;
}
.citation h2:before {
  content: "";
  width: 4rem;
  height: 3rem;
  background: url("../img/quote.png") no-repeat;
  background-size: contain;
  display: inline-block;
  transform: scale(0);
  transition: all 0.7s;
}
.citation h2.animated:before {
  transform: scale(1);
}

.custom-carousel {
  position: relative;
}
.custom-carousel .item {
  display: flex;
  position: absolute;
  justify-content: center;
  margin-bottom: 9rem;
  top: 0;
  right: 0;
  left: 0;
}
.custom-carousel .item .img {
  max-width: 800px;
  width: 100%;
  min-height: 450px;
  opacity: 0;
  overflow: hidden;
}
.custom-carousel .item .img div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
}
.custom-carousel .item .content {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  background: #fff;
  padding: 3rem 2rem;
  max-width: 350px;
  bottom: -5rem;
  left: 0;
  opacity: 0;
  z-index: 100;
}
.custom-carousel .item .content .title {
  color: #e2132b;
  font-weight: 600;
  font-size: 1.7rem;
  margin-bottom: 1rem;
}
.custom-carousel .item.active {
  position: relative;
  z-index: 1;
}
.custom-carousel .item.active .img, .custom-carousel .item.active .content {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
  opacity: 1;
}
.custom-carousel:before {
  content: "";
  position: absolute;
  background: url(../img/triangle.png) no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 44px;
  top: -22px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 10;
}
.custom-carousel .next {
  position: absolute;
  right: 0;
  top: 50%;
}

.next {
  position: relative;
  border: 0;
  background: #e2132b;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
  display: flex;
  justify-content: center;
  transition: all 0.5s;
  z-index: 10;
}
.next:after, .next:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #f6f6f6;
  transform: rotate(45deg);
  transform-origin: right;
  top: 1.5rem;
  transition: all 0.5s;
}
.next:after {
  transform: rotate(-45deg);
}
.next:hover {
  background: #f6f6f6;
}
.next:hover:before {
  transform: rotate(30deg);
  background: #e2132b;
}
.next:hover:after {
  transform: rotate(-30deg);
  background: #e2132b;
}

.custom-element-1 {
  margin: 5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.custom-element-1 .content {
  position: absolute;
  background: #e2132b;
  max-width: 400px;
  color: #fff;
  padding: 4rem 4rem 4rem 3rem;
  left: -3rem;
  bottom: -3rem;
}
.custom-element-1 .content .custom-title span {
  font-weight: 100;
  color: #fff;
  margin-bottom: 1rem;
}
.custom-element-1 .content .custom-title:before {
  background: #fff;
}
.custom-element-1 .content .subtitle {
  font-weight: 900;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.custom-element-1 .content .custom-btn {
  color: #fff;
  margin: 1.5rem 0 0 0;
  display: block;
}
.custom-element-1 .content .custom-btn:after {
  background-image: url(../img/arrow-right-white.png);
}

.custom-element-2 a {
  display: flex;
  height: 30vw;
  max-height: 500px;
  min-height: 350px;
  align-items: center;
  justify-content: space-between;
  background-size: cover;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25);
  transition: all 0.5s;
  margin: 0 auto 4rem;
}
.custom-element-2 a .title {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  font-size: 2rem;
  margin: 0 0 0 5%;
}
.custom-element-2 a .title span {
  display: inline-block;
  background: #e2132b;
  color: #fff;
  font-weight: 100;
  padding: 0.5rem 1rem;
}
.custom-element-2 a .title span:last-of-type {
  margin-top: -0.5rem;
}
.custom-element-2 a .next {
  margin-right: 5%;
  background: #fff;
}
.custom-element-2 a:hover {
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.25);
}
.custom-element-2 a:hover .next {
  background: #e2132b;
}
.custom-element-2 a:hover .next:before {
  transform: rotate(30deg);
  background: #fff;
}
.custom-element-2 a:hover .next:after {
  transform: rotate(-30deg);
  background: #fff;
}

.txt-anim {
  height: 100px;
}
.txt-anim p {
  font-family: "Lora", serif;
  display: block;
  bottom: 0;
  position: absolute;
  font-size: 8rem;
  line-height: 0.7;
  color: #f2f2f2;
  left: 65%;
  margin: 0;
}
.txt-anim.toleft {
  left: 15%;
}

#after-firstimg {
  margin-top: -5rem;
  padding: 10rem 0 3rem 0;
}
#after-firstimg .list-arrow ul li:before {
  background-image: url(../img/arrow-right-white.png);
}

.list-arrow {
  font-size: 1.1rem;
}
.list-arrow ul {
  margin-top: 2rem;
}
.list-arrow ul li {
  padding-bottom: 1rem;
  margin-left: 2rem;
}
.list-arrow ul li:before {
  content: "";
  background: url(../img/arrow-right-red.png) no-repeat;
  display: inline-block;
  width: 17px;
  height: 12px;
  background-size: contain;
  margin-right: 15px;
  transition: all 0.5s;
  position: absolute;
  left: -2rem;
  top: 0.5rem;
}

#mention {
  margin-top: 10rem;
}
#mention h2, #mention .h2 {
  font-size: 1.2rem;
  margin: 3rem 0 1rem;
  font-weight: 600;
}

rs-module-wrap {
  margin: 0 2rem !important;
  width: auto;
}
rs-module-wrap:after {
  content: "";
  position: absolute;
  background: url(../img/triangle.png) no-repeat;
  background-size: contain;
  display: block;
  width: 85px;
  height: 74px;
  bottom: -37px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 100;
}

.info-cireme .address {
  font-weight: 900;
  margin-bottom: 1rem;
}
.info-cireme .email {
  margin-top: 1rem;
}

@media all and (max-width: 1200px) {
  #after-firstimg {
    padding-top: 8rem;
  }

  .custom-carousel .item .content {
    left: -1rem;
  }
  .custom-carousel .next {
    right: -3rem;
  }
}
@media all and (max-width: 991px) {
  #firstimg {
    margin-bottom: 1rem;
  }

  #after-firstimg {
    padding-top: 6rem;
  }

  .owl-carousel .owl-nav .owl-prev {
    left: -1rem;
  }
  .owl-carousel .owl-nav .owl-next {
    right: -1rem;
  }

  .txt-anim p {
    font-size: 6rem;
  }

  .citation h2 {
    font-size: 1.8rem;
  }
  .citation h2 br {
    display: none;
  }
  .citation h2:before {
    width: 3rem;
    height: 2rem;
  }

  .custom-carousel .next {
    right: -1.5rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  }

  .bigtxt {
    font-size: 3rem;
  }

  .custom-element-1 .content {
    padding: 3rem 3rem 3rem 2rem;
    max-width: 350px;
  }
  .custom-element-1 .content .custom-title span {
    font-size: 2.4rem;
  }

  .custom-element-2 a {
    max-width: 700px;
  }

  rs-module-wrap:after {
    width: 70px;
    height: 60px;
    bottom: -35px;
  }
}
@media all and (max-width: 767px) {
  #content {
    margin-bottom: 3rem;
  }

  .custom-title span {
    font-size: 2.3rem;
  }

  rs-module-wrap {
    margin: 0 !important;
  }

  .bigtxt {
    font-size: 2.8rem;
  }

  #firstimg {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .custom-element-1 {
    margin: 2rem 0 0;
  }
  .custom-element-1 .content {
    padding: 3rem 2rem 3rem 3rem;
    max-width: 100%;
    position: relative;
    bottom: 3rem;
  }

  .custom-carousel {
    margin-bottom: 15rem !important;
  }
  .custom-carousel .item .content {
    padding: 2rem;
    max-width: 100%;
    bottom: -10rem;
    text-align: center;
    left: 0;
  }

  .txt-anim p {
    font-size: 5rem;
  }

  .vc_section {
    padding: 3rem 0 !important;
  }
}
@media all and (max-width: 575px) {
  #content {
    margin-top: 54px;
  }

  .vc_section {
    padding: 3rem 0 !important;
  }

  .custom-title {
    font-size: 1.6rem;
  }
  .custom-title span {
    font-size: 2rem;
  }

  .citation h2 {
    font-size: 1.6rem;
  }

  .custom-element-2 a .title {
    font-size: 1.75rem;
    margin-left: 0;
    align-self: flex-end;
  }
  .custom-element-2 a .next {
    margin-right: 0;
  }

  rs-module-wrap:after {
    width: 50px;
    height: 45px;
    bottom: -25px;
  }
}
.home #content {
  margin-top: 0;
}

#home-1 {
  margin-top: -5rem;
  padding-top: 12rem;
  padding-bottom: 9rem;
}

#home-2 {
  margin-top: -7rem;
}

#home-3 .container {
  padding: 8rem 0;
}
#home-3 .wpb_single_image {
  position: absolute;
  top: -5rem;
  right: 0;
  z-index: 20;
}
#home-3 .wpb_single_image img {
  min-width: 700px;
  max-width: 800px;
}

#home-4 {
  margin-bottom: 9rem;
  padding: 10rem 0 5rem 0;
}
#home-4 .wpb_single_image {
  position: absolute;
  top: -5rem;
  z-index: 20;
}
#home-4 .wpb_single_image img {
  min-width: 700px;
  max-width: 800px;
}

#home-5 {
  margin-top: 2rem;
}

@media all and (max-width: 1500px) {
  #home-1 {
    padding-top: 9rem;
  }
}
@media all and (max-width: 1199px) {
  #home-1 {
    padding-top: 8rem;
    padding-bottom: 9rem;
  }
}
@media all and (max-width: 991px) {
  #home-1 .bigtxt {
    text-align: center;
  }

  #home-3 {
    margin-bottom: -10rem;
  }
  #home-3 .container {
    padding: 4rem 0 0;
  }
  #home-3 .wpb_single_image {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 2rem;
  }
  #home-3 .wpb_single_image img {
    min-width: 0;
    max-width: 90%;
    margin-left: 5%;
  }

  #home-4 {
    padding-bottom: 50%;
  }
  #home-4 .wpb_single_image {
    top: 0;
    margin-top: 2rem;
  }
  #home-4 .wpb_single_image img {
    min-width: 0;
    max-width: 100%;
  }
}
@media all and (max-width: 767px) {
  #home-1 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  #home-3 .container {
    padding: 3rem 0 0;
  }
}
.img-float-top .container {
  padding: 6rem 0 3rem;
}
.img-float-top .wpb_single_image {
  position: absolute;
  bottom: -6rem;
  right: -15%;
  z-index: 20;
}
.img-float-top .wpb_single_image img {
  min-width: 700px;
  max-width: 800px;
}

@media all and (max-width: 1920px) {
  .img-float-top .wpb_single_image {
    right: -10%;
  }
}
@media all and (max-width: 991px) {
  .img-float-top .container {
    padding: 6rem 0 3rem;
  }
  .img-float-top .wpb_single_image {
    position: relative;
    bottom: 11rem;
    right: 0;
    margin-bottom: -12rem;
  }
  .img-float-top .wpb_single_image img {
    min-width: 100%;
    max-width: 100%;
  }
}
@media all and (max-width: 575px) {
  .img-float-top .wpb_single_image img {
    max-width: 130%;
    margin-left: -15%;
  }
}
.single-realisation #content {
  margin-top: 12rem;
}
.single-realisation .project-info {
  background: #f7f7f7;
  padding: 2rem;
  font-size: 1.05rem;
  max-width: 500px;
  margin-bottom: 2rem;
}
.single-realisation .project-info ul li {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.single-realisation .project-info ul li img {
  max-width: 30px;
  margin-right: 1rem;
}

.post-type-archive-realisation #content {
  margin-top: 5rem;
}
.post-type-archive-realisation #content .container {
  max-width: 1500px;
}
.post-type-archive-realisation .grid-container {
  margin-bottom: 10rem;
}
.post-type-archive-realisation .project-item {
  float: left;
  width: calc(33.33333% - 17px);
  overflow: hidden;
  margin-bottom: 25px;
}
.post-type-archive-realisation .project-item img {
  filter: grayscale(1) brightness(130%) contrast(80%);
  transition: all 0.5s;
}
.post-type-archive-realisation .project-item a {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 10;
}
.post-type-archive-realisation .project-item h2 {
  font-size: 1.2rem;
  position: absolute;
  bottom: 1rem;
  right: 0;
  background: #fff;
  padding: 1rem;
  margin: 0;
  text-align: right;
  transform: translateX(100%);
  transition: all 0.5s;
  z-index: 10;
}
.post-type-archive-realisation .project-item:hover img {
  filter: grayscale(0);
}
.post-type-archive-realisation .project-item:hover h2 {
  transform: translateX(0%);
}
.post-type-archive-realisation .loadmore {
  width: 100%;
  text-align: center;
  cursor: pointer;
  position: absolute;
  bottom: -5rem;
}

@media all and (max-width: 1200px) {
  .post-type-archive-realisation #content .container {
    max-width: 100%;
  }
}
@media all and (max-width: 992px) {
  .post-type-archive-realisation .project-item {
    width: calc(50% - 13px);
  }

  .single-realisation #content {
    margin: 9rem 0 0 0;
  }
}
@media all and (max-width: 575px) {
  .post-type-archive-realisation .project-item {
    width: 100%;
  }

  .single-realisation #content {
    margin: 5rem 0 0 0;
  }
  .single-realisation #content .custom-title {
    margin: 2rem 0;
  }
}
#agences {
  position: relative;
}
#agences .agence-item .title {
  margin: 0 0 0.7rem 0;
  padding: 0 0.5rem 0 2rem;
  position: relative;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  z-index: 100;
  max-width: 180px;
}
#agences .agence-item .title:after, #agences .agence-item .title:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: 6px;
  top: 12px;
  transition: all 0.2s;
}
#agences .agence-item .title:after {
  transform: rotate(-90deg);
}
#agences .agence-item .content {
  position: absolute;
  opacity: 0;
  left: 12rem;
  top: 0;
  width: 320px;
  transition: all 0.2s;
  margin-top: -22rem;
  padding-top: 22rem;
}
#agences .agence-item .content div {
  padding: 2rem;
  background: rgba(0, 0, 0, 0.11);
  box-shadow: 0 11px 15px rgba(0, 0, 0, 0.2);
}
#agences .agence-item .content div a {
  color: #fff;
}
#agences .agence-item.active .title {
  background: #fff;
  color: #e2132b;
  font-weight: 900;
}
#agences .agence-item.active .title:after, #agences .agence-item.active .title:before {
  background: #e2132b;
}
#agences .agence-item.active .title:after {
  transform: rotate(0deg);
}
#agences .agence-item.active .content {
  opacity: 1;
  z-index: 100;
}

@media all and (max-width: 575px) {
  #agences .agence-item .content {
    height: 0;
    position: initial;
    margin-top: -6rem;
    padding-top: 6rem;
  }
  #agences .agence-item.active .content {
    height: auto;
    margin-bottom: 2rem;
  }
}
.single .entry-meta {
  margin: 0 0 1.5rem 0;
  padding: 0.4rem 0;
  font-size: 0.9rem;
}
.single .post-thumbnail {
  margin-bottom: 2rem;
}

.pagination {
  margin: 1.5rem 0;
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  padding: 0 0.2rem;
  border: solid 1px;
  margin: 0 0.2rem;
  width: 1.5rem;
}
.pagination .page-numbers.current {
  border-width: 2px;
  font-weight: 500;
}

.post-navigation {
  margin: 50px 0;
  border-top: solid 1px #e4e4e4;
}
.post-navigation .nav-links {
  display: flex;
  justify-content: space-between;
}
.post-navigation .nav-links a span {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.post-navigation .nav-links &gt; div {
  max-width: 45%;
}
.post-navigation .nav-links .nav-next {
  text-align: right;
  margin-left: auto;
}

@media all and (min-width: 992px) {
  .single #primary {
    padding-right: 4rem;
  }
}
@media all and (max-width: 575px) {
  .post-navigation .nav-links {
    flex-direction: column;
  }
  .post-navigation .nav-links &gt; div {
    max-width: 100%;
    text-align: center !important;
  }
  .post-navigation .nav-links &gt; div.nav-next {
    margin: 10px 0 0 0;
  }
}
.error404 .error-404 {
  text-align: center;
  padding: 3rem 0;
}

.form-elmt {
  position: relative;
  padding: 0 0 1rem 0;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.form-elmt label {
  position: absolute;
  top: -3px;
  left: 0;
  font-size: 1rem;
  transition: transform 0.2s ease-out, color 0.2s ease-out;
  transform-origin: 0 100%;
  -webkit-transform: translate(12px, 12px);
  -moz-transform: translate(12px, 12px);
  -ms-transform: translate(12px, 12px);
  -o-transform: translate(12px, 12px);
  transform: translate(12px, 12px);
  cursor: text;
  color: #383838;
}
.form-elmt input, .form-elmt textarea {
  background: rgba(255, 255, 255, 0.5);
  padding: 0.5rem;
  border: solid 1px #cdcdcd;
  width: 100%;
  outline: 0;
  position: relative;
}
.form-elmt.selected {
  margin-top: 1.2rem;
}
.form-elmt.selected label {
  color: #2b4b98;
  font-weight: 900;
  -webkit-transform: translateY(-25px) scale(0.8);
  -moz-transform: translateY(-25px) scale(0.8);
  -ms-transform: translateY(-25px) scale(0.8);
  -o-transform: translateY(-25px) scale(0.8);
  transform: translateY(-25px) scale(0.8);
}
.form-elmt.selected input, .form-elmt.selected textarea {
  border-color: #2b4b98;
}

form.wpcf7-form {
  margin-top: 3rem;
}
form.wpcf7-form .wpcf7-acceptance span.wpcf7-list-item {
  margin: 0;
  font-size: 0.85rem;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
  font-size: 0.85rem;
}
form.wpcf7-form .wpcf7-response-output {
  margin: 2em 0 1em;
  padding: 0.75rem 1.25rem;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
form.wpcf7-form button[type=submit] {
  margin-top: 1rem;
}
form.wpcf7-form.sent .wpcf7-response-output {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.search-form input {
  border-radius: 0;
}
.search-form button[type=submit] {
  background: #e2132b;
  height: 38px;
  border: 0;
  position: absolute;
  cursor: pointer;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.search-form button[type=submit] i {
  color: #fff;
}

.search article {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #dcd5e3;
}
.search article h2 {
  margin-bottom: 0;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #414141;
}

.grecaptcha-badge {
  -webkit-transform: translateX(110%);
  -moz-transform: translateX(110%);
  -ms-transform: translateX(110%);
  -o-transform: translateX(110%);
  transform: translateX(110%);
}

@media all and (max-width: 991px) {
  form.wpcf7-form {
    margin: auto;
  }
}
@media all and (max-width: 575px) {
  .contactMap &gt; .wpb_column {
    width: 100%;
  }
}
#footer {
  background: #333;
  color: #c2c2c2;
  position: relative;
  padding: 5rem 0 2rem;
}
#footer:before {
  content: "";
  position: absolute;
  background: url(../img/triangle-red.png) no-repeat;
  background-size: contain;
  display: block;
  width: 50px;
  height: 44px;
  top: -22px;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 10;
}
#footer .fmenu {
  display: flex;
  width: 50%;
}
#footer .fmenu &gt; div {
  margin-right: 3rem;
}
#footer .fmenu &gt; div .menutitle {
  font-weight: 900;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
#footer .fmenu &gt; div ul li {
  padding: 0.2rem 0;
  position: relative;
  display: flex;
  align-items: center;
}
#footer .fmenu &gt; div ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  display: inline-block;
  background: #e2132b;
  position: absolute;
  left: -1rem;
}
#footer a {
  color: #c2c2c2;
}
#footer a:hover {
  color: #e2132b;
}
#footer .contact {
  margin-top: 2rem;
}
#footer .contact .title {
  font-weight: 900;
  font-size: 1.1rem;
}
#footer .contact a {
  color: #fff;
  font-weight: 900;
}
#footer .contact a:hover {
  color: #e2132b;
}
#footer .copyright {
  font-size: 0.85rem;
  padding: 2rem 0;
}
#footer .copyright .notice-link {
  margin-bottom: 1.5rem;
}
#footer .copyright .notice-link a {
  display: block;
  margin-bottom: 0.4rem;
}
#footer .copyright span:last-of-type:before {
  content: "/";
  margin: 0 5px 0 3px;
}
#footer .copyright .illucom {
  position: relative;
}
#footer .copyright .illucom img {
  width: 12px !important;
  margin: 0 4px 2px 2px;
}
#footer .copyright .illucom:after {
  content: "";
  box-shadow: 0 0 15px transparent;
  border-radius: 10px;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 2px;
  top: 6px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
#footer .copyright .illucom:hover {
  color: #f3b61f;
}
#footer .copyright .illucom:hover:after {
  box-shadow: 0 0 15px #ffef04;
}
#footer .bg {
  background: url("../img/bg-footer-sws.jpg") no-repeat center;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media all and (max-width: 991px) {
  #footer .bg {
    display: none;
  }
  #footer .container {
    max-width: 90%;
    display: flex;
    flex-wrap: wrap;
  }
  #footer .container .contact {
    order: 0;
    width: 35%;
    margin-top: 0;
  }
  #footer .container .fmenu {
    order: 1;
    width: 65%;
  }
  #footer .container .copyright {
    order: 2;
  }
}
@media all and (max-width: 767px) {
  #footer {
    text-align: center;
  }
  #footer .fmenu &gt; div {
    width: 100%;
    margin: 2rem 0 0;
  }
  #footer .fmenu &gt; div ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .fmenu &gt; div ul li {
    margin: 0 1rem;
  }
  #footer .fmenu &gt; div:first-of-type {
    display: none;
  }
  #footer .container &gt; div {
    width: 100% !important;
  }
}
@media all and (max-width: 525px) {
  #footer .copyright span:last-of-type {
    display: block;
    margin-top: 0.25rem;
  }
  #footer .copyright span:last-of-type:before {
    content: none;
  }
}

/*# sourceMappingURL=main.css.map */
</pre></body></html>