<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***COYOTE SYSTEME DESIGN CSS****/
html {
width: 100%;
height: 100%;
-ms-touch-action: manipulation;
touch-action: manipulation;
}
Body {
background-color:#1E1E23;
color:#fff;
overflow: hidden;
transition: all 700ms ease;
}
body{
background-color: #1E1E23;
/*height: calc(100vh * 5.45);*/
}

/***********************************
NAVIGATION
/**********************************/

.coyote-layout header{
min-height:64px;
}
.coyote-layout header .navbar-default {
background-color: #1e1e23;
min-height: 64px;
border-radius: 0;
border:none;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
.coyote-layout header .navbar-toggle {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.coyote-layout header .navbar-default .container-fluid{
    height: 64px;
    display: flex;
    align-items: center;
    padding-right: 0;
}
.coyote-layout header .navbar-brand  img{
    max-width: 132px;
    margin-left: 15px;
    padding-left: 15px;
    margin-top:0!important;
}
.coyote-layout header .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    width: 100%;
}
.coyote-layout header .navbar-default .navbar-nav &gt; li &gt; a {
    color: rgba(255,255,255,0.8);
    line-height: 34px;
    position:relative;
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'gotham';
}
.coyote-layout header .navbar-default .navbar-nav &gt; li.demo {
   margin:10px 15px;
}
.coyote-layout header .navbar-default .navbar-nav &gt; li &gt; a.btn-cta {
    margin-top:0;
    padding-top:5px;
    padding-bottom:5px;
    color:#000;
    border-radius: 2px;
}
.coyote-layout header .navbar-default .navbar-nav &gt; li &gt; a.btn-cta:hover {
   background:#64e61e;
   color:#fff;
}

/*.coyote-layout header  .navbar-nav &gt; li {*/
/*    margin: 0 10px;*/
/*}*/
.coyote-layout header  .navbar-nav &gt; li.monCompteNav {
    margin: 0;
}
.monCompteNav{
    background:#292929;
}

.coyote-layout header .navbar-default .navbar-nav &gt; li.monCompteNav a {
    color:#fff;
}
.submenuSolution{
position:fixed;
top:64px;
left:0;
width:100%;
background:#1e1e23;
min-height:auto;
z-index:99999999999;
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
/*.block-solution{*/
/*    display: flex;*/
/*    align-items: center;*/
/*    border-top:1px solid #000;*/
/*}*/
.block-solution a{
    color: #fff;
    display: inline-block;
    min-width: 255px;
}
.block-solution a img{
    max-width: 75px;
    margin-bottom: 14px;
 }
.subMenuItem{
    padding:37px 16px;
    flex:1;
    text-align:center;
}
.subMenuItem:hover{
   background:#000;
}
/*.coyote-layout header .navbar-collapse.collapse {*/
/*        display: none !important;*/
.sup-only-mobile{
        display:initial;
}

/**-MEDIA QUERIES NAVBAR***/
@media (min-width:1300px){
    .coyote-layout header .navbar-collapse.collapse {
        display: block;
    }
    .coyote-large--only-nav{
        display:block;
    }
    .coyote-small--only-nav{
        display:none!important;
    }
    .coyote-layout header .navbar-default .navbar-nav.left &gt; li &gt; a:after {
    content:"";
    position:absolute;
    height:3px;
    width:0;
    background:#64e61e;
    bottom:0;
    left:0;
    transition:all 0.3s ease;
    }
    .coyote-layout header .navbar-default .navbar-nav.left &gt; li &gt; a:hover {
        color: rgba(255,255,255,1);
        line-height: 34px;
    }
    .coyote-layout header .navbar-default .navbar-nav.left &gt; li &gt; a:hover:after {
       content:"";
        position:absolute;
        height:3px;
        width:100%;
        background:#64e61e;
        bottom:0;
        left:0;
    }
}
@media (max-width:1299px){
    .coyote-large--only-nav{
        display:none;
    }
    .coyote-small--only-nav{
        display:block;
    }
    .navbar-toggle {
        display: block;
        margin-right:0;
    } 
    
    .coyote-layout header .container-fluid .navbar-nav.mobile {
        float: right;
        margin: 0;
        display: flex;
        margin-right: -31px;
        height:64px;
    }
    .coyote-layout header .navbar-default .navbar-nav.mobile &gt; li &gt; a.btn-cta {
        font-size: 12px;
        font-weight:bold;
    }
    .coyote-layout header .container-fluid &gt; .navbar-header .nav &gt; li {
        position: relative;
        display: block;
    }
    .coyote-layout header .container-fluid &gt; .navbar-header .navbar-nav.mobile &gt; li.monCompteNav {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 64px;
    }
   
    .coyote-layout header .container-fluid  .navbar-header {
        float: none;
    }
    .coyote-layout header .container-fluid .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        -webkit-overflow-scrolling: touch;
        border-top: 1px solid transparent;
        -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
    }
    .coyote-layout header .container-fluid  .navbar-nav {
        float: none;
        margin: 7.5px -15px;
    }
    .coyote-layout header .container-fluid .navbar-nav &gt; li {
        float: none;
        padding: 0;
    }
    .coyote-layout header .container-fluid &gt; .navbar-header{
        width:100%;
    }
     .coyote-layout header .navbar-collapse.collapse{
        display: none!important;
    }
    .coyote-layout header .navbar-collapse.collapse.in {
        display: block!important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #000;
        background: #1e1e23;
        margin-right: 0px;
        min-width: 103%;
    }
    .coyote-layout header .navbar-default .container-fluid {
        display: block;
    }
    .coyote-layout header .navbar-brand img {
        max-width: 167px;
        margin-left: 0;
        padding: 14px;
    }
   .coyote-layout header .container-fluid &gt; .navbar-header, .coyote-layout header .container-fluid &gt; .navbar-collapse {
        margin-right: -15px;
        margin-left: -15px;
        padding-right: 16px;
    }
    .coyote-layout header .navbar-default .navbar-toggle {
        border-color: none;
        margin-top: 15px;
    }
    .coyote-layout header .navbar-toggle span.icon-bar{
        transition: all 0.3s ease;
    }
    .coyote-layout header .navbar-toggle[aria-expanded="true"] span.icon-bar.first{
        transform: rotate(-45deg);
        margin-top: 7px;
    }
    .coyote-layout header .navbar-toggle[aria-expanded="true"] span.icon-bar:last-child{
        opacity: 0;
        transform: rotate(45deg);
      
    }
    .coyote-layout header .navbar-toggle[aria-expanded="true"] span.icon-bar.middle{
        transform: rotate(45deg);
        margin-top: -2px;
    }
    
    .coyote-layout header .navbar-default .navbar-toggle:hover, .coyote-layout header .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    }
    .coyote-layout header .navbar-default .navbar-toggle:hover .icon-bar,.coyote-layout header .navbar-default .navbar-toggle:focus .icon-bar{
        background-color: #fff;
    }
}
@media (max-width: 485px){
    .coyote-layout header .navbar-default .navbar-nav.mobile &gt; li &gt; a.btn-cta {
        font-size: 12px;
        min-width: auto;
        width: auto;
    }
    .sup-only-mobile{
        display:none!important;
    }
    .coyote-layout header .navbar-brand img {
        max-width: 145px;
        margin-left: 0;
        padding: 18px;
    }

}

/**********************************/
/**********************************/
/**header nav**/
ul.submenu li:first-child {
    border-top: none;
    margin-top: 5px;
}
.header_content {
    max-width: 100%;
    margin: 0 auto;
    height: 60px;
    padding-top: 5px;
    background: #1e1e23;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 10000;
}
.espaceclient {
    margin-right: 37px!important;
}
.headerDemo {
    padding: 8px 0;
    margin-right: 25px;
    cursor: pointer;
    position: relative;
}
.headerDemo:after {
    content: "";
    height: 1px;
    width: 100%;
    background: #64e61e;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*******************************/
#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}
._pattern-overlay { 
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0.65;
    bottom: 0;
    z-index: 1;
    background-image: linear-gradient(to right, #000000 36%, #000000 214%);
}

.text-center{
text-align:center;
}
.reassurance p{
color:#333;
font-size: 13px;
margin-bottom: 0;
}

.coyote-layout--small-screen-only {
display: none !important;
}


.coyote-layout__container {
position: absolute;
width: 100%;
height: 100%;
}
.coyote-layout {
width: 100%;
height: 100%;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
overflow-y: auto;
overflow-x: hidden;
position: relative;
-webkit-overflow-scrolling: touch;
}
.coyote-layout__content {
-ms-flex: 0 1 auto;
position: relative;
display: inline-block;
overflow-y: auto;
overflow-x: hidden;
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
z-index: 1;
-webkit-overflow-scrolling: touch;
margin-top: 60px;
}

.card-secure{
    
    padding: 26px;
    text-align: center;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.21);
    box-shadow: 0 10px 10px 1px rgba(0,0,0,.14), 0 6px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
    transition: all 0.4s ease;
    border-radius:0;
    }
.card-secure:hover{
    border: 1px solid #000;
   transform:scale(1.1);
   border:1px solid #64e61e;
   border-radius:5px;
}

.goToContact{
    position: fixed;
    top: 60px;
    height: 35px;
    background: #64e61e;
    z-index: 3;
    color: #333;
    font-size: 14px;
    line-height:35px;
    padding:0 15px;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
}
.goToContact:hover {
    height: 35px;
    /*background: #51b919;*/
    cursor:pointer;
   
}
a .goToContact {
    color: #333;
    font-family:"gotham bold",arial, helvetica, sans-serif;
}
a:hover .goToContact {
    color: #fff;
    font-family:"gotham bold",arial, helvetica, sans-serif;
}

/* TITLES &amp; P */
div h1, div h2, div h3{
text-transform: uppercase;
}

div h1{
font-size:50px;
line-height: 1.1;
letter-spacing: -.02em;
margin: 24px 0;
padding: 0;
}

.hero h1{
font-weight: 800;
text-shadow: 0px 3px 0 rgba(0, 0, 0, 0.36);
text-align: left;
}
.hero img{
    max-width:80%;
}
div h3{
color: #fff;
font-size:34px;
line-height: 40px;
margin:24px 0;
}
body p {
color: rgba(255, 255, 255, 0.80);
font-size: 16px;
}
section li {
    list-style-type: square!important;
}
/*FORM */

.img-logo-hero{
    max-width: 300px;
}
/* GRID CONTENT */
.coyote-grid {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-flow: row wrap;
-ms-flex-flow: row wrap;
flex-flow: row wrap;
margin: 0 auto;
-webkit-align-items: stretch;
-ms-flex-align: stretch;
align-items: stretch;
}
.coyote-cell {
margin: 8px;

}

section{
min-height:100vh;
display:flex;
align-items:center;
position:relative;
/*background: #1E1E23;*/
}

.content{
height: -webkit-fill-available;
display: flex;
align-items: center;
}

.coyote-card__supporting-text {
line-height: 18px;
overflow: hidden;
padding: 16px;
}

.size-container {
max-width: 1440px;
width: 100%;
margin: 0 auto;
display:flex;
align-items:center;
}
/*CONTACT*/

/* BUTTONS */

.coyote-button--raised {
background: rgba(158,158,158,.2);
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.coyote-button {
background: 0 0;
border: none;
color: #000;
position: relative;
min-height: 36px;
margin: 0;
min-width: 64px;
padding: 0 16px;
display: inline-block;
font-family: "Gotham bold","Helvetica","Arial",sans-serif;
font-size: 14px;
font-weight: 500;
text-transform: uppercase;
letter-spacing: 0;
overflow: hidden;
will-change: box-shadow;
transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
outline: none;
cursor: pointer;
text-decoration: none;
text-align: center;
line-height: 36px;
vertical-align: middle;
}
.btn-cta {
background: #64e61e;
padding: 15px 25px;
font-weight: 700;
margin-top: 30px;
display: inline-block;
min-width: 150px;
}
.btn-cta:hover {
background-color: #64e61e;
box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
text-decoration:none;
}
.btn-cta-secondary{
padding: 15px 25px;
font-weight: 700;
margin-top: 30px;
display: inline-block;
min-width: 150px;
cursor:pointer;
border:1px solid #64e61e;
}
.contact .coyote-button.coyote-button--colored {
color: #64e61e;
margin: 0 auto;
display: block;
}
.block-wrapper.contact{
    display:block;
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
}
.block-wrapper.contact ul {
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.block-wrapper.contact ul li {
    margin: 8px; 
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    font-weight: 400;
    min-height: 200px;
    overflow: hidden;
    width: 330px;
    z-index: 1;
    position: relative;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: #F5F6F7!important;
    /*box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);*/
    border: 1px solid #f5f6f7
}
.block-wrapper.contact .block {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}
.block-wrapper.contact button.base,.block-wrapper.contact a.base,.block-wrapper.contact input[type='submit'].base {
    display: block;
    border:none;
    color: #000000!important;
    background-color: #e6e6e6!important;
    background: 0 0;
    border: none;
    position: relative;
    min-height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Gotham bold","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}
.block-wrapper.contact button.base:hover{
       background: #64e61e!important;
}
.block-wrapper.contact ul li &gt; p {
    height: auto!important;
    padding: 16px!important;
    font-size: inherit!important;
    color: #555555;
}
.block-wrapper.contact ul li .numb-urgence {
    border-color: #64e61e !important;
    background-color: #64e61e!important;
    color: #000!important;
    
}
.block-wrapper.contact ul li .numb-urgence:hover {
box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
background-color: #64e61e!important;
color: #333!important;
}
.block-wrapper.contact ul li .phone-number {
    height: auto;
    margin-top: 0;
  }
  
  

.block-wrapper.contact .form-base {
    text-align: left;
    position: relative;
    /*background: #1e1e23;*/
    color: #fff;
    top: 0px;
    padding-top: 35px;
}
/*.block-wrapper.contact .form-base:before{*/
/*content:'';*/
/*position:absolute;*/
/*top:0;*/
/*width: 0; */
/*height: 0; */
/*border-left: 20px solid transparent;*/
/*border-right: 20px solid transparent;*/
/*border-top: 20px solid #000;*/
/*left: calc(50% - 20px)*/
/*}*/
.block-wrapper.contact .form-base form fieldset.radio-buttons input[type="radio"] + label:before {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 2px;
    height: 20px;
    width: 20px;
    border-radius: 14px;
    border: 1px solid #000000;
    box-shadow: none;
    cursor: pointer;
}
.block-wrapper.contact .form-base form fieldset.radio-buttons input[type="radio"] + label {
    position: relative;
    display: inline-block;
    padding: 0px 0 0 35px;
    font-weight: 300;
    margin: 0 0 10px 0;
    width: calc(33.33% - 28px);
    color: #000;
}
.block-wrapper.contact h4{
    font-size: 18px;
    margin-bottom: 25px;
    font-family: 'gotham bold',helvetica, arial;
    color: black;
}
.block-wrapper.contact .form-base form label {
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    color: #000;
}
.block-wrapper.contact .blockNew2 ul li {
    text-align: center;
    line-height: 1.2em;
    background-color: rgba(255, 255, 255, 0.50)!important;
    background-position: center 50px;
    color:#000;
    position: relative;
    transition: all .4s ease;
    max-width:330px;
    margin: 8px;
    padding:26px;
    min-height: 302px;
}
.block-wrapper.contact .blockNew2 ul li:hover {
   box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
    box-sizing: border-box;
}
.block-wrapper.contact .form-base .blockNew2 ul li h3 {
    color: #333;
    font-size: 15px;
    line-height: 25px;
}
.block-wrapper.contact .form-base .blockNew2 ul li &gt; p{
    color:#000;
    font-size: 13px!important;
}
.block-wrapper.contact .form-base .blockNew2 ul li &gt; img{
    width: 100px;
    height: auto;
    margin: 0 auto;
}
    
.block-wrapper.contact .form-base .blockNew2 ul label input:checked ~ li{
    background:#fff!important;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
}
.block-wrapper.contact .form-base .blockNew2 ul label input:checked ~ li .fa-check{
    display: block!important;
    font-size: 30px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    color: #64e61e;
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
    padding: 5px;
    border-radius: 50%;
}
.block-wrapper.contact .form-base form input[type='submit'].trigger-verif{
    background:#64e61e!important;
    color:#000!important;
    display: block;
}
.block-wrapper.contact .form-base form input[type='submit'].trigger-verif:hover{
   box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
}
.block-wrapper.contact .form-base form input[type='text'], .block-wrapper.contact .form-base form input[type='email'], .block-wrapper.contact .form-base form textarea{
color: #000!important;
}
 .block-wrapper.contact .form-base form textarea{
 padding:10px 15px;
 }
/* CONTENT HERO ****************************/
section.hero {
background: url(https://business.moncoyote.com/CMS/uploads/FR/images/pages/hero-fleet.jpg)center center/cover;
background-attachment: fixed;
min-height: calc(100vh - 60px);
}
section.hero.secure {
background: url(/CMS/uploads/FR/images/pages/secu2.jpg)center center/cover;
background-attachment: fixed;
min-height: calc(100vh - 60px);
}
section.hero.alerting {
background: url('/CMS/uploads/FR/images/pages/bg-hero-alerting.jpg') center center/cover;
min-height: 709px;
height: 709px;
max-height: 100%;
}
.black-bg{
background:#000;
}
/**VIDEO***/
.coyote-video video, .coyote-video-2 video, .coyote-video-3 video{
    position: absolute;
    top: 0;
    left: 0;
    max-height: calc(100vh - 60px);
    z-index: 2;

}
.close-video, .close-video-2, .close-video-3{
    position: absolute;
    z-index:999;
    top:15px;
    right: 15px;
    cursor: pointer;
    right: 50px;
    cursor: pointer;
    color: white;
    transition:  all 0.3s  cubic-bezier(.49,.22,.52,1.35);
    display: flex;
    align-items: center;
}

.close-video:hover,.close-video-2:hover,.close-video-3:hover{
    background:black;
    transform:scale(1.2);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
}

/*BOX SHADOW*/
.coyote-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
}
.img-hover{
    transition: all 700ms ease;
    cursor:pointer;
}
.img-hover:hover{
    transform:scale(1.1);
}
/*CARDS*/
.coyote-card {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
font-size: 16px;
font-weight: 400;
min-height: 200px;
overflow: hidden;
width: 330px;
z-index: 1;
position: relative;
background: #fff;
border-radius: 2px;
box-sizing: border-box;
}
.coyote-card--expand {
-webkit-flex-grow: 1;
-ms-flex-positive: 1;
flex-grow: 1;
}

.coyote-card__title {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
color: #000;
display: block;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: stretch;
-ms-flex-pack: stretch;
justify-content: stretch;
line-height: normal;
padding: 16px;
-webkit-perspective-origin: 165px 56px;
perspective-origin: 165px 56px;
-webkit-transform-origin: 165px 56px;
transform-origin: 165px 56px;
box-sizing: border-box;
}
.coyote-card__actions.coyote-card--border {
border-top: 1px solid rgba(0,0,0,.1);
}

.coyote-card__actions {
font-size: 16px;
line-height: normal;
width: 100%;
background-color: transparent;
padding: 8px;
box-sizing: border-box;
}

.pastille{
    display: inline-flex;
    align-items: center;
    background: rgba(80, 80, 90, 0.4);
    padding: 15px;
    border-radius: 10px;
    position: relative;
    bottom: 20px;
    left: 0;
}

/*CTA*/
.btn-play {
    display: flex;
    align-items: center;
    font-size: 1.5em;
    color: #64e61e;
    font-weight: 600;
    cursor: pointer;
    margin-top: 35px;
    text-transform: uppercase;
}
.btn-play i{
font-size: 1.5em;
}
.btn-play:hover span{
text-decoration:underline;
}

/*PATH*/
.routing{
position: absolute;
left: calc(50% - 25px);
bottom: 27px;
max-width: 100px;
}
.routing:before{
    content: "";
    width: 130px;
    height: 3px;
    border-bottom: 3px dotted rgba(0, 0, 0, 0.60);
    position: absolute;
    left: -79%;
    bottom: 24px;
    transform: rotate(90deg);
    margin: 0 auto;
    display: -webkit-box;
    z-index: 0;
}
.routingLarge:before{
    content: "";
    width: 225px;
    height: 3px;
    border-bottom: 3px dotted rgba(0, 0, 0, 0.60);
    position: absolute;
    left: -175%;
    bottom: 24px;
    transform: rotate(90deg);
    margin: 0 auto;
    display: -webkit-box;
    z-index: 0;
}
.routing:after{
content: "";
width: 13px;
height: 0px;
border-bottom: 3px dotted #64e61e;
position: absolute;
top: -36px;
left: 19px;
transform: rotate(90deg);
z-index: 0;
-webkit-animation: kit 2s infinite;
-moz-animation: kit  2s infinite;
-o-animation: kit  2s infinite;
animation: kit 2s infinite;
transition-timing-function: ease;
}

.routingLarge:after{

content: "";
width: 13px;
height: 0px;
border-bottom: 3px dotted #64e61e;
position: absolute;
top: -83px;
left: 19px;
transform: rotate(90deg);
z-index: 0;
-webkit-animation: kitLarge 2s infinite;
-moz-animation: kitLarge 2s infinite;
-o-animation: kitLarge 2s infinite;
animation: kitLarge 2s infinite;
transition-timing-function: ease;

}
@keyframes kit {
   0% {
        opacity:0.2;
        box-shadow: 0 0 -10px #64e61e;
      
    }
    15% {
        opacity:0.4;
        box-shadow: 0 0 10px #64e61e;
      
    }
    25% {
        opacity:0.6;
        box-shadow: 0 0 20px #64e61e;
      
    }
    50% {
        opacity:1;
        box-shadow: 0 0 20px #64e61e;
      
    }
    65% {
        opacity:0.6;
        box-shadow: 0 0 20px #64e61e;
      
    }
    75% {
        opacity:0.4;
        box-shadow: 0 0 10px #64e61e;
      
    }
    
    100% {
       top: 82px;
       opacity:0.2;
       box-shadow: 0 0 -10px #64e61e;
    }
}

@-webkit-keyframes kit {
    0% {
        opacity:0.2;
      
    }
    15% {
        opacity:0.4;
      
    }
    25% {
        opacity:0.6;
      
    }
    50% {
        opacity:1;
      
    }
    65% {
        opacity:0.6;
      
    }
    75% {
        opacity:0.4;
      
    }
    
    100% {
       top: 82px;
       opacity:0.2;
    }
}

@keyframes kitLarge {
   0% {
        opacity:0.2;
        box-shadow: 0 0 -10px #64e61e;
      
    }
    15% {
        opacity:0.4;
        box-shadow: 0 0 10px #64e61e;
      
    }
    25% {
        opacity:0.6;
        box-shadow: 0 0 20px #64e61e;
      
    }
    50% {
        opacity:1;
        box-shadow: 0 0 20px #64e61e;
      
    }
    65% {
        opacity:0.6;
        box-shadow: 0 0 20px #64e61e;
      
    }
    75% {
        opacity:0.4;
        box-shadow: 0 0 10px #64e61e;
      
    }
    
    100% {
       top: 130px;
       opacity:0.2;
       box-shadow: 0 0 -10px #64e61e;
    }
}

@-webkit-keyframes kitLarge {
    0% {
        opacity:0.2;
      
    }
    15% {
        opacity:0.4;
      
    }
    25% {
        opacity:0.6;
      
    }
    50% {
        opacity:1;
      
    }
    65% {
        opacity:0.6;
      
    }
    75% {
        opacity:0.4;
      
    }
    
    100% {
       top: 130px;
       opacity:0.2;
    }
}

/*
K-2000
*******************/


/* :not(:required) hides these rules from IE9 and below */
.throbber:not(:required) {
  -webkit-animation: throbber 2000ms 300ms infinite ease-out;
  -khtml-animation: throbber 2000ms 300ms infinite ease-out;
  -moz-animation: throbber 2000ms 300ms infinite ease-out;
  -ms-animation: throbber 2000ms 300ms infinite ease-out;
  -o-animation: throbber 2000ms 300ms infinite ease-out;
  animation: throbber 2000ms 300ms infinite ease-out;
  background: rgba(95, 230, 0, 0.37);
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  width:  0.2em;
  height:  0.2em;
  margin: 0 0.5em;
}
.throbber:not(:required):before, .throbber:not(:required):after {
  background: rgba(95, 230, 0, 0.37);
  content: '\x200B';
  display: inline-block;
  width: 0.2em;
  height:  0.2em;
  position: absolute;
  top: 0;
}
.throbber:not(:required):before {
  -webkit-animation: throbber 2000ms 150ms infinite ease-out;
  -khtml-animation: throbber 2000ms 150ms infinite ease-out;
  -moz-animation: throbber 2000ms 150ms infinite ease-out;
  -ms-animation: throbber 2000ms 150ms infinite ease-out;
  -o-animation: throbber 2000ms 150ms infinite ease-out;
  animation: throbber 2000ms 150ms infinite ease-out;
  left: -0.5em;
}
.throbber:not(:required):after {
  -webkit-animation: throbber 2000ms 450ms infinite ease-out;
  -khtml-animation: throbber 2000ms 450ms infinite ease-out;
  -moz-animation: throbber 2000ms 450ms infinite ease-out;
  -ms-animation: throbber 2000ms 450ms infinite ease-out;
  -o-animation: throbber 2000ms 450ms infinite ease-out;
  animation: throbber 2000ms 450ms infinite ease-out;
  right: -0.5em;
}
/******/

.rounding-routing{
color: #64e61e;
color: #64e61e;
height: 50px;
width: 50px;
border-radius: 50%;
border: 1px solid #64e61e;
display: flex;
align-items: center; 
background: #1E1E23;
position: relative;
z-index:1;
}
.routing i{
margin: 0 auto;
font-size: 1em;
}

/* SECTION TEXT ****************************/
.sectiontext{
min-height:40vh;
box-shadow: 0 -10px 22px 1px rgba(0,0,0,.14), 0px -29px 14px -14px rgba(0,0,0,.12), 0 -6px 5px -3px rgba(0,0,0,.2);
text-align: center;
justify-content: center;
}
.sectiontext.secure{
min-height:60vh;
}
.sectiontext .content-img{
max-width: 200px;
margin: 0 auto;
margin-top: 45px;
}

/* SECTION ALTERNATE SECTIONS **************/
.section-align{
align-items:center;
}
/*.part3{
    background: url(/CMS/uploads/FR/images/pages/geoloc.jpg)center center/cover;
    min-height: 100vh;
}*/
.part4{
/* background: url(/CMS/uploads/FR/images/pages/flotte.jpg)center center/cover;*/
box-shadow: 0 10px 10px 1px rgba(0,0,0,.14), 0 6px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
z-index: 2;
}
.part5{
    background: url(/CMS/uploads/FR/images/pages/secu2.jpg)center center/cover;
    min-height: 100vh;
}





/* CONTACT *********************************/
.bg-contact h2{
    color:#000;
}
.bg-contact section {
min-height: 50vh;
padding-bottom: 55px;
justify-content: center;
}
.contact .coyote-card {
background: #1e1e23;
}
.call.coyote-card__title {
background: url(/CMS/uploads/FR/images/pages/contact/call.png) top center/contain;
background-repeat: no-repeat;
margin: 25px 0;
height: 80px;
}
.sav.coyote-card__title {
background: url(/CMS/uploads/FR/images/pages/contact/tobecalled.png) top center/contain;
background-repeat: no-repeat;
margin: 25px 0;
height: 80px;
}
.estimate.coyote-card__title {
background: url(/CMS/uploads/FR/images/pages/contact/estimate.png) top center/contain;
background-repeat: no-repeat;
margin: 25px 0;
height: 80px;
}
.vol.coyote-card__title {
background: url(/CMS/uploads/FR/images/pages/contact/picto%20vol.png) top center/contain;
background-repeat: no-repeat;
margin: 25px 0;
height: 80px;
}

.contact .coyote-card:last-child .coyote-button.coyote-button--colored {
color: #1E1E23;
background: #64e61e;
}
.bg-contact{
background:#000;
}

/* QUERIES ********************************/
@media only screen and (min-width:1200px){
    
    /* width */
    ::-webkit-scrollbar {
    width: 2px;
     }
  
    /* Track */
    ::-webkit-scrollbar-track {
    background: #202021; 
     }
   
    /* Handle */
    ::-webkit-scrollbar-thumb {
    background: /*#1E1E23*/#64e61e; 
    border-radius: 20px;
     }
  
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
    background: #64e61e; 
    }
  
    #scrollbubble {
    display: none;
    position: fixed;
    top: 0;
    right: 20px;
    z-index: 500;
    padding: 3px 8px;
    background-color: #000;
    color: #FFF;
    border-radius: 3px;     
    box-shadow: 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12), 0 5px 5px -3px rgba(0,0,0,.2);
    margin-top: 65px;
    }
    
    #scrollbubble span{
    height:15px;
    width:15px;
    color:white;
    transition: all 1.4s  cubic-bezier(.49,.22,.52,1.35);
    }

    #scrollbubble:after {
    content: " ";
    position: absolute;
    top: 50%;
    right: -8px;
    height: 0;
    width: 0;
    margin-top: -4px;
    border: 4px solid transparent;
    border-left-color: #000;
    }
}
@media screen and (max-width: 1000px){
.block-wrapper.contact ul li {
    padding: 150px 40px 40px 40px;
}
}

@media (min-width: 840px){
    .coyote-grid {
    padding: 8px;
    }
}
@media (max-width: 839px){
    .coyote-layout--large-screen-only {
    display: none!important;
    }
    .coyote-layout--small-screen-only {
    display: block !important;
    }
    .hero .coyote-layout--small-screen-only {
    display: inline-flex !important
    }
    section.hero .size-container {
    margin-top: 0px;
    }
    .size-container {
    display: block;
    padding: 26px;
    margin-top: 30px;
    }
    .size-container.contact {
    display: flex;
    }
    section.hero{
        min-height:calc(100vh - 120px);
        max-height:calc(100vh - 120px);
    }
}
@media (max-width:768px){
.block-wrapper.contact ul li button.base {
    width: 100%;
    margin: 0 auto;
}
.hero h1 {
    text-align: center;
    font-size: 45px;
}
.coyote__supporting-text{
    text-align:center;
}
.btn-play {
    justify-content:center;
}
.img-hero{
   max-width: 440px !important;
   padding-top:0;
}
.pastille {
top: -13px;
position: relative;
justify-content: center;
display: flex;
width: 37%;
align-items: center;
margin: 15px auto;
padding: 10px;
}
section.hero{
    background-attachment: initial;
}
section.hero.alerting {
background: url('/CMS/uploads/FR/images/pages/BCK_TABLETTE.jpg') center center/cover;
min-height: 709px;
height: 709px;
max-height: 100%;
}

}
@media (max-width: 479px){
    section.hero .routing {
    position: absolute;
    left: 43%;
    bottom: 25px;
    min-width: 52px;
    }
    .routing {
    position: absolute;
    left: calc(50% - 46px);
    bottom: -75px;
    max-width: 100px;
    }
    .mobile-only{
    display: flex !important;
    }
    .coyote-card {
    margin: 8px auto;
    }
    .size-container {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    display:block;
    }
    .img-hero {
    max-width: 60% !important;
    padding-top: 15px;
    }
    .pastille {
   top: -13px;
    position: relative;
    justify-content: center;
    display: flex;
    width: 100%;
    align-items: center;
    margin: 0px auto;
    font-size: 13px;
    padding: 5px;
    }
    .hero h1 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
    }
    .hero p{
        font-size:11px!important;
    }
    div h3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin: 24px 0;
}
    .size-container {
        padding: 26px 0;
        
    }
    .close-video {
    position: relative;
    z-index: 999;
    top: 152px;
    cursor: pointer;
    cursor: pointer;
    color: white;
    transition: all 0.3s cubic-bezier(.49,.22,.52,1.35);
    display: block;
    float: right;
    right: 15px;
    padding-top: 15px;
        background: black;
    padding: 12px;
    border-radius: 5px;
}
.close-video-2, .close-video-3 {
    position: absolute;
    z-index: 999;
    top: 213px;
    cursor: pointer;
    cursor: pointer;
    color: white;
    transition: all 0.3s cubic-bezier(.49,.22,.52,1.35);
        background: black;
    padding: 12px;
    border-radius: 5px;
    padding-top: 15px;
    right: 15px;
}
    .close-video:after, .close-video-2:after, .close-video-3:after {
    content:'Fermer';
    padding-left: 5px;
}

.close-video  i.fa, .close-video-2  i.fa, .close-video-3 i.fa {
    font-size: 1rem;
}
.img-logo-hero {
    max-width: 290px!important;
    margin-bottom: 15px;
}
section.hero div.content{
    padding-top:50px!important;
}
section.hero.alerting {
background: url('/CMS/uploads/FR/images/pages/BCK_MOBILE_2.jpg') center center/cover;
min-height: 709px;
height: 709px;
max-height: 100%;
}
.coyote-layout--medium-large-screen-only{
    display:none;
}
}</pre></body></html>