.share {
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    float: right;
    margin: -1.5em 2em 0;
    position: relative;
    z-index: 5;
}

.share img {
    background: #c3c3c3;
    display: block;
    margin: 7px;
    transition: all .2s linear;
}

.share:hover img {
    background: #c92629;
}

#share_twitter {
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: 26px
}

#share_fb {
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: 57px;
}

#like_fb {
    position: absolute;
    left: 50%;
    margin-left: -42px;
    top: -5px;
}

.fiche_agenda .img_big {
    margin: auto;
    display: table;
    float: none;
    width: 670px;
    height: 200px;
}

.share_block {
    max-width: 670px;
    margin: auto;
}

#reseaux {
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.19);
    display: none;
    position: absolute;
    width: 110px;
    height: 110px;
    z-index: 16;
    border-radius: 50%;
    box-sizing: content-box;


    /*    transform:'scale(0.8)';*/

}

/*.avatar_tw{
    width: 54px;
    height:54px;
    position: relative;
    z-index: 9;

    background-color: #fff;
    margin-left: 5px;
    margin-top: -25px; 
    border-radius:50%;
}*/
.avatar_tw img {
    overflow: hidden;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-left: 3px;
    margin-top: 3px;
}

.txt_fiche_agenda {
    width: 96%;
    float: left;
    margin: 0 2%;
}

.footer_fiche {
    color: #fff;
    border-radius: 0 0 3px 3px;
    line-height: 20px;
    padding: .25em 1em .25em .25em;
}

.footer_fiche img {
    vertical-align: middle;
}

.footer_fiche a {
    color: #fff;
    width: 100%;
    display: inline-block;
}

.footer_fiche a:hover {
    opacity: 0.8;
}

.source_facebook {
    background: #3c589e;
}

.source_twitter {
    background: #2ac0ee;
}

.source_instagram {
    background: #e14084;
}

@media only screen and (max-width: 1200px) {

    .centered {
        padding: 0 1%;
        width: 98%;
    }

    .user_fiche {
        width: 31%;
    }

    #centered_live {
        width: 100%;
    }
}

@media only screen and (max-width: 1150px) {

    #the_wall .centered {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

@media only screen and (max-width: 800px) {
    .user_fiche {
        width: 48%;
    }

    #the_wall .centered {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
        -webkit-column-gap: 2.5em;
        -moz-column-gap: 2.5em;
        column-gap: 2.5em;
    }
}

@media only screen and (max-width: 480px) {
    #the_wall .centered {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
        -webkit-column-gap: 2.5em;
        -moz-column-gap: 2.5em;
        column-gap: 2.5em;
    }

    .user_fiche {
        width: 98%;
    }
}

/* ----------- LE MUR -------------*/

#vid_container_calais {
    width: 100%;
    height: 56.5vw;
    position: relative;
    height: 740px;


    /*
        height: 90vh;
        position: relative;
        overflow: hidden;
    */
    @media screen and (max-width: 1700px) {
        min-height: 1000px !important;
        height: 1000px !important;
    }
    @media (max-height: 700px) {
        min-height: 560px !important;
        background-image: url(../skins/img/home-calais-aeroport.jpg) !important;
    }
}

#la_video {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
}

@media (min-aspect-ratio: 16/9) {
    #la_video {
        width: 100%;
        height: auto; /* En pratique : supérieur à la hauteur du viewport */
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
    }
}

@media (max-aspect-ratio: 16/9) {
    #la_video {
        width: auto; /* En pratique : supérieur à la largeur du viewport */
        height: 100%;
        width: auto;
        min-width: 100%;
        height: auto;
        min-height: 100%;
    }
}

#promos {
    background: url('../Fichiers/commons/smart.jpg') no-repeat 100% 100%;
    padding: 6em 0;
}

#promos iframe {
    border: 0;
    float: left;
    height: 435px;
    margin: 1.2em 0 0;
    width: 435px;
}

#scroll {
    background: url(../skins/img/scroll.png) no-repeat left top;
    width: 21px;
    height: 51px;
    position: absolute;
    /*    top: calc(100vh - 300px);*/
    left: 50%;
    z-index: 200;
}

#autopromo {
    /*float: right;*/
    width: 709px;
    margin: 0 auto;
}


#promos figure {
    background: url('') no-repeat 50% 00%;
    float: left;
    /*    height: 375px;*/
    height: calc(100vw * (709 / 336));
    margin: 0 3em 0 0;
    width: 100%;

    background-size: contain;
}

#cache_slideshow {
    height: 408px;
    max-height: calc(100vw * (336 / 709) + 73px);
    overflow: hidden;
    position: relative;
    width: 100%;
}

#slideshow::before { /* ombre portée */
    box-shadow: 0 0 80px 110px rgba(0, 0, 0, 0.5);
    content: "";
    height: 10%;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 10%;
}

#slideshow {
    /*    height: 408px;*/
    position: relative;
    width: 100%;
}

.promo {
    transform: rotateX(-86deg);
    transform-origin: 0% 100%;
    perspective: 200px;
    perspective-origin: 50% 50%;
    position: absolute;
    width: 100%;
    top: 305px;
    transition: all .8s cubic-bezier(.42, .77, .71, 1);
}

.promo h2 {
    opacity: 0;
}

.promo.actif {
    transform: rotateX(0deg);
    top: 0px;
}

#nav_block div {
    cursor: pointer;
    float: left;
    height: 25px;
    margin: 2em .5em;
    width: 25px;
}

#btn_1 {
    background: url('../Fichiers/commons/lt_vert.png') no-repeat center center / contain;
}

#btn_2 {
    background: url('../Fichiers/commons/gt_vert.png') no-repeat center center / contain;
}

#acc_actus {
    background: #f8f8f8;
    padding: 4.5em 0;
}

#acc_actus .flexbox {
    /*align-items: center;*/
    justify-content: space-around;
}

#acc_actus .flex {
    flex: 0 0 275px;
    -ms-flex: 0 0 275px; /* IE10 */
    float: left; /* IE 9 */
    margin: 0 0 1.5em 0;
    width: 275px;
}

.une_actu {
    position: relative;
}

.une_actu article { /* contenu */
    position: relative;
    z-index: 11;
    height: 100%;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.une_actu figure {
    background: url('') no-repeat 50% 50% / cover;
    margin-bottom: 1em;
    padding-top: 56.5%;
    width: 100%;
}

.une_actu h3 {
    padding: .5em 1rem;
}

.une_actu .bouton {
    /*margin: 0 3em 1.5em;*/
    margin: 0 3em;
    position: absolute;
    bottom: 1em;
}

.une_actu::before { /* ombre portée */
    box-shadow: 0 0 40px 30px rgba(0, 0, 0, 0.5);
    content: "";
    height: 55%;
    left: 30%;
    position: absolute;
    top: 30%;
    transition: all .5s ease;
    width: 55%;
    z-index: 9;
}

.une_actu:hover::before {
    left: 35%;
    top: 35%;
}

.une_actu::after { /* fond blanc */
    background: #fff;
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

.blocUnderVideo {
    margin-top: 285px;
    @media screen and (max-width: 1660px) {
        margin-top: 120px !important;
    }
    @media screen and (max-width: 1478px) {
        margin-top: 25px !important;
    }
    @media (min-width: 1980px) {
        margin-top: 55vh;
    }
    @media (min-width: 3000px) {
        margin-top: 75vh;
    }
}

.serv {
    padding: 1em 0;
}

.serv span {
    border-bottom: 2px solid #3299ba;
    font-size: .9em;
    text-transform: uppercase;
}

.serv img {
    vertical-align: middle;
}

.serv_vert span {
    border-bottom-color: #96c11f;
}

#services .serv {
    line-height: 3em;
}

#region {
    background: url('../skins/img/lightCalais.jpg') no-repeat 50% 50% / cover;
    padding: 40% 0 5%;
}

#calais #imageAccueil {
    position: absolute;
    width: 100%;
    height: 100% !important;
    background-image: url(../skins/img/home-calais-aeroport.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    @media (max-width: 767px) {
        display: block !important;
    }
    @media (max-height: 700px) {
        background-image: none;
        background-color: transparent !important;
    }
}

@media only screen and (max-width: 780px) {
    background: url('../skins/img/region_mini.jpg') no-repeat 50% 50% / cover;

}

#region h2 {
    color: #fff;
    font-size: 4em;
    padding-bottom: .5em
}

#region .bouton {
    color: #fff;
}

#region .bouton::after {
    background-image: url('../Fichiers/commons/gt_blanc.png');
}

#pop_newsletter {
    background: #222221;
    box-shadow: 0 0 10px #000;
    color: #fff;
    left: 50%;
    margin-left: -130px;
    padding: 30px;
    position: fixed;
    text-align: center;
    top: 220px;
    width: 200px;
    z-index: 99;
}

/* Test iframe sur video */
#videoIframe {
    bottom: 0;
    max-width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    height: 580px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    z-index: 6;
    @media screen and (max-width: 1700px) {
        top: 50%;
        max-width: 100%;
        margin: auto;
        left: 50%;
        width: 100%;
        transform: translate(-50%, -50%);
    }
}

#videoIframe iframe {
    border: none;
    width: 80%;
}

@media screen and (max-width: 1119px) {
    #acc_actus .flexbox, #informations .flexbox {
        align-items: center;
    }

    #informations .flexbox {
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    #informations {
        text-align: left;
    }

    #informations img.alignright {
        float: none;
    }

    .serv {
        flex: 0 0 50%;
    }

    #region h2 {
        font-size: 2em;
    }
}

@media screen and (max-width: 767px) {
    #autopromo {
        width: 100%;
    }

    #promos {
        background: none;
        padding: 0 0;
    }

    #nav_block {
        display: none;
    }

    #informations {
        text-align: center;
    }

    #scroll {
        display: none;
    }

    #vid_container_calais {
        /*background-image:url(../skins/img/bg_annecy.jpg);*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 50% 50%;
        height: auto;
    }

    #videoIframe {
        bottom: -100px !important;
    }

    #acc_actus .flex {
        margin: 0 auto 1.5em;
    }

    #acc_actus .flex:first-of-type {
        flex: 1;
    }

    #la_video {
        display: none;
    }
}


@media screen and (max-width: 767px) {

    /*#videoIframe {*/
    /*    bottom: -215px !important;*/
    /*}*/
    #videoIframe h2 {
        font-size: 1.5em;
        top: -30px !important;
    }

    #videoIframe h3 {
        font-size: 0.8em;
        top: -30px !important;
        margin-bottom: 30px;
    }

}

#videoIframe h2 {
    position: relative;
    top: -110px;
    font-size: 2em;
    text-shadow: 1px 1px 14px #000000;;
    text-align: center;
}

#videoIframe h3 {
    position: relative;
    top: -100px;
    font-size: 1.2em;
    color: white;
    text-shadow: 1px 1px 14px #000000;
    text-align: center;
}