.navbar-full {
    background-color: transparent;
    animation: animHeader 2s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
    transform: translateX(-2000px);
}

@keyframes animHeader {
    0% {}

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.modal-video-tec3h {
    max-width: 70% !important;
}

.modal-content-video {
    background-color: transparent !important;
    border: none !important;
}

.btn-modal-fermer {
    background-color: #01a1df !important;
    color: white !important;
}

.videoLogiciel {
    position: relative;
    z-index: 0;
    margin-top: 50px;
    width: 100%;
}

.banniere-accueil-full {
    height: 100%;
    animation: animZoomBanniere 2s ease-in-out;
}

.banniere-accueil-full-textes{
    width: 40%;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.banniere-accueil-full-background{
    width: 60%;
    height: 100%;
    background-image: url(/assets/img/background_opt_2.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

@keyframes animZoomBanniere {
    0% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.h1-titre-banniere {
    color: black;
    text-transform: uppercase;
    font-weight: 900 !important;
    font-size: 50px !important;
    animation: fadeDescBoutonBanniere 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
    text-align: right;
    margin: 25px;
    font-family: 'AssistantExtraBold';
    max-width: 750px;
}

.img-logo-banniere {
    width: 400px;
    animation: animLogoBanniere 2s ease-in-out;
    animation-fill-mode: forwards;
    transform: translateY(-1000px);
    opacity: 0;
    position: relative;
    top: 30px;
}

@keyframes animLogoBanniere {
    0% {
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

.button-decouvrir-banniere {
    padding: 10px;
    text-align: center;
    width: 250px !important;
    margin: 10px !important;
    border-radius: 50px;
    border: 2px solid #01a1df;
    margin-top: 40px;
    margin-bottom: 50px;
    animation: fadeDescBoutonBanniere 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
    opacity: 0;
    font-weight: 700;
}

.button-decouvrir-banniere-1{
    background-color: white;
    color: black;
}

.button-decouvrir-banniere-2{
    background-color: #01a1df;
    color: white;
}

.button-decouvrir-banniere p{
    margin: 0;
}

@keyframes fadeDescBoutonBanniere {
    0% {}

    100% {
        opacity: 1;
    }
}

.video-full {
    height: 100%;
}

.videoLogiciel {
    position: relative;
    z-index: 0;
    height: 100%;
    width: 100%;
}

/*SPOTICAR*/

.strong-spoticar{
    color: #1ececb;
}

.div-banniere-spoticar{
    position: relative;
    width: 100%;
    background-image: url(/assets/img/spoticar/background.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 70px 20px;
    user-select: none;
}

.div-banniere-spoticar-fond{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
}

.div-logo-spoticar{
    width: 40%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 130px;
}

.div-logo-spoticar p{
    font-family: 'AssistantExtraBold';
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0;
    color: white;
    background: #1ececb;
    border-radius: 50px;
    margin-top: 20px;
    text-align: center;
}

.spoticar{
    width: 100%;
}

.div-spoticar-diffusion{
    display: flex;
    justify-content: center;
    z-index: 9;
    width: 30%;
}

.div-spoticar-diffusion p{
    font-family: 'AssistantExtraBold';
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0;
    color: #1ececb;
    background: white;
    border-radius: 50px;
    text-align: center;
}

.div-spoticar-documents{
    display: flex;
    justify-content: center;
    z-index: 9;
    width: 30%;
}

.div-spoticar-documents p{
    font-family: 'AssistantExtraBold';
    font-size: 25px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0;
    color: #1ececb;
    background: white;
    border-radius: 50px;
    text-align: center;
}

.div-spoticar-disponible{
    z-index: 9;
    position: absolute;
    bottom: 0;
}

.div-spoticar-disponible p{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 30px;
}

.div-spoticar-disponible p strong{
    font-size: 44px;
}
.div-spoticar-disponible p b{
    margin-left: 200px;
}

@keyframes animationSpoticarCursor1 {
    0%{transform: rotateY(0deg);}
    50%{transform: rotateY(180deg);}
    100%{transform: rotateY(360deg);}
}

@keyframes animationSpoticarCursor2 {
    0%{transform: rotateY(0deg) translateY(0px);}
    50%{transform: rotateY(180deg) translateY(20px);}
    100%{transform: rotateY(360deg) translateY(0px);}
}

@media screen and (max-width: 1180px) {

    .div-spoticar-disponible p{
        font-size: 20px;
    }

    .div-spoticar-disponible p strong{
        font-size: 30px;
    }

    .div-spoticar-disponible p b{
        margin-left: 100px;
    }
}

/*FIN SPOTICAR*/

.services-list-titre {
    padding-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 30px !important;
    font-family: 'AssistantLight';
    text-transform: uppercase;
}

.services {
    width: 100%;
}

.div-boutons-youtube {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

/* GRID */

.grid-container {
    margin: 0 auto;
}

.cols {
    margin: 0 auto;
    /*  max-width: 1000px;*/
}

.col {
    width: 25%;
    height: 250px;
    float: left;
    margin: 0;
    padding: 5px;
}

.col img {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.col h2 {
    font-weight: 900;
    color: #fff;
    text-shadow: black 0px 0 5px;
    padding: 0px 20px;
    font-size: 35px !important;
}

.grid-1 {
    width: 50%;
}

.grid-3 {
    float: right;
    height: 500px;
}

.grid-5 {
    display: table;
}

.grid-5 > * {
    display: table-cell;
}

.grid-5 > .text-container {
    text-align: center;
    vertical-align: middle;
    width: 50%;
}

.grid-5 img {
    object-position: right;
}

.grid-7 {
    width: 50%;
}

@supports (display: grid) or (display: -ms-grid) {
    .grid-area {
        display: grid;
        /*    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));*/
        grid-auto-rows: 250px;
        justify-content: center;
        background-color: white;
    }

    .col {
        width: 100%;
        height: 100%;
        float: none;
    }

    .grid-1 {
        grid-column-end: span 2;
    }

    .grid-3 {
        grid-row-end: span 2;
    }

    .grid-5 {
        grid-column-end: span 2;
    }

    .grid-7 {
        grid-column-end: span 2;
    }
}

/* Media queries for other screen widths */

@media screen and (max-width: 1200px) {
    .col h2 {
        font-size: 25px !important;
    }
}

@media screen and (max-width: 768px) {
    .col h2 {
        font-size: 18px !important;
    }

    figure p {
        display: none;
    }
}

@media screen and (max-width: 450px) {}

/************ Hover effect styles *************/

figure {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}

figure figcaption {
    color: #fff;
    backface-visibility: hidden;
}

figure figcaption::before,
figure figcaption::after {
    pointer-events: none;
}

figure figcaption,
figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Anchor will cover the whole item by default */

/* For some effects it will show as a button */

figure figcaption > a {
    z-index: 100;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}

figure h2 span {
    font-weight: 800;
}

figure h2,
figure p {
    margin: 0;
}

figure button.rww_grid_button {
    background-color: #01a1df;
    border: 2px solid #01a1df;
    border-radius: 50px;
    margin: 0 auto;
    padding: 8px 20px;
    font-weight: bold;
    font-size: smaller;
    color: white;
    text-transform: uppercase;
    transition: all 0.3s;
}

figure p {
    letter-spacing: 1px;
    font-size: smaller;
}

figure figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    content: "";
    opacity: 0;
    transform: translate3d(0, 50%, 0);
}

figure h2 {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    color: #484c61;
    transition: all 0.35s;
    transform: translate3d(0, -50%, 0);
}

figure figcaption::before,
figure p,
figure .grid-button-wrapper {
    transition: all 0.35s;
}

figure .grid-button-wrapper {
    position: absolute;
    bottom: 35%;
    left: 0;
    right: 0;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 20px, 0);
}

figure p {
    position: absolute;
    color: black;
    font-weight: 700;
    font-size: 16px;
    bottom: 0px;
    left: 0;
    right: 0;
    padding-bottom: 3rem;
    width: 100%;
    opacity: 0;
    transform: translate3d(0, 10px, 0);
}

figure:hover h2 {
    background: none;
    color: #fff;
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
}

figure:hover figcaption::before,
figure:hover p,
figure:hover .grid-button-wrapper {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}


#demo_count1,
#demo_count2,
#demo_count3,
#demo_count4,
#demo_count5 {
    margin: 0 !important;
}

.section-slide-avis-clients{
    cursor: grab;
}

.section-slide-avis-clients:active{
    cursor: grabbing;
}

.flex-sous-titre-site{
    position: relative;
    left: -250px;
}

.trait-bleu-tec3web-titre{
    width: 200px;
    height: 3px;
    background-color: #aaa;
    position: relative;
    margin-right: 10px;
    top: -10px;
    left: -20px;
}

.site-internet-div{
    opacity: 0;
}

.site-internet-div-anim{
    animation: animSiteInternetDiv 1s ease-in-out forwards;
}

@keyframes animSiteInternetDiv{
    0%{opacity: 0;}
    100%{opacity: 1;}
}

.row-1-txt{
    padding: 30px 0px;
}

.div-textes-site-internet{
    background-image: linear-gradient(to right, #ebebeb, #f0f0f0, #f5f5f5, #fafafa, #ffffff);;
    position: relative;
    padding: 50px 0px;
}

@keyframes animDivTextesSiteInternet{
    0%{opacity: 0; transform: translateX(-200px);}
    100%{opacity: 1; transform: translateX(0px);}
}

.txt-site-tec3web-anim{
    animation: animDivTextesSiteInternet 1s ease-in-out forwards;
}

.div-textes-site-internet h2{
    font-family: 'AssistantBold';
    font-size: 45px !important;
    color: #303030;
    opacity: 0;
}

.div-textes-site-internet h3{
    font-family: 'AssistantLight';
    font-size: 20px !important;
    color: #303030;
    padding: 5px 0px 0px 20px;
    opacity: 0;
}

.div-textes-site-internet h4{
    font-family: 'AssistantRegular';
    font-size: 25px !important;
    color: #01a1df;
    opacity: 0;
}

.div-textes-site-internet p{
    font-family: 'AssistantRegular';
    font-size: 16px !important;
    color: #808080;
    text-align: justify;
    padding-top: 10px;
    opacity: 0;
}

.div-image-site-internet{
    width: 100%;
    height: 100%;
}

.image-site-internet{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.img-site-internet{
    width: 100%;
}

.site-internet-bouton-acces{
    font-family: 'AssistantExtraBold';
    font-size: 20px;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0;
    color: white;
    background: #01a1df;
    border-radius: 50px;
    text-align: center;
    max-width: 400px;
}

#img_site_pc, #img_site_iphone{
    display: none;
    opacity: 0;
}

.img-site-pc{
    display: block !important;
    animation: animSitePC ease-in-out 1s;
    animation-fill-mode: forwards;
}

@keyframes animSitePC{
    0%{opacity: 0; transform: translateY(200px);}
    100%{opacity: 1; transform: translateY(0px);}
}

.img-site-iphone{
    display: block !important;
    animation: animSiteIphone ease-in-out 1s;
    animation-fill-mode: forwards;
}

@keyframes animSiteIphone{
    0%{opacity: 0; transform: translateX(200px);}
    100%{opacity: 1; transform: translateX(0px);}
}

.showroom-div{
    width: 100%;
    position: relative;
}

.showroom-div video{
    position: relative;
    right: 0;
    bottom: -10px;
    width: 100%;
    height: 100%;
    z-index: -100;
}

.tec3h-btn-showroom i{
    margin-right: 10px;
}

.div-txt-1{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 20px;
    animation: animFadeDown 1s ease-in-out;
    animation-fill-mode: forwards;
}

.div-btn-showroom{
    width: 100%;
    display: flex;
    justify-content: center;
    position: absolute;
    animation: animFadeUp 1s ease-in-out;
    animation-fill-mode: forwards;
}

.a-showroom{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}

.div-div-btn-showroom{
    position: absolute;
    bottom: 100px;
}

.btn-showroom {
    position: relative;
    background-color: #01a1df !important;
    border: none;
    box-shadow: none !important;
    width: 300px;
    height: 60px;
    margin: 20px 10px 0px 10px;
    transition-duration: 0.5s;
}

.btn-showroom span {
    position: relative;
    top: 5px;
    transition-duration: 0.5s;
}

.btn-showroom:hover span {
    padding-right: 40px;
    transition-duration: 0.5s;
}

.btn-showroom:hover .tec3h-btn {
    transform: scale(0);
    transition-duration: 0.5s;
}



@keyframes animFadeDown{
    0%{top: -20px;}
    100%{top: 20px;}
}

/*-----------------------------------------*/
/*                 CAROUSEL                */
/*-----------------------------------------*/

/* Slider */

.slick-slide {
    margin: 0px 50px;
}

.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;
    margin: 50px 0px;
}

.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;
}

.lien-div-clients, .lien-div-clients:hover, .lien-div-clients:active{
    position: absolute;
    width: 100%;
    height: 100%;
    outline: none;
    text-decoration: none;
    cursor: grab;
}

.text-manuel-1,
.text-tec3h-1 {
    animation: animTextTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.text-manuel-2,
.text-tec3h-2 {
    animation: animTextTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}

.text-manuel-3,
.text-tec3h-3 {
    animation: animTextTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
}

.text-manuel-4,
.text-tec3h-4 {
    animation: animTextTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
}

.text-manuel-5,
.text-tec3h-5 {
    animation: animTextTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 4.5s;
}

.text-manuel-6,
.text-tec3h-6 {
    animation: animTextTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 5.5s;
}

.div-text-temps-manuel p {
    font-size: 25px;
    color: #555;
    width: max-content;
}

.div-text-temps-tec3h {
    opacity: 0;
    position: relative;
    top: 120px;
    right: -35px;
}

.div-text-temps-tec3h p {
    font-size: 25px;
    font-weight: bold;
    color: #01a1df;
    width: max-content;
}

@keyframes animTextTemps {
    0% {}

    100% {
        opacity: 1;
    }
}

.titre-service-temps {
    width: max-content;
    opacity: 0;
    transform: translateY(20px);
}

.titre-1 {
    animation: animTitreTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0s;
}

.titre-2 {
    animation: animTitreTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 0.5s;
}

.titre-3 {
    animation: animTitreTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

.titre-4 {
    animation: animTitreTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}

.titre-5 {
    animation: animTitreTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 2s;
}

.titre-6 {
    animation: animTitreTemps 1s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 2.5s;
}

@keyframes animTitreTemps {
    0% {}

    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}

.div-trait-horizontal-temps {
    width: 30%;
}

.div-trait-horizontal-temps2 {
    transform: rotateY(180deg);
    width: 30%;
}

.trait-horizontal-temps {
    border-top: dashed #333 2px;
    height: 0px;
    width: 0%;
    position: relative;
    bottom: 70px;
}

.trait1 {
    animation: animTraitHorizontal 1s ease-in-out;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
}

.trait2 {
    animation: animTraitHorizontal 1s ease-in-out;
    animation-delay: 2.5s;
    animation-fill-mode: forwards;
}

.trait3 {
    animation: animTraitHorizontal 1s ease-in-out;
    animation-delay: 4.5s;
    animation-fill-mode: forwards;
}

@keyframes animTraitHorizontal {
    0% {}

    100% {
        width: 100%;
    }
}

.arrow-schema {
    width: 25px;
    position: relative;
    top: -57px;
    left: -90px;
    opacity: 0;
    animation: animArrow infinite linear 5s;
    animation-delay: 5s;
}

@keyframes animArrow {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: 99%;
    }
}

.arrow-schema-virage-droit {
    width: 25px;
    position: relative;
    left: 0%;
    top: -14px;
    opacity: 0;
    animation: animArrowVirageDroit infinite linear 5s;
    animation-delay: 5s;
}

@keyframes animArrowVirageDroit {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    25% {
        transform: rotate(0);
        left: 82%;
        top: -14px;
    }

    30% {
        opacity: 1;
    }

    32% {
        left: 95.5%;
        top: 20px;
        transform: rotate(90deg);
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    68% {
        left: 95.5%;
        top: 200px;
        transform: rotate(90deg);
    }

    70% {
        opacity: 1;
    }

    75% {
        left: 82%;
        top: 234px;
        transform: rotate(180deg);
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: 0%;
        top: 234px;
        transform: rotate(180deg);
    }
}

.arrow-schema-virage-gauche {
    width: 25px;
    position: relative;
    left: 100%;
    top: -14px;
    opacity: 0;
    transform: rotate(180deg);
    animation: animArrowVirageGauche infinite linear 5s;
    animation-delay: 5s;
}

@keyframes animArrowVirageGauche {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 0;
    }

    25% {
        transform: rotate(180deg);
        left: 11%;
        top: -14px;
    }

    30% {
        opacity: 1;
    }

    32% {
        left: -4%;
        top: 20px;
        transform: rotate(90deg);
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    68% {
        left: -4%;
        top: 200px;
        transform: rotate(90deg);
    }

    70% {
        opacity: 1;
    }

    75% {
        left: 13%;
        top: 234px;
        transform: rotate(0deg);
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        left: 100%;
        top: 234px;
        transform: rotate(0deg);
    }
}

.virage-droit {
    height: 250px;
    width: 16%;
    border-top: dashed #333 2px;
    border-right: dashed #333 2px;
    border-bottom: dashed #333 2px;
    position: absolute;
    right: 18%;
    top: 180px;
    opacity: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    animation: animVirageDroit 2s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 1.5s;
}

@keyframes animVirageDroit {
    0% {}

    100% {
        opacity: 1;
    }
}

.virage-gauche {
    height: 250px;
    width: 16%;
    border-top: dashed #333 2px;
    border-left: dashed #333 2px;
    border-bottom: dashed #333 2px;
    position: absolute;
    left: 18%;
    top: 180px;
    opacity: 0;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    animation: animVirageGauche 2s ease-in-out;
    animation-fill-mode: forwards;
    animation-delay: 3.5s;
}

@keyframes animVirageGauche {
    0% {}

    100% {
        opacity: 1;
    }
}

.modal-content {
    background-color: rgba(0, 0, 0, 0.8) !important;
}

.modal-header {
    flex-direction: column;
    align-items: center;
    justify-content: center !important;
}

.img-gain-de-temps-modal {
    width: 120px;
}

.modal-header h3 {
    color: #01a1df;
}

.modal-body {
    flex-direction: column;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
}

.modal-body p {
    color: white !important;
    text-align: justify !important;
}

.modal-footer {
    justify-content: center !important;
}

.btn-close-modal {
    background-color: #01a1df;
    border: none;
}

.btn-close-modal:hover {
    background-color: #01adff;
}



@media screen and (max-width: 1100px) {
    .div-text-temps-manuel {
        top: 100px;
        left: -25px;
    }

    .div-text-temps-manuel p {
        font-size: 15px !important;
        background-color: white;
    }

    .div-text-temps-tec3h {
        top: 100px;
        right: -15px;
    }

    .div-text-temps-tec3h p {
        font-size: 15px;
        background-color: white;
    }

    .titre-service-temps {
        background-color: white;
    }
}

/* AVIS CLIENTS */

.avis-clients {
    width: 100%;
    background: #f7f7f7;
}

.div-avis-solo {
    padding: 20px;
    width: 360px;
    background-color: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    margin: 20px;
    box-shadow: var(--briks-shadow-1,0 0 10px 0 var(--briks-color-translucid-dark-4,rgba(0,0,0,.1))) !important;
    transition-duration: 0.5s;
}

.div-avis-solo:hover {
    transform: scale(1.05);
    background-color: rgba(255, 255, 255, 1);
}

.div-img-quote {
    width: 100px;
    padding-bottom: 20px;
}

.img-quote {
    width: 100%;
}

.avis-client-text {
    text-align: justify;
    color: #000;
}

.div-img-client {
    width: 130px;
    padding-bottom: 20px;
}

.img-client {
    width: 100%;
    border-radius: 50%;
}

.nom-client {
    margin: 0;
    text-transform: uppercase;
    color: #555;
    font-size: 20px;
    font-weight: bold;
}

.lieu-client {
    margin: 0;
    color: #01a1df;
    text-align: center;
    padding-bottom: 20px;
    font-weight: bold;
}

.lire-la-suite {
    color: #01a1df !important;
    font-weight: bold;
}

.lire-la-suite:hover {
    color: #00668e !important;
}

.border-categorie-bottom1 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.border-categorie-bottom2 {
    padding-bottom: 50px;
}

.btn-avis-clients {
    position: relative;
    background-color: white !important;
    border: none;
    box-shadow: none !important;
    width: 300px;
    border-radius: 50px;
    color: #01a1df !important;
    transition-duration: 0.5s;
}

.btn-partenaires {
    position: relative;
    background-color: #01a1df !important;
    border: none;
    box-shadow: none !important;
    width: 300px;
    height: 60px;
    margin-top: 20px;
    transition-duration: 0.5s;
}

.btn-partenaires span {
    position: relative;
    top: 5px;
    transition-duration: 0.5s;
}

.btn-partenaires:hover span {
    padding-right: 40px;
    transition-duration: 0.5s;
}

.btn-partenaires:hover .tec3h-btn {
    transform: scale(0);
    transition-duration: 0.5s;
}

.tec3h-btn {
    position: relative;
    top: 5px;
    width: 25px;
    margin-right: 10px;
    vertical-align: text-bottom;
    transition-duration: 0.5s;
}

.partenaires {
    padding-bottom: 30px;
}

.partenairesLogo {
    position: relative;
    top: 30px;
    opacity: 0;
    width: 200px;
    transition-duration: 0.5s;
    margin: 10px 30px;
    animation: animPartenaires 1s ease-in-out;
    animation-fill-mode: forwards;
}

.partenairesLogo:hover {
    transition-duration: 0.2s;
    transform: scale(1.2);
}

@keyframes animPartenaires {
    0% {}

    100% {
        top: 0;
        opacity: 1;
    }
}

/* RESPONSIVE */
@media screen and (max-width: 1450px) {
    .banniere-accueil-full-textes{
        width: 60%;
    }

    .banniere-accueil-full-background{
        width: 40%;
    }
}

@media screen and (max-width: 1620px) {
    .div-textes-site-internet h2{
        font-size: 40px !important;
    }
}

@media screen and (max-width: 1450px) {

    .div-textes-site-internet h2{
        font-size: 34px !important;
    }

    .btn-showroom {
        width: 250px;
        height: 50px;
        margin-top: 20px;
    }

    .btn-showroom span {
        font-size: 15px;
        top: 0px;
    }

    .div-div-btn-showroom{
        bottom: 50px;
    }
}

@media screen and (max-width: 1250px) {

    .div-textes-site-internet h2{
        font-size: 27px !important;
    }

    .div-textes-site-internet h3{
        font-size: 18px !important;
    }

    .div-textes-site-internet strong{
        font-size: 16px !important;
    }

    .banniere-accueil-full-textes {
        width: 100%;
        text-align: center;
        align-items: center;
    }

    .banniere-accueil-full-background{
        display: none;
    }

    .h1-titre-banniere{
        text-align: center;
    }

    .div-banniere-spoticar{
        flex-direction: column;
    }

    .div-logo-spoticar{
        order: 1;
        margin: 10px;
        width: 100%;
        padding-top: 0px;
    }

    .div-logo-spoticar img{
        width: 60%;
        min-width: 400px;
        max-width: 90%;
    }

    .div-logo-spoticar p{
        white-space: nowrap;
        width: 60%;
        min-width: 400px;
        max-width: 90%;
    }

    .div-spoticar-diffusion{
        order: 2;
        margin: 10px;
        white-space: nowrap;
        width: 100%;
    }

    .div-spoticar-diffusion p{
        width: 60%;
        min-width: 400px;
        max-width: 90%;
    }

    .div-spoticar-documents{
        order: 3;
        margin: 10px;
        white-space: nowrap;
        width: 100%;
    }

    .div-spoticar-documents p{
        width: 60%;
        min-width: 400px;
    }
}

@media screen and (max-width: 1150px) {

    .compteurs-tec3h {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}

@media screen and (max-width: 991px) {

    .flex-sous-titre-site{
        position: relative;
        left: -250px;
    }

    .div-textes-site-internet{
        padding: 50px;
    }

    .div-textes-site-internet{
        background-image: linear-gradient(to bottom, #ebebeb, #f0f0f0, #f5f5f5, #fafafa, #ffffff);;
    }

    .img-site-internet {
        max-width: 600px;
    }

    .row-1-txt{
        padding: 0px;
    }

    .videoLogiciel {
        width: 500px;
        height: 285px;
    }

    .col h2 {
        font-size: 21px !important;
        padding: 5px;
    }

    .h1-titre-banniere {}

    .img-logo-banniere {
        width: 90%;
        max-width: 500px;
    }

    .decoration-titre {
        width: 50px;
    }

    .services-list-titre {
        font-size: 20px !important;
    }

    @keyframes animArrowVirageDroit {
        0% {
            opacity: 0;
        }

        10% {
            opacity: 1;
        }

        20% {
            opacity: 0;
        }

        25% {
            transform: rotate(0);
            left: 78%;
            top: -14px;
        }

        30% {
            opacity: 1;
        }

        32% {
            left: 92%;
            top: 20px;
            transform: rotate(90deg);
        }

        40% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        60% {
            opacity: 0;
        }

        68% {
            left: 92%;
            top: 200px;
            transform: rotate(90deg);
        }

        70% {
            opacity: 1;
        }

        75% {
            left: 78%;
            top: 234px;
            transform: rotate(180deg);
        }

        80% {
            opacity: 0;
        }

        90% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            left: 0%;
            top: 234px;
            transform: rotate(180deg);
        }
    }


    @keyframes animArrowVirageGauche {
        0% {
            opacity: 0;
        }

        10% {
            opacity: 1;
        }

        20% {
            opacity: 0;
        }

        25% {
            transform: rotate(180deg);
            left: 7%;
            top: -14px;
        }

        30% {
            opacity: 1;
        }

        32% {
            left: -8%;
            top: 20px;
            transform: rotate(90deg);
        }

        40% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        60% {
            opacity: 0;
        }

        68% {
            left: -8%;
            top: 200px;
            transform: rotate(90deg);
        }

        70% {
            opacity: 1;
        }

        75% {
            left: 9%;
            top: 234px;
            transform: rotate(0deg);
        }

        80% {
            opacity: 0;
        }

        90% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            left: 100%;
            top: 234px;
            transform: rotate(0deg);
        }
    }
}

@media screen and (max-width: 767px){
    .div-boutons-youtube {
        flex-direction: column;
    }
}

@media screen and (max-width: 690px) {

    .btn-showroom {
        width: 250px;
        height: 50px;
        margin-top: 20px;
    }

    .btn-showroom span {
        font-size: 15px;
        top: 0px;
    }

    .div-div-btn-showroom{
        bottom: 20px;
    }
}

@media screen and (max-width: 650px) {

    @keyframes animArrowVirageDroit {
        0% {
            opacity: 0;
        }

        10% {
            opacity: 1;
        }

        20% {
            opacity: 0;
        }

        25% {
            transform: rotate(0);
            left: 76%;
            top: -14px;
        }

        30% {
            opacity: 1;
        }

        32% {
            left: 90%;
            top: 20px;
            transform: rotate(90deg);
        }

        40% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        60% {
            opacity: 0;
        }

        68% {
            left: 90%;
            top: 200px;
            transform: rotate(90deg);
        }

        70% {
            opacity: 1;
        }

        75% {
            left: 76%;
            top: 234px;
            transform: rotate(180deg);
        }

        80% {
            opacity: 0;
        }

        90% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            left: 0%;
            top: 234px;
            transform: rotate(180deg);
        }
    }


    @keyframes animArrowVirageGauche {
        0% {
            opacity: 0;
        }

        10% {
            opacity: 1;
        }

        20% {
            opacity: 0;
        }

        25% {
            transform: rotate(180deg);
            left: 7%;
            top: -14px;
        }

        30% {
            opacity: 1;
        }

        32% {
            left: -20px;
            top: 20px;
            transform: rotate(90deg);
        }

        40% {
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        60% {
            opacity: 0;
        }

        68% {
            left: -20px;
            top: 200px;
            transform: rotate(90deg);
        }

        70% {
            opacity: 1;
        }

        75% {
            left: 7%;
            top: 234px;
            transform: rotate(0deg);
        }

        80% {
            opacity: 0;
        }

        90% {
            opacity: 1;
        }

        100% {
            opacity: 0;
            left: 100%;
            top: 234px;
            transform: rotate(0deg);
        }
    }

    .div-logo-spoticar p{
        font-size: 18px;
        min-width: 70%;
    }

    .div-spoticar-diffusion p{
        font-size: 18px;
        min-width: 70%;
    }

    .div-spoticar-documents p{
        font-size: 18px;
        min-width: 70%;
    }
}

@media screen and (max-width: 591px) {

    .btn-showroom {
        width: 158px;
        height: 40px;
        margin-top: 20px;
    }

    .btn-showroom span {
        font-size: 10px;
        top: -6px;
    }

    .div-div-btn-showroom{
        bottom: 10px;
    }

    .h1-titre-banniere {
        font-size: 25px !important;
    }
}

