/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

/*-----background color-----*/
.global-background-color-purple-light
{
  background: rgb(244, 244, 253) !important;
}
.global-background-color-purple
{
  background: rgb(60,60,78) !important;
}
.global-background-color-brown
{
  background: rgb(47, 46, 46);
}
.background-black
{
  background-color: rgba(47, 46, 46, 0.75);
}
.background-white-home
{
  border-radius: 7px;
  background-color: rgba(256, 256, 256, 0.28);
}
.background-wait-home
  {
  background-color: red;
  }


.background-white
{
  background-color: white;
}
/*-----end background color-----*/


/*-----bar-----*/
.bar-colored
{
  width: 35px;
  height: 12px;
  margin-bottom: 18px;
}
.reveal{
  position: relative;
  transform: translateY(-120px);
  opacity: 0;
  transition: 1s all ease;
}
.reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.bar-colored-header
{
  width: 51px;
  height: 12px;
  margin-bottom: 20px;
}
.bar-colored-link
{
  width: 80px;
  height: 10px;
  margin-bottom: 10px;
}
.font_link_1
{
  letter-spacing: 2.4px;
  font-size: 20px;
  font-family: 'Raleway', sans-serif;
  vertical-align: middle;
  font-weight: 600;
  text-transform: uppercase;
  opacity: .90;
}
.font_link_2
{
  letter-spacing: 2.4px;
  font-size: 18px;
  font-family: 'Raleway', sans-serif;
  vertical-align: middle;
  font-weight: 500;
  text-transform: uppercase;
  opacity: .90;
}

.font_link_1:hover,
.font_link_2:hover
{
  opacity: 1;
}

.link_light
  {
  color:inherit;
  text-decoration: underline;
  }

.font_link_1 .material-icons,
.font_link_2 .material-icons  
  {
  vertical-align: middle;
  font-size: 70px;
  }

/*-----end bar-----*/

/*-----elem color-----*/
.color-yellow
{
  background-color: rgb(250, 243, 117);
}
.color-red
{
  background-color: rgb(255, 64, 64);
}
.text-color-red
{
  color: rgb(255, 64, 64);
}
.color-green
{
  background-color: rgb(104, 176, 77);
}
.text-color-green
{
  color: rgb(81, 148, 57);
}
.color-dark-green
{
    background-color: rgb(74, 129, 54) !important;
}
.color-blue
{
  background-color: rgb(0, 138, 252);
}
.text-color-blue
{
  color: rgb(0, 138, 252);
}
.color-button
{
  background-color: rgb(75, 86, 186); 
}
.color-button:hover
{
  background-color: rgb(60,60,78);; 
}
.color-elem-blue
{
  color: rgb(75, 86, 186); 
}
.color-elem-darkblue
{
  color: rgb(2, 8, 63); 
}
/*-----end elem color-----*/

/*-----space-----*/
.pt-100
{
  padding-top: 100px;
}
.pt-20
{
  padding-top: 20px;
}
.mt-20
{
  margin-top: 20px;
}
.mb-20
{
  margin-bottom: 20px;
}
.mb-40
{
  margin-bottom: 40px;
}
.row
{
  margin:0 !important;
}
.w-100
{
  width: 100% !important;
}
.w-90
{
  width: 90% !important;
}
.w-80
{
  width: 80% !important;
}

.w-75
{
  width: 75% !important;
}
.w-50
{
  width: 50% !important;
}
.h-100
{
  height: 100% !important;
}
.h-50
{
  height: 50% !important;
}
.d-block
{
  display: block !important;
}
.d-flex
{
  display: flex !important;
}
.flex-column
{
    flex-direction: column;
}
.justify-content-center
{
  justify-content: center !important
}
.justify-content-end
{
  justify-content: end !important
}
.justify-content-between
{
    justify-content: space-between !important;
}
.align-items-center
{
  align-items: center !important
}
.text-align-center
{
  text-align: center;
}
.text-align-justify
{
  text-align: justify;
}
.text-align-left
{
  text-align: left;
}
.text-align-right
{
  text-align: right;
}

/*-----end space-----*/

/*-----header-----*/
.header-nav-bar
{
  height: 45px;
  position: fixed;
  width: 100%;
  background: #0005;
  z-index: 4;
  display: flex;
  place-items: center;
  transition: all 0.4s ease-in;
  top: 0;
}
.header-nav-bar .active
{
  background: aqua;
}
nav .nav-wrapper
{
  flex-grow: 1;
}

nav .brand-logo
{
    height: 35px;
    display: flex !important;
    position: relative !important;
}

.descriptif li {
list-style-type: disc !important;
margin-left: 36px;
}
/*-----end header-----*/

/*-----section-----*/
.section-bloc
{
  position: relative;
}
.section-padding
{
  padding-top: 10vh;
}
.section-head-margin
{
  margin: 25px 0 5px;
}
.section-description-padding
{
  margin-top: 4vh;
  padding-bottom: 4vh;
}
.section-illustration
{
  margin-bottom: 55px;
}
.section-illustration.illustration-background
{
  background-size: cover;
  background-position: top;
}
.section-illustration .description
{
  margin: 100px 0px 70px;
  padding: 0px 0px 0px 70px;
}
/*-----end section-----*/

/*-----end blog-----*/

.img-projet
{
  transition: transform .2s;
}
.img-projet:hover 
{
    transform: scale(1.04); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.projet-demonstration
{
    position: relative;
    display: flex;
    place-content: center;
}
.projet-demonstration-title
{
    background-color: #000b;
    color: white;
    position: absolute;
    bottom: 11px;
    width: 95%;
    height: 30%;
    display: flex;
    align-items: top;
    padding-top: 4%;
    place-content: center;
    visibility: hidden;
    opacity:0;
    transition:visibility 0.5s linear,opacity 0.5s linear;

    line-height: 1.3em;
    letter-spacing: 2.4px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;

}
.projet-demonstration:hover  .projet-demonstration-title
{
    opacity:1;
    visibility: visible;
}
/*-----end blog-----*/

/*------font-------*/
.white-text 
{
  color: #FFFFFF !important;
}
.black-text 
{
  color: rgb(27, 27, 30) !important;
}
.bold
{
  font-weight: 700;
}
.underline
{
  border-bottom: 1px dotted white;
  padding: 0px 10px;
}
.font_1
{
  line-height: 0.9em;
  letter-spacing: 2.4px;
  font-size: 80px;
  font-family: 'Raleway', sans-serif;
}
.font_2
{
  line-height: 1.6em;
  letter-spacing: 2.4px;
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
}
.font_3
{
  padding: 100px 0 30px;
  line-height: 1.6em;
  letter-spacing: 2.4px;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
}
.font_4
{
  letter-spacing: 2.4px;
  font-size: 35px;
  font-family: 'poppins' ,sans-serif;
}
.font_5
{
  line-height: 1.5em; 
  font-size:20px;
  font-family: 'Raleway', sans-serif;
}
.font_6
{
  line-height: 1.2em;
  letter-spacing: 2.4px;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  margin: unset;
  font-weight: 500;
}
.font_7
{
  line-height:1.6em; 
  font-size:19px;
  font-family: 'Raleway', sans-serif;
}
.font_8
{
  line-height: 0.9em;
  letter-spacing: 2.4px;
  font-size: 50px;
  font-family: 'Raleway', sans-serif;
}

.font_9
{
  line-height: 1.0em;
  letter-spacing: 2.4px;
  font-size: 40px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
}
.font_10
{
  line-height: 1.2em;
  letter-spacing: 2.4px;
  font-size: 15px;
  font-family: 'Raleway', sans-serif;
}

.upper
  {
  text-transform: uppercase;
  }


.upper_6
  {
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;  
  }


.home-firstpage-anim-container
{
  overflow:visible; 
  align-content:space-around;
}

.home-firstpage-TSG-info-container
{
  position:absolute;
  top:47px;display: flex; 
  flex-direction: row; 
  justify-content: space-evenly;
}

.font_TSG
{
  line-height: 1.2em;
  /* letter-spacing: 2.4px; */
  font-size: 20px;
  /* font-family: 'Raleway', sans-serif; */
  /* text-shadow: 1px 1px 0px #fff; */
  color: #222;
}


.ts-title-container
{
    height: 576px;
    padding: 20px 0 5% 0;      
}

.ts-title-container .ts-title-main
{
    margin: 0;
    margin-top: calc(10% + 45px);   /* Navbar */
    padding-top: 10%;
    padding-bottom: 10%;
    padding-left: 5%;
    padding-right: 5%;
    /* font-size: 3.5vw !important; */
    font-size: 45px !important;
    text-align: center;
    transition: all 0.75s ease-in;
}


.ts-title-container .ts-title-main.small
  {
    font-size: 20px !important;
    padding-bottom: 0%;
    transition: all 0.5s ease-in;
  }

.ts-contact-head
{
  font-size: 20px;
  /* font-size: 3.5vw !important; */
  text-align: center;
  transition: all 0.75s ease-in;
  padding-top: 0%;
  padding-bottom: 0%;
  padding-left: 2%;
  padding-right: 2%;
  overflow: visible;
}
.ts-contact-head.big
{
  font-size: min(5.5vw, 45px);
  padding-top: 0%;
  padding-bottom: 0%;
  text-transform: uppercase;
  transition: all 0.5s ease-in;
}

.ts-title-container .ts-title-sub1
{
    height: 25%; /* 15%; 30%; */
    padding: 0;
    margin: 0;
}
.ts-title-container .ts-title-sub2
{
    height: 20%;
    vertical-align: bottom;
    padding: 0;
    margin: 0;
}

.ts-main-home-bloc-container
{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ts-main-home-bloc
{
  position: relative;
  margin: 12px;
  color : white; 
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.75);   
}


.bloc-row-mini-1
{
  bottom: clamp(280px, 25vw, 400px);
  z-index: 0;
}
.bloc-row-mini-2
{
  bottom:clamp(420px, 30vw, 600px); 
  z-index: 0;
}

.ts-main-home-bloc.z-top
{
  height: clamp(110px, 11vw, 150px);          /* Obligation de tronconner en deux top/bottom : z-idx -1 au top, pour que les bulles passent devant, et bot z-idx>0 pour que les liens marchent */
  width : clamp(160px, 19vw, 300px);          /* la somme dot faire clamp(225px, 19vw, 300px) */
  margin-bottom: 0;
}


.ts-main-home-bloc.z-bot
{
  margin-top: 0;
  height: clamp(75px, 6vw, 90px);          /* Obligation de tronconner en deux top/bottom : z-idx -1 au top, pour que les bulles passent devant, et bot z-idx>0 pour que les liens marchent */
  width : clamp(160px, 19vw, 300px);          /* la somme dot faire clamp(225px, 19vw, 300px) */
}


.ts-main-home-bloc .bloc-tittle
{
  font-size: clamp(17px, 1.8vw, 30px);
  font-weight: 600;
  text-align: center;
  padding: 10px;
  padding-bottom: 0;
  line-height: 1;
}

.ts-main-home-bloc .bloc-sub-container
{
  position: absolute;
  bottom: 0px;
  
}


.ts-main-home-bloc .bloc-sub
{
  font-size: clamp(12px, 1.05vw, 17px);
  list-style-type: none;
  padding-left: 5px;
  margin: 0;
}

.ts-main-home-bloc.techno-proj .bloc-sub 
{
  padding-left: 0;
}

.ts-main-home-bloc-container a
{
  color: white;
  text-decoration: underline;
  display: block;
  text-decoration-color: #434141;
}

.ts-main-home-bloc-container:hover a
{
  text-decoration-color: inherit;
}


.ts-main-home-bloc .bloc-sub .bloc-sub2
{
  font-size: clamp(9px, 0.7vw, 14px);;
}

.bloc-bubble-header
  {
  position: absolute; 
  /* top: 52px; 
  left: -10px;  */

  /* width: 100px; 
  height: 100px; */

  top   :17%;
  left  :-4%;
  height: 33%;
  width : 33%;
  }

  .bloc-bubble-inner
  {
  width: 40%;
  user-select: none;
  aspect-ratio: 1;
  display: inline-block;
  }

.ul_1
  {
    list-style-position: outside;
  }
.ul_1 li
  {
    list-style-type: square !important;
    padding-bottom: 10px;
  }


.button-link
  {
  height: auto;
  line-height: 1.5;
  }

/*------end font-------*/

/*-----footer-----*/
.footer-mention
{
  margin-bottom: 5px;
}
.footer-link
{
  display: flex;
  flex-flow: column wrap;
  align-content: flex-end;
}
/*-----end footer-----*/

/*-----image-----*/
.image-contact
{
  background-size: cover;
  background-position: right;
}
/*-----end image-----*/
.nav
{
  line-height: unset !important;
}
.client-row
{
  min-height: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.d-contact
{
  display: flex;
}
nav, nav .nav-wrapper i, nav a.sidenav-trigger, nav a.sidenav-trigger i
{
  line-height: 45px !important;
}

.desktop-version
{
  display : block;
}
.mobile-version
{
  display : none;
}

/*- mobilite -*/
.mobilite-title
{
  /*z-index: -1;
  height: 100px;
  opacity: 0;
  left: -100%;
  /*transition:left 0.5s linear,opacity 0.5s linear;*/
  background-size: 200% ;
  background-image: linear-gradient(to left, #38a67733 50%, white 50%);

  transition: background-position 0.25s;
  background-position: 0%
}
.mobilite-description
{
  visibility: none;
  opacity: 0;
  transition:visibility 0.5s linear,opacity 0.5s linear;
  height: 0;
  display: block;
  overflow: hidden;
}
.show
{
  height: auto;
  visibility: visible;
  opacity: 1;
  
}
.selected
{
  /*background-color: #38a67733;
  /*opacity : 1;
  left: 0px;*/
  background-position: -100%
}

.input-field>label
{
    color: #747474 !important;
}

.selected .font_6
{
  /* font-weight: 600 !important;
  font-size: 18px !important; */
}
/*.methodologie
{
  opacity: 1;
  left:0;
  right: 0;
  transition:left 1s linear,opacity 0.5s linear;
}
.move-left-methodologie
{
  opacity : 0;
  left: 100%;
}
.move-right-methodologie
{
  opacity : 0;
  left: -100%;
}*/


/*- end mobilite -*/

/*- methodologie -*/
/*.methodologie-section
{
  z-index: -1;
  height: 100px;
  opacity: 0;
  left: -100%;
  transition:left 0.5s linear,opacity 0.5s linear;
}

.methodologie-show-detail
{
  z-index: -1;
  height: 100px;
  opacity: 0;
  left: -100%;
  transition:left 0.5s linear,opacity 0.5s linear;
}
/*- end methodologie -*/

.large-menu .li-nav
  {
    font-size: 13px;
  }

.li-nav-sub
{
  font-size: 6px;
}

@media only screen and (max-width: 1350px)
{
 .projet-demonstration-title
  {
    font-size: 11px;
  }


}

/*-----specification according screen-----*/
@media only screen and (max-width: 993px)
{

.ts-main-home-bloc.z-top
{
  height: clamp(100px, 11vw, 200px);          /* Obligation de tronconner en deux top/bottom : z-idx -1 au top, pour que les bulles passent devant, et bot z-idx>0 pour que les liens marchent */
  width : clamp(200px, 24vw, 300px);          /* la somme dot faire clamp(225px, 19vw, 300px) */
}

.ts-main-home-bloc.z-bot
{
  height: clamp(73px, 6vw, 100px);          /* Obligation de tronconner en deux top/bottom : z-idx -1 au top, pour que les bulles passent devant, et bot z-idx>0 pour que les liens marchent */
  width : clamp(200px, 24vw, 300px);          /* la somme dot faire clamp(225px, 19vw, 300px) */
}
.ts-main-home-bloc.z-bot.techno-proj
{
  height: clamp(78px, 6vw, 100px);          /* Obligation de tronconner en deux top/bottom : z-idx -1 au top, pour que les bulles passent devant, et bot z-idx>0 pour que les liens marchent */
}

 

 
  .section-illustration .description
  {
    margin: 60px 0px 30px;
    padding-left: 30px;
  }
  .d-contact
  {
    display: block;
  }
  .image-contact
  {
    margin-top: 15px;
    height: 650px;
  }
  .client-row
  {
   min-height: 130px;
  }

  .desktop-version
  {
    display : none;
  }
  .mobile-version
  {
    display : block;
  }
  .w-75-mobile
  {
  width: 75% !important;  
  }
  .w-100-mobile
  {
  width: 100% !important;  
  }


  .font_link_1
  {
    font-size: 15px;
  }
  .font_link_2
  {
    font-size: 14px;
  }

.font_link_1 .material-icons,
.font_link_2 .material-icons  
  {
  font-size: 50px;
  }


  /*font*/
  .font_1
  {
    line-height: 0.9em;
    letter-spacing: 2.4px;
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
  }
  .font_2
  {
    line-height: 1.6em;
    letter-spacing: 2.4px;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
  }
  .font_3
  {
    padding: 80px 0 30px;
    line-height: 1.6em;
    letter-spacing: 2.4px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
  }

.ts-title-container
{
    padding: 100px 0 5% 0;      
}


.ts-title-container .ts-title-main
  {
    margin-top: calc(10% + 45px);   /* Navbar */
    padding: 10%;
    /* font-size: 3.5vw !important; */
    font-size: 30px !important;
    text-align: center;
  }
}


@media only screen and (max-width: 915px) /* (max-width: 1150px) */
{


 .li-nav
  {
    font-size: 11px;
  }

 .large-menu .li-nav
  {
    font-size: 10px;
  }

  /*font*/
  .font_1
  {
    line-height: 0.9em;
    letter-spacing: 2.4px;
    font-size: 60px;
    font-family: 'Raleway', sans-serif;
  }


  
.font_2
  {
    line-height: 1.6em;
    letter-spacing: 2.4px;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
  }
  .font_3
  {
    padding: 80px 0 30px;
    line-height: 1.6em;
    letter-spacing: 2.4px;
    font-size: 15px;
    font-family: 'Raleway', sans-serif;
  }

}




@media only screen and (max-width: 601px) 
{


.ts-main-home-bloc.z-top
{
  height: clamp(100px, 11vw, 200px);          /* Obligation de tronconner en deux top/bottom : z-idx -1 au top, pour que les bulles passent devant, et bot z-idx>0 pour que les liens marchent */
  width : clamp(170px, 19vw, 300px);          /* la somme dot faire clamp(225px, 19vw, 300px) */
}

.ts-main-home-bloc.z-bot
{
  height: clamp(75px, 6vw, 100px);          /* Obligation de tronconner en deux top/bottom : z-idx -1 au top, pour que les bulles passent devant, et bot z-idx>0 pour que les liens marchent */
  width : clamp(170px, 19vw, 300px);          /* la somme dot faire clamp(225px, 19vw, 300px) */
}

.ts-title-container
{
    padding: 40px 0 5% 0;      
}


.ts-title-container .ts-title-main
  {
    margin-top: calc(10% + 45px);   /* Navbar */
    padding: 10%;
    /* font-size: 3.5vw !important; */
    font-size: 25px !important;
    text-align: center;
  }


  
.font_TSG
{
  line-height: 1.2em;
  /* letter-spacing: 2.4px; */
  font-size: 15px;
  /* font-family: 'Raleway', sans-serif; */
  padding: 3px;
  margin:10px; 
  margin-bottom: 15px;
}


    .ts-title-container
    {
        height: 80%;
    }
  
  .projet-demonstration-title
  {
    opacity:1;
    visibility: visible;

    font-size: 15px;
  }

  nav .sidenav-trigger 
  {
    height: 45px;
  }
  nav .sidenav-trigger i
  {
    height: 45px;
  }

#logo-container img {
    /* margin-top: 5px; */
    height: 35px;
    width: 216.56px;
}

/*font*/
  .font_1
  {
    line-height: 0.9em;
    letter-spacing: 2.4px;
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
  }
  .font_2
  {
    line-height: 1.6em;
    letter-spacing: 2.4px;
    font-size: 25px;
    font-family: 'Raleway', sans-serif;
  }
  .font_3
  {
    padding: 80px 0 30px;
    line-height: 1.6em;
    letter-spacing: 2.4px;
    font-size: 13px;
    font-family: 'Raleway', sans-serif;
  }
  .font_4
  {
    letter-spacing: 2.4px;
    font-size: 40px;
    font-family: 'poppins' ,sans-serif;
  }
  .font_5
  {
    line-height: 1.5em; 
    font-size:14px;
    font-family: 'Raleway', sans-serif;
  }
  .font_6
  {
    line-height: 1.3em;
    letter-spacing: 2.4px;
    font-size: 14px;
    font-family: 'Raleway', sans-serif;
  }
  .font_7
  {
    line-height:1.6em; 
    font-size:14px;
    font-family: 'Raleway', sans-serif;
  }

  
  .img-methodologie-decorate
  {
    display: flex;
    margin: auto;
    float: none;
    width: 100%;
  }
  .section-illustration .description
  {
    margin: 30px 0px 20px;
    padding-left: 15px;
  }

  /*-----footer-----*/
  .footer-link
  {
    align-content: flex-start;
  }

  .desktop-version
  {
    display : none;
  }
  .mobile-version
  {
    display : block;
  }
}

.prlxbx-rect
    {
    border-radius: 30px;
    background: transparent;
    will-change: opacity, transform;
    }

/* MF 2025-04-02 : base rules to avoid layout shifts when Materialize CSS is loaded asynchronously */
body
{
    margin: 0;
}

html
{    
    line-height: 1.5;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.sidenav
{
    margin: 0;
    transform: translateX(-105%);
}

h1
{
    line-height: 110%;
}

header
{
    height: 0px;
}

.row .col
{
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 .75rem;
    min-height: 1px;
}

.modal
{
    display: none;
}
@media only screen and (max-width: 601px) {
    nav .brand-logo
    {
        position: absolute !important;
    }
}
@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px;
    }
}
@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}
.row::after
{
    content: "";
    display: table;
    clear: both;
}
.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s10
{
    width: 83.3333333333%;
    margin-left: auto;
}
.row .col.offset-s1
{
    margin-left: 8.3333333333%;
}
@media only screen and (min-width: 601px) {
    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
@media only screen and (min-width: 993px) {
    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
@media only screen and (min-width: 993px) {
    .row .col.offset-l2 {
        margin-left: 16.6666666667%;
    }
}
@media only screen and (min-width: 993px) {
    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
@media only screen and (min-width: 993px) {
    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
@media only screen and (min-width: 993px) {
    .row .col.offset-l3 {
        margin-left: 25%;
    }
}
@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
ul:not(.browser-default)>li {
    list-style-type: none;
}
nav ul li {
    float: left;
    padding: 0;
}