/*.cms > #page > div > .container {
    max-width: 100vw;
    padding-right: 0px;
    padding-left: 0px;
}*/

.rte {
    background: white;
}  

#cms #columns .container-info-concession{
    padding: 35px 20px;
}
#cms #columns .wpb_gmaps_widget .wpb_wrapper{
    padding: 0;
}

#cms #columns .phone{
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}
#cms #columns .container-horaire-concession p span{
    min-width: 70px;
    display: inline-block;
    font-weight: 700;
}


.cms > #page {
  background: var(--gray-fond);
}

.timeline-post-left .ult-timeline-arrow s{
    display: none;
}
.timeline-post-right .ult-timeline-arrow l{
    display: none;
}
.btn-actions-list a {
    display: inline-block;
}

#cms .list-group i.float-right{
    line-height: 22px;
}


/* PAGE MARQUES - https://maggi.imaweb.com/content/category/3-nos-marques */
.home_logos-item > figure {
    overflow: hidden;
}

#cms_logos-marques, #cms_imgs-services {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

#cms_logos-marques > div {
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 15px;
    margin-right: 2vw;
    margin-left: 2vw;
}

#cms_imgs-services > div {
    text-align: center;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    margin-bottom: 5px;
    margin-right: 0.5vw;
    margin-left: 0.5vw;
}

#cms_logos-marques > div figcaption, #cms_imgs-services > div figcaption {
    margin-top: 0.5rem;
    font-size: var(--font-size-small);
 }


#cms_logos-marques > div img, #cms_imgs-services> div img  {
   width: 32vw;
}

#cms_imgs-services > div img {
    width: 19vw;
    border-radius: var(--border-radius-main);
    filter: brightness(60%);
}

@media (max-width: 1200px) {
    #cms_imgs-services > div img  {
        width: 30vw;
    }
}



@media (max-width: 700px) {
    #cms_imgs-services > div img {
        width: 77vw;
    }
    .home_logos-item > div {
        width: 90vw;
    }
}

#cms_logos-marques > div:hover, #cms_imgs-services > div:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.divMarques {
    border-radius: 9px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.divMarques > img {
    width: auto;
    max-width: none;
    height: auto;
}

.mini-height > div > img {
    height: 750px !important;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 1200px) {

    #columns {
        margin-top: 50px;
    }
    .vc_col-sm-6 {
        width: 100% !important;
    }
    .divMarques {
        width: 52vw;
        margin-bottom: 15px !important;
    }
    .divMarques > img {
        width: 85vw;
    }
    .display-none {
        display: none;
    }
    .mini-height > div > img {
        height: 400px !important;
    }

    .slide-imgOnTop > div > img {
        object-position: top !important;
    }

    .reverseWrap {
        flex-wrap: wrap-reverse;
    }
    
}

.slide-imgOnRight > div > img {
    object-position: right !important;
}

@media (max-width: 500px) {
    #cms_logos-marques > div img, #cms_imgs-services > div img {
        width: 70vw !important;
    }
    .divMarques {
        width: 70vw;
    }
}

/* CMS MARQUES BTN */ 
#cms .imw-btn {
    margin-top: 2rem;
}

#cms .imw-btn {
    margin-top: 2rem;
}

@media (max-width: 767px) {
    #cms .imw-btn {
        flex-direction: column;
    }
}


/*
@media (max-width: 950px) {
    #cms .imw-btn > .btn {
        padding-left: 2vw;
        padding-right: 2vw;
    }
}

@media (max-width: 830px) {
    #cms .imw-btn > .btn {
        padding-left: 1vw;
        padding-right: 1vw;
    }
}*/

/*page mobilité*/
.iframe-js > div {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 500px) {
    .iframe-js > div > div > div > iframe {
        width: 80vw !important;
    }
}

.reveal {
    position: relative;
    opacity: 0;
  }
  
  .reveal.active {
    opacity: 1;
  }
  .active.fade-bottom {
    animation: fade-bottom 1s ease-in;
  }
  .active.fade-left {
    animation: fade-left 1s ease-in;
  }
  .fadeLeft {
    animation: fade-left 1s ease-in;
  }
  .active.fade-right {
    animation: fade-right 1s ease-in;
  }
  .fadeRight {
    animation: fade-right 1s ease-in;
  }
  @keyframes fade-bottom {
    0% {
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      opacity: 1;
    }
  }
  @keyframes fade-left {
    0% {
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }
  
  @keyframes fade-right {
    0% {
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      transform: translateX(0);
      opacity: 1;
    }
  }