/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

/* Note: The CSS files are loaded from assets/css/ folder. */
  
body {
  padding-top: 3rem;
  padding-bottom: 3rem;
  color:#000000;
  font-family: Avenir;
}

h2{
  font-family: Avenir;
  font-size: 3rem;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
#heroSlider .carousel-item {
  height: 40rem;
}
#heroSlider .carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}


#carouselInsta > .carousel-item > img {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  padding-top : 100%
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
  margin-bottom: 2rem;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

#mainNav {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #212529;
}

#mainNav .navbar-toggler {
  padding: 0.75rem;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #fed136;
  border: 0;
  font-weight: 450;
}

#mainNav .navbar-brand {
  color: #fed136;
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}

#mainNav .navbar-brand img {
  height: 1.5rem;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 0.95rem;
  color: #000;
  letter-spacing: 0.0625em;
  font-weight: 450;
  border-bottom: 2px solid #fff;
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  border-bottom: 2px solid #570C23;
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 1.5rem;
    /* top: 1rem; */
    right: 1.5rem;
    left: 1.5rem;
    /* border: none; */
    background-color: white;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #mainNav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #mainNav .navbar-brand img {
    height: 5rem;
    transition: height 0.3s ease-in-out;
  }
  #mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  #mainNav.navbar-shrink .navbar-brand svg, #mainNav.navbar-shrink .navbar-brand img {
    height: 1.5rem;
  }
  #mainNav .navbar-nav .nav-item {
    margin-right: 1.5rem;
  }
  #mainNav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
  .mobile{
    display: none;
  }
  
  .cta{
    padding: 2rem 3rem;
    color: #fff;
    font-weight: 450;
  }
}



body {
  padding : 1.5rem;
}

main {
  background: #ffffff;
  padding-top: 8vh !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 450;
}
.ps-section {
  padding: 1rem !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.ps-map-section {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.text-col {
  padding-right: 5rem;
  padding-left: 5rem;
}

footer {
  background: #570C23;
  padding-top: 5rem;
  padding-bottom: 5rem;
  color: #fff;
  font-size: 1rem;
  font-weight: 450;
  line-height: 1rem;
}


* { box-sizing:border-box }

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}


/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.text-infos {
  line-height: 1rem;
  font-size: 1.25rem;
  font-weight: 450;
}

#social-network {
  position: fixed;
  z-index: 9999;
  top: 50%;
}


@media (max-width:992px) {
  #ps_header_mobile_place_menus {
    margin-bottom: 0 !important;
  }
  #social-network {
    display: none;
  }
  body {
    padding : 0rem;
  }
  main {
    padding-top: 0vh !important;
  }
  section {
    padding: 0rem;
    margin-top: 0rem;
    margin-bottom: 0rem;
  }
  .ps-section {
    padding: 0 !important;
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .slider {
    max-width: 960px;
    padding: 0rem;
    margin-top: 0rem;
    margin-bottom: 5rem;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  #mainNav .navbar-brand img {
    height: 3.5rem;
  }

  #heroSlider .carousel-item {
    height: calc(100vh - 100px);
  }
  .navbar-menu-link {
    color: white;
    font-weight: 450;
  }

  .mainNavMobile {
    background:#fff !important;
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
  .mobile {
    display: block;
  }
  .large {
    display: none;
  }
  .slider {
    margin-bottom: 0rem;
  }
  .ps-map-section {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  
  .cta {
    padding: 1rem 2rem;
    color: #fff;
    font-weight: 450;
  }
  #heroSlider {
    margin: -10px !important;
 
  }
}


.social {
  width: 40px;
  background: #fff;
  padding: 5px;
  border-radius: 20px;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
          -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.square:before{
  content: "";
  display: block;
  padding-top: 100%;  /* initial ratio of 1:1*/
  padding-left: 20px;
  padding-right: 20px;
}

.square{
  padding-left: 20px;
  padding-right: 20px;
  background-size: cover;
}

.multi-item{
  max-width: 960px;
  padding: 0rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.bis{
  height: 100%;
}

.btn-floating {
  color: #570d22;
}
.vertical-center{
  position: absolute;
  z-index: 999;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

div.mon-menu-css ul {
    list-style-type: none;
    list-style: none;
    list-style-image: none;
}
div.mon-menu-css li {
    padding: 10px;
    display: inline;
}
ul.dispatch-menu li a {
  color: #fff !important;
  font-size: 1.7em;
  text-transform: uppercase;
}
ul.dispatch-menu li a:hover {
  border-bottom: 3px solid white;
  color: inherit;
  text-decoration: none;
}
ul.dispatch-menu li {
  margin: 20px;
}
ul.dispatch-menu {
  list-style: none;
  padding: 0;
}
.dispatch-menu-container{
margin: 100px 0;
}

.primary{
  background-color:#7790ac;
}

.header-bg-color{
  background:#ffffff;
}
.footer-bg-color{
  background:#7790ac;
}
.header-color{
  color:#000000;
}
.footer-color{
  color:#ffffff;
}
.main-bg-color{
  background:#ffffff;
}
.dark-bg-color{
  background:#ffffff;
}
.light-bg-color{
  background:#ffffff;
}
.text-dark{
  background:#ffffff;
}
.text-light{
  background:#ffffff;
}
@media (min-width: 992px) {
  #mainNav {
  border-top: 1.5rem solid #7790ac;
  background-color: #ffffff;
  }
}

li{
  list-style: none !important;
}
ul{
  padding: 0 !important;
}


.hided{
  padding: none !important;
  margin: 0 !important;
}

.ab-item{
  color: #fff !important;
}
