@font-face {
    font-family: 'MuseoSans-300';
    src: url(../woff/MuseoSans-300.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSans-500';
    src: url(../woff/MuseoSans-500.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSans-700';
    src: url(../woff/MuseoSans-700.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSansRounded-300';
    src: url(../woff/MuseoSansRounded-300.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSansRounded-500';
    src: url(../woff/MuseoSansRounded-500.woff) format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'MuseoSansRounded-700';
    src: url(../woff/MuseoSansRounded-700.woff) format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
.container-zen{
    display: none;
}
body {
    margin: 0;
    width: 100%;
    font-family: MuseoSans-300, sans-serif;
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    letter-spacing: 1px;
    font-family: 'Montserrat', sans-serif;
}

body a {
    outline: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
}

.Htelecharger {
    color: white;
    font-family: MuseoSansRounded-500;
}

.assrance-comp {
    font-size: 14px;
    color: #00c8ff;
    font-family: MuseoSansRounded-500;
}

.light {
    background-color: #161410;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.backimage {
    background-image: url(../images/BackImage.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 350px;
    clip-path: polygon(0 0, 100% 0, 100% 81%, 0 100%);
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
}

.df-ftr {
    padding: 0px 9px;
    font-size: 20px;
    transform: translate(1px, -4px);
}

.backCielimage {
    margin: 80px 0px 0px;
    background: url(../images/Cielback.jpg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 500px;
    padding-top: 30px;
    width: 100%;
    left: 0;
}

.img_logo_Ucar {
    width: 130px;
    margin-top: 15px;
}

.div-link-ftr {
    color: #00c8ff;
    display: flex;
    flex-direction: row;
    text-align: center;
    justify-content: center;
}

.img_phoneImage {
    width: 85%;
    transform: translate(-6px, 25px);
}

.div-img_phoneImage {
    text-align: end;
    padding-right: 0;
}

.text-white {
    margin-top: 30px;
    float: right;
}

.text-whiteH {
    color: white;
    font-family: MuseoSansRounded-300 !important;
    font-size: 34px;
}

.text-whiteP {
    color: white;
    font-family: MuseoSansRounded-500 !important;
    font-size: 19px;
    line-height: 24px;
}

.flesh-left {

    margin-top: 20px;
    float: right;
    transform: translate(90px, 0px);
}

.no-margin {
    margin: 0;
    color: #40477b;
    font-family: MuseoSansRounded-500;
}

.flesh_image {
    width: 90%;
}

.spn-application {
    color: #00c8ff;
    font-family: MuseoSansRounded-300 !important;
    font-weight: 600;
    margin: 10px;
}

.panncenter {
    background-color: #00c8ff;
    width: 80px;
    height: 5px;
    margin: 20px auto 0px;
}

.panncenterH {
    background-color: #00c8ff;
    width: 80px;
    height: 5px;
    margin: 10px 0px;
}

.toute-securite {
    display: flex;
    justify-content: space-between;
    padding: 15px;
}

.toute-securiteH {
    color: #40477b;
    font-size: 21px;
    font-weight: 600;
    font-family: MuseoSansRounded-300;
}

.toute-securiteP {
    font-size: 15px;
    font-weight: 600;
    font-family: MuseoSansRounded-300;
}

.div-text-toute-securite {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.gray_container {
    background-color: rgb(128 128 128 / 5%);
    padding: 60px 0 40px;
}

footer {
    padding: 30px;
    background-color: #40477b;
    color: white;
}

.ftr-container {
    text-align: center;
}

.spn_ftr {
    font-size: 11px;
    margin: 10px 0 30px;
}

a {
    color: #00c8ff;
    font-size: 17px;
    font-family: MuseoSansRounded-500;
}

a:hover {
    color: #8bdef5;
}

.specif {
    width: 84%;
    margin: auto;
}

.div-img_phoneImage-mob {
    display: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.check-ul {
    font-size: 25px;
    font-weight: 700;
    color: #00c8ff;
    position: relative;
    top: -3px;
    margin-right: 27px;
}

.nbr-ol {
    font-size: 25px;
    font-weight: 700;
    color: #40477b;
    position: relative;
    top: -2px;
    margin-right: 30px;
}

.li-ol {
    margin-bottom: 30px;
    display: flex;
}

.li-ol div {
    font-size: 17px;
    font-family: MuseoSansRounded-300;
    font-weight: 600;
}

.li-ul {
    display: flex;
    margin-bottom: 16px;
}

.Manfest {
    color: #00c8ff;
    font-weight: 700;
    font-family: MuseoSansRounded-300;
}

.hbienv {
    margin-top: 8px;
    color: #40477b;
    font-family: MuseoSansRounded-500;
    font-size: 26px;
}

.ZenH2 {
    color: #40477b;
    margin-top: 10px;
    font-family: MuseoSansRounded-500;
    margin-bottom: 25px;
}

.H-Benefices {
    color: #40477b;
    font-family: MuseoSansRounded-300;
    font-weight: 700;
}

.li-ul div {
    font-family: MuseoSansRounded-300;
    font-weight: 700;
    font-size: 16px;
}

.li-ul div b {
    font-family: MuseoSansRounded-500;
    font-weight: 700;
}

.ol-gray {
    width: 95%;
    float: right;
    padding: 15px;
    font-size: 17px;
}

.ul-white {
    width: 100%;
    float: right;
    font-size: 17px;
    padding: 15px 0px;
}

.img_Zen,
.img-Plandetravail {
    margin-top: 70px;
}

.ZenP {
    font-size: 16px;
    font-family: MuseoSansRounded-300;
    font-weight: 700;
    margin-bottom: 21px;
}

.img_logo_Ucar-mob,
.img-Plandetravail-mob,
.slideshow-container,
.img_Zen-mob {
    display: none;
}

.slidmob {
    display: block;
}

@media only screen and (max-width: 700px) {
    .div-link-ftr {
        flex-direction: column;
    }

    .img_logo_Ucar-mob,
    .img-Plandetravail-mob,
    #amazingslider-wrapper-1,
    .img_Zen-mob {
        display: block !important;
    }

    .slidmob {
        display: none;
    }

    .img_Zen-mob {
        width: 100%;
    }

    .logo_Ucar,
    .Zen,
    .text-white,
    .top-pret {
        padding: 0;
    }
    .div-text-toute-securite {
        padding-top: 0px;
        text-align: initial;
    }

    .ZenH2 {
        color: #40477b;
        font-size: 20px;
        font-weight: 700;
    }

    .panncenterH {
        background-color: white;
    }

    .div-img_phoneImage-mob {
        display: block;
    }

    .img_phoneImage-mob {
        width: 90%;
        position: relative;
        top: -30px;
        left: 50px;
    }

    .text-white {
        margin-top: 0px;
        margin-bottom: 65px;
        float: right;
    }

    .Htelecharger {
        font-size: 20px;
    }

    .text-whiteH {
        color: white;
        font-family: MuseoSansRounded-300 !important;
        font-size: 20px;
    }

    .flesh-left,
    .img_logo_Ucar,
    .nobr-mob,
    .img_Zen,
    .light,
    .img-Plandetravail,
    .div-img_phoneImage {
        display: none;
    }

    .no-margin {
        font-size: 19px;
    }

    body {
        width: 100%;
    }

    .specif {
        width: 100%;
    }

    .toute-securite {
        flex-direction: column;
        justify-content: center;
        max-width: 100%;
        min-width: 100%;
    }

    img.img_toute-securite {
        width: 90%;
    }


    .backimage {
        height: 585px;
        clip-path: none;
        background-image: linear-gradient(to top, #23619d, #206ca8, #1980bb, #0f94ce, #06a9e0, #0abef0);
    }

    .backCielimage {
        min-height: 600px;
        margin-top: 0;
    }

    .lien-telecharger-app {
        display: flex;
        flex-direction: column;
    }

    .img_googlePlay,
    .img_appStore {
        margin: 8px auto;
        width: 150px;
    }

    .assrance-comp {
        font-size: 18px;
        color: #00c8ff;
        font-family: MuseoSansRounded-500;
        font-weight: 700;
        text-align: center;
    }

    .H-Benefices {
        font-family: MuseoSansRounded-500;
    }

    .ol-gray {
        width: 100%;
        float: right;
        font-size: 17px;
        padding: 17px 0px;
    }

    .img-Plandetravail-mob {
        width: 100%;
    }

    .center-textmob {
        text-align: center;
    }

    .li-ol div {
        text-align: initial;
    }

    .toute-securite {
        vertical-align: middle;
    }

    .df-ftr {
        display: none;
    }

    .link-ftr {
        margin-bottom: 20px;
    }
    .swiper-container {
        width: 100%;
        height: 100%;
      }
  
      .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
  
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      }
}