.scroll-downs {
    position: absolute;
    bottom: 0;
    left: -17px;
    margin-left: auto;
    margin-right: auto;
    width: 34px;
    height: 55px
}

.mousey {
    width: 3px;
    padding: 10px 15px;
    height: 35px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: .75;
    box-sizing: content-box
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite
}

.logo-header {
    filter: invert(0);
}

@keyframes scroll {
    0% {
        opacity: 0
    }

    10% {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(15px);
        opacity: 0
    }
}

main {
    padding-top: 0 !important
}

#navbar-full {
    transition: background-color ease-in .5s
}

.navbar-full {
    background-color: transparent;
    height: 80px;
    box-shadow: none;
}

.header-size-anchor {
    height: 80px;
    position: absolute;
    top: -80px
}

.strong-tec3web {
    color: #1ececb
}

.full-page-div {
    height: 100%
}

.overlay-carousel-background {
    width: 100%;
    height: 100%;
    top: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 0
}

.carousel-size {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 40px;
    height: 40px
}

.div-carousel {
    position: relative
}

.div-img-fleche-carousel {
    position: absolute;
    bottom: 10%;
    left: 50%;
    right: 50%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    z-index: 2
}

.img-fleche-carousel {
    width: 80px;
    position: relative;
    animation: animFlecheAccueil 2s ease-in-out infinite
}

@keyframes animFlecheAccueil {
    0% {
        opacity: .5;
        transform: translateY(0)
    }

    50% {
        opacity: 1;
        transform: translateY(40px)
    }

    100% {
        opacity: .5;
        transform: translateY(0)
    }
}

.bandeau-header {
    width: 100%;
    background-image: url(/assets/img/jesse-collins-629527-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    box-shadow: 0 0 20px -2px black
}

.bandeau-header-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%
}

.titres-garage {
    font-size: 40px !important;
    font-family: 'AssistantBold';
    text-transform: uppercase;
    text-align: center;
    padding: 40px 30px 0 30px;
    animation: animDecorationTitre 1s ease-in-out;
    z-index: 2;
    color: white
}

.decoration-titres-garage {
    width: 100px;
    height: 4px;
    background-color: #1ececb;
    margin-bottom: 40px
}

.sous-titre-bandeau-header {
    color: white;
    text-align: justify;
    font-size: 20px !important;
    margin: 25px 20% 40px 20%;
    font-family: 'AssistantLight';
    font-weight: lighter !important
}

.div-background-accueil {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: url(/assets/img/3a8bd6d2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.titre-tec3web {
    text-transform: uppercase;
    text-align: center;
    font-size: 60px !important;
    color: white;
    font-family: 'AssistantRegular';
    text-shadow: 1px 2px black, 0 0 1em black, 0 0 .2em black;
    z-index: 1;
    max-width: 80%
}

.description-tec3web {
    text-align: center;
    font-size: 30px !important;
    color: white;
    font-family: 'AssistantExtraLight';
    z-index: 1;
    max-width: 70%
}

.div-img-arrow {
    width: 100px;
    position: relative;
    top: 20px;
    animation: animArrowDown 2s ease-in-out infinite
}

@keyframes animArrowDown {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(50px)
    }

    100% {
        transform: translateY(0)
    }
}

.img-down-arrow {
    width: 100px;
    position: relative
}

.decoration-titre {
    width: 120px;
    height: 1px;
    background-color: #1ececb;
    position: relative
}

@keyframes animDecorationTitre {
    0% {
        opacity: 0;
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        transform: translateY(-0)
    }
}

.titres-garage-2 {
    font-size: 30px !important;
    font-family: 'AssistantLight';
    text-transform: uppercase;
    text-align: center;
    padding: 40px 15px 0 15px;
    animation: animDecorationTitre 1s ease-in-out;
    z-index: 2;
    color: #38383b
}

.trait-titre-home {
    width: 300px;
    height: 1px;
    background-color: #ccc;
    margin-top: 32px
}

.decoration-titres-garage-2 {
    width: 100px;
    height: 4px;
    background-color: #1ececb
}

.square-text-marque {
    position: relative;
    width: fit-content;
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
}

.div-text-marque p{
    font-size: 20px !important;
    color: #3d4144;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'AssistantBold';
}

.square-text-modele {
    position: relative;
    width: fit-content;
    white-space: nowrap;
    overflow: hidden;
}

.div-text-modele p{
    font-size: 18px !important;
    color: #3d4144;
    text-transform: uppercase;
    margin-bottom: 0;
    text-align: left;
    font-family: 'AssistantRegular';
}

.square-details-principaux{
    margin-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'AssistantRegular' !important;
}

.div-details-principaux p{
    color: #888;
    font-family: 'Assistant';
    margin-bottom: 0;
}

.square-text-prix{
    color: #1ececb;
    font-size: 30px !important;
    font-family: 'AssistantBold';
}

.square-text-ancien-prix{
    margin-right: 10px;
    padding-top: 12px;
    text-decoration: line-through;
}

.bandeau-reserve{
    background: #1ececb;
    width: 300px;
    text-align: center;
    padding: 2px 20px;
    color: white;
    font-weight: bold;
    font-size: 20px;
    position: absolute;
    z-index: 9;
    top: 35px;
    left: -92px;
    transform: rotate(-45deg);
    box-shadow: 0px 0px 10px -2px black;
}

.div-pictogrammes-options-vo img{
    width: 20px !important;
    height: 20px !important;
    margin: 5px;
}

.badge-info-supp{
    border: 1px solid #1ececb;
    border-radius: 5px;
    color: #737373;
    font-size: 14px !important;
    font-family: 'AssistantRegular';
    padding: 0px 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 90px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.div-bouton-carousel-vo {
    width: 100%;
    margin-bottom: 40px;
}

.div-bouton-rdv{
    width: 100%;
    margin-bottom: 60px;
    margin-top: 60px;
}

.bouton-carousel-vo {
    padding: 10px;
    border: 1px #1ececb solid;
    color: #1ececb;
    font-family: 'AssistantRegular';
    transition-duration: .3s
}

.bouton-carousel-vo:hover {
    padding: 10px;
    border: 1px #1ececb solid;
    color: #1ececb;
    box-shadow: 0 0 20px 0 #aaa
}

.bouton-rdv {
    padding: 10px;
    border: 1.5px #1ececb solid;
    color: #1ececb;
    font-family: 'AssistantLight';
    transition-duration: .3s;
    font-weight: bold;
    font-size: 25px !important;
}

.bouton-rdv:hover {
    padding: 10px;
    border: 1.5px #1ececb solid;
    color: #1ececb;
    box-shadow: 0 0 20px 0 #aaa
}

.picto-bouton-rdv{
    margin-right: 10px;
}

.slick-slide {
    margin: 0 10px
}

.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;
    margin: 40px 0 20px 0
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.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 {
    width: 100%;
    display: block;
    height: 290px;
    object-fit: cover;
}

.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
}

.alerte-info {
    margin: 0 0 8px 0 !important
}

.carousel-alerte-info {
    width: 100%;
    height: 200px;
    background-image: url(/assets/img/jesse-collins-629527-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.carousel-alerte-info-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center
}

.txt-alerte-info {
    text-transform: uppercase;
    color: white;
    font-family: 'AssistantBold';
    transform: rotate(-90deg)
}

.alerte-info-h3 {
    font-size: 24px !important;
    font-family: 'AssistantBold';
    color: white;
    text-align: left;
    padding-left: 10px
}

.alerte-info-p {
    font-size: 20px !important;
    font-family: 'AssistantLight';
    color: #1ececb;
    text-align: left;
    padding-left: 10px
}

.alerte-info-img {
    width: 200px;
    height: 80px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat
}

.trait-separation-alerte-info {
    height: 100%;
    width: 2px;
    background-color: white;
    margin: 0 30px 0 10px
}

.avis-full {
    width: 100%;
    background-image: url(/assets/img/abstract-technology-white-gray-color-modern-background_41981-1010.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 100px 0px 80px 0px;
}

.div-avis {
    width: 80%;
    padding: 40px;
    position: relative;
    border: 2px #eee solid;
    box-shadow: 10px 10px 10px -2px #ccc;
    background-color: white
}

.avis-p-text {
    font-family: 'AssistantRegular';
    font-size: 22px !important;
    color: #38383b
}

.soulignage-design {
    background: linear-gradient(to bottom, transparent 35%, rgba(217, 58, 63, 0.3) 35%, rgba(217, 58, 63, 0.3) 90%, transparent 80%);
    position: relative;
    display: inline;
    letter-spacing: -0.4px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}

.avis-p-strong {
    font-family: 'AssistantRegular';
    font-weight: bold;
    font-size: 22px !important;
    color: #1ececb
}

.avis-p-author {
    font-family: 'AssistantLight';
    font-size: 22px !important;
    color: #38383b;
    margin: 0
}

.avis-img-quotes {
    position: absolute;
    top: -35px;
    width: 70px
}

.avis-etoiles {
    width: 110px
}

.div-avis-1 {
    width: 60%;
    padding: 20px;
    border-right: 1px #ccc solid
}

.div-avis-2 {
    width: 40%;
    position: relative
}

.div-avis-2 a {
    margin: 20px;
    padding: 10px;
    color: #1ececb;
    text-align: center;
    font-family: 'AssistantRegular';
    font-size: 25px !important;
    position: relative
}

.services-list-titre {
    font-size: 30px !important;
    text-transform: uppercase;
    margin: 0;
    padding: 20px 10px;
    z-index: 99;
    font-size: 35px !important;
    font-family: 'AssistantExtraLight'
}

.div-services-1 {
    background-image: url(/assets/img/background2.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 20px;
    display: flex;
    flex-direction: column;
    align-items: center
}

.div-services-1 h3 {
    font-size: 40px !important;
    text-transform: uppercase;
    color: white;
    font-family: 'AssistantBold'
}

.logo-tec3h {
    width: 300px
}

.displayModeSquare {
    margin: 15px;
    margin-bottom: 20px
}

.a-canva-car-bar,
.a-canva-car-bar:hover {
    text-decoration: none;
    margin: 0
}

.img-vehicule-responsive-square {
    max-width: 300px;
    height: 200px;
    object-fit: cover
}

.img-vehicule-responsive-square-lien {
    height: 356px;
    max-width: 300px;
    object-fit: cover
}

.squareDescriptionDiv {
    width: 300px;
    padding: 10px;
    background-color: #eee
}

.squareDescriptionDiv2 {
    width: 100%
}

.a-canva-car-bar,
.a-canva-car-bar:hover {
    text-decoration: none;
    margin: 0
}

.cadre-annonce {
    position: relative;
    transition-duration: .5s
}

.overlay-vehicules-occasions {
    position: absolute;
    width: 100%;
    height: 0;
    background-color: rgba(217, 58, 63, 0.5);
    transition-duration: .5s
}

.overlay-vehicules-occasions p {
    display: none;
    user-select: none;
    opacity: 0;
    color: white;
    font-size: 25px;
    font-weight: bold;
    transition-duration: .5s
}

.overlay-vehicules-occasions img {
    display: none;
    opacity: 0;
    user-select: none;
    width: 100px;
    transition-duration: .5s
}

.block-occasion {
    position: relative
}

.cadre-annonce:hover {
    transition-duration: .5s;
    transform: scale(1.05)
}

.cadre-annonce:hover .img-vehicule-plus {
    transition-duration: .5s;
    filter: blur(3px) brightness(110%)
}

.cadre-annonce:hover .overlay-vehicules-occasions {
    height: 100%;
    transition-duration: .5s
}

.cadre-annonce:hover .overlay-vehicules-occasions p {
    display: block;
    opacity: 1;
    transition-duration: .5s
}

.cadre-annonce:hover .overlay-vehicules-occasions img {
    display: block;
    opacity: 1;
    transition-duration: .5s
}

.div-overlay-plus {
    position: absolute;
    z-index: 2;
    left: 110px;
    top: 126px;
    transition-duration: .5s
}

.plus-img-more {
    width: 80px
}

.img-vehicule-plus {
    transition-duration: .5s;
    filter: blur(2px)
}

.description-vehicule-plus {
    transition-duration: .5s;
    filter: blur(2px)
}

.squareDescriptionDiv2 {
    width: 100%
}

.img-loupe-desc-square {
    width: 30px;
    height: 30px;
    filter: invert(100%)
}

.link-mosaique-href {
    position: absolute;
    width: 100%;
    height: 100%
}

.div-mosaique-solo {
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: .5s;
    border: white 2px solid;
    display: flex;
    align-items: flex-end;
    user-select: none;
    cursor: pointer
}

.overlay-mosaique-fond {
    position: absolute;
    background-color: rgba(1, 48, 82, 0);
    width: 100%;
    height: 100%
}

.overlay-mosaique h2 {
    color: white;
    font-family: 'AssistantRegular';
    text-transform: uppercase;
    font-size: 30px !important;
    text-align: center;
    padding-top: 20px
}

.overlay-mosaique p {
    color: white;
    font-family: 'AssistantRegular';
    font-size: 18px !important;
    text-align: justify;
    padding: 20px;
    opacity: 0;
    transition: .5s
}

.overlay-mosaique h3 {
    color: #1ececb;
    font-family: 'AssistantRegular';
    text-transform: uppercase;
    font-size: 20px !important;
    text-align: center;
    padding-top: 20px;
    opacity: 0;
    transition: .5s
}

.overlay-mosaique {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 20%;
    overflow: hidden;
    transition: .5s
}

.div-mosaique:hover .overlay-mosaique {
    height: 100%;
    transition: .5s
}

.div-mosaique:hover h3,
.div-mosaique:hover p {
    opacity: 1;
    transition: .5s
}

@media screen and (max-width:1500px) {
    .titre-tec3web {
        font-size: 50px !important
    }

    .description-tec3web {
        font-size: 20px !important
    }
}

@media screen and (max-width:1362px) {
    .overlay-mosaique h3 {
        font-size: 20px !important
    }

    .overlay-mosaique strong {
        font-size: 18px !important
    }

    .overlay-mosaique p {
        font-size: 15px !important
    }
}

@media screen and (max-width:1300px) {
    .titre-tec3web {
        font-size: 40px !important
    }
}

@media screen and (max-width:1200px) {
    .trait-titre-home {
        width: 150px
    }
}

@media screen and (max-width:991px) {
    .titre-tec3web {
        font-size: 30px !important
    }

    .titre-mosaique {
        font-size: 18px !important
    }

    .overlay-mosaique h3 {
        padding: 20px 10px 0 10px !important;
        font-size: 15px !important
    }

    .div-full-mosaique {
        padding: 30px 5px 30px 5px
    }

    .div-mosaique-1 {
        flex-direction: column-reverse;
        top: 0
    }

    .div-mosaique-1:hover {
        top: 0
    }

    .div-mosaique-2 {
        top: 0
    }

    .div-mosaique-2:hover {
        top: 0
    }

    .div-mosaique-3 {
        width: 100%;
        flex-direction: column-reverse;
        height: 500px
    }

    .div-mosaique-3:hover {
        top: 0
    }

    .div-mosaique-4 {
        flex-direction: row-reverse;
        width: 100%;
        height: 460px;
        margin: 1px
    }

    .div-mosaique-4:hover {
        top: 0
    }

    .div-mosaique {
        flex-direction: column
    }

    .mosaique-part-1 {
        width: 100%;
        top: 0
    }

    .mosaique-part-2 {
        width: 100%;
        top: 0;
        flex-direction: row-reverse
    }

    .mosaique-4-part-2 {
        display: none !important;
        width: 100%
    }

    .div-none {
        font-family: 'AssistantSemiBold';
        text-transform: uppercase;
        font-weight: bold;
        color: #282936;
        margin: 0;
        width: 165px;
        height: 25px;
        background-color: transparent;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        position: absolute;
        left: 35px;
        transition-duration: .3s;
        user-select: none;
        font-size: 20px
    }

    .square-text-prix {
        display: none
    }

    .square-text-prix2 {
        font-size: 20px !important;
        color: #38383b;
        margin-bottom: 0;
        font-family: 'AssistantRegular';
        display: block;
        margin-left: 10px;
        margin-top: -15px
    }

    .div-mosaique-separation {
        left: 0
    }

    .div-fleche {
        width: 28px;
        height: 25px
    }

    .bouton-design {
        width: 26px;
        height: 26px;
        border-radius: 15px
    }

    .bouton-design:hover .div-fleche {
        transform: translateX(10px)
    }

    .bouton-design:hover {
        width: 150px;
        transition-duration: .3s
    }

    .bouton-design-2:hover {
        width: 190px;
        transition-duration: .3s
    }

    .bouton-design-3:hover {
        width: 180px
    }

    .bouton-design-4:hover {
        width: 220px;
        transition-duration: .3s
    }

    .carte {
        min-height: 250px
    }

    .titres-garage {
        font-size: 20px !important
    }

    .slick-slider {
        margin: 20px 0 20px 0
    }

    .overlay-mosaique strong {
        text-align: left;
        padding: 0 10px
    }

    .overlay-mosaique p {
        text-align: left;
        padding: 15px 10px
    }

    .link-mobile-pastille {
        display: block
    }

    .link-mobile-pastille p {
        font-weight: bold;
        font-size: 12px
    }

    .link-desktop-pastille {
        display: none
    }

    .div-avis {
        flex-direction: column
    }

    .div-avis-1 {
        border: 0;
        width: 100%
    }

    .div-avis-2 {
        width: 100%
    }
}

@media screen and (max-width:800px) {
    .titre-tec3web {
        font-size: 20px !important
    }

    .overlay-mosaique strong {
        font-size: 14px !important
    }

    .overlay-mosaique p {
        font-size: 12px !important
    }
}

@media screen and (max-width:768px) {
    .alerte-info-h3 {
        font-size: 18px !important
    }

    .alerte-info-p {
        font-size: 16px !important
    }

    .alerte-info-img {
        display: none
    }

    .avis-p-text {
        font-size: 18px !important
    }

    .avis-p-strong {
        font-size: 18px !important
    }

    .avis-p-author {
        font-size: 18px !important
    }

    .div-avis-2 p {
        font-size: 18px !important
    }

    .trait-titre-home {
        width: 100%
    }

    .overlay-mosaique-1 h2,
    .overlay-mosaique-2 h2,
    .overlay-mosaique-3 h2,
    .overlay-mosaique-4 h2,
    .overlay-mosaique-5 h2 {
        padding-top: 25px;
        font-size: 25px !important;
    }

    .overlay-mosaique-1 p,
    .overlay-mosaique-2 p,
    .overlay-mosaique-3 p,
    .overlay-mosaique-4 p,
    .overlay-mosaique-5 p {
        font-size: 16px !important;
    }

    .overlay-mosaique-1 h3,
    .overlay-mosaique-2 h3,
    .overlay-mosaique-3 h3,
    .overlay-mosaique-4 h3,
    .overlay-mosaique-5 h3 {
        font-size: 18px !important;
    }
}

@media screen and (max-width:560px) {
    .div-none {
        font-size: 15px
    }

    .bouton-design:hover {
        width: 130px
    }

    .bouton-design-2:hover {
        width: 160px
    }

    .bouton-design-3:hover {
        width: 165px
    }

    .bouton-design-4:hover {
        width: 150px
    }

    .slick-slide img {
        height: 160px;
    }

    .titre-tec3web {
        font-size: 18px !important
    }

    .description-tec3web {
        font-size: 15px !important
    }
}

@media screen and (max-width:560px) {
    .slick-slide img {
        height: 120px;
    }

    .badge-info-supp{
        border: 1px solid #1ececb;
        border-radius: 5px;
        color: #737373;
        font-size: 10px !important;
        font-family: 'AssistantRegular';
        padding: 0px 5px;
        margin-right: 5px;
        margin-bottom: 5px;
        margin-top: 5px;
        width: 70px;
        text-align: center;
    }
}
