/*
SOMMAIRE
01 - Accueil
02 - page organize
03 - page single event
*/


/* 01 - Accueil */
.home #wrapperInner #contents {
    padding: 0;
}

.homepage-blocOne{
    height: 700px;
    margin-top: -130px;
    position: relative;
}
.homepage-blocOne::after{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	z-index: 2;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
    height: 30%;
}
    .homepage-blocOne-Items{
        width: 100%;
        height: 100%;
    }
    .homepage-blocOne-Items.video iframe{
        width:100% !important;
        height:100% !important;
    }
    .homepage-blocOne-Texte{
        background-color: var(--color07);
        position: absolute;
        bottom: 15%;
        right: 10%;
        width: 220px;
        height: 220px;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        z-index: 9;
        border: 5px solid var(--color00);
    }
    .homepage-blocOne-Texte::before{
        content: "";
        width: 120%;
        height: 120%;
        background-image: url(../img/charte/Erasmus-vectorielobject.svg);
        position: absolute;
        background-size: 430%;
        background-position: center;
        padding: 0px;
    }
        .homepage-blocOne-Texte .text{
            display: flex;
            align-items: center;
            justify-content: center;
            width: 85%;
        }
            .homepage-blocOne-Texte .text p{
                font-family: 'mb', sans-serif;
                font-size: 1.2rem;
                color: var(--color00);
                margin-bottom: 0px;
            }
            .homepage-blocOne-Texte .text strong{
                font-family: 'mbl', sans-serif;
                font-size: 2.6rem;
                line-height: 1.4;
                color: var(--color00);
            }


.homepage-blocActu{
    margin-bottom: 70px;
}
.homepage-blocActu .homepage-blocActuTitle{
    width: 100%;
    margin-bottom: 20px;
}
    .homepage-blocActu .homepage-blocActuTitle h2{
        color: var(--color06);
        font-size: 4.4rem;
        font-family: 'mbl', sans-serif;
        letter-spacing: 2.5px;
        margin-bottom: 0px;
    }
        .homepage-blocActu .homepage-blocActuTitle span{
            color: var(--color04);
            font-size: 2.2rem;
            font-family: 'mb', sans-serif;
        }

.homepage-blocTwo h1{
    color: var(--color06);
    font-size: 4.4rem;
    font-family: 'mbl', sans-serif;
    letter-spacing: 2.5px;
}
    .homepage-blocTwo h1 span {
        color: var(--color04);
        font-size: 2.2rem;
        font-family: 'mb', sans-serif;
    }
.homepage-blocTwo-firstItem{
    margin-bottom: 10px;
}
.homepage-blocTwo-firstItem .event-filter {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.homepage-blocTwo-firstItem .event-filter ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
    .homepage-blocTwo-firstItem .event-filter ul li {
        width: calc(100% / 4.5);
        padding: 0 40px 0px 0 !important;
    }
    .homepage-blocTwo-firstItem .event-filter ul li::before {
        display: none
    }
    .homepage-blocTwo-firstItem .event-filter ul li.sf-field-taxonomy-event_date, .homepage-blocTwo-firstItem .event-filter ul li.sf-field-taxonomy-event_date li{
        padding: 0px !important;
    }
        .homepage-blocTwo-firstItem .event-filter ul li input {
            width: auto;
            position: relative;
            cursor: pointer;
            font-family: "mm", sans-serif;
            color: var(--color02);
        }
        .homepage-blocTwo-firstItem .event-filter ul li label {
            width: 100%;
            position: relative;
            cursor: pointer;
            font-family: "mm", sans-serif;
            color: var(--color02);
        }
        .homepage-blocTwo-firstItem .event-filter ul li.sf-field-taxonomy-event_date ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
        }
            .homepage-blocTwo-firstItem .event-filter ul li.sf-field-taxonomy-event_date ul li {
                width: 100% !important;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
                .homepage-blocTwo-firstItem .event-filter ul li.sf-field-taxonomy-event_date ul li label::after {
                    display: none;
                }
        .homepage-blocTwo-firstItem .event-filter ul li label::after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            background-image: url(../img/charte/sprite.svg);
            background-repeat: no-repeat;
            background-size: 400px auto;
            width: 44px;
            height: 100%;
            background-color: var(--color04);
            background-position: -72px 3px;
        }
        .homepage-blocTwo-firstItem .event-filter ul li label select {
            width: 100%;
            padding: 15px 0 15px 10px !important;
            border: transparent;
            background-color: var(--color03);
            font-family: "msb", sans-serif;
            color: var(--color02);
            -webkit-appearance: none;
            cursor: pointer;
        }
            .homepage-blocTwo-firstItem .event-filter ul li label select:focus {
                outline: transparent;
            }
.event-button-bloc button {
    border: transparent;
    background: transparent;
    color: var(--color05);
    font-family: "msb", sans-serif;
    font-size: 1.4rem;
    outline: 1px solid var(--color05);
    outline-offset: -1px;
    padding: 15px 20px 15px 20px;
    margin: 0;
    white-space: unset;
    cursor: pointer;
}
.event-button-bloc button.active {
    color: #fff;
    background-color: var(--color05);
}
.event-button-bloc button::before {
    content: "";
    display: inline-block;
    background-image: url(../img/charte/sprite.svg);
    background-repeat: no-repeat;
    background-size: 400px auto;
}
.event-button-bloc button.event-button-map::before {
    margin: 0px 6px -2px 0;
    width: 17px;
    height: 15px;
    background-position: -118px -36px;
}
.event-button-bloc button.event-button-map.active::before {
    background-position: -119px -12px;
}
.event-button-bloc button.event-button-liste::before {
    margin: 0 6px -8px 0;
    width: 21px;
    height: 21px;
    background-position: -146px -36px;
}
.event-button-bloc button.event-button-liste.active::before {
    background-position: -146px -11px;
}
.event-map-contener {
    margin: 20px 0 0px 0;
    display: none;
}
.event-map-contener.active {
    display: block
}
    .event-map-contener #map_canvas {
        height: 700px !important;
    }
    .event-map-contener .marker-cluster-small {
        background-color: transparent;
    }

    .event-map-contener .marker-cluster{
        width: 58px! important;
        height: 80px !important;
    }
        .event-map-contener .marker-cluster div {
            width: 58px! important;
            height: 80px !important;
            background-position: -6px -48px;
            border-radius: 0;
            text-align: center;
            padding: 13px 0 0 0;
            background-image: url(../img/charte/sprite.svg);
            background-repeat: no-repeat;
            background-size: 400px auto;
            background-color: transparent;

            margin: -70px -28px 0 0;
        }

        /*ie*/
        .ff-browser-ie .marker-cluster div
        {
            background-position: -0px -110px;
            background-size: 360px auto;
        }

            .event-map-contener .marker-cluster div span {
                font-size: 1.4rem;
                color: var(--color07);
                font-family: "mb";
            }
        .event-map-contener #map > h2 {
            display: none
        }
        .event-map-contener .leaflet-popup-content-wrapper {
            padding: 0;
            border-radius: 0;
        }
            .event-map-contener .leaflet-popup-content-wrapper .leaflet-popup-content {
                margin: 0;
                min-width: 250px;
            }
                .event-map-contener .event-map-resum .thumbnail {
                    height: 140px;
                }
                .event-map-contener .event-map-resum .text {
                    padding: 15px;
                }
                    .event-map-contener .event-map-resum .text p {
                        margin: 0;
                    }
                    .event-map-contener .event-map-resum .text p.date {
                        color: var(--color07);
                        font-size: 1.2rem;
                        margin: 0 0 10px 0;
                    }
                    .event-map-contener .event-map-resum .text h2 {
                        color: var(--color04);
                        font-size: 1.4rem;
                        margin: 0 0 10px 0;
                    }
                    .event-map-contener .event-map-resum .text p.name-orga, .event-map-contener .event-map-resum .text p.name-typevent {
                        font-size: 1.2rem;
                        font-family: "msb", sans-serif;
                        margin: 0 0 3px 0;
                    }
                    .event-map-contener .event-map-resum .text .adresse-bloc {
                        border-top: 1px solid var(--color02);
                        margin: 10px 0 20px 0;
                        padding: 10px 0 0 0;
                    }
                    .event-map-contener .event-map-resum .text a.modalFullDetail {
                        color: var(--color07);
                        text-transform: uppercase;
                        font-family: "mb", sans-serif;
                        display: block;
                        position: relative;
                    }
                    .event-map-contener .event-map-resum .text a.modalFullDetail::after {
                        content: '+';
                        width: 21px;
                        height: 21px;
                        position: absolute;
                        right: 0;
                        top: 0;
                        background-color: var(--color07);
                        border-radius: 50%;
                        color: #fff;
                        font-size: 1.6rem;
                        font-family: "m";
                        padding: 0 0 0px 0px;
                        text-align: center;
                    }
.event-detail-popup.container {
    max-width: 90%;
}
.event-template-default .event-detail-popup.container {
    max-width: 85%;
}
.event-template-default .event-detail-popup h2 {
    color: var(--color04);
}
.event-template-default .event-detail-popup .text {
    padding: 30px 0
}
.event-detail.popup-active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background-color: #000000;
    background-color: #000000e0;
    z-index: 10001;
}
    .event-detail-popup p.date {
        color: var(--color07);
        font-size: 2.3rem;
        font-family: "msb", sans-serif;
        margin: 20px 0 0 0;
        padding: 0px 0px 0 30px;
    }
    .event-detail-popup h2 {
        color: var(--color04);
        font-size: 2.7rem;
        margin: 0;
        padding: 0px 0px 0 30px;
    }
    .event-detail-popup .visuel {
        height: 400px;
    }
    .event-detail-popup .text {
        padding: 30px;
    }
        .event-detail-popup .text p {
            margin: 0;
        }
        .event-detail-popup .text p.name-orga {
            font-size: 1.6rem;
            text-transform: uppercase;
            font-family: "mb", sans-serif;
        }
        .event-detail-popup .text p.orga-type, .event-detail-popup .text p.name-typevent {
            font-size: 1.4rem;
            font-family: "msb", sans-serif;
            margin: 0 0 10px 0;
        }
        .event-detail-popup .text p.orga-type {
            margin: 0 0 10px 0;
        }
        .event-detail-popup .text p.name-typevent {
            margin: 0 0 0 0
        }
        .event-detail-popup .text p.desc {
            margin: 10px 0 20px 0;
        }
        .event-detail-popup .text p.title {
            font-family: "mb", sans-serif;
            font-size: 1.6rem;
        }
        .event-detail-popup .text p.venue {
            margin: 0 0 0px 0;
        }
        .event-detail-popup .text p.adresse {
            margin: 0 0 20px 0;
        }
        .event-detail-popup .text a.link {
            color: var(--color07);
            font-family: "mb", sans-serif;
            text-decoration: underline;
            margin: 0 0 20px 0;
            display: block;
        }
        .event-detail-popup .text .rs {
            padding: 0 0 30px 0;
        }
            .event-detail-popup .text .rs ul li::before {
                display: none;
            }
            .event-detail-popup .text .rs ul li {
                padding: 0 0 0 0;
            }
                .event-detail-popup .text .rs ul li a {
                    font-family: "mb", sans-serif;
                    color: var(--color04);
                    text-transform: uppercase;
                    font-size: 1.3rem;
                }
                    .event-detail-popup .text .rs ul li a span {
                        width: 25px;
                        height: 25px;
                        background-position: -26px -140px;
                        display: inline-block;
                        margin: 0 0px -9px 0;
                    }
                    .event-detail-popup .text .rs ul li a.twitter span {
                        background-position: -26px -164px;
                    }
                    .event-detail-popup .text .rs ul li a.instagram span {
                        background-position: -26px -190px;
                    }
        .event-detail-popup .text a.ico {
            width: 30px;
            height: 30px;
            display: inline-block;
            overflow: hidden;
            text-indent: -5000px;
            background-position: -74px -51px;
            margin: 0 10px 0 0;
            -webkit-transition: opacity .5s;
            transition: opacity .5s;
        }
        .event-detail-popup .text a.ico:hover,
        .event-detail-popup .text a.ico:focus,
        .event-detail-popup .text a.ico:active {
            opacity: 0.8;
        }
        .event-detail-popup .text a.ico.twitter {
            background-position: -74px -85px;
        }
        .event-detail-popup .text a.ico.instagram {
            background-position: -74px -119px;
        }
        .event-detail.popup-active button.btn-close {
            position: absolute;
            top: 30px;
            right: 70px;
            background-color: transparent;
            border: transparent;
            color: #fff;
            text-transform: uppercase;
            font-family: "mb", sans-serif;
            font-size: 1.8rem;
            cursor: pointer;
            padding: 0 10px 0px 0;
        }
        .event-detail.popup-active button.btn-close:focus {
            outline: transparent
        }
        .event-detail.popup-active button.btn-close::before,
        .event-detail.popup-active button.btn-close::after {
            content: "";
            width: 2px;
            height: 20px;
            position: absolute;
            top: -2px;
            right: -10px;
            background-color: #fff;
        }
        .event-detail.popup-active button.btn-close::before {
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg);
        }
        .event-detail.popup-active button.btn-close::after {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg);
        }
.event-listing-contener {
    margin: 20px 0;
    display: none
}
.event-listing-contener.active {
    display: block;
    position: relative;
}
.loader {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/charte/loader.gif);
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px auto;
}
    .event-listing-contener .event-list {
        margin: 0px -20px;
        padding: 20px 0;
        width: 100%;
    }
        .event-listing-contener.active .event-resum {
            width: calc(100% / 4);
            padding: 0 20px;
            margin: 0 0 20px 0;
        }
            .event-list .thumbnail.cover {
                height: 210px;
                margin-bottom: 10px;
                background-color: var(--color02);
                position: relative;
                overflow: hidden;
            }
            .event-list p {
                margin: 0;
            }
            .event-list p.date {
                color: var(--color07);
            }
            .event-list h2 {
                color: var(--color04);
                font-size: 1.6rem;
                margin: 10px 0 5px 0;
            }
            .event-list p.name-orga, .event-list p.name-typevent {
                font-family: "msb", sans-serif;
            }
            .event-list p.name-orga {
                margin: 0 0 10px 0;
            }
            .event-list .adresse-bloc {
                margin: 10px 0;
            }
            .event-list .thumbnail.cover .hover {
                position: absolute;
                width: 100%;
                height: 100%;
                opacity: 0;
                -webkit-transform: translateY(-50px);
                        transform: translateY(-50px);
                -webkit-transition: opacity, .5s, -webkit-transform .5s;
                transition: opacity, .5s, -webkit-transform .5s;
                transition: transform .5s, opacity, .5s;
                transition: transform .5s, opacity, .5s, -webkit-transform .5s;
            }
                .event-list .thumbnail.cover .hover p {
                    font-family: "mb", sans-serif;
                }
            .event-list .thumbnail.cover:hover .hover {
                opacity: 0.8;
                -webkit-transform: none;
                        transform: none;
            }
.homepage-blocThree {
    position: relative;
    margin-bottom: 90px;
}
/* .homepage-blocThree::before {
    content: "";
    width: 298px;
    height: 218px;
    background-image: url(../img/charte/erasmusdays-2019-organization-deco.png);
    position: absolute;
    bottom: -53px;
    left: -40px;
    z-index: 1;
} */
    .homepage-blocThree .container {
        background-image: url(../img/charte/erasmusdays-2019-organization.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
    }
    .homepage-blocThree .container::before {
        content:"";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #fff;
        opacity: 0.7;
        width: 100%;
        height: 100%;
    }
        .homepage-blocThree-items {
            position: relative;
        }
            .homepage-blocThree-items p {
                margin: 0
            }
            .homepage-blocThree-items p.text {
                color: var(--color05);
                font-size: 2.7rem;
                text-transform: uppercase;
                font-family: "mr", sans-serif;
            }
            .homepage-blocThree-items p.text2 {
                color: var(--color05);
                font-size: 2.7rem;
                text-transform: uppercase;
                font-family: "mm", sans-serif;
                text-align: center;
            }
                .homepage-blocThree-items p.text2 span {
                    font-family: "mb", sans-serif;
                }
            .homepage-blocThree-items p.chiffre {
                color: var(--color07);
                font-family: "mb", sans-serif;
                font-size: 15.6rem;
                line-height: 12.6rem;
                margin: 0 0 10px -3px;
                position: relative;
            }
            .homepage-blocThree-items p.chiffre::before {
                content: "";
                width: 90px;
                height: 145px;
                background-image: url(../img/charte/erasmusdays-number-events-deco01.png);
                position: absolute;
                top: -20px;
                left: -100px;
            }
            .homepage-blocThree-items p.chiffre::after {
                content: "";
                width: 144px;
                height: 166px;
                background-image: url(../img/charte/erasmusdays-number-events-deco02.png);
                position: absolute;
                top: -30px;
                right: -120px;
            }
                .homepage-blocThree-items p.text span {
                    font-family: "mb", sans-serif;
                }
                .homepage-blocThree-items a.bouton1 {
                    margin: 20px auto 0 auto;
                }
.homepage-blocFour {
    background-image: url(../img/charte/erasmusdays-2019-share.jpg);
    margin: 50px 0;
    background-size: cover;
    position: relative;
    background-position: center;
}
.homepage-blocFour::before {
    content:"";
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.7;
    width: 100%;
    height: 100%;
}
    .homepage-blocFour .container {
        position: relative;
    }
        .homepage-blocFour .container .deco {
            position: relative;
        }
            .homepage-blocFour .container .deco::before {
                content: "";
                width: 100%;
                height: 80px;
                position: absolute;
                bottom: 99%;
                left: 0;
                background-image: url(../img/charte/erasmusdays-2019-share-deco.svg);
                background-repeat: no-repeat;
                background-size: 100%;
                background-position: bottom;
            }
            .homepage-blocFour .container .deco::after {
                content: "";
                width: 100%;
                height: 150px;
                position: absolute;
                bottom: -150px;
                left: 0;
                background-image: url(../img/charte/erasmusdays-2019-share-deco02.svg);
                background-repeat: no-repeat;
                background-size: 100%;
            }
        .homepage-blocFour-items.titles {
            padding: 40px;
            position: relative;
            max-width: 490px;
        }
        .homepage-blocFour-items.titles::before {
            content: "";
            width: 150px;
            height: 100%;
            position: absolute;
            top: 0;
            left: -150px;
            background-image: url(../img/charte/erasmusdays-2019-share-deco03.svg);
            background-repeat: no-repeat;
            background-size: 100% auto;
            background-position: center;
        }
        .homepage-blocFour-items.titles::after {
            content: "";
            width: 100px;
            height: 100%;
            position: absolute;
            top: 0;
            right: -100px;
            background-image: url(../img/charte/erasmusdays-2019-share-deco04.svg);
            background-repeat: no-repeat;
            background-size: auto 100%;
        }
            .homepage-blocFour-items.titles h2 {
                font-size: 3.4rem;
                font-family: "meb", sans-serif;
            }
                .homepage-blocFour-items.titles h2 span {
                    display: block;
                    color: var(--color04);
                    font-size: 2.4rem;
                    font-family: "mb", sans-serif;
                }
                .homepage-blocFour-items.titles .rs {
                    border-top: 1px solid var(--color04);
                    padding: 20px 0 0 0;
                }
                    .homepage-blocFour-items.titles .rs ul li {
                        width: 32px;
                        height: 32px;
                        overflow: hidden;
                        text-indent: -5000px;
                        padding: 0;
                        margin: 0 10px 0 0;
                    }
                    .homepage-blocFour-items.titles .rs ul li.ico.facebook {
                        background-position: -73px -50px;
                    }
                    .homepage-blocFour-items.titles .rs ul li.ico.twitter {
                        background-position: -73px -84px;
                    }
                    .homepage-blocFour-items.titles .rs ul li.ico.instagram {
                        background-position: -73px -118px;
                    }
                    .homepage-blocFour-items.titles .rs ul li.ico.linkedin {
                        background-position: -73px -153px;
                    }
                    .homepage-blocFour-items.titles .rs ul li::before {
                        display: none;
                    }
        .homepage-blocFour-items.text {
            padding: 0 0 0 10%;
        }
            .homepage-blocFour-items.text h2 {
                font-size: 3.4rem;
                font-family: "meb", sans-serif;
                margin: 0;
            }
                .homepage-blocFour-items.text h2 span {
                    display: block;
                    color: var(--color04);
                    font-size: 2.4rem;
                    font-family: "mb", sans-serif;
                }
            .homepage-blocFour-items.text p.text {
                color: var(--color07);
                font-family: "meb", sans-serif;
                text-transform: uppercase;
            }
            .testimonials-items > div {
                float: left;
            }
            .testimonials-items .cover {
                border-radius: 50%;
                border: 9px solid #fff;
                overflow: hidden;
                height: 170px;
                max-width: 170px;
                min-width: 170px;
            }
            .testimonials-carroussel {
                margin: 30px 0;
            }
                .testimonials-carroussel *:focus {
                    outline: transparent
                }
                .testimonials-carroussel .slick-prev, .testimonials-carroussel .slick-next {
                    top: initial;
                    bottom: 0;
                    left: initial;
                    right: 0;
                    z-index: 1;
                    width: 27px;
                    height: 23px;
                    -webkit-transform: none;
                            transform: none;
                }
                .testimonials-carroussel .slick-prev {
                    right: 50px;
                }
                .testimonials-carroussel .slick-prev:before, .testimonials-carroussel .slick-next:before {
                    font-size: 3rem;
                    color: var(--color07);
                    content: "";
                    background-image: url(../img/charte/sprite.svg);
                    background-repeat: no-repeat;
                    background-size: 400px auto;
                    width: 27px;
                    height: 23px;
                    position: absolute;
                    background-position: -272px -8px;
                    top: 0;
                    left: 0;
                }
                .testimonials-carroussel .slick-next:before {
                    background-position: -304px -8px;
                }
                .testimonials-items .w70 {
                    padding: 10px 0 0 40px;
                }
                    .testimonials-items .w70 .title,
                    .testimonials-items .w100 .title {
                        font-family: "mb", sans-serif;
                    }
                    .testimonials-items .w70 p.text,
                    .testimonials-items .w100 p.text {
                        color: var(--color04);
                        text-transform: initial;
                        font-family: "mm", sans-serif;
                    }
.homepage-blocFive {
    position: relative;
}
.homepage-blocFive::after {
    content:"";
    width: 286px;
    height: 218px;
    background-image: url(../img/charte/erasmusdays-2019-faq-deco.png);
    position: absolute;
    bottom: 20px;
    right: 0;
}
    .homepage-blocFive-items {
        padding: 30px;
    }
        .homepage-blocFive-items.presentation {
            position: relative;
        }
        .homepage-blocFive-items.presentation::after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background-image: url(../img/charte/erasmusdays-2019-presentation-deco.png);
            z-index: 0;
            background-repeat: no-repeat;
            background-position: right bottom;
        }
        .homepage-blocFive-items.presentation > div {
            position: relative;
            z-index: 1;
        }
        .homepage-blocFive-items.presentation .title h2 {
            font-size: 4.4rem;
            font-family: "mbl";
            color: var(--color00);
        }
            .homepage-blocFive-items.presentation .title h2 span {
                color: var(--color04);
                font-size: 2.2rem;
                font-family: "mb", sans-serif;
                display: block;
            }
        .homepage-blocFive-items.presentation .text {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
            .homepage-blocFive-items.presentation .text p {
                color: #fff;
                font-family: "mb", sans-serif;
                margin: 0;
            }
            .homepage-blocFive-items.presentation .text a {
                padding: 7px 20px 7px 20px;
            }
        .homepage-blocFive-items.presentation .video.cover {
            margin-top: 30px;
        }
            .homepage-blocFive-items.presentation .video.cover > a {
                display: block;
                width: 100%;
                height: 100%;
                position: relative;
            }
            .homepage-blocFive-items.presentation .video.cover > a::before {
                content: "";
                width: 100%;
                height: 100%;
                background-color: #fff;
                position: absolute;
                top: 0;
                left: 0;
                opacity: 0.6;
            }
            .homepage-blocFive-items.presentation .video.cover > a::after {
                content: "";
                width: 56px;
                height: 56px;
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                background-image: url(../img/charte/sprite.svg);
                background-repeat: no-repeat;
                background-size: 400px auto;
                background-position: -206px -6px;
            }
        .homepage-blocFive-items-items {
            color: #fff;
        }
            .homepage-blocFive-items-items a {
                display: block;
                color: var(--color08);
                font-family: "msb", sans-serif;
                margin: 15px 0 0 0;
                font-size: 1.5rem;
            }
            .homepage-blocFive-items-items a::after {
                content: "";
                background-image: url(../img/charte/sprite.svg);
                background-repeat: no-repeat;
                background-size: 400px auto;
                width: 23px;
                height: 19px;
                display: inline-block;
                margin: 0px 0 -5px 12px;
                background-position: -176px -11px;
                -webkit-transition: -webkit-transform .2s;
                transition: -webkit-transform .2s;
                transition: transform .2s;
                transition: transform .2s, -webkit-transform .2s;
            }
            .homepage-blocFive-items-items a:hover::after,
            .homepage-blocFive-items-items a:active::after,
            .homepage-blocFive-items-items a:focus::after {
                -webkit-transform: translateX(10px);
                        transform: translateX(10px);
            }
            .homepage-blocFive-items-items.kitcom {
                border-top: 1px solid #fff;
                margin: 50px 0 0 0;
                padding: 50px 0 0 0;
            }
                .homepage-blocFive-items.whatis-bloc h3 {
                    color: #fff;
                    font-family: "mb", sans-serif;
                    font-size: 2rem;
                }
                        .homepage-blocFive-items.whatis-bloc h3 strong {
                            color: var(--color08);
                            display: block;
                        }
        .homepage-blocFive-items.faq {
            color: #fff;
            font-family: "msb", sans-serif;
            position: relative;
        }
            .homepage-blocFive-items.faq * {
                position: relative;
                z-index: 1;
            }
        .homepage-blocFive-items.faq::after {
            content: "";
            background-image: url(../img/charte/erasmusdays-2019-faq-deco02.png);
            width: 100%;
            height: 190px;
            position: absolute;
            bottom: 0;
            left: 0;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 100% auto;
            z-index: 0;
        }
            .homepage-blocFive-items.faq h3 {
                font-size: 2.4rem;
                color: #fff;
                font-family: "mbl", sans-serif;
                margin: 0;
            }
                .homepage-blocFive-items.faq h3 strong {
                    display: block;
                    font-family: "mb", sans-serif;
                    font-size: 2.2rem;
                    margin: 5px 0 0 0;
                    color: var(--color04);
                }
.homepage-blocsix {
    padding: 0 0 80px 0;
}
    .homepage-blocsix .title {
        padding: 90px 0 30px 0;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
        .homepage-blocsix .title h2 {
            font-size: 4.4rem;
            font-family: "mbl", sans-serif;
            color: var(--color06);
            margin: 0;
        }
            .homepage-blocsix .title h2 span {
                font-size: 2.2rem;
                color: var(--color04);
                font-family: "mb", sans-serif;
                display: block;
            }
        .homepage-blocsix .title a {
            padding: 10px 30px 10px 30px;
            font-size: 2rem;
            line-height: 1;
        }
    .homepage-blocsix-items h3,
    .PageNewsListing-Items h2 {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin: 20px 0;
    }
        .homepage-blocsix-items h3 a,
        .PageNewsListing-Items h2 a {
            color: var(--color04);
        }
        .homepage-blocsix-items .image,
        .PageNewsListing-Items-Img {
            height: 250px;
            position: relative;
            overflow: hidden;
        }
            .homepage-blocsix-items .image a,
            .PageNewsListing-Items-Img a {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
            }
            .homepage-blocsix-items .image .hover,
            .PageNewsListing-Items-Img .hover {
                position: absolute;
                left: 0;
                background-color: #e46e0ac4;
                width: 100%;
                height: 100%;
                top: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                opacity: 0;
                -webkit-transform: translateY(50px);
                        transform: translateY(50px);
                -webkit-transition: opacity .5s, -webkit-transform .5s;
                transition: opacity .5s, -webkit-transform .5s;
                transition: opacity .5s, transform .5s;
                transition: opacity .5s, transform .5s, -webkit-transform .5s;
            }
            .homepage-blocsix-items .image:hover .hover,
            .PageNewsListing-Items-Img:hover .hover {
                opacity: 1;
                -webkit-transform: translateY(0);
                        transform: translateY(0);
            }
                .homepage-blocsix-items .image .hover p,
                .PageNewsListing-Items-Img .hover p {
                    color: #fff;
                    text-transform: uppercase;
                    font-family: "mb", sans-serif;
                    font-size: 2.5rem
                }
            .homepage-blocsix-items .tags,
            .PageNewsListing-Items .tags,
            .PageNewsDetail .tags {
                -webkit-box-ordinal-group: 3;
                    -ms-flex-order: 2;
                        order: 2;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
                .homepage-blocsix-items .tags p,
                .PageNewsListing-Items .tags p,
                .PageNewsDetail .tags p {
                    color: var(--color02);
                    font-family: "mb", sans-serif;
                    text-transform: uppercase;
                    margin: 0 10px 0 0;
                    font-size: 1.2rem;
                    background-color: var(--color03);
                    padding: 4px 6px;
                }
.homepage-blocsix #ff-stream-2{
    padding: 0px;
    background-color: transparent;
}
.homepage-blocsix #ff-stream-2 .ff-header, .homepage-blocsix #ff-stream-2 .ff-loadmore-wrapper{
    display: none;
}
.homepage-blocsix #ff-stream-2 .ff-stream-wrapper{
    margin: 0px;
}
.homepage-blocsix #ff-stream-2 .ff-item-meta h6 a.ff-name{
    color: var(--color01);
}
.homepage-blocsix #ff-stream-2 .ff-item-meta .ff-nickname, .homepage-blocsix #ff-stream-2 .ff-item-meta .ff-timestamp{
    color: var(--color02);
}


/* 02 - page organize */

.pageOrganize {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
    .pageOrganize_blocOne {
        padding: 0 40px 0 0;
    }
    .page-sidebar {
        padding: 30px;
        margin-bottom: 20px;
    }
    .page-sidebar h3 {
        color: #fff;
    }
        .page-sidebar h3 span {
            display: block;
            font-family: "meb";
        }
        .page-sidebar a.bouton4:not(:last-child) {
            margin: 10px 0 !important;
        }
    .page-sidebar a:not(:last-child) {
        margin: 9px 0 35px 0;
    }
    .organizeEvent-form {
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
        padding: 30px;
        margin: 20px 0;
    }

    .organizeEvent-form .acf-field-5ea94ad47433f .acf-label
    {
        display:none;
    }

    .organizeEvent-form .acf-field-5ea94ad47433f .btn-help
    {
        background-color: var(--color06);
        color: #fff;
        font-family: "mb", sans-serif;
        text-transform: uppercase;
        padding: 10px 20px;
        font-size: 1.5rem;
    }

    /* acf-ui-datepicker */
    .acf-ui-datepicker .ui-datepicker-current,
    .ui_tpicker_second
    {
        display:none !important;
    }
    .acf-ui-datepicker dd
    {
        text-indent: 0;
    }

/* PAGE PAYS */
.pageCountry_blocOne {
    padding: 0 70px 0 0;
}
    .pageCountry-intro {
        margin: 0 0 30px 0;
    }
        .pageCountry-intro a {
            color: var(--color08);
            font-family: "mb", sans-serif;
        }
    .pageCountry-country-item {
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
        padding: 30px;
        margin: 0 0 40px 0;
        position: relative;
        cursor: pointer;
    }

    .country-encart.pageCountry-country-item {
        margin:20px 0 0px 0;
    }

    .pageCountry-country-item.ascontent::after {
        content: "";
        background-image: url(../img/charte/sprite.svg);
        background-repeat: no-repeat;
        background-size: 400px auto;
        width: 38px;
        height: 38px;
        position: absolute;
        top: 33px;
        right: 30px;
        background-position: -300px -1px;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
        border-radius: 50%;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .pageCountry-country-item.ascontent.active::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
    .pageCountry-country-item .flag-bloc {
        width: 70px;
        height: 50px;
        overflow: hidden;
    }
        .pageCountry-country-item h2 {
            margin: 0 0 0 20px;
            font-size: 1.8rem;
        }
        .pageCountry-country-item .text {
            -webkit-box-flex: 1;
                -ms-flex-positive: 1;
                    flex-grow: 1;
            padding: 0 20px 0 0;
        }


        .pageCountry-country-item .content {
            height: 0;
            overflow: hidden;
            -webkit-transition: height .5s;
            transition: height .5s;
        }
        .pageCountry-country-item.active .content {
            height: auto;
        }
            .pageCountry-country-item .content-item {
                padding: 20px 0 0 0;
            }
                .pageCountry-country-item .text p.agency-title {
                    font-size: 1.8rem;
                    font-family: "mb", sans-serif;
                    text-transform: uppercase;
                    margin: 0;
                }
    .pageCountry-country-item .content-item{
        align-items: center;
    }
        .pageCountry-country-item .content-item ul li{
            background-image: url(../img/charte/sprite.svg);
            background-repeat: no-repeat;
            background-size: 500px auto;
            display: block;
        }
        .pageCountry-country-item .content-item a.bouton1{
            height: 100%;
        }
           .pageCountry-country-item .content-item ul li::before{
                content: ;
                display: none !important;
            }
            .pageCountry-country-item .content-item ul{
                margin-left: 0px;
                display: flex;
                justify-content: center;
                margin-top: 8px;
            }
                .pageCountry-country-item .content-item ul li.instagram{
                    width: 46px;
                    height: 46px;
                    background-position: -88px -146px;
                }
                .pageCountry-country-item .content-item ul li.facebook{
                    width: 46px;
                    height: 46px;
                    background-position: -88px -60px;
                }
                .pageCountry-country-item .content-item ul li.twitter{
                    width: 46px;
                    height: 46px;
                    background-position: -88px -103px;
                }
                .pageCountry-country-item .content-item ul li.youtube{
                    background-size: 275px auto;
                    width: 46px;
                    height: 46px;
                    background-position: -138px 0px;
                }
    aside.pageCountry-aside {
        background-image: url(../img/charte/erasmus-plus-find-your-agency.jpg);
        background-size: cover;
        position: relative;
        background-position: center;
    }
    aside.pageCountry-aside::before {
        content: "";
        width: 100%;
        height: 100%;
        background-color: #fff;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.6;
    }
        aside.pageCountry-aside .text {
            position: relative;
        }
        aside.pageCountry-aside .text p.title {
            font-size: 2.4rem;
            font-family: "mb", sans-serif;
            text-transform: uppercase;
            text-align: center;
            line-height: 1;
        }
            aside.pageCountry-aside .text p.title span {
                color: var(--color05);
                display: block;
                font-size: 3.4rem;
                font-family: "mbl", sans-serif;
            }
            .pageCountry-country-item .nolink {
                background-color: var(--color06);
                width: 173px;
                text-align: center;
                padding: 10px 10px;
            }
                .pageCountry-country-item .nolink p, .pageCountry-country-item .nolink a {
                    color: #fff;
                    font-family: "mb", sans-serif;
                    text-transform: uppercase;
                    margin: 0;
                }
                .pageCountry-country-item .nolink a {
                    text-decoration: underline;
                }

/* PAGE NEWS */
.container.PageNewsDetail {
    padding: 50px 0;
}
.PageNewsListing-Items {
    margin-bottom: 30px;
}
    .PageNewsListing-Items h2 {
        font-size: 2rem;
    }


/* PAGE FAQ */
.pageFAQ_blocOne {
    padding: 0 70px 0 0;
}
    .pageFAQ_blocOne-items {
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
        padding: 30px;
        margin: 0 0 40px 0;
        position: relative;
        cursor: pointer;
    }
    .pageFAQ_blocOne-items::after {
        content: "";
        background-image: url(../img/charte/sprite.svg);
        background-repeat: no-repeat;
        background-size: 400px auto;
        width: 38px;
        height: 38px;
        position: absolute;
        top: 33px;
        right: 30px;
        background-position: -300px -1px;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.4);
        border-radius: 50%;
        -webkit-transition: -webkit-transform .5s;
        transition: -webkit-transform .5s;
        transition: transform .5s;
        transition: transform .5s, -webkit-transform .5s;
    }
    .pageFAQ_blocOne-items.active::after {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }
        .pageFAQ_blocOne-items .content {
            height: 0;
            overflow: hidden;
        }
        .pageFAQ_blocOne-items.active .content {
            height: auto !important;
            padding: 20px 0 0 0
        }
        .pageFAQ_blocOne-items h3 {
            margin: 0;
            padding: 0 60px 0 0;
        }
            .pageFAQ_blocOne-items h3 span {
                display: block;
                color: var(--color07);
            }


/**** page single event ****/
.single-event .event_erasmus_plus_projet strong{
    margin-top: 30px;
    margin-bottom: 10px;
}
.single-event .event_erasmus_plus_projet a.bouton1{
    width: max-content;
    margin-bottom: 20px;
}
.single-event .visuel img{
    object-fit: contain !important;
}


/* SOCIAL WALL */
/* .part-right-content.active {
    z-index: 12000 !important;
} */
/*RESPONSIVE
01 - DESKTOP */
@media screen and (max-width: 1400px), (max-device-width: 1400px){
    .homepage-blocFour-items.titles h2 {
        font-size: 2.5rem;
    }
    .homepage-blocFour-items.titles h2 span {
        font-size: 1.7rem;
    }
    .testimonials-items .w70 {
        padding: 10px 0 0 20px;
    }
}
@media screen and (max-width: 1200px), (max-device-width: 1200px){
    .homepage-blocOne-Items p {
        font-size: 2.5rem;
        margin: 0 0 10px 0;
    }
    .event-list .thumbnail.cover {
        height: 130px;
    }
    .testimonials-items .cover {
        height: 130px;
        max-width: 130px;
        min-width: 130px;
    }
    .homepage-blocFive-items.faq h3 {
        font-size: 1.4rem;
    }
    .homepage-blocFive-items.faq h3 strong {
        font-size: 2.5rem;
    }
    .homepage-blocFive-items.presentation .title h2 {
        font-size: 3rem;
    }
    .homepage-blocFive-items.presentation .title h2 span {
        font-size: 1.8rem;
    }
    .homepage-blocFive-items.presentation .text {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .homepage-blocFive-items.presentation .text a {
        margin: 20px 0 0 0;
    }
    .homepage-blocFive-items.whatis-bloc h3 {
        font-size: 1.8rem;
    }
    .homepage-blocFive-items.presentation,
    .homepage-blocFive-items.whatis-bloc {
        width: 50%;
    }
    .homepage-blocFive-items.faq {
        width: 100%;
    }
    .homepage-blocFive-items.faq::after {
        display: none
    }
    .homepage-blocsix-items .image,
    .PageNewsListing-Items-Img {
        height: 180px;
    }
    .homepage-blocsix-items h3,
    .PageNewsListing-Items h2 {
        font-size: 1.5rem;
    }
}
/*02 TABLETTE*/
@media screen and (max-width: 1024px), (max-device-width: 1024px){
    a.hdr-logo-link img {
        max-width: 100px;
    }
    .headerMenu-blocOne .mentions-event p.title {
        margin: 0 10px 0 20px;
    }
    .headerMenu-blocTwo a {
        font-size: 1.4rem;
        padding: 10px 20px 10px 20px;
        margin: 0 0 0 10px;
    }
    .homepage-blocOne-Items p {
        font-size: 1.6rem;
    }
    .homepage-blocOne-Items a {
        font-size: 1.1rem;
        line-height: 1.1rem;
    }
    .homepage-blocTwo-firstItem .event-filter {
        width: 100%;
    }
        .homepage-blocTwo-firstItem .event-filter ul {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }
            .homepage-blocTwo-firstItem .event-filter ul li {
                width: calc(100% / 3.4);
                margin: 0 10px;
                padding: 0;
            }
                .homepage-blocTwo-firstItem .event-filter ul li label select {
                    font-size: 1rem;
                }
                .homepage-blocTwo-firstItem .event-filter ul li label::after {
                    background-position: -72px 0px;
                }
    .event-button-bloc {
        width: 100%;
        padding: 20px 0 0 0;
    }
    .event-listing-contener.active .event-resum {
        width: calc(100% / 2);
    }
    .homepage-blocThree-items p.text {
        font-size: 2rem;
    }
    .homepage-blocThree-items p.chiffre {
        font-size: 10rem;
        line-height: 8rem;
        margin: 0 0 0px -3px;
    }
    .homepage-blocThree::before,
    .homepage-blocFive::after {
        display: none
    }
    .homepage-blocFour-items.titles {
        max-width: 100%;
    }
    .homepage-blocFour .container .deco {
        width: 100%;
        margin: 30px 0 10px 0;
    }
    .homepage-blocFour-items.text {
        padding: 0;
        width: 100%;
        margin: 100px 0 0 0;
    }
    .homepage-blocFour .container .deco::before {
        height: 130px;
    }
    .homepage-blocFour-items.titles::after {
        width: 50px;
        left: 100%;
        right: initial
    }
    .page-sidebar h3 {
        font-size: 1.5rem;
    }
    .pageOrganize > div,
    .pageOrganize > aside {
        width: 100%;
    }
    .pageOrganize_blocOne {
        padding: 0;
    }
    .pageCountry > * {
        width: 100%;
    }
    .pageCountry_blocOne { 
        padding: 0
    }
    .homepage-blocTwo-firstItem .event-filter ul li {
        width: 100%;
        padding: 0 !important;
    }
        .homepage-blocTwo-firstItem .event-filter ul li label select {
            font-size: 1.2rem;
        }
    .homepage-blocsix .title h2 {
        font-size: 2.5rem;
    }
        .homepage-blocsix .title h2 span {
            font-size: 1.8rem;
        }
    .homepage-blocsix .title a {
        font-size: 1.5rem;
    }
    .pageFAQ {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
    }
    .pageFAQ > div,
    .pageFAQ > aside {
        width: 100%;
    }
    .pageFAQ_blocOne {
        padding: 0 0 0 0;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .pageFAQ > aside {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1
    }
    
    .homepage-blocActu .homepage-blocActuTitle h2{
        font-size: 2.8rem;
    }
    .homepage-blocActu .homepage-blocActuTitle span{
        font-size: 2rem;
    }
}
/*03 MINI-TABLETTE*/
@media screen and (min-width: 768px), (min-device-width: 768px){
    .headerTopbar .compteur {
        display: none
    }
}
@media screen and (max-width: 767px), (max-device-width: 767px){
    .homepage-blocTwo h1 {
        font-size: 1.6rem;
        margin: 20px 0;
    }
    .homepage-blocThree-items p.text2 {
        font-size: 2.2rem;
    }
    .event-listing-contener.active .event-resum {
        width: 100%;
    }
    .homepage-blocThree .container {
        overflow: hidden;
    }
    .homepage-blocThree-items p.text {
        font-size: 1.5rem;
        text-align: center;
        padding: 0 20px;
    }
    .homepage-blocThree-items p.chiffre::before {
        left: -150px;
    }
    .homepage-blocThree-items p.chiffre::after {
        right: -190px;
    }
    .homepage-blocFour {
        overflow: hidden;
    }
    a.hdr-logo-link img {
        max-width: 129px;
    }
    .headerMenu-blocOne .mentions-event,
    .headerTopbar .container .accessibility p {
        display: none
    }
    .headerMenu-blocTwo {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .headerMenu-blocTwo a {
        margin: 0 0 5px 0;
        width: 100%;
    }
    .headerTopbar .container .accessibility span {
        margin: 0 6px 0 0;
    }
    .headerTopbar .compteur {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
        .headerTopbar .compteur p {
            color: #fff;
            font-size: 1.3rem;
            font-family: "mb", sans-serif;
            text-transform: uppercase;
            margin: 0;
        }
            .headerTopbar .compteur p span {
                color: var(--color07);
            }
    .homepage-blocOne.flex.container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 100%;
    }
        .homepage-blocOne-Items.visuel,
        .homepage-blocOne-Items.text {
            width: 100%;
        }
        .homepage-blocOne-Items.text {
            padding: 16px 30px 12px 30px;
        }
        .event-detail-popup.container {
            max-width: 94%;
        }
        .event-detail-popup p.date {
            margin: 50px 0 0 0;
        }
        .event-detail.popup-active button.btn-close {
            top: 20px;
            right: 40px;
        }
        .event-detail-popup p.date {
            font-size: 1.5rem;
        }
        .event-detail-popup h2 {
            font-size: 1.8rem;
        }
        .event-detail-popup .text {
            padding: 10px;
            height: 50vh;
            overflow: auto;
        }
        .event-detail-popup .visuel {
            height: 200px;
        }
        .testimonials-carroussel .slick-prev, .testimonials-carroussel .slick-next {
            bottom: -20px;
        }
    .testimonials-items > div {
        float: none;
    }    
    .testimonials-items .cover {
        height: 170px;
        max-width: 170px;
        min-width: 170px;
        margin: auto;
    }
    .testimonials-items .w70 {
        padding: 20px 0 0 0;
        width: 100%;
    }
    .homepage-blocFive-items.presentation, .homepage-blocFive-items.whatis-bloc {
        width: 100%;
    }
    .homepage-blocFive .container {
        max-width: 100%;
    }
    .event-listing-contener .event-list {
        margin: 0;
    }
    .tollbar-fixed {
        position: fixed;
        top: initial;
        right: 0;
        bottom: 0;
        background-color: #fff;
		padding: 10px 5px 5px 5px;
        z-index: 10000;
        top: initial !important;
    }
    header.scrollUp.nav-down .tollbar-fixed {
        bottom: 0;
        top: initial;
    }
    .socialwall-active .tollbar-fixed {
        padding: 10px 5px 5px 0px;
    }
        .tollbar-fixed ul li {
            margin: 0;
        }
            .tollbar-fixed ul li a br {
                display: none;
            }
                .tollbar-fixed ul li a::before {
                    width: 40px;
                    height: 40px;
                    background-position: 1px -1px;
                }
                .pageCountry-country-item h2 {
                    font-size: 1.5rem;
                    margin: 0 0 0 0px;
                }
    .pageCountry-country-item img {
        max-height: initial;
        max-width: 50px;
    }
    .pageCountry-country-item.ascontent::after {
        top: 36px;
    }
    .pageCountry-country-item .flag-bloc {
        height: 40px;
    }
    .pageCountry-country-item {
        margin: 0 0 20px 0;
    }
    .pageCountry-country-item .content-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .pageCountry-country-item .text p.agency-title {
        font-size: 1.5rem;
    }
    .homepage-blocsix-list,
    .PageNewsListing .container {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
        .homepage-blocsix-items,
        .PageNewsListing-Items {
            width: 100%;
            margin-bottom: 30px;
        }
    .event-map-contener #map_canvas {
        height: 70vh !important;
    }
    .pageFAQ_blocOne-items h3 {
        font-size: 1.5rem;
    }
}
/*03 MOBILE*/
@media screen and (max-width: 599px), (max-device-width: 599px){
}