/*!
 * Start Bootstrap - Agency v5.0.2 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2018 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */


body {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5;
  font-family: 'Roboto', sans-serif;

}






a{
  color: #007bff;  
  text-decoration: none;
    
}
/*
.mobile-menu a {
    
    color: #fff;
    font-weight: 400;
}
    */

.bg-iconnav {
  background: #fd7e14;
  /* Old browsers */
  background: -moz-linear-gradient(top, #fd7e14 0%, #fd7e14  100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fd7e14 0%, #fd7e14  100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fd7e14 0%, #fd7e14  100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd7e14', endColorstr='#e6366c', GradientType=0);
  /* IE6-9 */
  border-radius: 0;
  padding: 5px;
}


.steel {
    color: #6082a0;
}

.bg-steel {
    
    background-color: #6082a0;
}

.text-steel {
    color: #6082a0;
}

.vidbanner{
   width:100%;
  
    overflow:hidden;
    
    }

.vidbanner img,.vidbanner video{
    width:100%;height:100%;
    -o-object-fit:cover;
    object-fit:cover}


.navbar-light .navbar-toggler-icon {
 
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.bg-orange {
    
    background-color: var(--bs-orange);
}

.moveup {

  position: relative;
  top:-150px;
  margin-bottom: -120px;
  

}

.bg-lightorange {
    
     background-color: #feedd5;
}

.bg-lightblue {
    
    background-color: #e6eef1;
}

.btn-orange{
    color: #fff;
    background-color: var(--bs-orange);
}

.btn-greyblue{
    color: #fff;
    background-color:  #9dbcc8;
    border: 1px solid #9dbcc8;
}


.bg-greyblue {
    
    background-color: #9dbcc8; /*#95aabc;*/
}

.text-greyblue {
    
    color: #9dbcc8;
}

.link-greyblue {
  color: #9dbcc8;
}
.link-greyblue:hover, .link-greyblue:focus {
  color: #1a1e21;
}
.text-orange {
    
    color: var(--bs-orange);
}

.mt-n1 {
  margin-top: -2rem !important;
  z-index: 50;
}

.mb-n1 {
      margin-bottom: -2rem !important;
  z-index: 50;
}
    

.thin {
    font-weight: 100;
        
}


.panel {
    
    min-height: 250px;
    border-radius: 10px;
}


.display-1 {
  font-size: calc(1.625rem + 4.5vw);

  line-height: 1.2;
}

.btn-xl, .btn-group-xl > .btn {
  padding: .8rem 1.2rem;
  font-size: 2rem;
  
}


@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
      font-weight: 100;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
 
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
     font-weight: 100;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);

  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
      font-weight: 100;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
 
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
     font-weight: 100;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
 
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
     font-weight: 100;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);

  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
      font-weight: 100;
  }
}




.blog-post img {
    
      max-width: 100%;
  height: auto;
}


.lead {
 
  font-weight: 400;
}

/*
.bigdisplay {
    
    font-family: 'Playfair Display', serif;
    font-weight: 700;
}


.lead {
  font-size: 1.8rem;
  font-weight: 300;
}

h1 {
    
    
    font-family: 'Playfair Display', serif;
    font-weight: 700; 
}

    */

/*

.whitething .navbar-collapse {

  background-color: #fff;
  padding: 10px;
}
    
    */

@media (min-width: 1200px) {
 /* h1, .h1 {
    font-size: 3.5rem;
  }*/
}

@media (max-width: 991px) {
 /*   
#mainNav .navbar-brand img {
    width: 500px;
    transition: all 200ms linear;
   
}
     */


     .moveup {

      position: relative;
      top: 0px;
      margin-bottom: 5px;
      
    
    }
}

@media (min-width: 992px) {

 

.navbar-brand img {
    width: 120px;
  
}
.navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    font-weight: 400;
    font-family: roboto
  }


.whitething  {
    z-index: 1030;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
   
}

  .whitething .navbar-nav .nav-item .nav-link {
  color: #fff;
    z-index: 1030;
}



.lead {
  font-size: 1.6rem;
  font-weight: 400;
}

b,
strong {
  font-weight: 500;
}

 
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  color: #ff6a00;

}


.dropdown-menu    {
    width: 400px;
    z-index: 1085;
}

/*Off canvas start*/
@media (max-width: 991.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 80px; /* Height of navbar */
    bottom: 0;
    left: 100%;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    visibility: hidden;
    /*  background-color: var(--bs-orange);*/
    transition: transform .3s ease-in-out, visibility .3s ease-in-out;
  }
  .offcanvas-collapse.open {
    visibility: visible;
    transform: translateX(-100%);
  }
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: #6c757d;
}

.nav-underline .nav-link:hover {
  color: #007bff;
}

.nav-underline .active {
  font-weight: 500;
  color: #343a40;
}
/*Off canvas end*/

.surface

{
    z-index: 1800;
}

.dropdown-menu {
 position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color:#f7f6f6;

  background-clip: padding-box;
  border: 0px solid rgba(0, 0, 0, 0);
  border-radius: 0.25rem;
}

.menu-footer {
    
    font-size: 1rem;
    line-height:1.2;
    font-weight: 400;

  
}
.menu-footer li {
    display: inline;
    color: #fd7e14;
}

.menu-footer a {
      font-size: .8rem;
    color:#545454;
       font-weight: 400;
       float: left;
          
}


.menu-sidebar {
    
  font-size: 1.2rem;
  line-height:1.6;
  font-weight: 400;

}

.menu-sidebar li {
    
  border-bottom: slategrey 1px solid;
  padding-bottom: 4px;
 
  
}

.menu-sidebar a {
    
  color: slategrey;
}

.menu-sidebar a:hover {
    
  color: #007bff;
}

@media (min-width: 992px) {

    .whitething .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem;
        clear: both;
        font-weight: 400;
        color: #fff;
        text-align: inherit;
        text-decoration: none;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }


    .whitething .dropdown-menu {
        background: rgba(76, 75, 75, 0.3);
    }
}
@media (max-width: 991px) {

    .dropdown-menu {
       /*  background-color: var(--bs-orange);*/
    }
}

.noshow ol li  {
    list-style-type:none;

}
    

.readonly {
    
   border-width:0px;
border:none;
border-color: #fff;
}

#portfolio .portfolio-item {
  right: 0;
  margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
  position: relative;
  display: block;
 /* max-width: 400px;*/
  margin: 0 auto;
  cursor: pointer;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0;
  /*background: rgba(27, 117, 145, 0.9);*/
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  font-size: 20px;
  position: absolute;
  top: 15px;
  width: 100%;
  height: 20px;
  margin-top: -12px;
  text-align: left;
  color:grey;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}

#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  padding: 25px;
  text-align: center;
  background-color: #fff;
}

#portfolio .portfolio-item .portfolio-caption h4 {
  margin: 0;
  text-transform: none;
}

#portfolio .portfolio-item .portfolio-caption p {
  font-size: 16px;
  font-style: italic;
  margin: 0;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

#portfolio * {
  z-index: 2;
}

@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}

.portfolio-modal {
  padding-right: 0px !important;
}

.portfolio-modal .modal-dialog {
  margin: 1rem;
  max-width: 100vw;
}

.portfolio-modal .modal-content {
  padding: 10px 0; /*padding: 10px 0; */
  text-align: center;
}

.portfolio-modal .modal-content h2 {
  font-size: 3em;
  margin-bottom: 15px;
}

.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content p.item-intro {
  font-size: 16px;
  font-style: italic;
  margin: 20px 0 30px;
  font-family: 'Droid Serif', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.portfolio-modal .modal-content ul.list-inline {
  margin-top: 0;
  margin-bottom: 30px;
}

.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}

.portfolio-modal .modal-content button {
  cursor: pointer;
}

.portfolio-modal .close-modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background-color: transparent;
}

.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
  /* Safari and Chrome */
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #212529;
}

.portfolio-modal .close-modal .lr .rl {
  /* Safari and Chrome */
  z-index: 1052;
  width: 1px;
  height: 75px;
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  background-color: #212529;
}

.module h3 {

  /*font-size: calc(1.375rem + 1.1vw);*/
  font-weight: 200;
  line-height: 1.2;
  border-left: 8px solid #007bff;
  padding: 10px 0px 10px 15px;
  
      
}
.btn-steel {
  --bs-btn-color: #fff;
  --bs-btn-bg: #6082a0;
  --bs-btn-border-color: ##6082a0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0b5ed7;
  --bs-btn-hover-border-color: #0a58ca;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0a58ca;
  --bs-btn-active-border-color: #0a53be;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6082a0;
  --bs-btn-disabled-border-color: #6082a0;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}


.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  color: #fff;
  border-radius: .75rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}
.icon-link > .bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}
.icon-link:hover > .bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 { border-radius: .5rem; }
.rounded-5 { border-radius: 1rem; }

.text-shadow-1 { text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25); }
.text-shadow-2 { text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25); }
.text-shadow-3 { text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25); }

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}



.bg-darkblue {
    
    background-color: #54a2d3;
}


.text-darkblue {
    
    color: #54a2d3;
}

.bg-ssfblue {
    
    background-color: #2d3192;
}

.bg-ssfblue-subtle {
    
    background-color: #9294c6;
}





.text-ssfblue {
    
    color: #2d3192;
}

.ssfline {
    
    border-bottom: 2px solid #2d3192;
    margin: 5px;
    padding-bottom: 2px;
    
}


/*
.bg-light {
    
    background-color: #eff6f9 !important;;
}

    */

.product {
    
    background-image: url(/Media/SSF/images/boutique.jpg);
   background-size: 100%;
    background-repeat: no-repeat;
}


.form-field-element-enumeration ol li  {
    list-style-type:none;

}


.navbar-toggler-icon {
    background-color: #2d3192;
    border: 2px solid  #2d3192;


  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-toggler {
        background-color: #2d3192;
    border: 0px;

}

.big {
        background-image: url(/Media/SSF/images/shoebackred.png);
   background-size: 100%;
    background-repeat:no-repeat;
    background-position: center;
}

.primary label {
  width: 120px;
  
  
}
.primary input {
    
    margin-top: 5px;
    
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    
  
}


