.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
}

@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
}

.header-size-anchor {
    height: 80px;
    position: absolute;
    top: -80px
}

.strong-tec3web {
    color: #d02626
}

.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(34, 34, 38, 0.8);
    width: 100%;
    height: 100%
}

.titres-garage {
    font-size: 40px !important;
    font-family: 'AssistantBold', sans-serif;
    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: #d02626;
    margin-bottom: 40px
}

.sous-titre-bandeau-header {
    color: white;
    text-align: justify;
    font-size: 20px !important;
    margin: 25px 20% 40px 20%;
    font-family: 'AssistantLight', sans-serif;
    font-weight: lighter !important
}


.titre-tec3web {
    text-transform: uppercase;
    text-align: center;
    font-size: 60px !important;
    color: white;
    font-family: 'AssistantRegular', sans-serif;
    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', sans-serif;
    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: #d02626;
    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', sans-serif;
    text-transform: uppercase;
    text-align: center;
    padding: 40px 15px 0 15px;
    animation: animDecorationTitre 1s ease-in-out;
    z-index: 2;
    color: #222226
}

.trait-titre-home {
    width: 300px;
    height: 1px;
    background-color: #ccc;
    margin-top: 32px
}

.decoration-titres-garage-2 {
    width: 100px;
    height: 4px;
    background-color: #d02626
}

.square-text-marque {
    font-size: 25px !important;
    color: #222226;
    text-transform: uppercase;
    margin-right: 10px;
    margin-bottom: 0;
    font-family: 'AssistantBold', sans-serif;
    padding-left: 10px
}

.square-text-modele {
    font-size: 20px !important;
    color: #d02626;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: 'AssistantRegular', sans-serif;
    position: relative;
    top: -10px;
    padding-left: 10px
}

.square-text-prix {
    font-size: 25px !important;
    color: #d02626;
    margin-bottom: 0;
    font-family: 'AssistantLight', sans-serif;
    padding-right: 10px
}

.square-text-prix2 {
    display: none
}

.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 #d02626 solid;
    color: #d02626;
    font-family: 'AssistantRegular', sans-serif;
    transition-duration: .3s
}

.bouton-carousel-vo:hover {
    padding: 10px;
    border: 1px #d02626 solid;
    color: #d02626;
    box-shadow: 0 0 20px 0 #aaa
}

.bouton-rdv {
    padding: 10px;
    border: 1.5px #d02626 solid;
    color: #d02626;
    font-family: 'AssistantLight', sans-serif;
    transition-duration: .3s;
    font-weight: bold;
    font-size: 25px !important;
}

.bouton-rdv:hover {
    padding: 10px;
    border: 1.5px #d02626 solid;
    color: #d02626;
    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: 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(34, 34, 38, 0.8);
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center
}



.txt-alerte-info {
    text-transform: uppercase;
    color: white;
    font-family: 'AssistantBold', sans-serif;
    transform: rotate(-90deg)
}

.alerte-info-h3 {
    font-size: 24px !important;
    font-family: 'AssistantBold', sans-serif;
    color: white;
    text-align: left;
    padding-left: 10px
}

.alerte-info-p {
    font-size: 20px !important;
    font-family: 'AssistantLight', sans-serif;
    color: #d02626;
    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 0 0 0;
}

.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', sans-serif;
    font-size: 22px !important;
    color: #222226
}

.soulignage-design {
    background: linear-gradient(to bottom, transparent 35%, #df0815b8 35%, #df0815b8 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', sans-serif;
    font-weight: bold;
    font-size: 22px !important;
    color: #d02626
}

.avis-p-author {
    font-family: 'AssistantLight', sans-serif;
    font-size: 22px !important;
    color: #222226;
    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: #d02626;
    text-align: center;
    font-family: 'AssistantRegular', sans-serif;
    font-size: 25px !important;
    position: relative
}

.services-list-titre {
    text-transform: uppercase;
    margin: 0;
    padding: 20px 10px;
    z-index: 99;
    font-size: 35px !important;
    font-family: 'AssistantExtraLight', sans-serif;
}


.div-services-1 h3 {
    font-size: 40px !important;
    text-transform: uppercase;
    color: white;
    font-family: 'AssistantBold', sans-serif;
}

.logo-tec3h {
    width: 300px
}

.displayModeSquare {
    margin: 15px 15px 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(34, 34, 38, 0.8);
    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%)
}


/* Blocs accueil */
.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 {
    background-color: rgba(34, 34, 38, 1);
    position: absolute;
    width: 100%;
    height: 20%;
    overflow: hidden;
    transition: .5s
}
.overlay-mosaique h2 {
    color: white;
    font-family: 'AssistantRegular', sans-serif;
    text-transform: uppercase;
    font-size: 30px !important;
    text-align: center;
    padding-top: 20px
}
.overlay-mosaique p {
    color: white;
    font-family: 'AssistantRegular', sans-serif;
    font-size: 18px !important;
    text-align: justify;
    padding: 20px;
    opacity: 0;
    transition: .5s
}

.overlay-mosaique h3 {
    color: #d02626;
    font-family: 'AssistantRegular', sans-serif;
    text-transform: uppercase;
    font-size: 20px !important;
    text-align: center;
    padding-top: 20px;
    opacity: 0;
    transition: .5s
}

.div-mosaique-solo:hover .overlay-mosaique {
    height: 100%;
    transition: .5s
}

.div-mosaique-solo:hover h3,
.div-mosaique-solo:hover p {
    opacity: 1;
    transition: .5s
}


.link-mosaique-href {
    position: absolute;
    width: 100%;
    height: 100%
}





/* Responsive */

@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: 16px !important
    }
}


@media screen and (max-width:1300px) {
    .titre-tec3web {
        font-size: 40px !important
    }
}

@media screen and (max-width:1200px) {

    .btn:link,
    .btn:visited {
        text-decoration: none;
        text-transform: uppercase;
        position: relative;
        top: 0;
        left: 0;
        padding: 10px 20px;
        border-radius: 100px;
        display: inline-block;
        transition: all .5s;
        color: white;
        font-size: 12px !important
    }

    .trait-titre-home {
        width: 150px
    }
}

@media screen and (max-width:991px) {
    .titre-tec3web {
        font-size: 30px !important
    }

    .div-none {
        font-family: 'AssistantSemiBold', sans-serif;
        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: #222226;
        margin-bottom: 0;
        font-family: 'AssistantRegular', sans-serif;
        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 h3 {
        padding: 20px 10px 0 10px !important;
        font-size: 15px !important
    }

    .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
    }
}

@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 h2{
        padding-top: 25px;
        font-size: 25px !important;
    }

    .overlay-mosaique p {
        font-size: 15px !important;
    }

    .overlay-mosaique 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;
    }
}
