@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Thin'), local('Gilroy-Thin'),
        url('../fonts/Gilroy/Gilroy-Thin.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Light'), local('Gilroy-Light'),
        url('../fonts/Gilroy/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
        url('../fonts/Gilroy/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Medium'), local('Gilroy-Medium'),
        url('../fonts/Gilroy/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy SemiBold'), local('Gilroy-SemiBold'),
        url('../fonts/Gilroy/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
        url('../fonts/Gilroy/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy UltraLight'), local('Gilroy-UltraLight'),
        url('../fonts/Gilroy/Gilroy-UltraLight.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-UltraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
        url('../fonts/Gilroy/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}


body {
    font-family: 'Gilroy';
    font-weight: normal;
    font-style: normal;
}

a {
    color: #141B4C;
}

.bg-yellow {
    background-color: #ffc100;
}

.bg-red {
    background-color: #fb003f;
}

.bg-blue {
    background-color: #27235D;
}

.color-yellow {
    color: #ffc100;
}

.color-red {
    color: #fb003f;
}

.color-blue {
    color: #27235D;
}

.no-padding {
    padding: 0 !important;
}

.btn-outline-primary {
    color: #26235d;
    border-color: #26235d;
    border-radius: 0;
    letter-spacing: 3px;
    padding: 8px 25px;
    text-transform: uppercase;
    transition: all 0.5s ease-in-out;
}

.btn-outline-primary:hover {
    color: #ffc100;
    background-color: #fb003f;
    border-color: #fb003f;
    font-weight: 800;
    letter-spacing: 6px;
}

.nav-link.btn-outline-primary {
    border-color: #ffffff;
}
.btn-outline-primary.focus, .btn-outline-primary:focus {
    box-shadow: none;
}
.nav-link.btn-outline-primary:hover {
    border-color: #fb003f;
}

.fond1 {
    background: #F8F8F8 !important;
}

.fond2 {
    background: #F2F2F2 !important;
}

.fond3 {
    background: #E5E5E5 !important;
}

ul.dotted-nav {
    padding: 0;
    position: fixed;
    z-index: 99;
    right: 40px;
    top: 50%;
    margin-top: -58px;
}

ul.dotted-nav li {
    list-style: none;
}

ul.dotted-nav li a {
    width: 25px;
    height: 25px;
    border-radius: 25px;
    display: block;
    margin: 10px auto;
    border: solid 1px #ffffff;
    transition: all 0.3s ease;
}

ul.dotted-nav li a.active {
    width: 40px;
    height: 40px;
    border-radius: 25px;
}

ul.dotted-nav li a:last-child {
    margin-bottom: 0;
}

ul.dotted-nav li a:hover {
    text-decoration: none;
}

ul.dotted-nav li a.dot-eventdate {
    background-color: #ffc100;
}

ul.dotted-nav li a.dot-speakers {
    background-color: #fb003f;
}

ul.dotted-nav li a.dot-programme {
    background-color: #27235D;
}

nav.navbar {
    padding: 30px 0;
}

section.header {
    padding: 0;
    background: #a4b6bf url('../img/bg-header.jpg') no-repeat center center;
    background-size: cover;
}

section.header::before {
    content: '';
    position: absolute;
    background: url(../img/gradient-header.svg) no-repeat center center;
    background-size: cover;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

section.header .navbar-brand img {
    height: 60px;
}

nav.navbar a.nav-link {
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #ffffff !important;
    font-size: 14px;
    padding: 8px 20px !important;
    transition: all 0.5s ease-in-out;
}

nav.navbar a.nav-link:hover {
    font-weight: 800;
    letter-spacing: 5px;
    color: #27245c;
}

nav.navbar a.btn {
    padding: 7px 30px;
    margin-left: 30px;
}

nav.navbar a.btn:hover {
    color: #FFCC07 !important;
    letter-spacing: 5px !important;
}

section.header .header-pat {
    position: relative;
    min-height: 600px;
}

section.header .header-pat h4 {
    font-size: 20px;
    letter-spacing: 3px;
    color: #ffffff;
    font-weight: 300;
}

section.header .header-pat h4 strong {
    font-weight: 800;
}

section.header .header-pat h1 {
    color: #FFCC07;
    font-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
    margin-bottom: 50px;

}

section.header .header-pat h1::before {
    content: '';
    position: absolute;
    background: #ffffff;
    height: 4px;
    width: 30px;
    top: 48px;
    left: -20px;
}

section.header.shape-header::after {
    position: absolute;
    content: "";
    background: url('../img/shape-white.svg') no-repeat center;
    background-size: 80px 150px;
    width: 80px;
    height: 150px;
    left: 50%;
    margin-top: -75px;
    margin-left: -40px;
    z-index: 9;
}

/**********/

#video-popup-container {
    display: none;
    position: fixed;
    z-index: 996;
    width: 60%;
    left: 50%;
    margin-left: -30%;
    top: 20%;
    background-color: #fff;
}

#video-popup-close {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    z-index: 998;
    width: 25px;
    height: 25px;
    border-radius: 25px;
    text-align: center;
    font-size: 12px;
    background-color: #000;
    line-height: 25px;
    color: #fff;
}

#video-popup-iframe-container {
    position: absolute;
    z-index: 997;
    width: 100%;
    padding-bottom: 56.25%;
    border: 2px solid #000;
    border-radius: 2px;
    background-color: #000;
}

#video-popup-iframe {
    z-index: 999;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #000;
}

#video-popup-overlay {
    display: none;
    position: fixed;
    z-index: 995;
    top: 0;
    background-color: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

#video-popup-close:hover {
    color: #DE0023;
}


.video-icon {}

.video-icon--style {
    z-index: 1;
    width: 100px;
    height: 100px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 47%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: transparent;
}

.video-icon a {
    display: block;
    /* position: relative; */
    z-index: 1;
    color: red;
    /* height: 60px; */
    /* width: 60px; */
    text-align: center;
    border-radius: 50%;
    /* background: #fff; */
    display: inline-block;
    /* line-height: 60px; */
    /* font-size: 20px; */
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}

.video-icon a img {
    height: 18px;
}

.video-icon a::before {
    z-index: -10;
    -webkit-animation: pound 2s infinite;
    animation: pound 2s infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.video-icon a::after {
    z-index: -10;
    -webkit-animation: pound 1s infinite;
    animation: pound 1s infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.HomePage__Banner__video__control {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: pound 2s infinite;
    animation: pound 2s infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.HomePage__Banner__video__control__1 {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-animation: pound 2s infinite;
    animation: pound 2s infinite;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.HomePage__Banner__video__control__2 {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    transition: all 400ms ease-in-out;
}

.HomePage__Banner__video__control__2:hover {
    background: #ec415b;
}

.HomePage__Banner__video__control__2:hover a img {
    filter: brightness(0) invert(1);
    transition: all 400ms ease-in-out;
}

@-webkit-keyframes pound {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes pound {
    from {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-filter: alpha(opacity=50);
    }

    80% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }

    100% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }
}

@-webkit-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

@-moz-keyframes outer-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    80% {
        transform: scale(2.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(2.5);
        -moz-transform: scale(2.5);
        -ms-transform: scale(2.5);
        -o-transform: scale(2.5);
    }

    100% {
        transform: scale(3.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(3.5);
        -moz-transform: scale(3.5);
        -ms-transform: scale(3.5);
        -o-transform: scale(3.5);
    }
}

/* inner ripple */
@keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-webkit-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

@-moz-keyframes inner-ripple {
    0% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    30% {
        transform: scale(1);
        filter: alpha(opacity=50);
        opacity: 0.5;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
    }

    100% {
        transform: scale(1.5);
        filter: alpha(opacity=0);
        opacity: 0;
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
    }
}

/**********/

.eventdate-shape::after {
    position: absolute;
    content: "";
    background: url('../img/Shape.svg') no-repeat center;
    background-size: 120px 200px;
    width: 120px;
    height: 200px;
    right: 15%;
    margin-top: -20px;
    z-index: 9;
}

section.eventdate {
    padding: 80px 0;
}

.eventdate-img img {
    max-height: 400px;
}

section.eventdate h1 {
    font-size: 72px;
    font-weight: 800;
    letter-spacing: 8px;
}

section.eventdate h4 {
    font-weight: 800;
    letter-spacing: 5px;
    color: #fb003f;
    margin-bottom: 30px;
}

section.eventdate p {
    letter-spacing: 3px;
    display: block;
    margin-bottom: 30px;
    font-size: 16px;
}

.eventdate-txt a.btn {
    transition: all 0.6s ease-in-out;
}

.section-footer.shape::after {
    position: absolute;
    content: "";
    background: url('../img/Shape.svg') no-repeat center;
    background-size: 80px 140px;
    width: 80px;
    height: 140px;
    margin-top: 50px;
    right: 40px;
    margin-right: 20px;
    z-index: 9;
}

.regular-txt {
    font-weight: 300 !important;
}

.font-15 {
    font-size: 15px !important;
}

.speaker-saran {
    padding: 80px 0;
    background: #fb003f;
    position: relative;
}

.speaker-saran::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
    transition: all 0.5s ease-in-out;
}

#speakersuite .un-speaker:hover::before,
.speaker-saran:hover::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.saran-image img {
    max-height: 420px;
}

.saran-txt {}

.saran-txt h2 {
    font-weight: 800;
    letter-spacing: 3px;
    color: #ffc000;
    font-size: 46px;
    padding-left: 10px;
    margin-bottom: 15px;
}

.saran-txt h2::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #ffc000;
    margin-top: 53px;
    margin-left: -20px;
}

.saran-txt h4 {
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 2px;
}

.saran-txt h4 strong {
    font-weight: 800;
}

.saran-txt p {
    max-width: 400px;
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 300;
}

.saran-txt p.plaisirux {
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 60px;
    font-size: 18px;
}

.saran-txt p.plaisirux::before {
    position: absolute;
    content: "";
    background: url('../img/quote.svg') no-repeat center;
    background-size: 20px 40px;
    width: 20px;
    height: 40px;
    left: 0;
    margin-top: -35px;
    margin-right: 20px;
    z-index: 2;
}

/**** Temoignage ****/
#temoignages {
    padding: 80px 0;
    padding-top: 30px;
}

.un-temoignage {
    padding: 15px;
}

.un-temoignage>img {
    width: 55px !important;
    margin-bottom: 20px;
}

.un-temoignage p {
    letter-spacing: 1px;
}

.un-temoignage .user {}

.un-temoignage .user>img {
    height: auto;
    max-width: 85px;
    max-height: 80px;
    margin-right: 20px;
    border: solid 1px #707070;
}

.un-temoignage .user .text {}

.un-temoignage .user .text h3 {
    font-weight: 600;
    position: relative;
}

.un-temoignage .user .text h3::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fb003f;
    margin-top: 32px;
    margin-left: -10px;
}

.un-temoignage .user .text h6 {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
}

.temoignages .owl-dots {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

.temoignages .owl-dots .owl-dot {
    width: 80px;
    height: 1px;
    background: #9E9E9E;
    outline: none;
}

.temoignages .owl-dots .owl-dot.active {
    height: 3px;
    background: #141B4C;
    position: relative;
}

#speakersuite .un-speaker {
    color: #27235D;
    padding: 30px;
    text-align: center;
    position: relative;
    height: 100%;
}

#speakersuite .un-speaker.mamadou,
#speakersuite .un-speaker.aissatou {
    background: #27235D;
    color: #ffffff;
}

#speakersuite .un-speaker.daniel {
    background: #C8C8C8;
}

#speakersuite .un-speaker.awa {
    background: #ffc000;
}

#speakersuite .un-speaker.aziz {
    background: #B2B2B2;
}

#speakersuite .un-speaker.nadia,
#speakersuite .un-speaker.karima {
    background: #ffffff;
}

#speakersuite .un-speaker img {
    max-height: 200px;
    margin-bottom: 50px;
    margin-top: 30px;
}

#speakersuite .un-speaker h3 {
    letter-spacing: 3px;
    font-weight: 800;
    text-transform: uppercase;
}

#speakersuite .un-speaker p {
    letter-spacing: 3px;
    font-size: 14px;
    margin-bottom: 0;
    text-transform: uppercase;
    position: relative;
}

#speakersuite .un-speaker p.desc::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 3px;
    background: #fb003f;
    margin-top: 21px;
    margin-left: -10px;
}

#speakersuite .un-speaker p.sujet {
    padding: 30px 10px 10px;
}


/**********/
.loadmore .col-md-4 {
    display: none;
}

#loadLess {
    display: none;
}

/**********/

/****** Gallerie ****/
section.gallery .btn {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.35);
    line-height: 1;
    font-size: 1rem;
    text-align: center;
    color: #fff;
    border-radius: 0;
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    opacity: 0;
}

section.gallery .btn span.plus {
    font-size: 26px;
    font-weight: bolder;
    border: solid 2px #fff;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    margin: auto;
    line-height: 1;
    position: relative;
    z-index: 99;
}

section.gallery .btn span.plus::before {}

section.gallery .btn:focus,
section.gallery .btn:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
}

.item__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(17, 17, 17, 0);
    -webkit-transition: background-color .55s ease-in-out;
    transition: background-color .55s ease-in-out;
}

.item__overlay:focus,
.item__overlay:hover {
    background-color: rgba(17, 17, 17, 0.05);
}

.item__overlay:focus>button,
.item__overlay:hover>button {
    opacity: 1;
}

.grid__sizer,
.grid__item {
    width: 100%;
    min-width: 16.25rem;
}

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

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

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

.grid__item {
    margin-bottom: 0;
    border-radius: 0;
    overflow: hidden;
}

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

.modal-header {
    padding: 0;
    border: none;
}

.modal-content {
    background: transparent;
    border: none;
}

.modal-header .close {
    opacity: 1;
    padding: 1rem 1rem;
    margin: 0rem -1rem -1.5rem auto;
}

.modal-header .close span {
    color: #ffffff;
}

/****** gallerie *******/

#stats {
    padding: 100px 0 120px;
    background: #ffffff;
}

#stats .un-stat {
    padding: 30px 0;
    margin: 0 30px;
    border-bottom: solid 1px #e5e5e5;
    position: relative;
    transition: all 0.4s ease-in-out;
}

#stats .un-stat:before,
#stats .un-stat::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0px;
    height: 3px;
    margin: 5px 0 0;
    transition: all 0.2s ease-in-out;
    transition-duration: 0.75s;
    opacity: 0;
    background-color: #27235D;
}

#stats .un-stat:before {
    left: 50%;
}

#stats .un-stat:after {
    right: 50%;
}

#stats .un-stat:hover:before,
#stats .un-stat:hover:after {
    width: 50%;
    opacity: 1;
}

#stats .un-stat .stat-icon {
    height: 80px;
    display: block;
    margin: auto;
    transition: all 0.6s ease-in-out;
}

#stats .un-stat .stat-number {
    font-size: 72px;
    color: #fb003f;
    font-weight: 200;
    display: block;
    transition: font-weight 1s ease-in-out;
}

#stats .un-stat:hover .stat-number {
    /* font-weight: 800;
    text-shadow:
    -1px -1px 0 #2DD785,
    1px -1px 0 #2DD785,
    -1px 1px 0 #2DD785,
    1px 1px 0 #2DD785;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s; */
}

#stats .un-stat .stat-txt {
    font-size: 18px;
    font-weight: 200;
    text-transform: uppercase;
    color: #1A1818;
    letter-spacing: 3px;
    transition: all .5s ease-in-out;
}

#stats .un-stat:hover .stat-txt {
    letter-spacing: 6px;
    font-weight: 700;
}

#stats .un-stat .icon-speakers {
    background: url('../img/micro.svg') no-repeat center;
    background-size: 45px 70px;
    transition: all 0.6s ease-in-out;
}

#stats .un-stat:hover .icon-speakers {
    background: url('../img/micro-end.svg') no-repeat center;
    background-size: 45px 70px;
}

#stats .un-stat .icon-paneliste {
    background: url('../img/panel.svg') no-repeat center;
    background-size: 75px 75px;
    transition: all 0.6s ease-in-out;
}

#stats .un-stat:hover .icon-paneliste {
    background: url('../img/panel-end.svg') no-repeat center;
    background-size: 75px 75px;
}

#stats .un-stat .icon-session {
    background: url('../img/session.svg') no-repeat center;
    background-size: 75px 75px;
    transition: all 0.6s ease-in-out;
}

#stats .un-stat:hover .icon-session {
    background: url('../img/session-end.svg') no-repeat center;
    background-size: 75px 75px;
}

.letter-s-3 {
    letter-spacing: 3px !important;
}

.speakersuite,
#programme {
    padding: 120px 0;
    background: #ffffff;
}

.temoignages .section-title h1,
.speakersuite .section-title h1,
.gallery .section-title h1,
.speakers-tilte .section-title h1,
#programme .section-title h1 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #26235d;
    letter-spacing: 3px;
    margin-bottom: 40px;
    display: inline-block;
}

.temoignages .section-title h1::before,
.speakersuite .section-title h1::before,
.gallery .section-title h1::before,
.speakers-tilte .section-title h1::before,
#programme .section-title h1::before {
    content: "";
    position: absolute;
    width: 30px;
    height: 4px;
    background: #fb003f;
    margin-top: 38px;
    margin-left: -20px;
}

#programme .un-pack {
    padding: 40px 20px;
    height: 100%;
}

#programme .un-pack h2 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 15px;
}

#programme .un-pack.masterclass h2 {
    margin-bottom: 0;
}

#programme .un-pack h4 {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

#programme .un-pack table tr {
    display: block;
}

#programme .un-pack table tr td {
    padding-bottom: 20px;
}

#programme .un-pack table tr td:first-child {
    border-right: solid 1px rgba(245, 245, 245, 0.35);
    padding-right: 10px;
    width: 55px;
    font-weight: 600;
    font-size: 14px;
    color: #ffc000;
}

#programme .un-pack.conference table tr td:first-child,
#programme .un-pack.conference table tr td:last-child {
    color: #27235D;
}

#programme .un-pack table tr td:last-child {
    padding-left: 15px;
    font-weight: 600;
    line-height: 1.2;
    color: #ffc000;
}

#programme .un-pack table tr td span {
    display: block;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 0.5px;
    color: #ffffff;
}

#programme .un-pack.conference table tr td span {
    color: #000000;
}

#programme .un-pack table tr td span:first-child {
    margin-top: 8px;
}

span.pour-pro {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    line-height: 1;
}

p.saran {
    text-align: center;
    display: block;
}

p.saran span {
    margin-bottom: 5px;
    font-weight: 700;
    color: #ffc000;
}

#programme p.space.am-border {
    border: solid 1px rgba(39, 35, 93, 0.6);
    border-bottom: none;
}

#programme .matinee p,
#programme .apres-midi p {
    color: #27235D;
    letter-spacing: 3px;
    font-weight: 300;
    margin-bottom: 10px;
}

#programme .matinee {
    text-align: center;
}

#programme .apres-midi {
    text-align: center;
}


footer {
    background: #f5f5f5;
    padding-top: 50px;
}

footer .logo-footer {
    background: url('../img/logo-noir.svg') no-repeat center;
    background-size: 200px 100px;
    width: 200px;
    height: 100px;
    margin-top: 20px;
    float: right;
    margin-right: 20px;
}

footer .logo-footer:hover {
    background: url('../img/logo-rising.svg') no-repeat center;
}

footer .copyright {
    background: #DADADA;
    margin-top: 40px;
}

footer .copyright .copy {
    font-weight: 600;
    font-size: 14px;
    padding: 15px 0;
}

footer .footer-content {
    border-left: solid 1px gainsboro;
    padding-left: 50px;
}

footer .footer-content h4 {
    font-weight: 700;
    font-size: 20px;
}

footer .footer-content p {
    font-size: 15px;
    line-height: 1.5;
}

footer .footer-content .social-footer {
    padding: 0;
    list-style: none;
}

footer .footer-content .social-footer li {
    display: inline-block;
    float: left;
    margin: 0 5px;
}

footer .footer-content .social-footer li:first-child {
    display: block;
    width: 100%;
    font-weight: 700;
}

footer .footer-content .social-footer li a {
    width: 20px;
    height: 20px;
    display: block;
    transition: all 0.4s ease-in-out;
}

footer .footer-content .social-footer li a.facebook {
    background: url('../img/facebook.svg') no-repeat center;
    background-size: 16px 16px;
}

footer .footer-content .social-footer li a.facebook:hover {
    background: url('../img/facebook-end.svg') no-repeat center;
    background-size: 16px 16px;
}

footer .footer-content .social-footer li a.twitter {
    background: url('../img/twitter.svg') no-repeat center;
    background-size: 16px 16px;
}

footer .footer-content .social-footer li a.twitter:hover {
    background: url('../img/twitter-end.svg') no-repeat center;
    background-size: 16px 16px;
}

footer .footer-content .social-footer li a.instagram {
    background: url('../img/instagram.svg') no-repeat center;
    background-size: 16px 16px;
}

footer .footer-content .social-footer li a.instagram:hover {
    background: url('../img/instagram-end.svg') no-repeat center;
    background-size: 16px 16px;
}

@media screen and (max-width: 768px) {
    nav.navbar {
        padding: 15px;
    }

    section.header .header-pat img {
        max-height: 350px;
        margin-bottom: 40px;
    }

    section.header .logo-header img {
        max-height: 150px;
        margin-bottom: 50px;
    }

    section.header.shape-header::after {
        background-size: 50px 75px;
        width: 50px;
        height: 75px;
        left: 50%;
        margin-top: 40px;
        margin-left: -25px;
        z-index: 9;
    }

    section.eventdate h4 {
        font-size: 20px;
    }

    section.eventdate h1 {
        font-size: 52px;
    }

    section.eventdate p {
        font-size: 16px;
    }

    section.eventdate eventdate-txt {
        margin-bottom: 40px;
    }

    .eventdate-img img {
        max-height: 350px;
    }

    .eventdate-img {
        text-align: center;
    }

    #stats .un-stat {
        margin-bottom: 40px;
    }

    .saran-image {
        text-align: center;
        margin-bottom: 40px;
    }

    .saran-image img {
        max-height: 300px;
    }

    .saran-txt {
        padding: 20px;
    }

    .saran-txt h2 {
        font-size: 38px;
    }

    #programme .matinee,
    #programme .apres-midi {
        display: none;
    }

    footer .logo-footer {
        margin-top: 20px;
        float: none;
        margin-right: 20px;
        margin: auto;
        margin-bottom: 30px;
    }

    footer .footer-content {
        border-left: none;
        padding-left: 0;
    }

    .fade-left,
    .fade-right {
        margin: 0 !important;
    }

    .row {
        overflow-x: hidden;
        overflow-y: hidden;
    }
}

@media screen and (max-width: 426px) {
    section.header .header-pat img {
        max-height: 300px;
    }

    section.header .logo-header img {
        max-height: 120px;
        margin-bottom: 0px;
    }

    section.eventdate h1 {
        font-size: 40px;
    }

    section.eventdate h4 {
        font-size: 16px;
    }

    section.eventdate p {
        font-size: 12px;
    }

    .eventdate-txt {
        margin-bottom: 40px;
    }

    .eventdate-img img {
        max-height: 280px;
    }

    .eventdate-shape::after {
        background-size: 80px 150px;
        width: 80px;
        height: 150px;
        right: 30%;
        margin-top: 0px;
        z-index: 9;
    }

    .saran-txt {
        padding: 20px;
    }

    .saran-txt h4,
    .saran-txt p,
    footer .footer-content p {
        font-size: 14px;
    }

    .saran-txt h2 {
        font-size: 24px;
    }

    .saran-txt h2::before {
        content: "";
        position: absolute;
        width: 25px;
        height: 2px;
        background: #ffc000;
        margin-top: 30px;
        margin-left: -18px;
    }
}