/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/
.choix-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #ffffffa8;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    backdrop-filter: blur(6px);
    z-index: 20;
}
.choix-container {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    flex-direction: row;
    gap: 30px;
    padding: 40px;
    background: #0b1944;
    border-radius: 10px;
    box-shadow: 0 0 16px 0px #00000061;
}
.choix-container > .head h1 {
    color: white;
    font-family: 'Lato';
    font-weight: 300;
    font-size: 23px;
    text-align: left;
}
.choix-container > .body {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    flex-direction: row;
}
.choix-container .picture img {
    max-width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: 85% 63%;
}
    .choix-container > .body  > div {
        flex: 1;
        position: relative;
        border-radius: 5px;
        overflow: hidden;
    }
    .choix-container > .body  > div:hover {
        box-shadow: 0px 0 0 4px #efbf19;
    }
.choix-container .picture img {
    max-width: 100%;
}
.choix-popup button {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-radius: 0;
    width: 100%;
    padding: 20px 15px;
    color: black;
}
body {
   font-size: 14px;
   font-family: Lato, "sans-serif";
}
p {
   font-size: 16px;
   font-family: Lato, "sans-serif";
   color: #a1b1bc;
   
}
/* Top Bar */
.top-bar {
    background-color: #efbf19;
    height: 60px;
}
.top-bar .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    padding-left: 185px;
}
.top-bar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.top-bar ul li{
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #023d5a;
}
 .top-bar ul li a {
    color: #023d5a;
 }
.top-bar ul li i {
    margin-right: 5px;
}
.top-bar ul li img {
    width: 30px;
    margin-right: 5px;
}

/* Header */
.header {
    background-color: #1a1c27;
    height: 90px;
}
.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    gap: 40px;
}
.header .title {
    color: #6ac6eb;
    font-family: 'Lato', sans-serif;
    font-size: 31px;
    text-transform: uppercase;
    margin: 0;   
    position: relative;
    padding-left: 5%;
}
.header .title:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #ffffff24;
    left: 7px;
}
.header a.logo {
    color: white !important;
    font-family: Lato, "sans-serif";
    text-transform: uppercase;
    text-decoration: none !important;
    font-weight: 900;
    font-size: 17px;
    letter-spacing: 1px;
}
/* Banner */
.banner {
    height: 650px;
    background-image: url('./img/entrepots-rawdon-banner.jpg');
    background-size: cover;
    background-position: center;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner.baron {
    background-image: url('./img/entrepot-baron-banniere.jpg');
}
.banner.carmick {
    background-image: url('./img/mini-entrepots-camrick-banner.jpg');
}
.banner.valmo {
    background-image: url('./img/entrepots-val-morin-banner.jpg');
}
.banner.stadele {
    background-image: url('./img/sainte-adele-banner.jpg');
}
.banner.rawdon {
    background-image: url('./img/entrepots-rawdon-banner.jpg');
}
.banner.varennes {
    background-image: url('./img/entrepots-varennes.jpg');
}
.banner.laprairie {
    background-image: url('./img/entrepot-acces-exterieur-la-prairie.jpg');
}
.banner.blainville {
    background-image: url('./img/blainville-entrepots.jpg');
} 
.banner.laval {
    background-image: url('./img/entrepots-exterieurs-laval.jpg');
} 
.banner.beauharnois {
    background-image: url('./img/beauharnois-entrepots.jpg');
} 
.banner.baron .container > div {
    max-width: 635px;
    background: #060918e6;
    padding: 30px 30px;
    border-radius: 20px;
}
.banner .container > div  {
    max-width: 635px;
    background: #04081c8f;
    padding: 30px 30px;
    border-radius: 4px;
}
.banner .h1 {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase;
}
.banner .h1 span {
    display: block;
    font-size: 60px;
    color: #6ac6eb;
}
.banner ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}
.banner ul li {
    margin-bottom: 10px;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.banner ul li i {
    color: #ffffff;
    margin-right: 10px;
}
.btn-custom {
    background-color: #efbf19;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 3px;
}
section.nouveautes {
    background: #f9fafb;
}
section.nouveautes  .checked-list li {
    color: #3a4045 !important;
}
section.bg-grey {
    background-color: #f9fafb;
    border-bottom: 1px solid #ebebeb;
}
section {
    padding: 80px 0;
}
section h2 {
    font-size: 28px;
    color: #2c3e50;
    margin-bottom: 30px;
}
section h2 strong {
    font-weight: 900;
    margin-bottom: 15px;
    display: inline-block;
}
ul.mosaiques{
    padding: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px
}

ul.mosaiques li{
    list-style: none;
}
ul.mosaiques li img {
    width: 100%;
    height: 215px;
    object-fit: cover;
    object-position: center;
}
.checked-list {
    padding: 0;
}
.checked-list li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    font-size: 17px;
    color: #a1b1bc;
    font-family: 'Lato', sans-serif;    
    margin-bottom: 5px;
}
.checked-list i.fas.fa-check {
    position: absolute;
    top: 5px;
    left: 0;
    color: #6ac6eb;
    font-size: 10px;
    border: 1px solid #6ac6eb;
    border-radius: 50px;
    padding: 3px;
}
.list-services h3 {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 900;
    color: #2c3e50;
}
.checked-list {
    padding: 0;
    margin-bottom: 40px;
}

.list-services .checked-list strong {
    color: #5d5d5d;
}
.gradient-bg {
    background: rgb(121,143,158);
    background: -o-radial-gradient(circle, rgba(121,143,158,1) 0%, rgba(71,82,96,1) 100%);
    background: radial-gradient(circle, rgba(121,143,158,1) 0%, rgba(71,82,96,1) 100%);
}
.gradient-bg * {
    color: white;
}
.gradient-bg ul {
    font-size: 16px;
    padding-left: 17px;
    margin-bottom: 30px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5); /* Exemples de personnalisation */
  border-radius: 50%;
}

.carousel-indicators button {
  background-color: #efbf19;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    background-color: transparent !important;
}

    footer {
      background-color: #022338;
      color: #fff;
      padding: 40px 20px 15px;
    }
    
    .footer-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 20 20px;
    }
    
    .footer-column {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 0 20px;
    }
    .footer-column:nth-child(2) {
        /*text-align: center;*/
    }
    .footer-column:nth-child(3) {
        text-align: right;
    }
    
    .footer-links, .contact-info {
      list-style: none;
      padding: 0;
      margin: 0;
    }
    
    .footer-links li, .contact-info li {
      margin-bottom: 10px;
    }
    
    .footer-links a, .contact-info a {
      color: #fff;
      text-decoration: none;
      font-family: Lato, sans-serif;
      text-transform: uppercase;
      font-size: 13px;
      text-decoration: underline;
    }
    .footer-links a:hover, .contact-info a:hover {
      background: rgba(255, 255, 255, 0.2);
    }
    
    .footer-logo {
      max-width: 100%;
      height: auto;
    }
    
    .footer-social {
      background-color: #022338;
      padding: 10px 0;
      text-align: center;
    }
    
    .footer-social a {
      color: #fff;
      margin: 0 10px;
      font-size: 24px;
      text-decoration: none;
    }
    
    .footer-social i {
      font-size: 24px;
    }
@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px !important;
    }
}
@media screen and (max-width: 1199px) {
    .header .title {
        font-size: 22px;
    }
    .header .logo img {
        max-width: 170px;
    }
    .container {
        max-width: 100% !important;
    }
    .top-bar .container {
        padding-left: 0;
    }
    .banner {
        height: 500px;
    }
    .banner .h1 {
        font-size:40px;
    }
    .banner .h1 span {
        font-size: 45px;
    }
    .banner .container > div {
        padding-left: 60px;
    }
}
@media screen and (max-width: 992px) {
    .header .title {
        font-size: 17px;
    }
    .banner .h1 {
        font-size: 35px;
    }
    .banner .h1 span {
        font-size: 30px;
    }
    .banner {
        height: 410px;
    }
    .footer-links a, .contact-info a {
        font-size:12px;
    }
}

@media screen and (max-width: 767px) {
    section {
        padding: 60px 0;
    }
    .header a.logo {
        font-size: 14px;
    }
        .top-bar .container {
        padding-left: 15px;
    }
    .top-bar {
        background-color: #efbf19;
        height: 30px;
    }
    .top-bar ul{
        align-items: stretch;
        flex-direction: column;
    }
    .top-bar ul li {
        width: 100%;
        text-align: center;
    }
    .top-bar ul li:last-child{display: none;}
    iframe {
        margin-bottom: 30px;
    }
    .col-sm-12.text-center.mb-5 {
        margin-bottom: 0 !important;
    }
    .footer-container {
        flex-direction: column;
        padding:0;
    }
    .banner .h1 {
        font-size: 25px;
    }
    .banner .h1 span {
        font-size: 20px;
    }
    .banner ul li {
        font-size: 16px;
    }
    .footer-container .footer-column {
        text-align: left !important;
    }
    .banner .container > div {
        padding-left: 0;
    }
    .choix-container > .body {
        grid-template-columns: 1fr;
    }
    .choix-container .picture img {
        object-position: 86% 63%;
        width: 100%;
        height: 240px;
    }
    .choix-popup button {
        font-size: 12px;
    }
}