/*
#@squelettes/css/styles.less
*/
.navbar-brand {
  max-width: 270px;
}
@media (min-width: 992px) {
  .navbar-brand {
    width: 270px;
  }
}
@media (max-width: 992px) {
  .navbar-brand {
    width: 67vw;
  }
}
@media (min-width: 1290px) {
  .navbar-brand {
    margin-right: 3rem;
  }
}
.pagination-item {
  display: inline-block;
  list-style: none;
}
/*@primary: rgb(191,96,139);*/
/*Blau @primary_bg: rgba(198, 48, 80, 1);*/
/*@primary_bg: rgba(105,59,59,.8);*/
/*@primary_bg: rgba(198,48,80,.8);*/
/*Base*/
body,
p {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.text-small {
  font-size: 90%;
}
.box-picturesque p {
  margin-bottom: 4px;
}
.text-normal {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text-fancy {
  font-family: "Ubuntu Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.text-italics,
.text-italic {
  font-style: italic;
}
.text-light {
  font-weight: 100;
  color: inherit !important;
}
.text-fine {
  font-weight: 100;
}
.text-white {
  color: white;
}
.links-white a,
.link-white a {
  color: white;
}
.text-bold {
  font-weight: bold;
}
.text-small p {
  font-size: 0.8em;
}
a:hover {
  color: #2777a0;
  text-decoration: underline;
}
/*helpers*/
.hidden {
  display: none;
}
/*Responsive EnD*/
.border-top-orange {
  border-top: 3px solid #e58e20;
}
.border-top-teal {
  border-top: 3px solid #2777a0;
}
.border-top-red {
  border-top: 3px solid #bd4b3d;
}
.border-top-blue {
  border-top: 3px solid #00669e;
}
.border-top-purple {
  border-top: 3px solid #8d406a;
}
.border-top-teal-dark {
  border-top: 3px solid #236b90;
}
.border-bottom-teal-dark {
  border-top: 3px solid #236b90;
}
.border-bottom-teal-dark {
  border-bottom: 3px solid #236b90;
}
.border-bottom-teal {
  border-bottom: 3px solid #2777a0;
}
.border-bottom-orange {
  border-bottom: 3px solid #e58e20;
}
.border-bottom-red {
  border-bottom: 3px solid #bd4b3d;
}
.border-bottom-blue {
  border-bottom: 3px solid #00669e;
}
.border-bottom-purple {
  border-bottom: 3px solid #8d406a;
}
.border-top-gray {
  border-top: 3px solid #808080;
}
.nav-link-white,
.nav-link-black {
  font-size: 0.9em;
  font-family: 'Open Sans', sans-serif;
  margin-left: 1em;
}
.nav-link-white:hover,
.nav-link-black:hover {
  text-shadow: 3px 3px 25px #ffffff;
  color: white;
}
.nav-link-white.active,
.nav-link-black.active {
  text-shadow: 3px 3px 25px #ffffff;
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-link-box {
  text-shadow: 3px 3px 25px #ffffff;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.nav-link-box.active {
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 992px) {
  .nav-link-box {
    color: black;
    border-color: rgba(0, 0, 0, 0.2);
  }
  .nav-link-box.active {
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 992px) {
  .nav-link-white {
    color: white !important;
  }
  .nav-link-black {
    color: white !important;
  }
  .topnav-white {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 10000;
    background-color: rgba(255, 255, 255, 0);
  }
  .topnav-black {
    background-color: #00b1ad;
  }
}
.bg-primary {
  background-color: #2777a0 !important;
}
.btn-primary {
  background-color: #2777a0 !important;
  border-color: #22688b !important;
  color: white !important;
}
.bg-primary-dark {
  background-color: #22688b !important;
}
.bg-secondary {
  background-color: rgba(170, 170, 170, 0.5) !important;
}
/*.topnav{*/
/*	background-color: #0075ad!important;*/
/*}*/
/*.topnav img {*/
/*	filter: invert(100);*/
/*}*/
.bg-1 {
  background: url('//ursrig.com/squelettes/img/mirrors.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.bg-2 {
  background-color: #007f4c !important;
}
.bg-3 {
  background-color: #004e7f !important;
}
.bg-4 {
  background-color: #00397f !important;
}
.bg-orange {
  background-color: #e58e20 !important;
}
.bg-red {
  background-color: #bd4b3d !important;
}
.bg-blue {
  background-color: #00669e !important;
}
.bg-teal {
  background-color: #2777a0 !important;
}
.bg-slight-teal {
  background-color: #e6f3f9;
}
.bg-ursrig-light {
  background-color: #edfaff;
}
.bg-ursrig-light-gradient {
  background: linear-gradient(#edfaff, #ffffff);
}
.bg-ursrig-light-2 {
  background-color: #e6f7ff;
}
.bg-slight-orange {
  background-color: #fdf6ee;
}
.bg-slight-red {
  background-color: #f8eae8;
}
.bg-slighter-red {
  background-color: #ffffff;
}
.bg-slight-bg {
  background-color: #e6f3f9;
}
.bg-slighter-bg {
  background-color: #ffffff;
}
.bg-medium-teal {
  background-color: rgba(0, 127, 127, 0.2);
}
.bg-purple {
  background-color: #8d406a !important;
}
.outline-ursrig {
  border-color: #2777a0;
  color: #2777a0;
}
.outline-ursrig-skill {
  border-color: #2777a0;
  color: #2777a0;
  pointer-events: none;
  border-radius: 30px;
}
.text-primary {
  color: #2777a0 !important;
}
.outline-ursrig-skill:hover {
  border-color: #2777a0;
  color: #2777a0;
  background-color: transparent;
}
.text-orange {
  color: #e58e20 !important;
}
.text-red {
  color: #bd4b3d !important;
}
.text-blue {
  color: #00669e !important;
}
.text-teal {
  color: #2777a0 !important;
}
.text-purple {
  color: #8d406a !important;
}
.text-white {
  color: white !important;
}
.opacity {
  opacity: 0.6;
}
a {
  color: #2777a0;
}
blockquote {
  border-left: 5px solid #2777a0;
  padding-left: .75em;
  padding: .75em;
  background-color: rgba(0, 0, 0, 0.05);
}
.share_icon {
  opacity: 0.5;
  text-decoration: none !important;
}
.link-noline,
.link-noline a {
  text-decoration: none !important;
}
.share_icon:hover {
  opacity: 1;
}
.highlight-links a {
  dis_font-weight: bold;
  text-decoration: underline;
}
.img-logo {
  width: 13em;
}
.logo-slogan {
  font-size: 2.4em;
  font-weight: 100;
  color: black;
  padding-left: 1em;
}
.btn-teal {
  background-color: #2777a0;
  border: 1px solid #22688b;
}
.timeline {
  background-size: contain;
  height: auto !important;
  background-repeat: no-repeat;
  z-index: 40;
}
.timeline::before {
  display: block;
  content: "";
  border-left: 1px solid #2777a0;
  height: 100%;
  margin: 0 50%;
  transform: translateX(-50%);
  z-index: 20;
}
.text-fit {
  font-size: 25.5vw !important;
}
.card-tag {
  color: white;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: small;
  padding: 0.3em 0.6em;
}
.noline {
  text-decoration: none !important;
}
.noline-hover:hover {
  text-decoration: none !important;
}
.text-shadow {
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.text-underline {
  text-decoration: underline !important;
}
.crayon-html,
.spip-admin-float {
  z-index: 9999999999999 !important;
}
.mobile_menu {
  background-color: white;
  top: 0px;
  position: fixed;
  left: 0px;
  width: 100%;
}
.mobile_menu .container {
  height: 20%;
}
.mobile_menu .close_button {
  font-size: 2.5em;
  margin-top: -0.5em;
  font-weight: 300;
  opacity: 0.8;
}
.card {
  border-radius: 16px;
  box-shadow: 3px 3px 15px 0px rgba(0, 0, 0, 0.2);
  transition: all 0.25s ease-in-out;
}
.card-header:first-child {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.card-text {
  font-weight: 300;
}
.co_search {
  width: 100%;
}
.btn-cosearch {
  margin-left: 6px;
  border-radius: 0px;
  color: #2777a0;
  font-weight: 800;
  background-color: #fff;
  border-color: #fff;
}
#recherche {
  border-radius: 0px;
  color: #2777a0;
  border: none;
  /*	border: 1px solid @primary_bg;*/
}
#recherche:focus,
#recherche:focus-within {
  -webkit-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 1px 3px 1px rgba(0, 0, 0, 0.5);
}
/* TAG NAvigation */
.tagsnav .btn-tag {
  opacity: .7;
}
.taglead,
.btn-tags {
  display: inline-block;
  padding: .25rem .5rem;
  font-size: .9rem;
  line-height: 1.5;
  border-radius: .2rem;
  font-weight: 300;
}
a.btn-tags {
  text-decoration: underline;
  text-decoration-color: #2777a0;
}
a.btn-tags:hover {
  color: #2777a0;
  text-decoration: underline;
}
.btn-tags.active {
  font-weight: 500;
}
/*WALL*/
.btn-article {
  text-decoration: none !important;
  color: #fff;
  background-color: #2777a0;
  border: none;
  border-radius: 0px;
  font-weight: 600;
  opacity: .7;
  transition: all 0.25s ease-in-out;
}
.btn-article:hover {
  opacity: 1;
  color: #fff;
}
.noselectiontext {
  font-size: 25px;
  color: #2777a0;
}
.someshadow {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
}
.alotofshadow {
  -webkit-box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
  box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
}
.someandalotofshadow {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-in-out;
}
.someandalotofshadow:hover {
  -webkit-box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
  box-shadow: 1px 1px 17px 1px rgba(0, 0, 0, 0.51);
}
.someandsomemoreshadow {
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-in-out;
}
.someandsomemoreshadow:hover {
  -webkit-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.51);
  -moz-box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.51);
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.51);
}
.themennav .navbar-nav {
  width: 100%;
  font-weight: 600;
}
.themennav .text-bold {
  font-weight: 800;
}
.themennav .sub-item {
  background-color: #ffffff;
}
.nav-item-subrub {
  opacity: 0.4;
  font-weight: normal;
  text-decoration: none;
  padding: 4.8px;
}
.nav-link {
  display: block;
  padding: .3rem 1rem!important;
}
.sub-item .nav-link {
  padding: .2rem 1rem;
}
.reverserman {
  background-color: #2777a0 !important;
}
.reverserman a {
  color: #fff;
}
.reverserman .subul a {
  color: #2777a0;
}
.bg-slighter-bg .hidden {
  display: block;
}
/*Resposive quickfix */
.title-accordion {
  color: #2777a0 !important;
  font-weight: bold;
}
.biz-border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.caption-content p {
  padding: 0px 20px 0px 20px;
}
/*	TIMELINE
/*===================================================================================*/
.exper {
  padding: 4em 0em;
  background: #F2F5F4;
}
.timeline-label h4 {
  margin-top: 0;
  font-size: 1.9em;
  color: #55C1E5;
  padding: 1em 0em;
  font-weight: 600;
}
.timeline-label p {
  font-size: 1.09em;
  color: #555;
  padding: 0.5em 0em;
  line-height: 1.7em;
}
.timeline-label {
  padding: 6em 0em;
}
.timeline .experience {
  position: relative;
  float: left;
  margin-left: 2em;
  padding-left: 4em;
  border-left: 2px solid #ccc;
}
.timeline .experience-last {
  border-left: 0px solid #ccc;
}
.timeline .experience-info h5 {
  margin-top: 0;
  margin-bottom: 0.333em;
  font-size: 1.1em;
  color: #2C2C2C;
  font-weight: 600;
}
.timeline .experience-info .role {
  font-size: 0.9em;
  color: #323232;
}
.timeline .experience-info p {
  font-size: 0.9em;
  color: #555;
  font-weight: 300;
  line-height: 1.7em;
}
.timeline time {
  display: block;
  width: 4.111em;
  color: #ccc;
  text-align: center;
  font-weight: 700;
}
.timeline .experience-img,
.timeline .experience-info,
.timeline .experience-info h5,
.timeline .experience-info .role,
.timeline .experience-info p {
  clear: none;
}
.timeline .experience .circle {
  position: absolute;
  top: 0em;
  left: -11px;
  display: block;
  width: 20px;
  height: 20px;
  border: 3px solid #ccc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #F5F5F5;
}
.timeline .experience-last .circle {
  top: 0em;
}
.timeline .experience-img {
  float: left;
  width: 6em;
  height: 6em;
}
.timeline .experience-img img {
  width: 100%;
}
.timeline .experience-info {
  margin-left: 7.444em;
}
@media (max-width: 992px) {
  .timeline .experience-info {
    margin-left: 0;
  }
}
.row-content2 {
  padding: 6% 8%;
}
.column.six,
.column.half,
.column.threesixths,
.column.twofourths {
  width: 40%;
}
.column {
  margin-left: 0;
  margin-right: 3.8%;
}
.column {
  clear: none;
  float: left;
  min-height: 1px;
}
.column.six,
.column.half,
.column.threesixths,
.column.twofourths {
  width: 48%;
}
.column.last,
.column.reset {
  margin-right: 0 !important;
}
.column {
  margin-left: 0;
  margin-right: 3.8%;
}
.experience-info p {
  margin-top: 0.67em;
  margin-bottom: 1.34em;
}
.brows_button_4 {
  margin: 3em 0em;
}
.title-box {
  width: max-content;
  padding: 10px 30px;
  color: white;
  font-size: 36px;
  margin-top: -45px;
  margin-bottom: 20px;
  max-width: 100%;
}
.title-box-white {
  background-color: white;
  color: black;
}
@media (max-width: 992px) {
  .hidden-on-mobile {
    display: none;
  }
}
@media (min-width: 992px) {
  .visible-on-mobile {
    display: none;
  }
}
.ursrig-button {
  overflow: hidden;
  padding: 12px 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 220ms ease-in-out;
  transition: all 220ms ease-in-out;
  text-align: center;
  white-space: nowrap;
  text-decoration: none !important;
  color: #fff;
  border: none;
  border-radius: 0px;
  font-size: 19px;
  font-weight: 100;
  line-height: 1.3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 160px;
  flex: 0 0 160px;
  box-shadow: 2px 5px 10px rgba(22, 22, 22, 0.1);
  position: relative;
}
.ursrig-button-primary,
.ursrig-button-teal {
  color: #FFFFFF !important;
  background: #2777a0;
  font-weight: 100 !important;
}
.ursrig-button-primary .button-separator {
  border-right: 1px solid white;
}
.ursrig-button-primary .button-separator {
  border-right: 1px solid white;
}
.ursrig-button-orange {
  color: #FFFFFF !important;
  background: #e58e20;
  font-weight: 100 !important;
}
.ursrig-button-orange:hover {
  background: #e1891a;
}
.ursrig-button-red {
  color: #FFFFFF !important;
  background: #bd4b3d;
  font-weight: 100 !important;
}
.ursrig-button-red:hover {
  background: #aa4337;
}
.ursrig-button-blue {
  color: #FFFFFF !important;
  background: #00669e;
  font-weight: 100 !important;
}
.ursrig-button-blue:hover {
  background: #005685;
}
.ursrig-button-purple {
  color: #FFFFFF !important;
  background: #8d406a;
  font-weight: 100 !important;
}
.ursrig-button-purple:hover {
  background: #7b385d;
}
.ursrig-button-active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ursrig-button-white {
  color: black !important;
  background: white;
  font-weight: 100 !important;
}
.ursrig-button-white:hover {
  background: #f2f2f2;
}
.ursrig-button-sm {
  margin: 0 !important;
  padding: 7px 13px !important;
  font-size: 13px !important;
}
.ursrig-button-large {
  margin: 0 !important;
  padding: 14px 20px !important;
  font-size: 22px !important;
}
.ursrig-button:hover {
  color: #fff;
  box-shadow: 2px 5px 20px rgba(22, 22, 22, 0.3);
}
.ursrig-button-primary:hover {
  background: #22688b;
}
.ursrig-button-arrow {
  padding-right: 50px;
}
.ursrig-button-arrow:after {
  -webkit-transition: all 220ms ease-out;
  transition: all 220ms ease-out;
  content: "";
  display: flex;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  background-image: url("/squelettes/img/arrow-link.png");
  background-size: cover;
  width: 36px;
  height: 30px;
  margin: 10px;
  filter: invert(100%);
}
.ursrig-button-white.ursrig-button-arrow:after {
  filter: invert(0%);
}
.ursrig-button-arrow:hover:after {
  margin-right: 13px;
}
.ursrig-button-arrow-rotate-down:hover:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 28px;
  height: 22px;
  margin-right: 7px;
}
.ursrig-button-primary-line {
  color: #2777a0;
  background-color: white;
  border: 1px solid #2777a0;
}
.ursrig-button-light {
  color: black;
  background-color: white;
  border: 1px solid rgba(22, 22, 22, 0.2);
  font-weight: normal;
}
.ursrig-button-light.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.ursrig-button-light:hover {
  color: black;
}
.ursrig-button-light.ursrig-button-arrow:after {
  filter: invert(0%) !important;
  opacity: 0.6;
}
.ursrig-button-expand {
  width: 100% !important;
  margin: 0px !important;
  display: block;
}
.ursrig-round {
  border-radius: 40px;
  overflow: hidden;
}
@media (min-width: 1462px) {
  .ursrig-displacer-left {
    margin-left: -50px !important;
    margin-right: 50px !important;
  }
  .ursrig-displacer-right {
    margin-left: 50px !important;
    margin-right: -50px !important;
  }
}
.bg-picturesque {
  background-image: url("/squelettes/img/bg_picturesque.jpg");
  background-repeat: no-repeat, repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.bg-picturesque-overlay {
  background-color: white;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.text-picturesque {
  color: black;
}
.box-picturesque {
  background-color: white;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  padding: 30px;
}
@media (max-width: 1199px) {
  .box-picturesque {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    margin-right: 0px;
  }
}
.lead {
  font-weight: 400;
}
.pagination-page-fancy a {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  border-radius: 30px;
}
.pagination-page-fancy .active > .pagination-item-label {
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  border-radius: 30px;
  background-color: #2777a0;
  color: white;
}
.portfolio_fancy {
  margin-bottom: 100px;
  position: relative;
}
.portfolio_fancy_main {
  width: 100%;
}
.portfolio_fancy_main {
  border: 1px solid rgba(0, 0, 0, 0.2);
  aspect-ratio: 2.28571429;
  width: 100%;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 25px;
}
.portfolio_fancy_main_scroll {
  overflow-y: scroll;
  height: 100%;
}
.portfolio_fancy_textbox {
  /* background-color: white;  */
  /* border: 1px solid black; */
  /* padding: 30px; */
  /* border-radius: 50px; */
  width: 60%;
  padding-left: 50px;
  padding-top: 5px;
}
.portfolio_fancy_below {
  width: 100%;
  position: relative;
}
.portfolio_fancy_sub {
  /* background-color: black; */
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-top-width: 40px;
  border-bottom-width: 40px;
  border-top-color: #000000;
  border-bottom-color: #000000;
  aspect-ratio: 0.5625;
  width: 30%;
  border-radius: 40px;
  overflow: hidden;
  position: absolute;
  bottom: 0%;
  right: 5%;
  box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.2) !important;
}
.portfolio_fancy_sub_scroll {
  height: 100%;
  overflow-y: scroll;
}
.more_projects_boxes {
  border: 1px solid rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.spacer-fixed-top {
  height: 87px;
  background-color: #2777a0;
}
.anchor {
  margin-top: -150px;
  padding-bottom: 150px;
  height: 0px;
}
@media (max-width: 992px) {
  .portfolio_fancy_main {
    display: none;
  }
  .portfolio_fancy_textbox {
    padding-left: 0px;
    width: 100%;
  }
  .portfolio_fancy_sub {
    width: 100%;
    position: relative;
    right: 0%;
    margin-top: 40px;
  }
  .ursrig-round-resposive {
    border-radius: 20px;
  }
}
