/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


* {
    margin: 0;
    padding: 0px;
}

html {
    position: relative;
    color: #222;
    min-height: 100%;
    font-size: 1em;
    line-height: 1.4;
}

body {
    background: transparent;
    margin: 0;
    height: 100%;
    font-family: sans-serif;
    font-weight: 400;
}

/* fonts */

@font-face {
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 900;
    src: url("../webfonts/fa-solid-900.eot");
    src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg");
}

@font-face {
    font-family: 'dispense';
    src: url("../webfonts/dispense.ttf");
}

@font-face {
    font-family: 'roboto';
    src: url("../webfonts/roboto.ttf");
}

@font-face {
    font-family: 'muli';
    src: url("../webfonts/muli.ttf");
}

@font-face {
    font-family: 'volkorn';
    src: url("../webfonts/volkorn.ttf");
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
}

p {
    padding: 0;
    margin-bottom: 12px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #384452;
    margin-top: 10px;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    -webkit-transition: background-color .4s linear, color .4s linear;
    -moz-transition: background-color .4s linear, color .4s linear;
    -o-transition: background-color .4s linear, color .4s linear;
    -ms-transition: background-color .4s linear, color .4s linear;
    transition: background-color .4s linear, color .4s linear;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0064C4;
}

::moz-selection {
    color: #fff;
    text-shadow: none;
    background: #2B2E31;
}



/*
 * Hr
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Alignement vertical
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Mise en page defaut fildset
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Redimension vertical textarea
 */

textarea {
    resize: vertical;
}


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Style général
   ========================================================================== */
/* Banniere top */

#header_banner {
    display: block;
    width: 100%;
    min-height: 70px;
    background: white;
    box-shadow: 2px 0px 5px rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid rgba(0, 100, 196, 0.7);
}

.hdr_logo {
    min-height: 50px;
    padding: 10px 5px 10px 5px;
    text-align: center;
}

.logo {
    height: 50px;
}

.z_menu_hdr {
    min-height: 50px;
}

.z_menu_hdr,
.hdr_logo {
    vertical-align: middle;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
    margin-top: 6px;
}

#menu_hdr {
    margin-top: 5px;
}

.nav-link {
    vertical-align: middle;
    padding: 10px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.92);
    transition: color 1s ease;
}

.nav-link:hover {
    color: #0064C4;
}

.nav-link:after {
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 0px;
    background: #0064C4;
    transition: width .5s ease, background-color .5s ease;
}

.nav-link:hover:after {
    width: 100%;
    background: #0064C4;
}

.actif {
    color: #0064C4;
}

.actif:after {
    color: #0064C4;
    content: '';
    display: block;
    margin: auto;
    height: 2px;
    width: 100%;
    background: #0064C4;
    transition: width .5s ease, background-color .5s ease;
}

.z_banner_top {
    position: relative;
    width: 100%;
    padding: 20px;
    min-height: 450px;
    background: #0064C4;
}

.z_banner_top_m {
    display: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.zb_top_l {
    z-index: 10;
    padding: 50px 20px;
    transition: linear 1s;
    animation: fadeIn linear 2s 1;
}

.splashin {
    transition: linear 2s;
    animation: fadeIn linear 2s 1;
}

.zb_top_r {
    z-index: 1;
    padding: 0px 5px;
}

.zb_t_title {
    font-family: 'dispense';
    text-transform: uppercase;
    color: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.zbt_desc,
.zbt_desc p {
    color: #fff;
    font-family: 'muli';
    font-size: 16px;
    margin-bottom: 20px;
}

.zbt_link {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid #fff;
    color: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
}

.zbt_link:hover {
    color: #fff;
    background: rgba(98, 137, 167, 0.5)
}

.link_strong {
    background: #F98210;
    border: 2px solid #F98210;
    transition: linear .2s;
}

.link_strong:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    background: #F98210;
}

/* link nav */
.l_bg {
    position: relative;
    height: 140px;
    background-color: rgba(241, 243, 245, 1);
    padding: 30px 0px 30px 0px;
    color: dimgray;
    text-align: center;
    font-size: 1.7em;
    cursor: pointer;
}

.l_bg a {
    color: dimgray;
    position: relative;
    z-index: 10;
    text-decoration: none;
    transition: 2s ease;
    font-size: 2em;
}

.l_bg:hover,
.l_bg:hover a {
    color: rgba(0, 0, 0, 0.7);
    border: none;
}

.link_nav_title {
    display: block;
    position: relative;
    z-index: 10;
    text-transform: uppercase;
    font-size: 0.8em;
}

.hv_splash {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 137, 25, 0.65);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -moz-transition: -moz-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    -o-transition: -o-transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
    transition: transform 0.3s cubic-bezier(0.815, 1.650, 0.400, 0.680);
}

.l_bg:hover .hv_splash {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}


/* Content page */
.z_cont_bloc {
    position: relative;
    width: 100%;
    padding: 50px 20px 50px 20px;
    /*background: #fff;*/
}

/*
.padbas {
    padding-bottom: 90px;
    background: #fff;
}*/

.bloc_title {
    text-align: center;
    font-family: 'roboto';
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 20px;
}



.z_act {
    width: 100%;
    padding: 20px;
    height: 160px;
    border-radius: 5px;
    text-align: center;
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
}

.z_act .typ_act {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.z_act .des_act {
    position: absolute;
    background: #333;
    width: 100%;
    height: 100%;
    top: -100%;
    padding: 20px;
    left: 0;
    z-index: 1;
    overflow: auto;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.z_act .des_act h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
    text-decoration: underline;
}

.z_act .des_act p {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.2;
    color: #fff;
    text-indent: 10px;
}

.z_act .des_act a {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #333;
    float: right;
    font-size: 13px;
    padding: 2px 5px;
    text-align: center;
    text-decoration: none;
}

.z_act .des_act a:hover {
    background: #e6e6e6;
    border: 1px solid #adadad;
}

.z_act:hover .typ_act {
    top: 100%;
}

.z_act:hover .des_act {
    top: 0;
    opacity: 1;
    visibility: visible;
}


.act_title {
    font-size: 14px;
    font-weight: 700;
}

.act_icon {
    font-size: 36px;
    margin-top: 15px;
    margin-bottom: 25px;
}

/* title + bg desc color */
.orange {
    color: #ff9900;
}

.bleu {
    color: #4c85f8;
}

.rouge {
    color: #dd3b41;
}

.vert {
    color: #84bf41;
}

.violet {
    color: #7451EB;
}

.z_act .bg_orange {
    background: #ff9900;
}

.z_act .bg_bleu {
    background: #4c85f8;
}

.z_act .bg_rouge {
    background: #dd3b41;
}

.z_act .bg_vert {
    background: #84bf41;
}

.z_act .bg_violet {
    background: #7451EB;
}


.blaugrana {
    background: #5E7AA3;
    color: #fff;
}

.big_bloc {
    min-height: 520px;
}


/* offer */
.blaudegra {
    background: #0064C4;
}

.whitebg {
    background: #fff;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 5px;
}

.z_inp_frm {
    padding: 10px 20px;
    margin-bottom: 10px;
}

.offer_inp_ttl {
    font-size: 14px;
    font-weight: 400;
}

.input_order {
    padding: 5px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #000;
}

.input_order:hover,
.input_order:focus {
    border-bottom: 1px solid #F98210;
}

.centered {
    text-align: center;
}

.imp_txt {
    color: orangered;
    font-size: 12px;
}

.imp_txt_vert {
    color: green;
    font-size: 14px;
    font-weight: 700;
}

.btn_offer {
    cursor: pointer;
    padding: 10px;
    margin-top: 10px;
    background: #F98210;
    border: 2px solid #F98210;
    border-radius: 5px;
    transition: linear .3s;
}

.btn_offer:hover {
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
    background: #F98210;
    color: #fff;
}


/* latest work */
.z_latw {
    position: relative;
    cursor: pointer;
    min-height: 250px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.z_latwb {
    position: relative;
    cursor: pointer;
    width: 250px;
    min-height: 250px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.cont_lw {
    position: relative;
    width: 100%;
    height: 250px;
    background: #fff;
    border-radius: 5px;
}

.bor_orange {
    border-bottom: 2px solid #ff9900;
}

.bor_violet {
    border-bottom: 2px solid #7451EB;
}

.bor_rouge {
    border-bottom: 2px solid #dd3b41;
}

.bor_vert {
    border-bottom: 2px solid #84bf41;
}

.bor_bleu {
    border-bottom: 2px solid #4c85f8;
}

.z_latw:hover .cont_lw {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.z_latwb:hover .cont_lw {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}

.z_img_lw {
    position: relative;
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.img_lw {
    width: 100%;
    height: 220px;
    transition: all .8s;
}

.z_desc_lw {
    width: 100%;
    padding: 20px;
    height: 215px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    opacity: 0;
    transition: ease-in .5s;
    text-align: center;
}

.z_latw:hover .img_lw {
    transform: scale(1.1);
}

.z_latw:hover .z_desc_lw {
    opacity: 1;
}

.z_latwb:hover .img_lw {
    transform: scale(1.1);
}

.z_latwb:hover .z_desc_lw {
    opacity: 1;
}

.lw_title {
    padding-top: 7px;
}

.btn_taf {
    border: none;
    padding: 10px 20px;
    background: #fff;
    color: #222;
    margin-top: 15px;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
}

.btn_taf:hover {
    background: #4c85f8;
    color: #fff;
}

.title_desc_lw {
    font-size: 22px;
}



/* footer */
.footer {
    width: 100%;
    padding: 20px;
    color: #efefef;
    background: #333;
    text-align: center;
}

.copyrights,
.copyrights a {
    text-align: center;
    font-size: 14px;
    color: #ccc;
}




/* Panel admin */
.main_page_login {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #0064C4;
}

.z_admin_login {
    width: 400px;
    padding: 20px;
    margin: auto auto;
    margin-top: 10%;
    background: #fff;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.title_adm_log {
    text-transform: uppercase;
    color: #222;
}

.adm_input {
    display: block;
    margin-bottom: 10px;
    padding: 15px;
    width: 100%;
}

.log_adm_val {
    cursor: pointer;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    background-color: #0097BC;
    color: #fff;
}

.log_adm_val:hover {
    background-color: #0064C4;
}

.content_panel {
    padding: 30px;
}

.marge {
    margin-bottom: 10px;
}

.z_add {
    padding: 10px;
}

.z_listing {
    padding: 10px;
}

.adm_pan_link {
    margin-right: 10px;
}


.zpagine {
    margin: 20px;
}

.zpagine span,
.zpagine a {
    padding: 10px;
    background-color: white;
    margin-left: 5px;
    background-color: #0064C4;
    color: orange;
    border-radius: 5px;
}

.zpagine .active {
    color: white;
}

.zpagine .inactive {
    color: white;
}

.zpagine a:hover {
    color: #EECC22;
}

.zpagine2 span,
.zpagine2 a {
    padding: 10px;
    background-color: white;
    margin-left: 5px;
    background-color: #0064C4;
    color: yellow;
}

.zpagine2 .active {
    color: white;
}

.zpagine2 .inactive {
    color: white;
}

.zpagine2 a:hover {
    color: orange;
}


.det_port {
    display: block;
    width: 500px;
    margin: auto;
    margin-bottom: 20px;
}

.bstats {
    width: 250px;
    margin: 5px;
}

.tstats {
    display: block;
    min-height: 100px;
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 15px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.adm_inp {
    width: 200px;
}




/* Autres sections */
@keyframes slideIn {
    from {
        padding-top: 0;
    }

    to {
        padding-top: calc(18% - 2em);
    }
}

@keyframes slideInb {
    from {
        padding-top: 0;
    }

    to {
        padding-top: calc(15% - 2em);
    }
}

@keyframes zwing {
    from {
        transform: scale(0.8);
    }

    to {
        transform: scale(1.1);
    }
}

.appear {
    animation: fadeIn linear 3s;
    animation-fill-mode: forwards;
}

.slideIn {
    animation: slideIn linear 1s;
    animation-fill-mode: forwards;
}

.slideInb {
    animation: slideInb linear 1s;
    animation-fill-mode: forwards;
}

#zpres,
#zdomlis,
#zteam,
#zportlis,
#zprix {
    opacity: 0;
    transition: 2s ease-in;
}

.pres_need_r {
    text-align: center;
    padding-top: 0;
    transition: 2s ease-in;
}

.pres_desc {
    font-family: 'dispense';
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
}

.btm_wav {
    display: none;
    z-index: 1000;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}


/* top scroll */
#goUp {
    z-index: 1000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(249, 130, 16);
    background: rgba(249, 130, 16, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#goUp .fa {
    color: #004494;
    margin: 0;
    position: relative;
    left: 14px;
    top: 12px;
    font-size: 25px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#goUp:hover {
    background: #004494;
}

#goUp:hover .fa {
    color: rgba(255, 255, 255, 1);
    animation: zwing ease-in .5s infinite;
    animation-fill-mode: both;
}

.present_bloc img {
    min-width: 270px;
}

.zimgclt {
    display: block;
    width: 100%;
    text-align: center;
}

.imgclt {
    height: 80px;
    margin: 5px;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: .5s all;
}

.imgclt:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}

.lspadbas {
    padding: 50px 20px 50px 20px;
}

#trustclt {
    padding: 30px 0px 20px 0px;
}

.gFnd {
    background: #f4f4f4;
}

.nFnd {
    background: #333333;
    padding-bottom: 10px;
}

@keyframes wobble {
    16.65% {
        transform: skew(-12deg);
    }

    33.3% {
        transform: skew(10deg);
    }

    49.95% {
        transform: skew(-6deg);
    }

    66.6% {
        transform: skew(4deg);
    }

    83.25% {
        transform: skew(-2deg);
    }

    100% {
        transform: skew(0);
    }
}

.imgNl {
    display: block;
    margin: auto auto;
    margin-top: -90px;
    position: relative;
    height: 80px;
    background: #333333;
    border-radius: 50%;
    transition: .5s ease-in-out;
}

.imgNl:hover {
    animation: wobble .5s;
}

.wTxt {
    color: #fff;
}

.znewsl {
    text-align: center;
}

.inputNl {
    min-width: 300px;
    padding: 10px;
}

.inputNl:hover,
.inputNl:focus {
    border: 2px solid orange;
}

.popupmsg {
    display: block;
    position: fixed;
    z-index: 2000;
    width: 300px;
    padding: 20px;
    top: calc(35% - 3em);
    left: calc(40% - 2em);
    background: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.btnclose {
    position: absolute;
    top: 5px;
    right: 5px;
    color: darkred;
    font-size: 18px;
    cursor: pointer;
}

.imgPopupmsg {
    display: block;
    margin: auto auto;
    height: 80px;
    margin-bottom: 10px;
}

.popuptxt {
    color: #222;
    font-size: 14px;
}

.zdslider {
    display: block;
    width: 100%;
    margin: 0 auto;
}


/* particle */
#particles-js {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 450px;
    max-height: 450px;
    background-color: transparent;
    background-image: url('');
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (min-width: 768px) and (max-width: 990px) {
    .zb_top_l {
        padding: 20px 10px;
    }

    .zb_top_r {
        padding: 60px 5px;
    }

    .zb_t_title {
        font-size: 18px;
    }

    .pres_desc {
        font-size: 22px;
    }

    .z_act {
        width: 160px;
    }

    .z_act .des_act {
        padding: 5px;
    }

    .z_act .des_act p {
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
        text-indent: 10px;
    }

    .bloc_title {
        font-size: 26px;
    }

    .present_bloc img {
        max-height: 250px;
    }
}

@media screen and (min-width: 576px) and (max-width: 767px) {

    .z_banner_top_d {
        display: none;
    }

    .z_banner_top_m {
        display: block;
    }

    .zb_top_l {
        padding: 20px 10px;
    }

    .zb_top_r {
        padding: 5px 5px;
    }

    .zb_t_title {
        font-size: 18px;
    }

    .pres_desc {
        font-size: 18px;
    }

    .z_act .des_act {
        padding: 5px;
    }

    .bloc_title {
        font-size: 22px;
    }

    #particles-js {
        height: 680px;
        ;
        max-height: 680px;
    }

    .present_bloc img {
        max-height: 250px;
    }
}

@media screen and (max-width: 575px) {

    body,
    html {
        min-width: 350px;
    }

    @keyframes slideIn {
        from {
            padding-top: 0;
        }

        to {
            padding-top: calc(5% - 2em);
        }
    }

    @keyframes slideInb {
        from {
            padding-top: 0;
        }

        to {
            padding-top: calc(5% - 2em);
        }
    }

    .z_banner_top_d {
        display: none;
    }

    .z_banner_top_m {
        display: block;
    }

    .zb_top_l {
        padding: 20px 10px;
    }

    .zb_top_r {
        padding: 5px 5px;
    }

    .zb_t_title {
        font-size: 18px;
    }

    .pres_desc {
        font-size: 18px;
    }

    .bloc_title {
        font-size: 22px;
    }

    #particles-js {
        height: 735px;
        max-height: 735px;
    }

    .present_bloc img {
        max-height: 250px;
    }
}

@media screen and (max-width: 300px) {
    .popupmsg {
        left: 10px;
        width: 250px;
    }
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {

    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }

    abbr[title]:after {
        content: " ("attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
